summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/keyboarddrake
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-54/+0
|
* create new function and use itPascal Rigaux2005-11-231-4/+1
|
* - keyboard::read() now returns false if the value is not recognisedPascal Rigaux2005-09-131-1/+1
| | | | | - new function keyboard::read_or_default() which always returns a valid value
* fix indentation (titi sux)Pascal Rigaux2005-06-031-1/+1
|
* create keyboard::configure_xorg() and use itPascal Rigaux2005-06-031-8/+1
| | | | | (and don't call it inside a eval, no error should occur)
* - create keyboard::default() and use itPascal Rigaux2005-06-021-1/+1
| | | | | - it uses keyboard::from_DMI() to get XkbModel when possible
* we require_root_capability, so do it ASAP (bugzilla #13619)Pascal Rigaux2005-03-221-0/+1
|
* clean-upPascal Rigaux2005-03-221-1/+1
|
* put the question inside the interactive codePascal Rigaux2005-03-221-4/+4
|
* simplifyThierry Vignaud2005-02-171-1/+1
|
* better display of keyboard layouts by using a tree (rationale: bigThierry Vignaud2005-02-161-0/+2
| | | | | pull-down menu is slow to browse)
* minimal XkbModel supportPascal Rigaux2005-01-211-1/+8
|
* use ->ask_from instead of ->ask_from_listf (keeping the same GUI behaviour)Pascal Rigaux2005-01-191-5/+7
|
* don't write X config when there is none (otherwise we write a partial X config)Pascal Rigaux2004-11-261-3/+5
|
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+1
|
* move setxkbmap to keyboard.pmPascal Rigaux2003-10-151-3/+2
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-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 exitThierry Vignaud2003-02-241-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 happyPascal Rigaux2003-02-031-1/+1
|
* translate keyboard namesPascal Rigaux2003-02-031-1/+1
|
* move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose()Pascal Rigaux2002-12-291-1/+1
|
* - standalone.pm :Thierry Vignaud2002-11-181-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 Rigaux2002-11-061-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 Rigaux2002-11-041-1/+1
| | | | is used
* - use keyboard::keyboard2full_xkbPascal Rigaux2002-08-301-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 Rigaux2002-08-051-2/+2
| | | | | (so that 'use strict' works)
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-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.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* make new perl_checker happyPascal Rigaux2002-07-311-2/+2
|
* use Xconfig::xfree to set the XkbLayout (better should&will come)Pascal Rigaux2002-07-241-19/+8
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-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 handlingPascal Rigaux2001-08-151-6/+6
|
* use vnew the right way everywhereGuillaume Cottenceau2001-08-091-1/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* added icon managementdamien2001-05-161-1/+1
|
* fixed exit on cancel (should cause trouble in DrakConf only).Francois Pons2001-04-091-32/+33
|
* updated embedded modedamien2001-02-281-0/+1
|
* major move. now ask_from_list returns false when canceled (it doesn't die ↵Pascal Rigaux2001-02-201-4/+8
| | | | 'ask_from_list canceled' anymore)
* - lang2keyboards handle keyboard percentagesPascal Rigaux2001-02-101-1/+1
| | | | | - xmodmaps now named keyboards
* implemented or updated embedded modedamien2001-02-081-3/+9
|
* use standalone and standalone::pkgs_installPascal Rigaux2001-01-101-1/+1
|
* add possibility to use keyboarddrake non-interactive (aka give the keyboard asPascal Rigaux2000-12-061-2/+6
| | | | | first parameter)
* corrected BackSpace settingPablo Saratxaga2000-10-161-2/+2
|
* *** empty log message ***Pascal Rigaux2000-09-211-2/+2
|
* no_commentPascal Rigaux2000-09-021-1/+1
|
* no_commentPascal Rigaux2000-08-311-6/+6
|
* no_commentPascal Rigaux2000-07-311-0/+10
|
* no_commentPascal Rigaux1999-12-191-1/+1
|
* no_commentPascal Rigaux1999-12-091-2/+3
|