summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
Commit message (Collapse)AuthorAgeFilesLines
* English proofreadingPablo Saratxaga2003-01-221-1/+1
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-3/+3
|
* perl_checker fixesThierry Vignaud2002-11-201-12/+6
|
* more perl_checker fixesThierry Vignaud2002-11-201-11/+11
|
* - don't require unused modulesThierry Vignaud2002-11-201-143/+133
| | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch)
* - standalone.pm :Thierry Vignaud2002-11-181-3/+0
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* remove old dead commented i18n code that kept being copied aroundThierry Vignaud2002-11-181-23/+0
|
* don't use <*> for globbing, use all or glob_Pascal Rigaux2002-11-111-2/+2
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-0/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-29/+29
| | | | | | | | | | | | | | | | | | | 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!
* - translation for drakfloppyDaouda Lo2002-09-161-9/+9
|
* corrected gettext domain (translations are now in libDrakX)Pablo Saratxaga2002-09-141-1/+1
|
* fix logdrake and drakfloppyThierry Vignaud2002-09-121-0/+1
|
* - drakfloppy / logdrake: destroy_window and create_dialog wereThierry Vignaud2002-09-091-46/+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
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-4/+4
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* moving from his own rpm to drakxtoolsYves Duret2002-04-071-0/+456