Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in the test snippet, add "use common" to have access to N() | Pascal Rigaux | 2002-11-28 | 1 | -0/+1 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -5/+5 |
| | |||||
* | please perl_checker: | Pascal Rigaux | 2002-11-06 | 1 | -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 Rigaux | 2002-11-06 | 1 | -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 $::isInstall | Pascal Rigaux | 2002-09-09 | 1 | -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/xtest | Pascal Rigaux | 2002-09-04 | 1 | -0/+1 |
| | |||||
* | move last warning before removing tempory file in order to have a chance to look | Francois Pons | 2002-09-04 | 1 | -1/+2 |
| | | | | | at them. | ||||
* | - do not display "Test" button when bad card and during install (instead of ↵ | Pascal Rigaux | 2002-08-22 | 1 | -3/+9 |
| | | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test | ||||
* | raise the testing time from 8 to 12 seconds | Pascal Rigaux | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | change the location of X test image as told by dadou | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | try harder to have "xfs" running | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -0/+140 |