summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
Commit message (Collapse)AuthorAgeFilesLines
* fix trainee suckinessOlivier Blin2004-06-101-1/+1
|
* rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵Pascal Rigaux2004-06-011-2/+1
| | | | real fix is in ugtk2.pm
* (lilo_choice) fix error titleThierry Vignaud2004-06-011-1/+1
|
* fix "two windows after exception" bugThierry Vignaud2004-06-011-1/+2
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-3/+3
|
* add Olivier Blin patches to reread the previous configurationFlorent Villard2004-03-191-12/+39
|
* list yes/no for autologin in a more intuitive way, that is yes isThierry Vignaud2004-03-111-7/+7
| | | | | grouped with user and wm pull down menus (robert.vojta@qcm.cz, anthill #390)
* drakboot --boot is now a wizardPascal Rigaux2004-03-021-0/+1
|
* Apply Olivier Blin patch to fix theme displaying under consoleFlorent Villard2004-02-191-2/+3
|
* typo fixesPablo Saratxaga2004-02-161-1/+1
|
* Warn if the user is not in framebuffer mode, but allow to see the installed ↵Florent Villard2004-02-061-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 chosenPascal Rigaux2004-02-051-3/+11
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* add bug hintThierry Vignaud2004-01-151-0/+2
|
* remove unused variableThierry Vignaud2004-01-151-1/+0
|
* (lilo_choice) do not complain on cancelingThierry Vignaud2004-01-151-1/+1
|
* (lilo_choice) let's set dialog title when poping up an error messageThierry Vignaud2004-01-151-1/+1
|
* (lilo_choice) do not complaing about lilo faillure when we use anotherThierry Vignaud2004-01-151-2/+1
| | | | | bootloader: just complain about the actually used bootloader
* warly said that we should not restrict ourselves to liloThierry Vignaud2004-01-151-2/+0
|
* make splash config looks better when embeddedThierry Vignaud2004-01-151-3/+3
|
* typo fixThierry Vignaud2004-01-141-1/+1
|
* use class->new rather than new class styleThierry Vignaud2004-01-141-9/+9
|
* minor cleanupThierry Vignaud2004-01-141-8/+3
|
* perl_checker cleanupsThierry Vignaud2004-01-141-3/+6
|
* proper indentingThierry Vignaud2004-01-141-55/+56
|
* - offer to configure bootsplash only on --splashThierry Vignaud2004-01-141-16/+16
| | | | | | | - drop useless frames - set main window title according to current mode (autologin, bootloader or bootsplash)
* clean splash management codeFlorent Villard2004-01-141-123/+48
|
* sanitize buttons through reusing create_okcancel()Thierry Vignaud2004-01-131-4/+5
|
* fix drakboot --boot embeddingThierry Vignaud2004-01-091-1/+0
|
* kill unused variableThierry Vignaud2004-01-061-2/+0
|
* split drakboot into bootloader and autologin configurationThierry Vignaud2004-01-051-18/+1
|
* fix button layout when embedded: pack buttons box at bottomThierry Vignaud2003-12-191-6/+7
|
* fix text layout by wrapping textThierry Vignaud2003-12-161-1/+1
|
* ensure update_bootloader_label() won't break when called in text interactivePascal Rigaux2003-09-181-1/+1
| | | | | (hint: in that case, $boot_label is unset)
* fix default size without draksplashThierry Vignaud2003-09-091-2/+5
|
* typo fixDamien Chaumette2003-08-271-1/+1
|
* fix drakboot always showing advanced stuff even when --expert was notThierry Vignaud2003-08-251-2/+0
| | | | | passed
* some english typo fixes thx to Arpad BiroGuillaume Cottenceau2003-08-131-1/+1
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-2/+2
|
* hide splash screen section for now on ihm team requestThierry Vignaud2003-07-241-1/+2
|
* we do not need anymore autologin (spec87)Thierry Vignaud2003-07-231-1/+0
|
* - grey theme config instead of hiding itThierry Vignaud2003-07-151-8/+16
| | | | | | - use option menus instead of combos - describe user and desktop lists
* sanitize button layouts:Thierry Vignaud2003-07-141-2/+2
| | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places
* use stock items in main windowThierry Vignaud2003-07-101-2/+2
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-3/+2
|
* perl_checker fixesThierry Vignaud2003-05-231-17/+17
|
* we already have fork()+exec() detect_loader, so there's no need to doThierry Vignaud2003-05-211-1/+1
| | | | | it again
* fix #3560 (drakboot not updating bootloader label): the only confusingThierry Vignaud2003-05-191-3/+11
| | | | | | | | | | | bug is that when one come back to drakboot main window after having altered the bootloader, the main window still list the old bootloader as the current bootloader. let update this label. btw consolidate bootloader detection in bootloader::detect_bootloader()
* let ugtk2->new manage the title settingThierry Vignaud2003-05-131-3/+2
|
* - pass enough dummy parameters to fs::merge_info_from_fstabThierry Vignaud2003-05-121-3/+3
| | | | | | - add empty prototypes to help perl_checker catch miss writeen func calls