summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* in netconnect::(start|stop)_internet, use (connect|disconnect)_backendOlivier Blin2004-08-091-2/+2
|
* (gtkappend_page) title is optonnal and perl_checker is loudlyThierry Vignaud2004-08-091-2/+2
| | | | | complaining outdoor...
* use new ISO images volume name (#10543)Olivier Blin2004-08-091-1/+2
|
* fix regexp (do not strip paths ending in .*iso)Olivier Blin2004-08-091-1/+1
|
* use $F instead of *FPascal Rigaux2004-08-091-3/+2
|
* correctly call errorInStep()Pascal Rigaux2004-08-093-9/+10
|
* fix call to bootloader::read()Pascal Rigaux2004-08-091-1/+1
|
* perl_checker prototype compliancePascal Rigaux2004-08-091-6/+6
|
* prototype perl_checker compliancePascal Rigaux2004-08-091-2/+2
|
* prototype compliance with perl_checkerPascal Rigaux2004-08-091-3/+3
|
* help perl_checker know the $all_hds *is* usedPascal Rigaux2004-08-091-0/+1
|
* fix typoPascal Rigaux2004-08-091-1/+1
|
* - fix unlockCdrom()Pascal Rigaux2004-08-091-17/+15
| | | | | - ejectCdrom() prototype compliance with perl_checker
* we never pass a prefix to lang::read() which is always use in standalone,Pascal Rigaux2004-08-094-8/+7
| | | | | so use $::prefix and don't pass a prefix anymore
* - adapt prototype of runlevel() to its usePascal Rigaux2004-08-091-6/+5
| | | | | - bootloader::read() needs fstab
* flags is optionalPascal Rigaux2004-08-091-2/+2
|
* perl_checker compliance + cleanupPascal Rigaux2004-08-091-14/+14
|
* 10.1-0.7mdkThierry Vignaud2004-08-091-1/+13
|
* - move the "Input method:" at the end (titi did put it in the middle for ↵Pascal Rigaux2004-08-091-3/+3
| | | | | | | OptionMenu which is crap) - need updating the "changed" callback since there is a new entry
* updated pot filePablo Saratxaga2004-08-091-489/+468
|
* allow 192.168.1.1:/exportPascal Rigaux2004-08-091-1/+1
|
* developers should always run their stuff with the strict pragmaThierry Vignaud2004-08-091-1/+1
|
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-0912-651/+651
|
* perl_checker cleanupThierry Vignaud2004-08-091-1/+1
|
* (find_files_to_restore) cleanupsThierry Vignaud2004-08-091-3/+2
|
* remove awesfx from "SYSTEM 2" otherwise it gives a fatal errorPascal Rigaux2004-08-091-1/+1
|
* - perl_checker cleanupsThierry Vignaud2004-08-091-14/+7
| | | | | - reuse cat_() where opencoded
* (checkNetwork) do not die when gateway canot be guessed (Joe BolinThierry Vignaud2004-08-091-2/+0
| | | | | | | | | | | | <sopwithcamel@charter.net>) else the applet dies never to be heard from again until the next login b/c with DHCP connections, the gateway information is lost when the network is manually brought down. Indeed gateway is not needed for direct connection through crossover cable.
* (setState) fix status toolipThierry Vignaud2004-08-091-2/+2
|
* allow multiple instances, but only one per user (Joe Bolin ↵Thierry Vignaud2004-08-091-6/+3
| | | | <sopwithcamel@charter.net>)
* fix 10.1-0.6mdk's changelogThierry Vignaud2004-08-081-1/+1
|
* (row_setting_dialog) add hints for translatorsThierry Vignaud2004-08-081-3/+12
|
* (row_setting_dialog) enable translators to print a fully translated stringsThierry Vignaud2004-08-081-4/+4
| | | | | | (though we should probably just pregenerate and fill pos with all the strings b/c of inflections and mutations that occur in some languages)
* sort theme listThierry Vignaud2004-08-081-1/+1
|
* (row_setting_dialog) do not set hash as string on labels else perl willThierry Vignaud2004-08-081-1/+1
| | | | | stringify this very hash thus making draksec crashes with strict pragma
* simplify code through Gtk2::ComboBox->new_with_strings()Thierry Vignaud2004-08-086-60/+23
|
* (Gtk2::ComboBox->new_with_strings) make it workingThierry Vignaud2004-08-081-1/+1
|
* sort WMs listThierry Vignaud2004-08-081-1/+1
|
* use proper widget (aka GtkTable)Thierry Vignaud2004-08-081-13/+4
|
* sort user listThierry Vignaud2004-08-081-1/+1
|
* Revised comments to make non-utf-8 editor happierFunda Wang2004-08-081-5/+5
|
* changed default font for gb2312Funda Wang2004-08-081-2/+2
|
* typo fixFunda Wang2004-08-082-2/+2
|
* s/iwpconfig/iwconfigFunda Wang2004-08-081-1/+1
|
* remove raidstopPascal Rigaux2004-08-081-1/+0
|
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-3/+3
|
* Some string fixesFunda Wang2004-08-0815-37/+37
|
* s/Mandrake/MandrakelinuxFunda Wang2004-08-085-7/+7
|
* *** empty log message ***Pascal Rigaux2004-08-081-1/+241
|
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-0810-204/+169
| | | | | | | | | - create mdadm.conf instead of raidtab - internal {raids} is no more indexed by X for mdX, and so don't have holes anymore - internal {chunk-size} is now a number in KiB - internal {raid} is the raid device name, not the number - various cleanup for raid detection