summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
Commit message (Collapse)AuthorAgeFilesLines
* - kill used once only bootlook moduleThierry Vignaud2003-02-261-322/+0
| | | | | | | | - inline oneliners use only once - kill unused variables - strict pragma fixes - ...
* - remove deprecated, half-commented aurora related codeThierry Vignaud2003-02-251-130/+56
| | | | | - fix display of autologin radio buttons
* perl_checker fixThierry Vignaud2003-02-241-1/+1
|
* clean up:Thierry Vignaud2003-02-241-24/+15
| | | | | | - no more directly handle embeddign - use ugtk2
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-1/+0
| | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding 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 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-5/+5
| | | | | | | | | | 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
* - add --testing supportThierry Vignaud2003-02-201-6/+4
| | | | | | | | - fix #1923 (aka reuse consolided code instead of using deprecated code) - minor cleanup - skip comments while parsing /etc/lilo.conf
* don't use gtk+2 deprecated functionsThierry Vignaud2003-02-201-2/+2
|
* stop:Thierry Vignaud2003-02-111-16/+1
| | | | | | - copying stude && useless trace around - reinventing the wheel: kill parse_etc_passwd() and use list_users() instead
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-5/+6
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-2/+3
|
* drop unused functionPascal Rigaux2002-12-131-8/+0
|
* perl_checker help'ed fixGuillaume Cottenceau2002-12-061-1/+1
|
* s/Gtk->/Gtk2->/Guillaume Cottenceau2002-12-061-6/+6
|
* use gtkflush()Thierry Vignaud2002-12-051-1/+1
|
* start gtk+2 port; perl-gtk2 is expected to implementThierry Vignaud2002-12-051-56/+53
| | | | | Gtk::Image->set_from_pixbuf()
* fix typo, be perl_checker compatiblePascal Rigaux2002-12-051-2/+3
|
* packages should not "use lib qw(/usr/lib/libDrakX)"Pascal Rigaux2002-12-051-1/+0
|
* - use any::get_autologin and any::set_autologinPascal Rigaux2002-12-021-43/+6
| | | | | - any::set_autologin doesn't set /etc/sysconfig/autologin to perm 600, is it needed??
* use any::runlevel()Pascal Rigaux2002-12-021-22/+2
|
* perl_checker adaptationsPascal Rigaux2002-11-281-4/+4
|
* perl_checker adaptationsPascal Rigaux2002-11-281-30/+30
|
* perl_checker adaptationsPascal Rigaux2002-11-271-20/+21
|
* this is a module, not a programThierry Vignaud2002-11-201-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-181-2/+2
|
* switch to new help/options schemeThierry Vignaud2002-11-181-4/+0
|
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-6/+6
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-3/+3
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-15/+15
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-17/+17
|
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-5/+5
| | | | | - remove unneeded parentheses for things like ... if (...)
* 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
|