summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/default.pm
Commit message (Collapse)AuthorAgeFilesLines
* - XFdrake can detect a auxmouse which was not detected by mousedrake so we ↵Pascal Rigaux2004-10-071-3/+4
| | | | | | | need to call various_xfree_conf() - this implies adding parameter $do_pkgs to a few functions
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-5/+4
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* XFree 3 is gone!Pascal Rigaux2004-05-031-1/+1
|
* most of the code of Xconfig::default::config_keyboard moved to ↵Pascal Rigaux2002-08-301-14/+1
| | | | keyboard::keyboard2full_xkb
* simplify (using the asumption that XKB is now always used)Pascal Rigaux2002-08-221-5/+0
|
* (config_keyboard): drop handling of bad XkbLayoutPascal Rigaux2002-08-221-10/+0
| | | | | (config_mouse): wacoms X configuration moved to mouse::set_xfree_conf
* use $::prefixPascal Rigaux2002-08-121-2/+2
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-0/+1
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* fix default config for mousePascal Rigaux2002-07-291-1/+5
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+67