summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/keyboarddrake
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* no_commentPascal Rigaux1999-12-021-0/+45