| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | perl_checker compliance | Olivier Blin | 2004-07-05 | 1 | -3/+2 |
* | rename $echr and $echt to $scale_r and $scale_t | Olivier Blin | 2004-07-05 | 1 | -8/+8 |
* | remove unused variable $type | Olivier Blin | 2004-07-05 | 1 | -3/+0 |
* | revert ugly code printing "This program cannot be run in console mode", | Pascal Rigaux | 2004-07-01 | 1 | -10/+1 |
* | try to display arrows closely to transmission values | Olivier Blin | 2004-06-30 | 1 | -20/+19 |
* | always draw an arrow next to transmitted amount | Olivier Blin | 2004-06-30 | 1 | -7/+6 |
* | always display a speed label for transmitted graph | Olivier Blin | 2004-06-30 | 1 | -1/+1 |
* | fix button layout | Thierry Vignaud | 2004-06-30 | 1 | -4/+4 |
* | allow the user to use different scales for received and transmitted | Olivier Blin | 2004-06-30 | 1 | -2/+13 |
* | prepare code to use distinct scales for received and transmitted | Olivier Blin | 2004-06-30 | 1 | -40/+51 |
* | remove most magic numbers, prefer usage of $width and $height | Olivier Blin | 2004-06-30 | 1 | -36/+43 |
* | Some standalone tools don't compile when run from console | Rafael Garcia-Suarez | 2004-06-24 | 1 | -1/+10 |
* | (get_val) reuse c::get_netdevices() and thus skip bogus sit0 | Thierry Vignaud | 2004-05-27 | 1 | -3/+7 |