Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - %modules::conf is no more a global, so many functions need passing ↵ | Pascal Rigaux | 2004-07-21 | 1 | -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 Rigaux | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | most of the code of Xconfig::default::config_keyboard moved to ↵ | Pascal Rigaux | 2002-08-30 | 1 | -14/+1 |
| | | | | keyboard::keyboard2full_xkb | ||||
* | simplify (using the asumption that XKB is now always used) | Pascal Rigaux | 2002-08-22 | 1 | -5/+0 |
| | |||||
* | (config_keyboard): drop handling of bad XkbLayout | Pascal Rigaux | 2002-08-22 | 1 | -10/+0 |
| | | | | | (config_mouse): wacoms X configuration moved to mouse::set_xfree_conf | ||||
* | use $::prefix | Pascal Rigaux | 2002-08-12 | 1 | -2/+2 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -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 mouse | Pascal Rigaux | 2002-07-29 | 1 | -1/+5 |
| | |||||
* | 14 new modules, will it be enough?? :) | Pascal Rigaux | 2002-07-28 | 1 | -0/+67 |