Mike Massonnet
81d2a31cdd
* panel-plugin/netload.c(monitor_create_options): use xfce titled
...
dialog for the options.
* *.po, *.pot: make update-po
(Old svn revision: 2297)
2007-01-05 01:15:52 +00:00
Mike Massonnet
83c94ff23a
Avoid the plugin to enlarge the panel
...
(Old svn revision: 2285)
2006-12-30 16:31:11 +00:00
Bernhard Walle
31403e75d8
ChangeLog, panel-plugin/net.{c,h}, panel-plugin/netload.c:
...
- Not reporting errors if the interface has no IP address yet, thanks to
Mathy Vanvoorden <matje@lanzone.be> (fixed #1158 )
(Old svn revision: 2249)
2006-12-17 21:11:54 +00:00
Bernhard Walle
3ca61bba76
panel-plugin/net.{c,h}, panel-plugin/os.h:
...
- added code for DragonFly BSD, thanks to Bob Bagwill <bob@bagwill.com>
(fixed #1456 )
(Old svn revision: 2247)
2006-12-17 19:44:57 +00:00
Masse Nicolas
5be17a3036
update with version from Jasper - now compatible with Xfce-4.4
...
(Old svn revision: 1361)
2006-04-25 20:26:28 +00:00
Bernhard Walle
e8a307595d
- applied patch from Debian: don't use libgtop any more, so remove it
...
from the Makefile (thanks to Rudy Godoy and Martin Michlmayr
(Old svn revision: 1197)
2006-03-22 16:08:33 +00:00
Bernhard Walle
ea900c3647
ChangeLog, panel-plugin/netload.c:
...
* Fixed crash (gtk_rc_style_unref() only valid if the rc was created with
gtk_rc_style_new())
* Fixed bug that causes an invalid displayed string if no device name was set.
(Old svn revision: 772)
2005-08-21 10:11:03 +00:00
Bernhard Walle
7b2ca15079
2005-08-21 Bernhard Walle
...
* Fixed memory leak (thanks to Brian J. Tarricone)
* Custom bar colors now also work with special Gtk theme engine where
the previous code doesn't work (thanks to Brian J. Tarricone)
* Released 0.3.3.
(Old svn revision: 771)
2005-08-21 09:03:16 +00:00
Bernhard Walle
22959322fb
* Fixed error output if not in debug mode ( #4707 )
...
* Increased version number to 0.3.3.
(Old svn revision: 756)
2005-07-31 22:54:22 +00:00
Bernhard Walle
75dd6d9340
Fixed memory leak ( #971 ).
...
New version.
(Old svn revision: 351)
2005-05-17 18:42:52 +00:00
Bernhard Walle
cf3e10adc6
Close the socket
...
(Old svn revision: 340)
2005-02-04 18:14:41 +00:00
Bernhard Walle
65af5a9649
Implemented display of IP address, minor code cleanup
...
(Old svn revision: 337)
2005-02-04 18:12:01 +00:00
Bernhard Walle
50731da8d5
Removed generated file
...
(Old svn revision: 332)
2005-01-13 20:25:37 +00:00
Bernhard Walle
6288deec59
Right size for Xfce 4.2
...
(Old svn revision: 331)
2005-01-10 13:44:18 +00:00
Bernhard Walle
ad6d9f7ab1
New version 0.2.3: Make it thread save for recent developement versions of Xfce
...
(Old svn revision: 329)
2004-08-01 09:16:58 +00:00
Jasper Huijsmans
ba3e48bad4
Add Ukranian translations
...
(Old svn revision: 322)
2003-11-03 17:40:57 +00:00
Bernhard Walle
e9f7df9eec
* Fixed bug with wrong calculation of total number because of integer division.
...
* Show warning dialog because of initialization errors only after changes in
configuration and not after startup.
(Old svn revision: 316)
2003-10-01 19:16:03 +00:00
Bernhard Walle
6c59586f2e
Added support for MacOS X
...
(Old svn revision: 313)
2003-09-13 12:30:49 +00:00
Bernhard Walle
6140e1bbd0
New version 0.2.0pre6
...
Added GUI warning if the plugin initialization failed and corrected "ms" to "s" (seconds)
(Old svn revision: 309)
2003-09-06 12:37:20 +00:00
Bernhard Walle
eaaaa9c2e3
New version 0.2.0pre5
...
Fixed problems on all operating systems that require initialization and removed
superfluous call of init_netload() function.
(Old svn revision: 307)
2003-08-31 12:54:36 +00:00
Bernhard Walle
36f8ddc12a
Initial import
...
(Old svn revision: 306)
2003-08-31 12:45:25 +00:00
Bernhard Walle
92edb043e9
Fixed small bug with update timeout
...
(Old svn revision: 305)
2003-08-28 19:38:38 +00:00
Bernhard Walle
5fe22a5340
New version 0.2.0pre4
...
Fixed compile problem on NetBSD and OpenBSD
(Old svn revision: 303)
2003-08-27 18:26:50 +00:00
Bernhard Walle
bee2164e55
New version 0.2.0pre3
...
Fixed a small bug, implemented configurable update interval and improved automatic maximum.
(Old svn revision: 300)
2003-08-26 20:34:46 +00:00
Bernhard Walle
bf777a0384
New version 0.2.0pre2
...
Support more than one instance of the plugin
(Old svn revision: 298)
2003-08-25 21:08:58 +00:00
Bernhard Walle
fbca674e03
New version 0.2.0pre1
...
(Old svn revision: 296)
2003-08-24 20:07:08 +00:00
Bernhard Walle
1407a73ebb
Change netcode based on wormulon
...
(Old svn revision: 295)
2003-08-24 20:05:32 +00:00
Bernhard Walle
a0405c9463
Fixed bugs, added configuration option for maximum and changed a bit other
...
(Old svn revision: 294)
2003-08-24 20:05:10 +00:00
Bernhard Walle
5f8d057d39
Inital add -- thousands separator for printf
...
(Old svn revision: 293)
2003-08-24 20:04:23 +00:00
Bernhard Walle
39c7c55760
* Added libgtop2 support
...
* Changed comment to GPL
* Better organize of code (init and close function)
(Old svn revision: 286)
2003-08-17 18:55:46 +00:00
Bernhard Walle
b7fe0b709a
Initial revision
...
(Old svn revision: 275)
2003-08-13 18:14:27 +00:00