Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (read): fix return value when no configured keyboard is found | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | small keyboard name change | Pablo Saratxaga | 2003-01-20 | 1 | -2/+2 |
| | |||||
* | Added some more English locales; and changed all locale names using xx | Pablo Saratxaga | 2003-01-16 | 1 | -0/+4 |
| | | | | | | notation to xx_YY notation (so it's easier to just append a ".UTF-8" in case we provide a way to let the user choose if he wants UTF-8 or not) | ||||
* | make return value name more explicit | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | simplify | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | synchronized with XFree86 4.2.99 keyboard layout names | Pablo Saratxaga | 2003-01-06 | 1 | -4/+4 |
| | |||||
* | move any::keyboard_group_toggle_choose() to keyboard::group_toggle_choose() | Pascal Rigaux | 2002-12-29 | 1 | -0/+17 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -6/+5 |
| | |||||
* | Added Malayalam keyboard | Pablo Saratxaga | 2002-11-19 | 1 | -1/+3 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -12/+12 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -115/+115 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -108/+108 |
| | | | | | | | | | | | | | | | | | | | 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 | -2/+3 |
| | | | | is used | ||||
* | Made Lithuanian numeric row keyboard bi-mode | Pablo Saratxaga | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | most of the code of Xconfig::default::config_keyboard moved to ↵ | Pascal Rigaux | 2002-08-30 | 1 | -0/+17 |
| | | | | keyboard::keyboard2full_xkb | ||||
* | corrected DrakX internal keyboard name tr -> tr_q | Pablo Saratxaga | 2002-08-21 | 1 | -22/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | put back loadkeys_files which *is* used (by make_rescue_img) | Pascal Rigaux | 2002-08-21 | 1 | -0/+33 |
| | |||||
* | fix pablo... uh no, too hard. fix his typo instead ;p | Pascal Rigaux | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | merged keyboards with XFree86 | Pablo Saratxaga | 2002-08-20 | 1 | -3/+23 |
| | |||||
* | - drop the loadkeys_files (it is unused) | Pascal Rigaux | 2002-08-20 | 1 | -32/+4 |
| | | | | | - add more precise check of the existence of .bkmap's and that share/keymaps.tar.bz2 is up to date | ||||
* | - fix reading previous keyboard config on upgrade (for displaying in summary) | Pascal Rigaux | 2002-08-12 | 1 | -1/+2 |
| | | | | | | - ensure keyboard and mouse configuration are not overwritten if not explictly modified on upgrade - propagate pci=xxx at install to bootloader (since "pci=bios,biosirq" is needed on some box, see http://islay.dyndns.org/taz/index.html for more) | ||||
* | Added Tamils TSCII keyboard | Pablo Saratxaga | 2002-08-08 | 1 | -3/+4 |
| | |||||
* | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
| | |||||
* | don't have "unsafe" in /etc/sysconfig/keyboard | Pascal Rigaux | 2002-08-01 | 1 | -0/+2 |
| | |||||
* | - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD} | Pascal Rigaux | 2002-08-01 | 1 | -51/+56 |
| | | | | | | | | - 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 | ||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | |||||
* | use usb keyboard bCountryCode to choose the right keyboard | Pascal Rigaux | 2002-07-30 | 1 | -46/+15 |
| | |||||
* | added xx_YY -> keyboard lines in addition of xx -> keyboard ones | Pablo Saratxaga | 2002-03-15 | 1 | -2/+25 |
| | |||||
* | (unpack_keyboards): return undef on error | Pascal Rigaux | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | corrected the locale->keyboard list building | Pablo Saratxaga | 2002-03-07 | 1 | -4/+4 |
| | |||||
* | make keyboard selection choose first the 5 first chars of lang; | Pablo Saratxaga | 2002-03-07 | 1 | -3/+4 |
| | | | | | then the 2 first chars; | ||||
* | (loadkeys_files): ensure each file appear only once | Pascal Rigaux | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | use the langs chosen to know the keyboards to propose (and not only the main ↵ | Pascal Rigaux | 2002-02-24 | 1 | -4/+4 |
| | | | | lang) | ||||
* | use invalid instead of unknown for errors when checking | Pascal Rigaux | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | fixed some keyboard names | Pablo Saratxaga | 2002-02-22 | 1 | -6/+6 |
| | |||||
* | change the message | Pascal Rigaux | 2002-02-22 | 1 | -2/+2 |
| | |||||
* | disable perl warnings when checking | Pascal Rigaux | 2002-02-22 | 1 | -0/+1 |
| | |||||
* | - add checks for the various data structures | Pascal Rigaux | 2002-02-22 | 1 | -10/+51 |
| | | | | | - fix another typo for usb2drakxkbd | ||||
* | fix typo | Pascal Rigaux | 2002-02-22 | 1 | -2/+2 |
| | |||||
* | added the two ?win_toggle choices | Pablo Saratxaga | 2002-02-22 | 1 | -0/+2 |
| | |||||
* | some info useful for keyboard handling | Pablo Saratxaga | 2002-02-22 | 1 | -110/+162 |
| | |||||
* | Added Tamil language and keyboard choices (KDE is translated to Tamil) | Pablo Saratxaga | 2002-01-31 | 1 | -0/+3 |
| | |||||
* | Added Bulgarian "phonetic" keyboard | Pablo Saratxaga | 2002-01-30 | 1 | -3/+4 |
| | |||||
* | finish journalled fs usage - PPC, add "\n" keyboard.pm, new modelines | Stew Benedict | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Added Swedish dvorak keyboard | Pablo Saratxaga | 2001-11-14 | 1 | -1/+2 |
| | |||||
* | move to Linux keycodes on PPC, add additional Apple modelines | Stew Benedict | 2001-10-09 | 1 | -6/+8 |
| | |||||
* | use "us" XKB file for Korean keyboard, otherwise some functionality is lost | Pablo Saratxaga | 2001-09-21 | 1 | -1/+3 |
| |