Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | (configure_net) fix layout by using a table | Thierry Vignaud | 2004-03-12 | 1 | -18/+17 |
| | |||||
* | remove a few more parameters | Thierry Vignaud | 2004-03-12 | 1 | -2/+0 |
| | |||||
* | (configure_net) get rid of mask now we've cleaned up parameters | Thierry Vignaud | 2004-03-12 | 1 | -20/+5 |
| | |||||
* | only show dns from resolv.conf for now | Thierry Vignaud | 2004-03-12 | 1 | -4/+2 |
| | |||||
* | (configure_net) remove some parameters according to specs | Thierry Vignaud | 2004-03-12 | 1 | -21/+3 |
| | |||||
* | (configure_net) sanitize buttons layout (#8637) | Thierry Vignaud | 2004-03-12 | 1 | -4/+3 |
| | |||||
* | fix bootproto filling (#8498) | Thierry Vignaud | 2004-03-01 | 1 | -0/+1 |
| | |||||
* | fix forgotten $::prefix (could I say typo fix ?) | Damien Chaumette | 2004-02-25 | 1 | -1/+1 |
| | |||||
* | - RTC Modem page shown and pretty okayish | Damien Chaumette | 2004-02-25 | 1 | -13/+24 |
| | | | | | - use '/root/.kde/share/config/kppprc' for any local change | ||||
* | misc perl_checker cleanups | Thierry Vignaud | 2004-02-23 | 1 | -2/+2 |
| | |||||
* | (del_intf) keep ethX aliases b/c eg removing eth0 will results in eth1 to be | Thierry Vignaud | 2004-02-23 | 1 | -3/+0 |
| | | | | | renumbered on next boot... | ||||
* | (del_intf) down the network interface when deleting it | Thierry Vignaud | 2004-02-23 | 1 | -0/+1 |
| | |||||
* | (del_intf) when no network configuration is configured, just report it | Thierry Vignaud | 2004-02-23 | 1 | -0/+4 |
| |