summaryrefslogtreecommitdiff
path: root/inputmethods/dvorak/dvorakimpl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-05More janitor....zecke1-1/+1
remove ulong ref because we use Q_REFCOUNT which also takes care of initializing the refcount to 0 "And if you save yourself You will make him happy He'll keep you in a jar And you'll think you're happy He'll give you breathing holes"
2004-01-27Another bunch of return QS_FALSE;zecke1-0/+2
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon1-3/+3
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-22handwriting: qtopia 1.6 mergesandman1-2/+1
all: someone made all inputmethod name()s untranslateable. This cured a symptom (opie crashing), but it was not real a bug-fix. I have marked them as translateable again and found no problems doing so.
2002-06-28Fix bug #9 except that we need something else to translate keyboard names.davipt1-2/+2
2002-02-10Initial commit of the dvorak keyboard.... Dvorak keyboard input method for ↵jeremy1-0/+131
the Opie environment. This is based off of the original keyboard input method.