summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Expand)AuthorAgeFilesLines
...
* (save) applying changes can be quite time expensive, especially withThierry Vignaud2004-10-051-5/+19
* (apply) recompute NETWORK and BROADCAST fiels in manage interfaceOlivier Blin2004-10-041-1/+2
* (manage) use both type and device name in non-ethernet interfaces listOlivier Blin2004-10-041-1/+1
* (build_notebook) do not crash if BOOTPROTO is empty, use 'none' byOlivier Blin2004-10-041-1/+1
* (get_eth_cards_names) remove unused parameterOlivier Blin2004-09-141-2/+2
* (configureNetwork2) configure eth aliases, needs modules_confOlivier Blin2004-09-141-2/+2
* remove unused parameterOlivier Blin2004-09-141-1/+1
* (configure_net) use network::test to test internet connectionOlivier Blin2004-09-101-1/+18
* fix #11287Olivier Blin2004-09-081-6/+11
* (del_intf) use more detailled device names on Fabrice Facorat suggestionOlivier Blin2004-09-071-1/+9
* s/kind/name/Olivier Blin2004-09-071-16/+16
* (manage) clean interface kind assignmentOlivier Blin2004-09-071-1/+3
* perl_checker fixesOlivier Blin2004-09-061-5/+5
* (del_intf) update for adsl/modem/isdn connectionsOlivier Blin2004-09-061-7/+8
* (build_tree) avoid code duplication, use network::modem::ppp_read_confOlivier Blin2004-09-061-16/+1
* (build_notebook) Authentication is used for modems only (better fix for #11142)Olivier Blin2004-09-061-3/+5
* fix crashesThierry Vignaud2004-09-061-3/+9
* don't exclude Gtk2::Entry fillingDamien Chaumette2004-09-031-1/+1
* (build_notebook) fix crashes (#11100)Thierry Vignaud2004-08-311-1/+10
* typo fixes (Arpad Biro <biro_arpad@yahoo.com>)Thierry Vignaud2004-08-301-2/+2
* (manage) read settings from correct interface for non ethernet interfacesOlivier Blin2004-08-271-1/+1
* (manage) add metric text entry for all connectionsOlivier Blin2004-08-271-0/+5
* use existsOlivier Blin2004-08-251-1/+1
* (manage) use network::tools::get_interface_type instead ofOlivier Blin2004-08-251-5/+4
* (configure_net) do not ask the user to do an inifinite looping in MCC ...Olivier Blin2004-08-241-2/+2
* protocol names, trademark and acronyms should be upcaseThierry Vignaud2004-08-231-1/+1
* aspell's typo fixesThierry Vignaud2004-08-231-2/+2
* network::tools::connect_prog is really dead nowOlivier Blin2004-08-101-5/+1
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-4/+4
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-1/+1
* kill set_cnx_script usage, replace cnx_scripts with ifup/ifdownOlivier Blin2004-08-041-2/+2
* remove useless $lan_button and $host_button in old drakconnectOlivier Blin2004-07-231-16/+16
* cosmetics (remove useless blanks at end of line)Olivier Blin2004-07-231-41/+41
* prepare for network::tools::reread_net_conf removalOlivier Blin2004-07-231-4/+6
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-211-8/+10
* maxi perl_checker compliance comboOlivier Blin2004-07-201-5/+5
* do not read conf in add_intf, this is already done by the netconnect wizardOlivier Blin2004-07-201-2/+0
* merge netconnect::load_conf in netconnect::read_conf (and replace all calls t...Olivier Blin2004-07-201-1/+1
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-141-1/+1
* 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
* 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
* change packing to get a better GUIDamien Chaumette2004-04-231-84/+95