Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add hint about ala LaTeX strings for translators | Thierry Vignaud | 2004-08-09 | 8 | -10/+29 |
| | |||||
* | in netconnect::(start|stop)_internet, use (connect|disconnect)_backend | Olivier Blin | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | (gtkappend_page) title is optonnal and perl_checker is loudly | Thierry Vignaud | 2004-08-09 | 1 | -2/+2 |
| | | | | | complaining outdoor... | ||||
* | use new ISO images volume name (#10543) | Olivier Blin | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | fix regexp (do not strip paths ending in .*iso) | Olivier Blin | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | use $F instead of *F | Pascal Rigaux | 2004-08-09 | 1 | -3/+2 |
| | |||||
* | correctly call errorInStep() | Pascal Rigaux | 2004-08-09 | 3 | -9/+10 |
| | |||||
* | fix call to bootloader::read() | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | perl_checker prototype compliance | Pascal Rigaux | 2004-08-09 | 1 | -6/+6 |
| | |||||
* | prototype perl_checker compliance | Pascal Rigaux | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | prototype compliance with perl_checker | Pascal Rigaux | 2004-08-09 | 1 | -3/+3 |
| | |||||
* | help perl_checker know the $all_hds *is* used | Pascal Rigaux | 2004-08-09 | 1 | -0/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | - fix unlockCdrom() | Pascal Rigaux | 2004-08-09 | 1 | -17/+15 |
| | | | | | - ejectCdrom() prototype compliance with perl_checker | ||||
* | we never pass a prefix to lang::read() which is always use in standalone, | Pascal Rigaux | 2004-08-09 | 4 | -8/+7 |
| | | | | | so use $::prefix and don't pass a prefix anymore | ||||
* | - adapt prototype of runlevel() to its use | Pascal Rigaux | 2004-08-09 | 1 | -6/+5 |
| | | | | | - bootloader::read() needs fstab | ||||
* | flags is optional | Pascal Rigaux | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance + cleanup | Pascal Rigaux | 2004-08-09 | 1 | -14/+14 |
| | |||||
* | handle ipw2200 too | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | 10.1-0.7mdk | Thierry Vignaud | 2004-08-09 | 1 | -1/+13 |
| | |||||
* | - move the "Input method:" at the end (titi did put it in the middle for ↵ | Pascal Rigaux | 2004-08-09 | 1 | -3/+3 |
| | | | | | | | OptionMenu which is crap) - need updating the "changed" callback since there is a new entry | ||||
* | typo fix (from Olivier Borowski) | Olivier Blin | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-08-09 | 1 | -489/+468 |
| | |||||
* | allow 192.168.1.1:/export | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | developers should always run their stuff with the strict pragma | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 12 | -651/+651 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | (find_files_to_restore) cleanups | Thierry Vignaud | 2004-08-09 | 1 | -3/+2 |
| | |||||
* | remove awesfx from "SYSTEM 2" otherwise it gives a fatal error | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | - perl_checker cleanups | Thierry Vignaud | 2004-08-09 | 1 | -14/+7 |
| | | | | | - reuse cat_() where opencoded | ||||
* | (checkNetwork) do not die when gateway canot be guessed (Joe Bolin | Thierry Vignaud | 2004-08-09 | 1 | -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 toolip | Thierry Vignaud | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | allow multiple instances, but only one per user (Joe Bolin ↵ | Thierry Vignaud | 2004-08-09 | 1 | -6/+3 |
| | | | | <sopwithcamel@charter.net>) | ||||
* | fix 10.1-0.6mdk's changelog | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (row_setting_dialog) add hints for translators | Thierry Vignaud | 2004-08-08 | 1 | -3/+12 |
| | |||||
* | (row_setting_dialog) enable translators to print a fully translated strings | Thierry Vignaud | 2004-08-08 | 1 | -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 list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (row_setting_dialog) do not set hash as string on labels else perl will | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | | | | | stringify this very hash thus making draksec crashes with strict pragma | ||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 6 | -60/+23 |
| | |||||
* | (Gtk2::ComboBox->new_with_strings) make it working | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | sort WMs list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | use proper widget (aka GtkTable) | Thierry Vignaud | 2004-08-08 | 1 | -13/+4 |
| | |||||
* | sort user list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | Revised comments to make non-utf-8 editor happier | Funda Wang | 2004-08-08 | 1 | -5/+5 |
| | |||||
* | changed default font for gb2312 | Funda Wang | 2004-08-08 | 1 | -2/+2 |
| | |||||
* | typo fix | Funda Wang | 2004-08-08 | 2 | -2/+2 |
| | |||||
* | s/iwpconfig/iwconfig | Funda Wang | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | remove raidstop | Pascal Rigaux | 2004-08-08 | 1 | -1/+0 |
| | |||||
* | s/Mandrake/Mandrakelinux | Funda Wang | 2004-08-08 | 1 | -3/+3 |
| | |||||
* | Some string fixes | Funda Wang | 2004-08-08 | 15 | -37/+37 |
| |