Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use center_always for popped windows (if transient is not used), and force ↵ | Pascal Rigaux | 2003-09-11 | 1 | -1/+1 |
| | | | | centering in Xconfig test | ||||
* | clean | Guillaume Cottenceau | 2003-09-10 | 1 | -2/+0 |
| | |||||
* | we don't have .jpg loader in install, file needs to be in .png | Guillaume Cottenceau | 2003-09-10 | 1 | -1/+1 |
| | | | | | (mandrake_desk 9.2-8mdk) | ||||
* | fix typo | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - use $TMPDIR before using $HOME/tmp | Pascal Rigaux | 2003-08-21 | 1 | -2/+2 |
| | | | | | - if $HOME doesn't exist, it will use /tmp which is safe when using secured_file() | ||||
* | - move from perl-GTK2 to perl-Gtk2 | Pascal Rigaux | 2003-07-30 | 1 | -2/+1 |
| | | | | | - fix an old weird typo | ||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -2/+1 |
| | |||||
* | fix background of X test during install | Guillaume Cottenceau | 2003-03-09 | 1 | -1/+1 |
| | |||||
* | ensure the X test strings are translated | Pascal Rigaux | 2003-02-03 | 1 | -6/+7 |
| | |||||
* | use gtk rather than qiv to display the background tile in X test | Guillaume Cottenceau | 2003-01-20 | 1 | -4/+11 |
| | |||||
* | fix Gtk2 port | Guillaume Cottenceau | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | X test is now working :) | Pascal Rigaux | 2003-01-02 | 1 | -2/+3 |
| | |||||
* | fix | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | XFdrake gtk+-2 | Thierry Vignaud | 2002-12-18 | 1 | -6/+6 |
| | |||||
* | do not duplicate "An error occurred ..." t10n string | Pascal Rigaux | 2002-12-10 | 1 | -4/+8 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+1 |
| | |||||
* | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -2/+2 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-03 | 1 | -9/+8 |
| | |||||
* | 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 |