summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ensure we default to MD5 password if $authentication is not passedPascal Rigaux2008-08-221-1/+1
| | | | | (since it seems finish-install for example do this)
* change prototype of any::create_user(), authentication::user_crypted_passwd(),Pascal Rigaux2008-08-222-9/+11
| | | | | | | authentication::write_passwd_user(): pass $authentication instead of $isMD5 (for next commits)
* - allow to install bootloader on md0 (#42999)Pascal Rigaux2008-08-222-1/+4
| | | | | (regression introduced on 2004-08-05)
* 11.23Thierry Vignaud2008-08-222-1/+3
|
* (_create_Window) update commentThierry Vignaud2008-08-221-1/+2
|
* center all modal windows during install (since the background is greyed, wePascal Rigaux2008-08-221-1/+1
| | | | | don't want to center on the right part, but on the full display)
* - pop wait_messages and ensure same window is used for next wait_messagesPascal Rigaux2008-08-223-4/+23
| | | | | (to ensure the background is not greyed,ungreyed,greyed,...)
* (acceptLicense) align license question to the rightThierry Vignaud2008-08-222-2/+4
|
* (create_widgets_block) add support for new 'alignment' parameter (only ↵Thierry Vignaud2008-08-222-1/+5
| | | | 'right' value is supported for now)
* (acceptLicense,selectKeyboard) render some message titles as blueThierry Vignaud2008-08-223-3/+5
|
* document 'install_button' parameterThierry Vignaud2008-08-221-0/+1
|
* (acceptLicense) do not use all horizontal space for "release notes" buttonThierry Vignaud2008-08-221-1/+1
|
* (create_widgets_block) add support for new 'do_not_expand' parameterThierry Vignaud2008-08-222-0/+8
|
* 10.22Thierry Vignaud2008-08-222-1/+3
|
* (new) do not let MCC crashes if an icon is missing (#37651)Thierry Vignaud2008-08-222-1/+2
|
* do not bother probing /dev/fd0 and loading floppy device uselessly,Olivier Blin2008-08-222-1/+8
| | | | | | it takes time and it is already done by boot process (just check /proc/devices)
* - install lilo when needed (#39878)Pascal Rigaux2008-08-222-0/+3
|
* (floppies) probe floppies only onceThierry Vignaud2008-08-222-1/+6
|
* create any::install_bootloader_pkgs() as a simple wrapper aroundPascal Rigaux2008-08-222-2/+8
| | | | | | | install_acpi_pkgs() (needed for next commit)
* do translate the titlePascal Rigaux2008-08-221-1/+1
|
* 11.21Thierry Vignaud2008-08-223-1/+5
|
* (main) ensure we initialize only once but at least one, thus fixingThierry Vignaud2008-08-223-4/+12
| | | | | crash when embedded or in installer (#43011)
* oops, wasn't commitedThierry Vignaud2008-08-221-0/+1
|
* log funda's changesThierry Vignaud2008-08-222-0/+4
|
* update russianAlexander Kazancev2008-08-221-62/+36
|
* update russianAlexander Kazancev2008-08-221-18/+14
|
* add detail packages for uim and gcinFunda Wang2008-08-211-1/+8
|
* remove 2 hacks:Pascal Rigaux2008-08-211-3/+0
| | | | | | - it seems the ->show is unneeded - and then the special case for 200x200 window is no more needed
* - ensure we don't default on the first keyboard layout when upgrading frenchPascal Rigaux2008-08-212-1/+4
| | | | | box in english lang (#41103)
* more loggingPascal Rigaux2008-08-211-1/+1
|
* (_gtk__ScrolledWindow) add a border around Gtk2::Html viewsThierry Vignaud2008-08-211-1/+1
|
* (installPackages) do not set $HOME while installing packages (#18088)Thierry Vignaud2008-08-212-0/+3
|
* 11.2011.20Thierry Vignaud2008-08-213-1/+5
|
* (add_kind2notebook) increase default width of buttons so that they fit in ↵Thierry Vignaud2008-08-211-1/+1
| | | | expert mode
* (main) ensure partitions bar is properlyz size on first display (#24410)Thierry Vignaud2008-08-211-1/+6
|
* (create_buttons4partitions) adjust ratio after latest commit whichThierry Vignaud2008-08-211-1/+1
| | | | | fixed width computing
* (create_buttons4partitions) fix sizing partitions bar (#24410): weThierry Vignaud2008-08-213-1/+5
| | | | | | were sizing width of the box according to window's heigh instead of window's width...
* - drakauth:Pascal Rigaux2008-08-202-4/+7
| | | | | | | o handle pam_tcb instead of (deprecated) pam_unix (#42471) (as told by vdanen)
* (bestKernel_extensions) do not uselessly install kernel-server onThierry Vignaud2008-08-202-1/+4
| | | | | x86_64 if more than 3.8Gb are availlable
* 11.19Thierry Vignaud2008-08-202-1/+3
|
* log latest changesThierry Vignaud2008-08-201-0/+1
|
* (selectLanguage_install,selectLanguage_standalone) remove ending point on ↵Thierry Vignaud2008-08-2072-132/+132
| | | | fred request
* (get_release_notes_button,acceptLicense) move "release notes" buttonThierry Vignaud2008-08-201-12/+4
| | | | | according to specs
* (acceptLicense) reindentThierry Vignaud2008-08-201-1/+2
|
* (display_release_notes) explicitely pop up (needed for next commits)Thierry Vignaud2008-08-201-1/+1
|
* usbmouse and mousedev are dead, usbhid is enoughPascal Rigaux2008-08-201-1/+1
|
* - usbkbd is dead, using usbhid insteadPascal Rigaux2008-08-205-5/+6
| | | | | (as told by pterjan)
* Hungarian translation updateGergely Lonyai2008-08-201-867/+754
|
* Hungarian translation updateGergely Lonyai2008-08-201-164/+130
|
* (create_widget) enable to render Buttons with new 'advanced' install styleThierry Vignaud2008-08-201-4/+11
|