Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network::tools::connect_prog is really dead now | Olivier Blin | 2004-08-10 | 1 | -5/+1 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -4/+4 |
| | |||||
* | s/Mandrake/Mandrakelinux | Funda Wang | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -2/+2 |
| | |||||
* | remove useless $lan_button and $host_button in old drakconnect | Olivier Blin | 2004-07-23 | 1 | -16/+16 |
| | |||||
* | cosmetics (remove useless blanks at end of line) | Olivier Blin | 2004-07-23 | 1 | -41/+41 |
| | |||||
* | prepare for network::tools::reread_net_conf removal | Olivier Blin | 2004-07-23 | 1 | -4/+6 |
| | |||||
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes | ||||
* | maxi perl_checker compliance combo | Olivier Blin | 2004-07-20 | 1 | -5/+5 |
| | |||||
* | do not read conf in add_intf, this is already done by the netconnect wizard | Olivier Blin | 2004-07-20 | 1 | -2/+0 |
| | |||||
* | merge netconnect::load_conf in netconnect::read_conf (and replace all calls ↵ | Olivier Blin | 2004-07-20 | 1 | -1/+1 |
| | | | | to lload_conf with read_conf, remove all previous calls to read_conf) | ||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | enforce introduction of translators hints into translation catalogs | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts | ||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -5/+6 |
| | |||||
* | (build_notebook) simplify pull down menu filling and do not duplicate protocols | Thierry Vignaud | 2004-05-24 | 1 | -1/+1 |
| | | | | | list | ||||
* | fix interface destruction wizard | Thierry Vignaud | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | drop isdn_ fonction names | Damien Chaumette | 2004-04-28 | 1 | -2/+2 |
| | |||||
* | more gui layout fixes | Damien Chaumette | 2004-04-27 | 1 | -36/+38 |
| | |||||
* | remove useless ::prefix references | Thierry Vignaud | 2004-04-23 | 1 | -3/+3 |
| | |||||
* | (build_notebook) sort ppp auth methods | Thierry Vignaud | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | re-indentation | Damien Chaumette | 2004-04-23 | 1 | -127/+127 |
| | |||||
* | use gtkset_border_width(Gtk2::VBox->new, 5) to create a vbox and set a | Damien Chaumette | 2004-04-23 | 1 | -7/+3 |
| | | | | | border_width at the same time | ||||
* | change packing to get a better GUI | Damien Chaumette | 2004-04-23 | 1 | -84/+95 |
| | |||||
* | move reread_net_conf to tools.pm | Damien Chaumette | 2004-04-20 | 1 | -8/+2 |
| | |||||
* | remove unneeded @all_cards initialisation in reread_net_conf | Damien Chaumette | 2004-04-20 | 1 | -1/+0 |
| | |||||
* | (populate_notebook) fix drakxtools' build | Thierry Vignaud | 2004-04-20 | 1 | -1/+1 |
| | |||||
* | (build_notebook) do not assume there's not language that want to | Thierry Vignaud | 2004-04-20 | 1 | -1/+1 |
| | | | | | translate the "dhcp" string as in other code | ||||
* | dropped $::i in foreach loop, use $i instead | Damien Chaumette | 2004-04-19 | 1 | -1/+1 |
| | |||||
* | - translate strings once and only for the user. | Damien Chaumette | 2004-04-19 | 1 | -19/+19 |
| | | | | | | don't bother with translated strings internally.. - drop DHCP translation, it's always DHCP | ||||
* | IPADDR, NETMASK and GATEWAY fields are not sensitive by default in DHCP | Damien Chaumette | 2004-04-19 | 1 | -0/+3 |
| | | | | | (broken by #8498 fix) | ||||
* | (del_intf) enable to delete ADSL and ISDN connections | Thierry Vignaud | 2004-03-23 | 1 | -3/+13 |
| | |||||
* | misc perl_checker cleanup | Thierry Vignaud | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | remove debug statements | Thierry Vignaud | 2004-03-17 | 1 | -2/+0 |
| | |||||
* | fix no information for drivers that do not support ethtool ioctl (eg: | Thierry Vignaud | 2004-03-17 | 1 | -1/+10 |
| | | | | | | sk98lin): try to match the device by interface name and driver name (won't work for several cards managed by the same driver) | ||||
* | use new $ugtk2::wm_icon for x11 icon | Thierry Vignaud | 2004-03-17 | 1 | -2/+1 |
| | |||||
* | set x11 ico | Thierry Vignaud | 2004-03-16 | 1 | -0/+8 |
| | |||||
* | (configure_net) do not offer to alter domain name since this is | Thierry Vignaud | 2004-03-16 | 1 | -1/+0 |
| | | | | | achievable through FQDN | ||||
* | (configure_net) enable to alter hostname | Thierry Vignaud | 2004-03-15 | 1 | -0/+2 |
| | |||||
* | (configure_net) fix unlisted first dns server | Thierry Vignaud | 2004-03-15 | 1 | -3/+4 |
| | |||||
* | (configure_net) fix spacing around DNS/domainname settings table | Thierry Vignaud | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | (configure_net) write back domain name and dns servers | Thierry Vignaud | 2004-03-15 | 1 | -0/+2 |
| | |||||
* | (configure_net) fix domainname reading | Thierry Vignaud | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | (configure_net) fix crash on internet access dialog closing | Thierry Vignaud | 2004-03-15 | 1 | -2/+5 |
| | |||||
* | (configure_net) update connection status in background (#7800) | Thierry Vignaud | 2004-03-15 | 1 | -0/+2 |
| | |||||
* | add --old option in order to see old interface | Thierry Vignaud | 2004-03-15 | 1 | -0/+2 |
| | |||||
* | (build_notebook) default protocol is dhcp (eg for unconfigured | Thierry Vignaud | 2004-03-12 | 1 | -1/+1 |
| | | | | | | interfaces), thus preventing ip checks faillure on protocol change on other network interfaces | ||||
* | (apply) do not write IPADDR, NETMASK and NETWORK fields in ifcfg-ethX | Thierry Vignaud | 2004-03-12 | 1 | -3/+5 |
| | | | | | when using DHCP | ||||
* | (apply) factorize interface hash | Thierry Vignaud | 2004-03-12 | 1 | -2/+3 |
| | |||||
* | (apply) fix crash (is_dynamic_ip expect a hash of network interaces, | Thierry Vignaud | 2004-03-12 | 1 | -2/+1 |
| | | | | | not a single interface) | ||||
* | (configure_net) kill useless code | Thierry Vignaud | 2004-03-12 | 1 | -9/+0 |
| |