Commit Graph

6 Commits

Author SHA1 Message Date
Bill Meier 05f4863c16 Add $Id$
svn path=/trunk/; revision=27678
2009-03-09 15:46:43 +00:00
Stephen Fisher 13802b1d84 Remove GTK1 code.
svn path=/trunk/; revision=24827
2008-04-07 04:34:54 +00:00
Ulf Lamping c1684c08ef (hopefully) fix the recently discussed warnings where CLAMP() is called with a value being 0
svn path=/trunk/; revision=19911
2006-11-16 20:08:13 +00:00
Ulf Lamping 8439211e71 instead of simply removing G_BEGIN_DECLS (maybe someone wants to use it in a c++ project), use an #if GTK_MAJOR_VERSION >= 2 around all definitions. This will also make it clear that this widget won't work with gtk 1.x
svn path=/trunk/; revision=19317
2006-09-24 20:37:30 +00:00
Ronnie Sahlberg 6b0c264898 we dont have G_BEGIN_DECLS on old gtk/glib versions
since we dont use c++ anyway we dont need these macros



svn path=/trunk/; revision=19310
2006-09-24 20:21:27 +00:00
Ulf Lamping 9e4bcdc764 GTK2: add an analog VU meter like display widget
Win32: use the widget to display the RSSI and Link Speed values as this is far better understandable than the raw numerical values (especially if you don't know the values well).

the GTK VU meter widget is based on LGPL'ed code from http://www.mumblelina.com/index.php?gtkvumeter=1 

... and I've heavily changed and extended it to fit the problem here.

We might use the VU meter widget later at other places as well ...

svn path=/trunk/; revision=19298
2006-09-23 00:14:48 +00:00