summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/keyboardimpl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon1-2/+2
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-10-22- Always try to load the "en" keymap, if a user specified one cannot besandman1-1/+0
found - Fix the divison by zero error in resizeEvent, in case there is a keymap with 0 rows or no keymap at all.
2002-07-28keyboard that changes according to current locale settinghash1-0/+108