summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/various.pm
Commit message (Collapse)AuthorAgeFilesLines
* (choose_xdm): allow to switch back from level 5 to level 3Pascal Rigaux2003-03-051-1/+1
|
* (runlevel): fix typoPascal Rigaux2003-03-031-1/+1
|
* fix and some more HelpPascal Rigaux2003-02-131-3/+6
|
* - set_help is deprecatedPascal Rigaux2003-02-131-3/+2
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* (to_string): created, try to shortly describe current configurationPascal Rigaux2003-01-231-0/+7
| | | | | (configure_FB_TVOUT): don't do anything when not using XF4
* have Xfree version at only one placePascal Rigaux2003-01-211-1/+1
| | | | | (nb: it would be better to parse available package and get version from it.)
* (various): in $auto mode, don't ask about tvoutPascal Rigaux2003-01-071-1/+1
|
* move any::runlevel() to Xconfig::various::runlevel()Pascal Rigaux2002-12-291-3/+13
|
* (show_info): drop (unused)Pascal Rigaux2002-12-131-5/+0
|
* - any::runlevel() doesnt need the prefix anymorePascal Rigaux2002-12-021-2/+2
| | | | | - fix use of any:runlevel()
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
| | | | | | | | | | | | | | | | | | | 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!
* replace a few more 4.2.0 with 4.2.1Pascal Rigaux2002-09-081-1/+1
|
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-061-1/+2
|
* use the new fsedit::get_hdsPascal Rigaux2002-08-271-1/+1
|
* perl_checker fixesThierry Vignaud2002-08-091-2/+2
|
* (tvout): rough default value for PAL vs NTSCPascal Rigaux2002-08-081-1/+5
|
* (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵Pascal Rigaux2002-08-081-0/+6
| | | | better with them)
* finish tvout configurationPascal Rigaux2002-08-011-0/+17
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-0/+1
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-0/+51
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* (info): fix displaying depthPascal Rigaux2002-07-311-1/+2
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+58