Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -7/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | use the new fsedit::get_hds | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | | | | | (so that 'use strict' works) | ||||
* | a few more fixes (thanks Jure Repinc & Richard Burt) | Pascal Rigaux | 2002-08-05 | 1 | -3/+2 |
| | |||||
* | minor bugfix in calling bootloader::read | Jonathan Gotti | 2002-08-02 | 1 | -1/+2 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | fix Stew sucks | Pascal Rigaux | 2002-03-11 | 1 | -1/+1 |
| | |||||
* | i18n changes | Pablo Saratxaga | 2002-03-07 | 1 | -2/+1 |
| | |||||
* | drakboot functionality for PPC | Stew Benedict | 2002-03-07 | 1 | -3/+5 |
| | |||||
* | add --testing | Pascal Rigaux | 2002-02-25 | 1 | -1/+2 |
| | |||||
* | fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook) | Pascal Rigaux | 2002-01-22 | 1 | -9/+14 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+1 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | security fix and various | Pascal Rigaux | 2001-08-28 | 1 | -1/+1 |
| | |||||
* | move to all_hds stuff | Pascal Rigaux | 2001-08-28 | 1 | -4/+4 |
| | |||||
* | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | added icon management | damien | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | make it work (why was bootloader::install commented?) | Pascal Rigaux | 2001-04-11 | 1 | -4/+2 |
| |