summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
Commit message (Collapse)AuthorAgeFilesLines
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-25/+23
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-43/+43
| | | | | | | | | | | | | | | | | | | 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!
* remove File::Copy dependencies and change lilo message pathJonathan Gotti2002-09-161-10/+10
|
* resize previews pixmap to be nice when embeddedJonathan Gotti2002-09-121-3/+4
|
* - drakfloppy / logdrake: destroy_window and create_dialog wereThierry Vignaud2002-09-091-12/+1
| | | | | | | | | gratuitously duplicated; move them in ugtk - drakfloppy / logdrake / bootlook.pm: get_main_menu was gratuitously duplicated; common code which was moved from harddrake::ui to ugtk::create_factory_menu just do the job
* comment old code concerning auroraJonathan Gotti2002-09-061-25/+23
|
* add use ugtk.pmJonathan Gotti2002-09-051-7/+7
|
* replace convert dependencies by gdk-pixbuf dependenciesJonathan Gotti2002-09-041-9/+16
|
* add link to draksplashJonathan Gotti2002-08-211-2/+6
|
* s/mkinird/mkinitrd/ (Arpad Biro)Thierry Vignaud2002-08-201-1/+1
|
* fix embeddingPascal Rigaux2002-08-121-1/+0
|
* replace glob() with all()Pascal Rigaux2002-08-071-2/+2
|
* add standalone::explanations for bootsplash configurationJonathan Gotti2002-08-061-7/+14
|
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-5/+5
| | | | | (so that 'use strict' works)
* - add splash theme sectionJonathan Gotti2002-08-011-2/+170
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-18/+18
|
* a few english fixesGuillaume Cottenceau2002-04-231-2/+2
|
* i18n changesPablo Saratxaga2002-03-071-2/+2
|
* drakboot functionality for PPCStew Benedict2002-03-071-1/+2
|
* fix nobody bugYves Duret2002-03-051-1/+1
|
* remove aurora part (commented for the moment)Yves Duret2002-02-181-27/+27
|
* ergo fix thx dadou report...Yves Duret2002-02-011-5/+9
|
* fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook)Pascal Rigaux2002-01-221-26/+1
|
* removed blocking diedamien2001-09-201-1/+1
|
* bugfixdamien2001-09-141-1/+1
|
* iautologin correctiondamien2001-09-141-1/+2
|
* updated codeYves Duret2001-08-311-16/+6
|
* fix deprecated call standalone::pkgs_installPascal Rigaux2001-08-251-1/+1
|
* fix typoPascal Rigaux2001-08-221-1/+1
|
* major fs.pm rework + adaptation to itPascal Rigaux2001-08-191-1/+1
|
* fixed i18nStefan Siegel2001-08-181-2/+2
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-5/+5
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* corrected vnew usage (thx gc)Yves Duret2001-08-101-2/+3
|
* readded in->do_pkg->install (i sux)Yves Duret2001-08-091-5/+5
|
* rewrite in a more drakx fashionYves Duret2001-08-091-197/+84
|
* add interactive_pkgs stuffPascal Rigaux2001-08-081-5/+5
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* generalize the use of chomp_ as the functional alternative to chomp (and ↵Pascal Rigaux2001-07-241-2/+1
| | | | works on lists)
* better runlevel handling -> persistent level choiceDaouda Lo2001-07-241-12/+12
|
* s/Linux-Mandrake/Mandrake Linux/Pablo Saratxaga2001-06-221-5/+5
|
* add runlevel chooser featureDaouda Lo2001-05-311-1/+42
|
* chmoded autologindamien2001-04-171-0/+1
|
* bug fix: if cancel pressed in lilo/grub choice => return to mcc normallyYves Duret2001-04-151-1/+1
|
* fix layout & sizeYves Duret2001-04-151-2/+2
|
* embedded = 0 -> localdamien2001-04-131-2/+1
|
* don't use Locale::GetText, use DrakX's i18nPascal Rigaux2001-04-131-8/+0
|
* added some stuffYves Duret2001-04-121-3/+10
|