summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
Commit message (Expand)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-588/+0
* really preselect default interfaceOlivier Blin2005-09-071-1/+1
* show ppp/isdn interfaces as well (#18303)Olivier Blin2005-09-071-6/+6
* interactive is unusedOlivier Blin2005-09-011-1/+0
* use window instead of rwindow, they're equivalentOlivier Blin2005-09-011-11/+11
* remove connect/diconnect_backendOlivier Blin2005-07-071-4/+4
* remove MDK::Common::Globals::init (fix crash)Olivier Blin2005-06-241-2/+0
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-12/+9
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-2/+2
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
* perl_checker, indentOlivier Blin2005-04-051-3/+3
* detect more devices (e.g. wireless)Olivier Blin2005-04-051-2/+3
* really fix typo (ie revert gtknew() patch)Pascal Rigaux2004-10-191-74/+67
* fix typoPascal Rigaux2004-10-191-68/+75
* simplifyPascal Rigaux2004-10-191-5/+4
* (update) do not re-select the default interface every 5 secondsOlivier Blin2004-10-161-5/+8
* check every 5 seconds (instead of 20) for new or disconnected interfaces (#11...Olivier Blin2004-09-291-1/+1
* I am stupid, start when asked to start, stop when asked to stopOlivier Blin2004-09-261-2/+2
* simplifyOlivier Blin2004-09-221-1/+1
* remove connection time timer if connection fails (fix #11590)Olivier Blin2004-09-201-1/+3
* 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