| Commit message (Expand) | Author | Age | Files | Lines |
* | really preselect default interface | Olivier Blin | 2005-09-07 | 1 | -1/+1 |
* | show ppp/isdn interfaces as well (#18303) | Olivier Blin | 2005-09-07 | 1 | -6/+6 |
* | interactive is unused | Olivier Blin | 2005-09-01 | 1 | -1/+0 |
* | use window instead of rwindow, they're equivalent | Olivier Blin | 2005-09-01 | 1 | -11/+11 |
* | remove connect/diconnect_backend | Olivier Blin | 2005-07-07 | 1 | -4/+4 |
* | remove MDK::Common::Globals::init (fix crash) | Olivier Blin | 2005-06-24 | 1 | -2/+0 |
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -12/+9 |
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -2/+2 |
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
* | perl_checker, indent | Olivier Blin | 2005-04-05 | 1 | -3/+3 |
* | detect more devices (e.g. wireless) | Olivier Blin | 2005-04-05 | 1 | -2/+3 |
* | really fix typo (ie revert gtknew() patch) | Pascal Rigaux | 2004-10-19 | 1 | -74/+67 |
* | fix typo | Pascal Rigaux | 2004-10-19 | 1 | -68/+75 |
* | simplify | Pascal Rigaux | 2004-10-19 | 1 | -5/+4 |
* | (update) do not re-select the default interface every 5 seconds | Olivier Blin | 2004-10-16 | 1 | -5/+8 |
* | check every 5 seconds (instead of 20) for new or disconnected interfaces (#11... | Olivier Blin | 2004-09-29 | 1 | -1/+1 |
* | I am stupid, start when asked to start, stop when asked to stop | Olivier Blin | 2004-09-26 | 1 | -2/+2 |
* | simplify | Olivier Blin | 2004-09-22 | 1 | -1/+1 |
* | remove connection time timer if connection fails (fix #11590) | Olivier Blin | 2004-09-20 | 1 | -1/+3 |
* | reuse mcc icons (if availlable) for windows | Thierry Vignaud | 2004-09-02 | 1 | -0/+2 |
* | fix stupid error | Olivier Blin | 2004-09-01 | 1 | -1/+1 |
* | move start_interface and stop_interface from net_monitor to network::tools, u... | Olivier Blin | 2004-08-30 | 1 | -21/+10 |
* | watch connection time, not disconnection time :-) | Olivier Blin | 2004-08-23 | 1 | -1/+1 |
* | do not assume internet isn't configured if connect scripts do not | Olivier Blin | 2004-08-20 | 1 | -3/+2 |
* | let's be more l10n-friendly | Thierry Vignaud | 2004-08-12 | 1 | -3/+3 |
* | fix default connection time (Fabrice FACORAT) | Thierry Vignaud | 2004-08-12 | 1 | -1/+1 |
* | add a horizontal separator in stats to prevent visual disguts between | Thierry Vignaud | 2004-08-10 | 1 | -0/+1 |
* | fix looking aka vertical alignment of labels (Fabrice FACORAT <f.faber-pro@if... | Thierry Vignaud | 2004-08-10 | 1 | -1/+1 |
* | fix packing (Fabrice FACORAT <f.faber-pro@ifrance.com>, #10300) | Thierry Vignaud | 2004-08-10 | 1 | -2/+2 |
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
* | s/Mandrake/Mandrakelinux | Funda Wang | 2004-08-08 | 1 | -1/+1 |
* | save/restore options | Thierry Vignaud | 2004-07-27 | 1 | -4/+12 |
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls t... | Olivier Blin | 2004-07-20 | 1 | -2/+1 |
* | cosmetics | Olivier Blin | 2004-07-20 | 1 | -3/+7 |
* | do not allocate new Gtk2::Gdk::GC at each redraw (last memory leak | Olivier Blin | 2004-07-20 | 1 | -5/+6 |
* | use the power of the Gtk2::Dialog widget, thus giving change_color() | Olivier Blin | 2004-07-20 | 1 | -12/+7 |
* | translate connection type (Fabrice Facorat) | Olivier Blin | 2004-07-20 | 1 | -2/+2 |
* | fix spacing (from Fabrice Facorat, #10300), remove blank line | Olivier Blin | 2004-07-20 | 1 | -2/+1 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
* | unsensitive buttons immediatly once ifup/isdown has completed | Thierry Vignaud | 2004-07-19 | 1 | -2/+19 |
* | use run_program, try to handle default interface better | Olivier Blin | 2004-07-19 | 1 | -4/+5 |
* | disable the connect button if up interface is found (there is | Olivier Blin | 2004-07-19 | 1 | -2/+2 |
* | code factorization, do not use system() but fork() and exec() since we don't | Olivier Blin | 2004-07-19 | 1 | -4/+19 |
* | perl_checker compliance | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
* | use ifup/ifdown to connect/disconnect | Olivier Blin | 2004-07-19 | 1 | -5/+2 |
* | no need to be root to monitor connection | Olivier Blin | 2004-07-19 | 1 | -1/+1 |
* | add a border spacing of 5 pixel (fix #10299, from Fabrice Facorat) | Olivier Blin | 2004-07-15 | 1 | -3/+3 |
* | try to use $default_intf (and fix the last perl_checker warning, yeah) | Olivier Blin | 2004-07-05 | 1 | -1/+7 |