summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
Commit message (Expand)AuthorAgeFilesLines
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+2
* fix stupid errorOlivier Blin2004-09-011-1/+1
* move start_interface and stop_interface from net_monitor to network::tools, u...Olivier Blin2004-08-301-21/+10
* watch connection time, not disconnection time :-)Olivier Blin2004-08-231-1/+1
* do not assume internet isn't configured if connect scripts do notOlivier Blin2004-08-201-3/+2
* let's be more l10n-friendlyThierry Vignaud2004-08-121-3/+3
* fix default connection time (Fabrice FACORAT)Thierry Vignaud2004-08-121-1/+1
* add a horizontal separator in stats to prevent visual disguts betweenThierry Vignaud2004-08-101-0/+1
* fix looking aka vertical alignment of labels (Fabrice FACORAT <f.faber-pro@if...Thierry Vignaud2004-08-101-1/+1
* fix packing (Fabrice FACORAT <f.faber-pro@ifrance.com>, #10300)Thierry Vignaud2004-08-101-2/+2
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-1/+1
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-1/+1
* save/restore optionsThierry Vignaud2004-07-271-4/+12
* merge netconnect::load_conf in netconnect::read_conf (and replace all calls t...Olivier Blin2004-07-201-2/+1
* cosmeticsOlivier Blin2004-07-201-3/+7
* do not allocate new Gtk2::Gdk::GC at each redraw (last memory leakOlivier Blin2004-07-201-5/+6
* use the power of the Gtk2::Dialog widget, thus giving change_color()Olivier Blin2004-07-201-12/+7
* translate connection type (Fabrice Facorat)Olivier Blin2004-07-201-2/+2
* fix spacing (from Fabrice Facorat, #10300), remove blank lineOlivier Blin2004-07-201-2/+1
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* unsensitive buttons immediatly once ifup/isdown has completedThierry Vignaud2004-07-191-2/+19
* use run_program, try to handle default interface betterOlivier Blin2004-07-191-4/+5
* disable the connect button if up interface is found (there isOlivier Blin2004-07-191-2/+2
* code factorization, do not use system() but fork() and exec() since we don'tOlivier Blin2004-07-191-4/+19
* perl_checker complianceOlivier Blin2004-07-191-1/+1
* use ifup/ifdown to connect/disconnectOlivier Blin2004-07-191-5/+2
* no need to be root to monitor connectionOlivier Blin2004-07-191-1/+1
* add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat)Olivier Blin2004-07-151-3/+3
* try to use $default_intf (and fix the last perl_checker warning, yeah)Olivier Blin2004-07-051-1/+7
* perl_checker complianceOlivier Blin2004-07-051-3/+2
* rename $echr and $echt to $scale_r and $scale_tOlivier Blin2004-07-051-8/+8
* remove unused variable $typeOlivier Blin2004-07-051-3/+0
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
* try to display arrows closely to transmission valuesOlivier Blin2004-06-301-20/+19
* always draw an arrow next to transmitted amountOlivier Blin2004-06-301-7/+6
* always display a speed label for transmitted graphOlivier Blin2004-06-301-1/+1
* fix button layoutThierry Vignaud2004-06-301-4/+4
* allow the user to use different scales for received and transmittedOlivier Blin2004-06-301-2/+13
* prepare code to use distinct scales for received and transmittedOlivier Blin2004-06-301-40/+51
* remove most magic numbers, prefer usage of $width and $heightOlivier Blin2004-06-301-36/+43
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
* (get_val) reuse c::get_netdevices() and thus skip bogus sit0Thierry Vignaud2004-05-271-3/+7
* (in_ifconfig) better check ifconfig is executable before running itThierry Vignaud2004-02-271-1/+1
* do not force page switchThierry Vignaud2004-01-291-1/+0
* get rid of global variables regarding connect/disconnect scriptsThierry Vignaud2004-01-261-8/+3
* update copyright noticesThierry Vignaud2004-01-221-1/+1
* upcase some labelsThierry Vignaud2003-12-091-1/+1
* kill unused variableThierry Vignaud2003-12-091-2/+0
* update copyrightThierry Vignaud2003-12-091-2/+4
* handle multiple interfaces: let's have a buffer pixmap per networkThierry Vignaud2003-12-091-3/+4