Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove connect/diconnect_backend | Olivier Blin | 2005-07-07 | 1 | -4/+4 |
| | | | | | | add start/stop_net_interface add detach parameter to start/stop_interface | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | 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 ↵ | Olivier Blin | 2004-09-29 | 1 | -1/+1 |
| | | | | (#11780) | ||||
* | 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, ↵ | Olivier Blin | 2004-08-30 | 1 | -21/+10 |
| | | | | use it in net_monitor and net_applet | ||||
* | 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 |
| | | | | | exist (they're obsolete), fix connect button sensitivity | ||||
* | 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 |
| | | | | | supposed non aligned labels | ||||
* | fix looking aka vertical alignment of labels (Fabrice FACORAT ↵ | Thierry Vignaud | 2004-08-10 | 1 | -1/+1 |
| | | | | <f.faber-pro@ifrance.com>, #10300) | ||||
* | 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 ↵ | Olivier Blin | 2004-07-20 | 1 | -2/+1 |
| | | | | to lload_conf with read_conf, remove all previous calls to read_conf) | ||||
* | 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 |
| | | | | | fixed ?) | ||||
* | use the power of the Gtk2::Dialog widget, thus giving change_color() | Olivier Blin | 2004-07-20 | 1 | -12/+7 |
| | | | | | more luck to succeed | ||||
* | 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 |
| | | | | | currently no reliable way to find the gateway interface) | ||||
* | code factorization, do not use system() but fork() and exec() since we don't | Olivier Blin | 2004-07-19 | 1 | -4/+19 |
| | | | | | want to wait the command to return | ||||
* | 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 |
| | | | | | it is easily done in ugtk2.pm |