Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (title1_to_markup) make it clearer (needed for next commit) | Thierry Vignaud | 2008-09-11 | 1 | -2/+5 |
| | |||||
* | (display_help) add a separator before "Close" button | Thierry Vignaud | 2008-09-11 | 3 | -0/+3 |
| | |||||
* | fix indentation | Thierry Vignaud | 2008-09-11 | 2 | -2/+2 |
| | |||||
* | reindent | Thierry Vignaud | 2008-09-11 | 2 | -2/+4 |
| | |||||
* | (errorInStep) fix parsing error messages ar markups which resulted in: | Thierry Vignaud | 2008-09-11 | 2 | -0/+2 |
| | | | | | "Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Character '" | ||||
* | (display_help) create it out of ask_fromW() | Thierry Vignaud | 2008-09-11 | 1 | -20/+23 |
| | |||||
* | (ask_fromW) put "Close" button of help at right end | Thierry Vignaud | 2008-09-11 | 3 | -1/+3 |
| | |||||
* | (_gtk__WrappedLabel) enable to override wrapping parameter (usefull for ↵ | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | | | | higher level widgets) | ||||
* | (_gtk_any_Box) fix default spacing between GUI elements | Thierry Vignaud | 2008-09-11 | 3 | -1/+3 |
| | |||||
* | (_gtk__Install_Button) do not render "Advanced" & "Help" buttons as blue | Thierry Vignaud | 2008-09-11 | 2 | -1/+1 |
| | |||||
* | - finish-install: | Pascal Rigaux | 2008-09-11 | 2 | -0/+3 |
| | | | | | o fix setting utf8 when using lang=xx from /proc/cmdline (#43566) | ||||
* | list rpcbind service in "System" category | Olivier Blin | 2008-09-11 | 3 | -1/+3 |
| | |||||
* | list nfs-common and nfs-server services (instead of nfs) in "File sharing" ↵ | Olivier Blin | 2008-09-11 | 3 | -1/+3 |
| | | | | category (thanks to spuk) | ||||
* | list ip6tables service in "Internet" category (thanks to spuk) | Olivier Blin | 2008-09-11 | 3 | -1/+7 |
| | |||||
* | 2008-09-11 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2008-09-10 | 1 | -162/+42 |
| | | | | | | * nl.po: Updated Dutch translation by Rob Teng | ||||
* | fixing fuzzy messages | Felipe Arruda | 2008-09-10 | 1 | -27/+15 |
| | |||||
* | fixing fuzzy messages | Felipe Arruda | 2008-09-10 | 1 | -68/+39 |
| | |||||
* | 11.40 | Thierry Vignaud | 2008-09-10 | 3 | -1/+5 |
| | |||||
* | guess country from timezone without asking if COUNTRY is set to | Olivier Blin | 2008-09-10 | 2 | -1/+4 |
| | | | | | "simplified" in the configuration file (#23303) | ||||
* | update | Thierry Vignaud | 2008-09-10 | 1 | -7/+7 |
| | |||||
* | sync with code | Thierry Vignaud | 2008-09-10 | 71 | -2190/+3120 |
| | |||||
* | call "country" and "keyboard" steps after "timezone" (#23303) | Olivier Blin | 2008-09-10 | 2 | -2/+3 |
| | |||||
* | guess country from timezone when possible (#23303) | Olivier Blin | 2008-09-10 | 2 | -0/+11 |
| | |||||
* | extract and rename timezone variable | Olivier Blin | 2008-09-10 | 1 | -5/+6 |
| | |||||
* | (setupBootloader__entries) add title to boot entries list window | Thierry Vignaud | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | extract a "country" step out of the "language" one | Olivier Blin | 2008-09-10 | 2 | -1/+10 |
| | |||||
* | always call lang_changed after setting a locale (mainly to auto-update | Olivier Blin | 2008-09-10 | 1 | -2/+2 |
| | | | | | | country), only affects future finish-install behavior, since selectLanguage_standalone as no other direct caller | ||||
* | (setupBootloader__mbr_or_not) better title | Thierry Vignaud | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | always ask timezone (#23303, #42368) | Olivier Blin | 2008-09-10 | 2 | -5/+2 |
| | |||||
* | allow to make ntp settings advanced in configure_timezone() | Olivier Blin | 2008-09-10 | 1 | -2/+2 |
| | |||||
* | behave nicely when a window manager is running (for debugging) | Olivier Blin | 2008-09-10 | 2 | -1/+3 |
| | |||||
* | (partitions_suggestions) better title | Thierry Vignaud | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | (_gtk__Install_Title) move upcasing title from ugtk2::new() to here in order to | Thierry Vignaud | 2008-09-10 | 3 | -1/+2 |
| | | | | | make sure that all popup titles be upcase (eg: when using default step title) | ||||
* | (create_widget,create_widgets_block,create_widgets) make advanced popup ↵ | Thierry Vignaud | 2008-09-10 | 3 | -6/+9 |
| | | | | display the same title as their parents | ||||
* | reindent | Thierry Vignaud | 2008-09-10 | 1 | -1/+2 |
| | |||||
* | (create_okcancel) fix position of cancel button in popups | Thierry Vignaud | 2008-09-10 | 2 | -1/+2 |
| | |||||
* | fix input devices detection in rpmsrate (broken for 3 years, #43721) | Olivier Blin | 2008-09-10 | 3 | -1/+3 |
| | |||||
* | (setupBootloader__general) fix nolapic/lapic logic due to altered kernel ↵ | Thierry Vignaud | 2008-09-10 | 3 | -0/+8 |
| | | | | settings | ||||
* | Updated Czech translation. | Michal Bukovjan | 2008-09-09 | 1 | -46/+15 |
| | |||||
* | 11.39 | Thierry Vignaud | 2008-09-09 | 3 | -1/+5 |
| | |||||
* | (_gtk_any_Window) make all windows be "dialog" during installation, so | Thierry Vignaud | 2008-09-09 | 2 | -1/+3 |
| | | | | | that gurpmi.addmedia during install displays nicely | ||||
* | reindent | Thierry Vignaud | 2008-09-09 | 1 | -3/+4 |
| | |||||
* | (_gtk_any_Window) revert r244559 from pixel on 2008-09-01 which cause | Thierry Vignaud | 2008-09-09 | 2 | -1/+6 |
| | | | | | | | | | | maximize & minimize buttons to disappear with gnome in standalone mode (#43540); was: "- libDrakX: o make all windows are "dialog", so that gurpmi.addmedia during install displays nicely" | ||||
* | add bug ID so that we can grep in order to understand why we did this | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | - do not use UUID for software raid, only for hdx and sdx | Pascal Rigaux | 2008-09-09 | 2 | -1/+8 |
| | |||||
* | do not keep previous partition UUID when changing partition type | Pascal Rigaux | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | o allow UTF8 in /boot/grub/menu.lst (#43714) | Pascal Rigaux | 2008-09-09 | 2 | -1/+2 |
| | |||||
* | - drop the ability to set mem=xxx in bootloader configuration (#42329) | Pascal Rigaux | 2008-09-09 | 4 | -24/+3 |
| | |||||
* | add bug number | Pascal Rigaux | 2008-09-09 | 2 | -2/+2 |
| | |||||
* | - diskdrake | Pascal Rigaux | 2008-09-09 | 3 | -1/+10 |
| | | | | | | | o keep current UUID when formatting ext2/ext3 (was already done for swap), so that fstab on other distros continue to work (requires e2fsprogs-1.41.1-2mnb2) |