summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Collapse)AuthorAgeFilesLines
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-141-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 widgetThierry Vignaud2004-05-241-5/+6
|
* (build_notebook) simplify pull down menu filling and do not duplicate protocolsThierry Vignaud2004-05-241-1/+1
| | | | | list
* fix interface destruction wizardThierry Vignaud2004-05-041-1/+1
|
* drop isdn_ fonction namesDamien Chaumette2004-04-281-2/+2
|
* more gui layout fixesDamien Chaumette2004-04-271-36/+38
|
* remove useless ::prefix referencesThierry Vignaud2004-04-231-3/+3
|
* (build_notebook) sort ppp auth methodsThierry Vignaud2004-04-231-1/+1
|
* re-indentationDamien Chaumette2004-04-231-127/+127
|
* use gtkset_border_width(Gtk2::VBox->new, 5) to create a vbox and set aDamien Chaumette2004-04-231-7/+3
| | | | | border_width at the same time
* change packing to get a better GUIDamien Chaumette2004-04-231-84/+95
|
* move reread_net_conf to tools.pmDamien Chaumette2004-04-201-8/+2
|
* remove unneeded @all_cards initialisation in reread_net_confDamien Chaumette2004-04-201-1/+0
|
* (populate_notebook) fix drakxtools' buildThierry Vignaud2004-04-201-1/+1
|
* (build_notebook) do not assume there's not language that want toThierry Vignaud2004-04-201-1/+1
| | | | | translate the "dhcp" string as in other code
* dropped $::i in foreach loop, use $i insteadDamien Chaumette2004-04-191-1/+1
|
* - translate strings once and only for the user.Damien Chaumette2004-04-191-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 DHCPDamien Chaumette2004-04-191-0/+3
| | | | | (broken by #8498 fix)
* (del_intf) enable to delete ADSL and ISDN connectionsThierry Vignaud2004-03-231-3/+13
|
* misc perl_checker cleanupThierry Vignaud2004-03-171-1/+1
|
* remove debug statementsThierry Vignaud2004-03-171-2/+0
|
* fix no information for drivers that do not support ethtool ioctl (eg:Thierry Vignaud2004-03-171-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 iconThierry Vignaud2004-03-171-2/+1
|
* set x11 icoThierry Vignaud2004-03-161-0/+8
|
* (configure_net) do not offer to alter domain name since this isThierry Vignaud2004-03-161-1/+0
| | | | | achievable through FQDN
* (configure_net) enable to alter hostnameThierry Vignaud2004-03-151-0/+2
|
* (configure_net) fix unlisted first dns serverThierry Vignaud2004-03-151-3/+4
|
* (configure_net) fix spacing around DNS/domainname settings tableThierry Vignaud2004-03-151-1/+1
|
* (configure_net) write back domain name and dns serversThierry Vignaud2004-03-151-0/+2
|
* (configure_net) fix domainname readingThierry Vignaud2004-03-151-1/+1
|
* (configure_net) fix crash on internet access dialog closingThierry Vignaud2004-03-151-2/+5
|
* (configure_net) update connection status in background (#7800)Thierry Vignaud2004-03-151-0/+2
|
* add --old option in order to see old interfaceThierry Vignaud2004-03-151-0/+2
|
* (build_notebook) default protocol is dhcp (eg for unconfiguredThierry Vignaud2004-03-121-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-ethXThierry Vignaud2004-03-121-3/+5
| | | | | when using DHCP
* (apply) factorize interface hashThierry Vignaud2004-03-121-2/+3
|
* (apply) fix crash (is_dynamic_ip expect a hash of network interaces,Thierry Vignaud2004-03-121-2/+1
| | | | | not a single interface)
* (configure_net) kill useless codeThierry Vignaud2004-03-121-9/+0
|
* (configure_net) fix layout by using a tableThierry Vignaud2004-03-121-18/+17
|
* remove a few more parametersThierry Vignaud2004-03-121-2/+0
|
* (configure_net) get rid of mask now we've cleaned up parametersThierry Vignaud2004-03-121-20/+5
|
* only show dns from resolv.conf for nowThierry Vignaud2004-03-121-4/+2
|
* (configure_net) remove some parameters according to specsThierry Vignaud2004-03-121-21/+3
|
* (configure_net) sanitize buttons layout (#8637)Thierry Vignaud2004-03-121-4/+3
|
* fix bootproto filling (#8498)Thierry Vignaud2004-03-011-0/+1
|
* fix forgotten $::prefix (could I say typo fix ?)Damien Chaumette2004-02-251-1/+1
|
* - RTC Modem page shown and pretty okayishDamien Chaumette2004-02-251-13/+24
| | | | | - use '/root/.kde/share/config/kppprc' for any local change
* misc perl_checker cleanupsThierry Vignaud2004-02-231-2/+2
|
* (del_intf) keep ethX aliases b/c eg removing eth0 will results in eth1 to beThierry Vignaud2004-02-231-3/+0
| | | | | renumbered on next boot...
* (del_intf) down the network interface when deleting itThierry Vignaud2004-02-231-0/+1
|