Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | nicer error message when no devices are available (esp. for standalone) | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
| | |||||
* | rename LVMname to VG_name | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | do not display "Clear all" (and the other per kind buttons) for the raid tab | Pascal Rigaux | 2002-07-08 | 1 | -0/+3 |
| | |||||
* | s/check_type/diskdrake::interactive::check_type/ | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | | | | | - remove unused wizard.rc | ||||
* | (as suggested by Alexander Skwar) | Pascal Rigaux | 2002-07-06 | 1 | -2/+2 |
| | | | | | | | - in interactive::check_type, check if the package (like jfsprogs) is installed - use interactive::check_type where usefull - cleanup | ||||
* | look diskdrake.rc in another directory | Pascal Rigaux | 2002-01-29 | 1 | -1/+1 |
| | |||||
* | new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, ↵ | Pascal Rigaux | 2002-01-27 | 1 | -0/+379 |
diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm) |