Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure_resolution() must return 'config_changed' when a new resolution is ↵ | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
| | | | | chosen | ||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | use stock icon in xfdrake too | Thierry Vignaud | 2003-07-15 | 1 | -1/+1 |
| | |||||
* | (configure_everything_or_configure_chooser) keyboard and mouse | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | | paremeters really are optional, Xconfig::default::configure() handle the fact they're undefined for us | ||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | remove XFdrake icons (per dadou's request) | Pascal Rigaux | 2003-03-11 | 1 | -5/+5 |
| | |||||
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 1 | -1/+2 |
| | |||||
* | (configure_chooser_raw): no special case for "Next" button | Pascal Rigaux | 2003-01-23 | 1 | -2/+1 |
| | |||||
* | replace some "Ok" with "Next ->" | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | simplify and factorize | Pascal Rigaux | 2003-01-10 | 1 | -0/+19 |
| | | | | | (now works on 1.upgrade 2.install 3.install + change existing config) | ||||
* | (configure_everything): in $auto mode, don't test nor ask when the config failed | Pascal Rigaux | 2003-01-07 | 1 | -2/+3 |
| | |||||
* | move any::runlevel() to Xconfig::various::runlevel() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | 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 |