Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump copyright year | Thierry Vignaud | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -46/+34 |
| | |||||
* | vga_fb expects the vga mode, not a boolean, fixing | Pascal Rigaux | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | propose to create a default bootloader configuration when no bootloader is found | Pascal Rigaux | 2005-08-30 | 1 | -1/+9 |
| | |||||
* | translate "Graphical boot mode:" (#17333) | Olivier Blin | 2005-08-06 | 1 | -1/+1 |
| | |||||
* | handle no bootloader configuration found with a clean error | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | add the "Create new theme" button back | Olivier Blin | 2005-05-16 | 1 | -11/+11 |
| | |||||
* | allow to choose between "text only", "verbose" and "silent" bootsplash modes | Olivier Blin | 2005-05-16 | 1 | -23/+38 |
| | |||||
* | use bootsplash::get_framebuffer_resolution | Olivier Blin | 2005-05-09 | 1 | -12/+5 |
| | |||||
* | new theme creation functions | Olivier Blin | 2005-05-03 | 1 | -5/+5 |
| | |||||
* | do not garbage the console on 'wizcancel' | Thierry Vignaud | 2005-05-03 | 1 | -1/+2 |
| | |||||
* | fix boot style layout | Thierry Vignaud | 2005-05-02 | 1 | -3/+4 |
| | |||||
* | embedding cleanups resulting in reusing main window icon in sub dialogs | Thierry Vignaud | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | typo/perl_checker fixes | Olivier Blin | 2005-04-29 | 1 | -2/+2 |
| | |||||
* | use new bootsplash module, really split autologin and bootsplash stuff | Olivier Blin | 2005-04-29 | 1 | -205/+154 |
| | |||||
* | kill unneeded hash | Olivier Blin | 2005-04-29 | 1 | -9/+4 |
| | |||||
* | perl_checker fixes | Olivier Blin | 2005-04-29 | 1 | -5/+5 |
| | |||||
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | 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 |
| |