summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/test.pm
Commit message (Collapse)AuthorAgeFilesLines
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-5/+5
|
* please perl_checker:Pascal Rigaux2002-11-061-1/+4
| | | | | | | - local'ize $_ before doing while (<...>) - use "foreach" instead of "for" - remove unneeded parentheses on the right side of infix if/foreach/unless
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-7/+7
| | | | | | | | | | | | | | | | | | | 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!
* - use variable $::no_ugtk_init in ugtk.pm instead of using $::isInstallPascal Rigaux2002-09-091-1/+1
| | | | | - that way, the X test can be made to work both at install and standalone
* set isInstall in test script otherwise it uses /usr/X11R6/bin/xtestPascal Rigaux2002-09-041-0/+1
|
* move last warning before removing tempory file in order to have a chance to lookFrancois Pons2002-09-041-1/+2
| | | | | at them.
* - do not display "Test" button when bad card and during install (instead of ↵Pascal Rigaux2002-08-221-3/+9
| | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test
* raise the testing time from 8 to 12 secondsPascal Rigaux2002-08-161-1/+1
|
* change the location of X test image as told by dadouPascal Rigaux2002-07-311-1/+1
|
* try harder to have "xfs" runningPascal Rigaux2002-07-291-1/+1
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+140