summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/test.pm
Commit message (Collapse)AuthorAgeFilesLines
* we always have force_focus when we have !$::isStandalone,Pascal Rigaux2005-01-111-1/+0
| | | | | so do it that way and get rid of $ugtk2::force_focus
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-101-2/+0
| | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center
* remove unused codePascal Rigaux2004-12-171-1/+0
|
* switch to xorgPascal Rigaux2004-06-081-1/+1
|
* fix typoPascal Rigaux2004-05-111-1/+1
|
* XFree 3 is gone!Pascal Rigaux2004-05-031-24/+8
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-081-3/+4
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* use center_always for popped windows (if transient is not used), and force ↵Pascal Rigaux2003-09-111-1/+1
| | | | centering in Xconfig test
* cleanGuillaume Cottenceau2003-09-101-2/+0
|
* we don't have .jpg loader in install, file needs to be in .pngGuillaume Cottenceau2003-09-101-1/+1
| | | | | (mandrake_desk 9.2-8mdk)
* fix typoPascal Rigaux2003-08-211-1/+1
|
* - use $TMPDIR before using $HOME/tmpPascal Rigaux2003-08-211-2/+2
| | | | | - if $HOME doesn't exist, it will use /tmp which is safe when using secured_file()
* - move from perl-GTK2 to perl-Gtk2Pascal Rigaux2003-07-301-2/+1
| | | | | - fix an old weird typo
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-2/+1
|
* fix background of X test during installGuillaume Cottenceau2003-03-091-1/+1
|
* ensure the X test strings are translatedPascal Rigaux2003-02-031-6/+7
|
* use gtk rather than qiv to display the background tile in X testGuillaume Cottenceau2003-01-201-4/+11
|
* fix Gtk2 portGuillaume Cottenceau2003-01-201-1/+1
|
* X test is now working :)Pascal Rigaux2003-01-021-2/+3
|
* fixThierry Vignaud2002-12-181-1/+1
|
* XFdrake gtk+-2Thierry Vignaud2002-12-181-6/+6
|
* do not duplicate "An error occurred ..." t10n stringPascal Rigaux2002-12-101-4/+8
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+1
|
* do not use "local my $F, ...", use "local(my $F, ...) insteadPascal Rigaux2002-12-031-2/+2
|
* do not use "local *F"Pascal Rigaux2002-12-031-9/+8
|
* in the test snippet, add "use common" to have access to N()Pascal Rigaux2002-11-281-0/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-271-1/+1
|
* 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