summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* New translations.Mashrab Kuvatov2008-08-252-68/+52
|
* 11.24Thierry Vignaud2008-08-252-1/+4
|
* kept the color when preselecting a buttonThierry Vignaud2008-08-251-0/+1
|
* kepth same color when selected (eg: advanced buttons)Thierry Vignaud2008-08-251-0/+1
|
* remove superfluous parenthesisOlivier Blin2008-08-251-1/+1
|
* Updated Estonian translation.Marek Laane2008-08-231-5/+5
|
* Updated Estonian translation.Marek Laane2008-08-231-11/+11
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-08-221-19/+13
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-08-221-108/+82
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-08-221-24/+26
|
* - bootloader-config:Pascal Rigaux2008-08-222-1/+4
| | | | | | o call mkinitrd without "-v" to make it silent (#42992)
* - handle blowfish password encryption and use it by default (#42426)Pascal Rigaux2008-08-223-3/+6
|
* call write_passwd_user() with $authentication as should bePascal Rigaux2008-08-221-1/+1
|
* 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.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...