Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | ensure Xconfig::various::various is called at install | Pascal Rigaux | 2002-09-06 | 1 | -2/+3 |
| | |||||
* | add an option for prefering Xinerama in auto_installs | Pascal Rigaux | 2002-09-05 | 1 | -0/+1 |
| | |||||
* | fix calling export_to_install_X in configure_everything_auto_install | Pascal Rigaux | 2002-08-28 | 1 | -14/+16 |
| | |||||
* | - do not display "Test" button when bad card and during install (instead of ↵ | Pascal Rigaux | 2002-08-22 | 1 | -4/+6 |
| | | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test | ||||
* | replace "xxx => eval { }" with "xxx => scalar eval {}" | Pascal Rigaux | 2002-08-19 | 1 | -2/+2 |
| | |||||
* | ensure the chosen resolution is maintained unchanged when changing the graphic | Pascal Rigaux | 2002-08-17 | 1 | -4/+6 |
| | | | | | card or monitor. | ||||
* | (export_to_install_X): if monitor is p'n'p, don't save it for auto_install | Pascal Rigaux | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | when prompting for VideoRam, default to the value obtained via DDC | Pascal Rigaux | 2002-08-08 | 1 | -2/+4 |
| | |||||
* | call the "Quit" button exit during install (as suggested by David Sansome) | Pascal Rigaux | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | - add non-wizard ability to XFdrake | Pascal Rigaux | 2002-07-31 | 1 | -22/+100 |
| | | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :) | ||||
* | restore xdm choice previous behaviour (auto_install) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
| | |||||
* | fix displaying info about current configuration | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -0/+108 |