Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |