summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* rename adj_* variables as adj* in order to help cperl-mode parsingThierry Vignaud2004-01-261-15/+15
| | | | | this file
* perl_checker: assigned, but not readStew Benedict2004-01-231-5/+2
|
* More perl_checker fixes. Remove another unused sub.Stew Benedict2004-01-231-81/+76
| | | | | Fix broken sys, other restore.
* "use USER" is unecessary and probably comes from copy-pasting userdrake's GUIGuillaume Cottenceau2004-01-231-1/+0
|
* Rework timestamp for backup files to please perl_checker.Stew Benedict2004-01-231-12/+12
|
* (search_dir_font) kill unused variableThierry Vignaud2004-01-231-2/+0
|
* update copyright noticesThierry Vignaud2004-01-2225-28/+29
|
* remove never implemented --strong optionThierry Vignaud2004-01-221-3/+0
|
* perl_checker cleanupsThierry Vignaud2004-01-221-5/+3
|
* fix button labelThierry Vignaud2004-01-221-1/+1
|
* - fix untraslated stringsThierry Vignaud2004-01-221-17/+17
| | | | | - upcase tcp/ip
* - remove _radio suffixDamien Chaumette2004-01-221-5/+5
| | | | | - prevent undefined value to be get_texted
* - further s/cnx/intf/Damien Chaumette2004-01-221-7/+5
| | | | | - remove old code
* do not test $intf but $gui, poulpy suxDamien Chaumette2004-01-221-1/+1
|
* fix isdn modem pageDamien Chaumette2004-01-221-1/+1
|
* factorise gui set_textDamien Chaumette2004-01-221-4/+2
|
* - drop detection, will use interface scheme ($config)Damien Chaumette2004-01-221-21/+21
| | | | | - use $interface_kind
* drop now unused codeDamien Chaumette2004-01-221-8/+0
|
* fix broken MII_NOT_SUPPORTED and HWADDRDamien Chaumette2004-01-221-2/+6
|
* add dns3 entryDamien Chaumette2004-01-221-1/+1
|
* Updated title bar texts of error pop-ups.Till Kamppeter2004-01-211-8/+8
|
* Removed occurences of "Mandrake" from translateable strings.Till Kamppeter2004-01-212-7/+17
|
* install the squid package, if necessaryFlorin Grad2004-01-201-0/+1
|
* fix typoDamien Chaumette2004-01-201-1/+1
|
* perl_checker fixesThierry Vignaud2004-01-191-14/+13
|
* remove empty lines in order to get more place for entry fieldsThierry Vignaud2004-01-191-3/+1
|
* - add build_tree to fetch info before doing GUI stuffDamien Chaumette2004-01-191-116/+157
| | | | | | | - use $intf->{$interface}{save} to re-use existing write_foo specific fonctions - change build_notebook thing - indenting && perl_checking
* typo errorFlorin Grad2004-01-191-1/+0
|
* add transparent proxy supportFlorin Grad2004-01-191-10/+78
|
* kill useless diagnostics pragmaThierry Vignaud2004-01-191-1/+0
|
* simplifyThierry Vignaud2004-01-191-1/+1
|
* add wait message as hardware detection takes timeDamien Chaumette2004-01-171-3/+8
|
* kill unused variablesThierry Vignaud2004-01-161-5/+3
|
* - set a meaningfull window title when called from mcc for explanationsThierry Vignaud2004-01-161-3/+4
| | | | | - upcase default window title
* do not abuse global namespace (this also allow to track variablesThierry Vignaud2004-01-161-22/+24
| | | | | usage through static code analysers such as perl_checker)
* * manage interfaces:Damien Chaumette2004-01-161-8/+8
| | | | | | - fix Ok button logic - fix some calls to $apply
* * manage interfacesDamien Chaumette2004-01-161-19/+68
| | | | | | - added Modem page - most of the GUI in place
* remove arrows from previous/next buttons according to interface teamThierry Vignaud2004-01-161-13/+13
|
* ask_warn fixes per Thierry, purge some old, unused codeStew Benedict2004-01-162-541/+198
|
* reuse create_okcancel() in ordet to get some std button layoutThierry Vignaud2004-01-151-9/+10
|
* remove useless menu infrastuctureThierry Vignaud2004-01-151-18/+1
|
* add bug hintThierry Vignaud2004-01-151-0/+2
|
* remove unused variableThierry Vignaud2004-01-151-1/+0
|
* First time wizardStew Benedict2004-01-151-148/+322
|
* (lilo_choice) do not complain on cancelingThierry Vignaud2004-01-151-1/+1
|
* (lilo_choice) let's set dialog title when poping up an error messageThierry Vignaud2004-01-151-1/+1
|
* (lilo_choice) do not complaing about lilo faillure when we use anotherThierry Vignaud2004-01-151-2/+1
| | | | | bootloader: just complain about the actually used bootloader
* warly said that we should not restrict ourselves to liloThierry Vignaud2004-01-151-2/+0
|
* make splash config looks better when embeddedThierry Vignaud2004-01-151-3/+3
|
* - manage interfaces :Damien Chaumette2004-01-141-12/+44
| | | | | | | | o add Account page o speedtouch and sagem modems o build_notebook don't need $window anymore o cosmetic change to Infornations page