Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker help'ed fix | Guillaume Cottenceau | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | s/Gtk->/Gtk2->/ | Guillaume Cottenceau | 2002-12-06 | 1 | -6/+6 |
| | |||||
* | use gtkflush() | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | start gtk+2 port; perl-gtk2 is expected to implement | Thierry Vignaud | 2002-12-05 | 1 | -56/+53 |
| | | | | | Gtk::Image->set_from_pixbuf() | ||||
* | fix typo, be perl_checker compatible | Pascal Rigaux | 2002-12-05 | 1 | -2/+3 |
| | |||||
* | packages should not "use lib qw(/usr/lib/libDrakX)" | Pascal Rigaux | 2002-12-05 | 1 | -1/+0 |
| | |||||
* | - use any::get_autologin and any::set_autologin | Pascal Rigaux | 2002-12-02 | 1 | -43/+6 |
| | | | | | - any::set_autologin doesn't set /etc/sysconfig/autologin to perm 600, is it needed?? | ||||
* | use any::runlevel() | Pascal Rigaux | 2002-12-02 | 1 | -22/+2 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -4/+4 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -30/+30 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -20/+21 |
| | |||||
* | this is a module, not a program | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | switch to new help/options scheme | Thierry Vignaud | 2002-11-18 | 1 | -4/+0 |
| | |||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -6/+6 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -3/+3 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -15/+15 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -17/+17 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -5/+5 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -25/+23 |
| | |||||
* | ensure "common" is imported to have N() | Pascal Rigaux | 2002-11-10 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 path | Jonathan Gotti | 2002-09-16 | 1 | -10/+10 |
| | |||||
* | resize previews pixmap to be nice when embedded | Jonathan Gotti | 2002-09-12 | 1 | -3/+4 |
| | |||||
* | - drakfloppy / logdrake: destroy_window and create_dialog were | Thierry Vignaud | 2002-09-09 | 1 | -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 aurora | Jonathan Gotti | 2002-09-06 | 1 | -25/+23 |
| | |||||
* | add use ugtk.pm | Jonathan Gotti | 2002-09-05 | 1 | -7/+7 |
| | |||||
* | replace convert dependencies by gdk-pixbuf dependencies | Jonathan Gotti | 2002-09-04 | 1 | -9/+16 |
| | |||||
* | add link to draksplash | Jonathan Gotti | 2002-08-21 | 1 | -2/+6 |
| | |||||
* | s/mkinird/mkinitrd/ (Arpad Biro) | Thierry Vignaud | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | fix embedding | Pascal Rigaux | 2002-08-12 | 1 | -1/+0 |
| | |||||
* | replace glob() with all() | Pascal Rigaux | 2002-08-07 | 1 | -2/+2 |
| | |||||
* | add standalone::explanations for bootsplash configuration | Jonathan Gotti | 2002-08-06 | 1 | -7/+14 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -5/+5 |
| | | | | | (so that 'use strict' works) | ||||
* | - add splash theme section | Jonathan Gotti | 2002-08-01 | 1 | -2/+170 |
| | |||||
* | make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}") | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -18/+18 |
| | |||||
* | a few english fixes | Guillaume Cottenceau | 2002-04-23 | 1 | -2/+2 |
| | |||||
* | i18n changes | Pablo Saratxaga | 2002-03-07 | 1 | -2/+2 |
| | |||||
* | drakboot functionality for PPC | Stew Benedict | 2002-03-07 | 1 | -1/+2 |
| | |||||
* | fix nobody bug | Yves Duret | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | remove aurora part (commented for the moment) | Yves Duret | 2002-02-18 | 1 | -27/+27 |
| | |||||
* | ergo fix thx dadou report... | Yves Duret | 2002-02-01 | 1 | -5/+9 |
| | |||||
* | fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook) | Pascal Rigaux | 2002-01-22 | 1 | -26/+1 |
| | |||||
* | removed blocking die | damien | 2001-09-20 | 1 | -1/+1 |
| | |||||
* | bugfix | damien | 2001-09-14 | 1 | -1/+1 |
| | |||||
* | iautologin correction | damien | 2001-09-14 | 1 | -1/+2 |
| | |||||
* | updated code | Yves Duret | 2001-08-31 | 1 | -16/+6 |
| |