Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix indentation (titi sux) | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | create keyboard::configure_xorg() and use it | Pascal Rigaux | 2005-06-03 | 1 | -8/+1 |
| | | | | | (and don't call it inside a eval, no error should occur) | ||||
* | - create keyboard::default() and use it | Pascal Rigaux | 2005-06-02 | 1 | -1/+1 |
| | | | | | - it uses keyboard::from_DMI() to get XkbModel when possible | ||||
* | we require_root_capability, so do it ASAP (bugzilla #13619) | Pascal Rigaux | 2005-03-22 | 1 | -0/+1 |
| | |||||
* | clean-up | Pascal Rigaux | 2005-03-22 | 1 | -1/+1 |
| | |||||
* | put the question inside the interactive code | Pascal Rigaux | 2005-03-22 | 1 | -4/+4 |
| | |||||
* | simplify | Thierry Vignaud | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | better display of keyboard layouts by using a tree (rationale: big | Thierry Vignaud | 2005-02-16 | 1 | -0/+2 |
| | | | | | pull-down menu is slow to browse) | ||||
* | minimal XkbModel support | Pascal Rigaux | 2005-01-21 | 1 | -1/+8 |
| | |||||
* | use ->ask_from instead of ->ask_from_listf (keeping the same GUI behaviour) | Pascal Rigaux | 2005-01-19 | 1 | -5/+7 |
| | |||||
* | don't write X config when there is none (otherwise we write a partial X config) | Pascal Rigaux | 2004-11-26 | 1 | -3/+5 |
| | |||||
* | reuse mcc icons (if availlable) for windows | Thierry Vignaud | 2004-09-02 | 1 | -0/+1 |
| | |||||
* | move setxkbmap to keyboard.pm | Pascal Rigaux | 2003-10-15 | 1 | -3/+2 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - clean up embedding; since socket automatically emit plug-added gtk+ signal | Thierry Vignaud | 2003-02-24 | 1 | -2/+0 |
| | | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw | ||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -6/+0 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | make perl_checker happy | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | translate keyboard names | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose() | Pascal Rigaux | 2002-12-29 | 1 | -1/+1 |
| | |||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -6/+0 |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | add XkbCompat "group_led" for all keyboards where a group layout switching ↵ | Pascal Rigaux | 2002-11-04 | 1 | -1/+1 |
| | | | | is used | ||||
* | - use keyboard::keyboard2full_xkb | Pascal Rigaux | 2002-08-30 | 1 | -8/+5 |
| | | | | | | - call setxkbmap with -option and -model - use "/etc/init.d/keytable restart" instead of loadkeys | ||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
| | | | | | (so that 'use strict' works) | ||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -34/+41 |
| | | | | | | | | - 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 | ||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 |
| | |||||
* | use Xconfig::xfree to set the XkbLayout (better should&will come) | Pascal Rigaux | 2002-07-24 | 1 | -19/+8 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+1 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | fix XkbOptions handling | Pascal Rigaux | 2001-08-15 | 1 | -6/+6 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | added icon management | damien | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | fixed exit on cancel (should cause trouble in DrakConf only). | Francois Pons | 2001-04-09 | 1 | -32/+33 |
| | |||||
* | updated embedded mode | damien | 2001-02-28 | 1 | -0/+1 |
| | |||||
* | major move. now ask_from_list returns false when canceled (it doesn't die ↵ | Pascal Rigaux | 2001-02-20 | 1 | -4/+8 |
| | | | | 'ask_from_list canceled' anymore) | ||||
* | - lang2keyboards handle keyboard percentages | Pascal Rigaux | 2001-02-10 | 1 | -1/+1 |
| | | | | | - xmodmaps now named keyboards | ||||
* | implemented or updated embedded mode | damien | 2001-02-08 | 1 | -3/+9 |
| | |||||
* | use standalone and standalone::pkgs_install | Pascal Rigaux | 2001-01-10 | 1 | -1/+1 |
| | |||||
* | add possibility to use keyboarddrake non-interactive (aka give the keyboard as | Pascal Rigaux | 2000-12-06 | 1 | -2/+6 |
| | | | | | first parameter) | ||||
* | corrected BackSpace setting | Pablo Saratxaga | 2000-10-16 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2000-09-21 | 1 | -2/+2 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-09-02 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-08-31 | 1 | -6/+6 |
| | |||||
* | no_comment | Pascal Rigaux | 2000-07-31 | 1 | -0/+10 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-12-19 | 1 | -1/+1 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-12-09 | 1 | -2/+3 |
| | |||||
* | no_comment | Pascal Rigaux | 1999-12-02 | 1 | -0/+45 |