Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the various transient on {rwindow} (or even {window} ?) not working ↵ | Pascal Rigaux | 2005-01-22 | 1 | -1/+1 |
| | | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?)) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089) | Pascal Rigaux | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵ | Pascal Rigaux | 2004-09-20 | 1 | -1/+1 |
| | | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm | ||||
* | (enable_framebuffer) do not kill the whole wizard when embedded | Olivier Blin | 2004-09-10 | 1 | -1/+1 |
| | |||||
* | update splash when removed too, use Mandrakelinux theme by default, | Olivier Blin | 2004-09-08 | 1 | -5/+7 |
| | | | | | don't give theme name to remove-theme | ||||
* | ensure we do not enable autologin w/o any user | Thierry Vignaud | 2004-09-06 | 1 | -1/+8 |
| | |||||
* | do not crash if default autologin or default desktop doesn't exist | Olivier Blin | 2004-09-01 | 1 | -2/+4 |
| | |||||
* | (lilo_choice) fix canceling first step | Thierry Vignaud | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | typo fixes | Thierry Vignaud | 2004-08-19 | 1 | -1/+1 |
| | |||||
* | - any::setupBootloader() used to call bootloader::install() whereas ↵ | Pascal Rigaux | 2004-08-18 | 1 | -15/+6 |
| | | | | | | | install_steps_interactive::setupBootloader() could call it once again (but this code seems dead though) - create any::installBootloader() out of what was done in the end of any::setupBootloader() but also in install_steps_interactive and drakboot (which handled the error that could occur in bootloader::install()) | ||||
* | (updateAutologin) clean any::set_autologin() call | Thierry Vignaud | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | misc cleanups | Olivier Blin | 2004-08-13 | 1 | -7/+6 |
| | |||||
* | make perl_checker happy | Olivier Blin | 2004-08-13 | 1 | -2/+1 |
| | |||||
* | perl_checker fix | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | (drakboot --splash) add enable_framebuffer to allow to choose a video | Olivier Blin | 2004-08-13 | 1 | -1/+39 |
| | | | | | mode if boot isn't graphical | ||||
* | sort theme list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 1 | -9/+4 |
| | |||||
* | 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 |
| | |||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | remove unused variable | Pascal Rigaux | 2004-07-21 | 1 | -1/+0 |
| | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | use bootloader and Xconfig instead of detect-resolution | Olivier Blin | 2004-07-14 | 1 | -12/+12 |
| | |||||
* | update bootsplash even if framebuffer was disabled | Olivier Blin | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | adapt to new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | remove unneeded quotes | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | fix processing of config file broken again by Titi | Olivier Blin | 2004-06-23 | 1 | -1/+1 |
| | |||||
* | - fix processing of config file broken by magic olivier | Thierry Vignaud | 2004-06-23 | 1 | -5/+2 |
| | | | | | - reuse cat_() | ||||
* | please perl_checko the Clean Keeper | Olivier Blin | 2004-06-23 | 1 | -0/+1 |
| | |||||
* | remove spurious spaces | Olivier Blin | 2004-06-23 | 1 | -2/+2 |
| | |||||
* | ask for bootloader choice when framebuffer isn't configured (fix bug 9925) | Olivier Blin | 2004-06-23 | 1 | -3/+8 |
| | |||||
* | remove unused variable | Olivier Blin | 2004-06-23 | 1 | -3/+1 |
| | |||||
* | fix indentation | Olivier Blin | 2004-06-22 | 1 | -5/+5 |
| | |||||
* | do not update bootsplash in autologin wizard | Olivier Blin | 2004-06-22 | 1 | -2/+5 |
| | |||||
* | remove spurious comma and spaces | Olivier Blin | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | fix trainee suckiness | Olivier Blin | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵ | Pascal Rigaux | 2004-06-01 | 1 | -2/+1 |
| | | | | real fix is in ugtk2.pm | ||||
* | (lilo_choice) fix error title | Thierry Vignaud | 2004-06-01 | 1 | -1/+1 |
| | |||||
* | fix "two windows after exception" bug | Thierry Vignaud | 2004-06-01 | 1 | -1/+2 |
| | |||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -3/+3 |
| | |||||
* | add Olivier Blin patches to reread the previous configuration | Florent Villard | 2004-03-19 | 1 | -12/+39 |
| | |||||
* | list yes/no for autologin in a more intuitive way, that is yes is | Thierry Vignaud | 2004-03-11 | 1 | -7/+7 |
| | | | | | grouped with user and wm pull down menus (robert.vojta@qcm.cz, anthill #390) | ||||
* | drakboot --boot is now a wizard | Pascal Rigaux | 2004-03-02 | 1 | -0/+1 |
| | |||||
* | Apply Olivier Blin patch to fix theme displaying under console | Florent Villard | 2004-02-19 | 1 | -2/+3 |
| | |||||
* | typo fixes | Pablo Saratxaga | 2004-02-16 | 1 | -1/+1 |
| | |||||
* | Warn if the user is not in framebuffer mode, but allow to see the installed ↵ | Florent Villard | 2004-02-06 | 1 | -17/+19 |
| | | | | | | | | theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution | ||||
* | write fstab for /tmp using tmpfs when "clean /tmp" is chosen | Pascal Rigaux | 2004-02-05 | 1 | -3/+11 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| |