| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | fix deprecated call standalone::pkgs_install | Pascal Rigaux | 2001-08-25 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Pascal Rigaux | 2001-08-22 | 1 | -1/+1 |
| | | |||||
| * | major fs.pm rework + adaptation to it | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 |
| | | |||||
| * | fixed i18n | Stefan Siegel | 2001-08-18 | 1 | -2/+2 |
| | | |||||
| * | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -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 Duret | 2001-08-10 | 1 | -2/+3 |
| | | |||||
| * | readded in->do_pkg->install (i sux) | Yves Duret | 2001-08-09 | 1 | -5/+5 |
| | | |||||
| * | rewrite in a more drakx fashion | Yves Duret | 2001-08-09 | 1 | -197/+84 |
| | | |||||
| * | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -5/+5 |
| | | |||||
| * | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | | |||||
| * | generalize the use of chomp_ as the functional alternative to chomp (and ↵ | Pascal Rigaux | 2001-07-24 | 1 | -2/+1 |
| | | | | | works on lists) | ||||
| * | better runlevel handling -> persistent level choice | Daouda Lo | 2001-07-24 | 1 | -12/+12 |
| | | |||||
| * | s/Linux-Mandrake/Mandrake Linux/ | Pablo Saratxaga | 2001-06-22 | 1 | -5/+5 |
| | | |||||
| * | add runlevel chooser feature | Daouda Lo | 2001-05-31 | 1 | -1/+42 |
| | | |||||
| * | chmoded autologin | damien | 2001-04-17 | 1 | -0/+1 |
| | | |||||
| * | bug fix: if cancel pressed in lilo/grub choice => return to mcc normally | Yves Duret | 2001-04-15 | 1 | -1/+1 |
| | | |||||
| * | fix layout & size | Yves Duret | 2001-04-15 | 1 | -2/+2 |
| | | |||||
| * | embedded = 0 -> local | damien | 2001-04-13 | 1 | -2/+1 |
| | | |||||
| * | don't use Locale::GetText, use DrakX's i18n | Pascal Rigaux | 2001-04-13 | 1 | -8/+0 |
| | | |||||
| * | added some stuff | Yves Duret | 2001-04-12 | 1 | -3/+10 |
| | | |||||
