Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-01-05 | remove hard coded fonts for dvorak, keyboard, multikey, pickboard, and ↵ | mickeyl | 1 | -3/+3 |
unikeyboard | ||||
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 1 | -2/+2 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-04-24 | gcc 3.4 fixes | mickeyl | 1 | -5/+5 |
2004-03-02 | run the optimize_connect script | alwin | 1 | -2/+2 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-01-03 | add multikey patches courtesy Anton Kachalov <mouse@altlinux.ru> | mickeyl | 1 | -5/+37 |
2003-07-19 | * Adds a keyboard layout with a configure button to multikey when it is | treke | 1 | -0/+18 |
unable to load the selected layout. Fixes (#920) | ||||
2003-01-24 | I dont know why we were defaulting to fixed... *shudders*.. but we default ↵ | kergoth | 1 | -1/+1 |
to smallsmooth now. | ||||
2002-11-22 | - properly namespace the input methods. fixes symbols clashes at run-time | simon | 1 | -0/+1 |
with names like 'Keyboard' or 'KeyboardConfig' . the qcom interface objects are in an anonymous namespace now and the actual keyboard implementations are in Dvorak, JumpX, etc. namespaces. What's left is to solve the symbol clashes of the multiply compiled pickboard classes. I'll leave that one (as part of the patch posted yesterday) for another day for review. This part (namespacing) sounds like a safe bet to me though, so comitting now. (got no comments anyway) | ||||
2002-11-08 | alt shouldnt stick either | hash | 1 | -7/+13 |
2002-11-08 | 1. changed format from EUC-KR to UTF-8 (sorry about that) | hash | 1 | -24/+33 |
2. made ctrl unsticky 3. the spanish accent and back accent shouldnt be the normal backtick char, so i changed them to the chars in 0x2c6 ~ 0x2cf (extended ticks and stuff) | ||||
2002-10-22 | - Always try to load the "en" keymap, if a user specified one cannot be | sandman | 1 | -2/+5 |
found - Fix the divison by zero error in resizeEvent, in case there is a keymap with 0 rows or no keymap at all. | ||||
2002-10-14 | patch hector sent it for accent and back accent support | hash | 1 | -1/+147 |
2002-09-06 | french and other stuff fixed | hash | 1 | -46/+277 |
2002-08-27 | pickboard off by default now working | hash | 1 | -2/+2 |
2002-08-27 | pixmaps centered better | hash | 1 | -2/+2 |
2002-08-27 | now shows whatever you wrote in the keymap 'title' var as the listItem | hash | 1 | -2/+1 |
2002-08-22 | xpm images now are the same color as the text | hash | 1 | -9/+10 |
2002-08-22 | coloring problem | hash | 1 | -1/+3 |
2002-08-22 | comments behind shift and meta key map definitions was making it ingore the ↵ | hash | 1 | -0/+2 |
whole line | ||||
2002-08-22 | comments behind shift and meta key map definitions wasnt working... | hash | 1 | -0/+3 |
2002-08-22 | added meta key support for maps like german and jumpx | hash | 1 | -8/+90 |
2002-08-22 | fixed nasty bug related to ctrl and alt keys | hash | 1 | -6/+24 |
2002-08-21 | fixed segfault when no keymap is installed | hash | 1 | -0/+2 |
2002-08-21 | ctrl and alt keys should work now | hash | 1 | -1/+7 |
2002-08-19 | added a 'key repeat' toggle button | hash | 1 | -13/+26 |
2002-08-19 | added sample key color changing | hash | 1 | -1/+1 |
2002-08-19 | added simple color changing | hash | 1 | -8/+57 |
2002-08-19 | now reads maps in default dir, and also lets you add/remove your own maps | hash | 1 | -24/+13 |
2002-08-18 | paths to maps are now saved in config dialog | hash | 1 | -8/+25 |
2002-08-15 | think i fixed a memory leak problem... please test it out and see if the ↵ | hash | 1 | -0/+10 |
size of qpe increases if you load/unload keymaps | ||||
2002-08-15 | changed the keymap selector widget style | hash | 1 | -2/+8 |
2002-08-15 | made the keysize a little larger and the fonts too | hash | 1 | -2/+2 |
2002-08-15 | made the keysize a little larger | hash | 1 | -1/+1 |
2002-08-15 | keymap dynamic loading works, but no file select dialog. remembers your ↵ | hash | 1 | -40/+118 |
selected keymap too | ||||
2002-08-14 | added config dialog. only open/closing pickboard works | hash | 1 | -20/+47 |
2002-08-12 | uses langauge setting to choose keymap | hash | 1 | -4/+2 |
2002-08-12 | korean support only | hash | 1 | -3/+3 |
2002-08-12 | korean only right now, just testing it out | hash | 1 | -6/+13 |
2002-07-28 | keyboard that changes according to current locale setting | hash | 1 | -0/+955 |