summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/main.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix and some more HelpPascal Rigaux2003-02-131-1/+2
|
* (configure_chooser_raw): no special case for "Next" buttonPascal Rigaux2003-01-231-2/+1
|
* replace some "Ok" with "Next ->"Pascal Rigaux2003-01-211-1/+1
|
* simplify and factorizePascal Rigaux2003-01-101-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 failedPascal Rigaux2003-01-071-2/+3
|
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-1/+1
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-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 installPascal Rigaux2002-09-061-2/+3
|
* add an option for prefering Xinerama in auto_installsPascal Rigaux2002-09-051-0/+1
|
* fix calling export_to_install_X in configure_everything_auto_installPascal Rigaux2002-08-281-14/+16
|
* - do not display "Test" button when bad card and during install (instead of ↵Pascal Rigaux2002-08-221-4/+6
| | | | | | | disabling it) - after install, always display "Test" button but warn strongly not to test
* replace "xxx => eval { }" with "xxx => scalar eval {}"Pascal Rigaux2002-08-191-2/+2
|
* ensure the chosen resolution is maintained unchanged when changing the graphicPascal Rigaux2002-08-171-4/+6
| | | | | card or monitor.
* (export_to_install_X): if monitor is p'n'p, don't save it for auto_installPascal Rigaux2002-08-131-1/+1
|
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-081-2/+4
|
* call the "Quit" button exit during install (as suggested by David Sansome)Pascal Rigaux2002-08-051-1/+1
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-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 Rigaux2002-07-291-1/+1
|
* fix displaying info about current configurationPascal Rigaux2002-07-281-1/+1
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+108