summaryrefslogtreecommitdiff
path: root/inputmethods/keyboard/keyboard.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon1-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-05-02removed the hack that limited the bad influence of the sticky bug on ipaq, ↵harlekin1-36/+36
since it is not needed any more. Sticky bug is fixed in 2.4.18-rmk3 hh6
2002-03-25- fixed warning about name shadowingsimon1-2/+2
2002-02-16Quick and dirty fix for the sticky keyboard problem on ipaq - just turn it ↵harlekin1-3/+18
off. Turned on on zaurus
2002-01-25Initial revisionkergoth1-0/+794