Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (acceptLicense,selectKeyboard) render some message titles as blue | Thierry Vignaud | 2008-08-22 | 2 | -2/+4 |
| | |||||
* | - install lilo when needed (#39878) | Pascal Rigaux | 2008-08-22 | 1 | -0/+2 |
| | |||||
* | create any::install_bootloader_pkgs() as a simple wrapper around | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | | | | | | | install_acpi_pkgs() (needed for next commit) | ||||
* | 11.21 | Thierry Vignaud | 2008-08-22 | 1 | -0/+2 |
| | |||||
* | (main) ensure we initialize only once but at least one, thus fixing | Thierry Vignaud | 2008-08-22 | 1 | -0/+3 |
| | | | | | crash when embedded or in installer (#43011) | ||||
* | log funda's changes | Thierry Vignaud | 2008-08-22 | 1 | -0/+1 |
| | |||||
* | update russian | Alexander Kazancev | 2008-08-22 | 1 | -18/+14 |
| | |||||
* | - ensure we don't default on the first keyboard layout when upgrading french | Pascal Rigaux | 2008-08-21 | 2 | -1/+4 |
| | | | | | box in english lang (#41103) | ||||
* | (installPackages) do not set $HOME while installing packages (#18088) | Thierry Vignaud | 2008-08-21 | 2 | -0/+3 |
| | |||||
* | 11.2011.20 | Thierry Vignaud | 2008-08-21 | 1 | -0/+2 |
| | |||||
* | (create_buttons4partitions) fix sizing partitions bar (#24410): we | Thierry Vignaud | 2008-08-21 | 1 | -0/+2 |
| | | | | | | were sizing width of the box according to window's heigh instead of window's width... | ||||
* | (bestKernel_extensions) do not uselessly install kernel-server on | Thierry Vignaud | 2008-08-20 | 2 | -1/+4 |
| | | | | | x86_64 if more than 3.8Gb are availlable | ||||
* | 11.19 | Thierry Vignaud | 2008-08-20 | 1 | -0/+2 |
| | |||||
* | log latest changes | Thierry Vignaud | 2008-08-20 | 1 | -0/+1 |
| | |||||
* | usbmouse and mousedev are dead, usbhid is enough | Pascal Rigaux | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | - usbkbd is dead, using usbhid instead | Pascal Rigaux | 2008-08-20 | 1 | -0/+1 |
| | | | | | (as told by pterjan) | ||||
* | Hungarian translation update | Gergely Lonyai | 2008-08-20 | 1 | -164/+130 |
| | |||||
* | - allow passing suppl=0 to disable "additional installation media" question | Pascal Rigaux | 2008-08-20 | 3 | -2/+3 |
| | |||||
* | (create_widget) set title for advanced dialogs instead of relying on | Thierry Vignaud | 2008-08-20 | 1 | -0/+1 |
| | | | | | global step's title | ||||
* | remove debugging code that wrongly went in last commit (r244224 on | Thierry Vignaud | 2008-08-20 | 1 | -0/+3 |
| | | | | | 2008-08-19), thus fixing using remote repositories (spotted by pixel) | ||||
* | Update French translation | Christophe Berthelé | 2008-08-20 | 1 | -3/+3 |
| | |||||
* | 11.18 | Thierry Vignaud | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | be more precise | Thierry Vignaud | 2008-08-19 | 1 | -1/+1 |
| | |||||
* | (_create_Window) prevent flickering by properly computing window | Thierry Vignaud | 2008-08-19 | 1 | -0/+1 |
| | | | | | position (note that $::o->{windowwidth} = $::rootwidth - $::stepswidth) | ||||
* | (_create_Window) prevent flickering by ignoring bogus size-allocate events | Thierry Vignaud | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | (ask_fromW,display_release_notes) stop reducing help & release notes ↵ | Thierry Vignaud | 2008-08-19 | 1 | -0/+1 |
| | | | | dialogs' size | ||||
* | (_create_Window) center sub dialogs | Thierry Vignaud | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | (init_sizes,_create_Window) do not account anymore logo size when computing | Thierry Vignaud | 2008-08-19 | 1 | -1/+1 |
| | | | | | positions since it's now included in steps box | ||||
* | (init_sizes) $::helpheight is unused for _years_ | Thierry Vignaud | 2008-08-19 | 1 | -1/+1 |
| | |||||
* | 11.17 | Thierry Vignaud | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | (acceptLicense,get_release_notes_button) (- use new style popup button | Thierry Vignaud | 2008-08-19 | 1 | -1/+1 |
| | | | | | for 'release notes' button too | ||||
* | (ask_fromW) use new style popup button for help | Thierry Vignaud | 2008-08-19 | 1 | -0/+1 |
| | |||||
* | enable to use a package repository different from installer one; this enables | Thierry Vignaud | 2008-08-19 | 1 | -0/+1 |
| | | | | | to use a locally build installer with an official distro repository | ||||
* | enable to choose resolution of Xvfb | Thierry Vignaud | 2008-08-19 | 1 | -0/+3 |
| | |||||
* | fix titi-phrasing | Olivier Blin | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | share new advanced icon with standalone tools | Thierry Vignaud | 2008-08-19 | 1 | -0/+0 |
| | |||||
* | 11.15 | Thierry Vignaud | 2008-08-19 | 1 | -0/+2 |
| | |||||
* | (create_widget) fix crashing in r244088 (regression introduced in when moving | Thierry Vignaud | 2008-08-19 | 1 | -0/+1 |
| | | | | | | advanced widgets in their own dialog instead of in another block child of an expander) | ||||
* | authentication: enable network-auth meta-service if auth is not local | Olivier Blin | 2008-08-19 | 1 | -0/+1 |
| | |||||
* | (_gtk__Install_Title) fix bogus popup of 'desktop choice' dialog | Thierry Vignaud | 2008-08-19 | 1 | -0/+1 |
| | |||||
* | (all_focusable_entries) fix crash with advanced widgets (regression introduced | Thierry Vignaud | 2008-08-19 | 1 | -0/+2 |
| | | | | | | | in when moving advanced widgets in their own dialog instead of in another block child of an expander: we do not have any real Gtk2::Expander widget anymore) | ||||
* | update (Rhoslyn Prys) | Thierry Vignaud | 2008-08-19 | 1 | -10/+17 |
| | |||||
* | Ukrainian translation update | Sergey Ribalchenko | 2008-08-19 | 1 | -13/+14 |
| | |||||
* | 11.13 | Olivier Blin | 2008-08-18 | 1 | -0/+2 |
| | |||||
* | log latest changes | Olivier Blin | 2008-08-18 | 1 | -0/+2 |
| | |||||
* | update | Thierry Vignaud | 2008-08-18 | 1 | -8/+6 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-08-18 | 70 | -1852/+2594 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-08-18 | 1 | -24/+34 |
| | |||||
* | move hardware packages detection code in pkgs | Olivier Blin | 2008-08-18 | 1 | -20/+1 |
| | |||||
* | 11.12 | Thierry Vignaud | 2008-08-18 | 1 | -0/+2 |
| |