Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | add bug hint | Thierry Vignaud | 2004-01-15 | 1 | -0/+2 |
| | |||||
* | remove unused variable | Thierry Vignaud | 2004-01-15 | 1 | -1/+0 |
| | |||||
* | (lilo_choice) do not complain on canceling | Thierry Vignaud | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | (lilo_choice) let's set dialog title when poping up an error message | Thierry Vignaud | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | (lilo_choice) do not complaing about lilo faillure when we use another | Thierry Vignaud | 2004-01-15 | 1 | -2/+1 |
| | | | | | bootloader: just complain about the actually used bootloader | ||||
* | warly said that we should not restrict ourselves to lilo | Thierry Vignaud | 2004-01-15 | 1 | -2/+0 |
| | |||||
* | make splash config looks better when embedded | Thierry Vignaud | 2004-01-15 | 1 | -3/+3 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |
| | |||||
* | use class->new rather than new class style | Thierry Vignaud | 2004-01-14 | 1 | -9/+9 |
| | |||||
* | minor cleanup | Thierry Vignaud | 2004-01-14 | 1 | -8/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-14 | 1 | -3/+6 |
| | |||||
* | proper indenting | Thierry Vignaud | 2004-01-14 | 1 | -55/+56 |
| | |||||
* | - offer to configure bootsplash only on --splash | Thierry Vignaud | 2004-01-14 | 1 | -16/+16 |
| | | | | | | | - drop useless frames - set main window title according to current mode (autologin, bootloader or bootsplash) | ||||
* | clean splash management code | Florent Villard | 2004-01-14 | 1 | -123/+48 |
| | |||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 1 | -4/+5 |
| | |||||
* | fix drakboot --boot embedding | Thierry Vignaud | 2004-01-09 | 1 | -1/+0 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2004-01-06 | 1 | -2/+0 |
| | |||||
* | split drakboot into bootloader and autologin configuration | Thierry Vignaud | 2004-01-05 | 1 | -18/+1 |
| | |||||
* | fix button layout when embedded: pack buttons box at bottom | Thierry Vignaud | 2003-12-19 | 1 | -6/+7 |
| | |||||
* | fix text layout by wrapping text | Thierry Vignaud | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | ensure update_bootloader_label() won't break when called in text interactive | Pascal Rigaux | 2003-09-18 | 1 | -1/+1 |
| | | | | | (hint: in that case, $boot_label is unset) | ||||
* | fix default size without draksplash | Thierry Vignaud | 2003-09-09 | 1 | -2/+5 |
| | |||||
* | typo fix | Damien Chaumette | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | fix drakboot always showing advanced stuff even when --expert was not | Thierry Vignaud | 2003-08-25 | 1 | -2/+0 |
| | | | | | passed | ||||
* | some english typo fixes thx to Arpad Biro | Guillaume Cottenceau | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | hide splash screen section for now on ihm team request | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | we do not need anymore autologin (spec87) | Thierry Vignaud | 2003-07-23 | 1 | -1/+0 |
| | |||||
* | - grey theme config instead of hiding it | Thierry Vignaud | 2003-07-15 | 1 | -8/+16 |
| | | | | | | - use option menus instead of combos - describe user and desktop lists | ||||
* | sanitize button layouts: | Thierry Vignaud | 2003-07-14 | 1 | -2/+2 |
| | | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places | ||||
* | use stock items in main window | Thierry Vignaud | 2003-07-10 | 1 | -2/+2 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -3/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -17/+17 |
| | |||||
* | we already have fork()+exec() detect_loader, so there's no need to do | Thierry Vignaud | 2003-05-21 | 1 | -1/+1 |
| | | | | | it again | ||||
* | fix #3560 (drakboot not updating bootloader label): the only confusing | Thierry Vignaud | 2003-05-19 | 1 | -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 setting | Thierry Vignaud | 2003-05-13 | 1 | -3/+2 |
| | |||||
* | - pass enough dummy parameters to fs::merge_info_from_fstab | Thierry Vignaud | 2003-05-12 | 1 | -3/+3 |
| | | | | | | - add empty prototypes to help perl_checker catch miss writeen func calls | ||||
* | - do not log localized messages; what's more, this is supposed to be | Thierry Vignaud | 2003-05-12 | 1 | -10/+5 |
| | | | | | | | | | already logged by standalone - in testing mode: o do not enforce the need for bootsplash o do not really run mkinitrd - if bootsplash miss, we should just go back to main config window | ||||
* | no doble module loading | Thierry Vignaud | 2003-04-29 | 1 | -1/+0 |
| | |||||
* | any::setupBootloader() already call bootloader::install() | Thierry Vignaud | 2003-04-10 | 1 | -6/+3 |
| | |||||
* | fix #2826 (aka pixel sucks): | Thierry Vignaud | 2003-04-07 | 1 | -7/+7 |
| | | | | | | | | | | pixel changed the booloader module api by throwing an exception instead of using the ugly /tmp/.error temporary file and altered drakx callers but forget to update standalone/* callers (aka drakboot). now, with this patch, any error during lilo/grub installation is catched and displayed, which is more generic than checking for spaces. | ||||
* | fix lilo-menu not working (bug #3048) | Pascal Rigaux | 2003-03-11 | 1 | -2/+0 |
| | |||||
* | remove debuging assertions (as spoted by gc) | Thierry Vignaud | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | - fix #2091 and #2480 (settings restoration | Thierry Vignaud | 2003-03-03 | 1 | -3/+9 |
| | | | | | - make dialogs be modal | ||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - disable autologin settings when autologin is disabled | Thierry Vignaud | 2003-02-27 | 1 | -7/+12 |
| | | | | | | - make embedded app look better - add vertical separators | ||||
* | - kill used once only bootlook module | Thierry Vignaud | 2003-02-26 | 1 | -12/+309 |
| | | | | | | | | - inline oneliners use only once - kill unused variables - strict pragma fixes - ... | ||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -3/+1 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | make perl_checker happy | Pascal Rigaux | 2003-02-13 | 1 | -2/+1 |
| |