summaryrefslogtreecommitdiff
path: root/inputmethods/multikey
AgeCommit message (Collapse)AuthorFilesLines
2007-01-12Various comment changes to make them grammatically correct. Also changed theerik2-7/+13
behavior of the remove button. Only when a custom keymap is selected is the remove button ever shown. Added 'keymap...' to the add button to make it more clear that one is add a keymap and that a dialog to add it will come next. This should follow the Opie UI convention.
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2005-06-15Resource -> OResourcedrw4-8/+11
2005-01-05remove hard coded fonts for dvorak, keyboard, multikey, pickboard, and ↵mickeyl1-3/+3
unikeyboard
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-309/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+309
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke2-4/+4
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-09-13added libqtaux2 as dependencyschurig1-1/+1
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-05-14CLEANUP: Don't include header files via relative pathsmickeyl1-2/+2
Note: Remember to rm stamp-headers
2004-04-24gcc 3.4 fixesmickeyl1-5/+5
2004-03-15Fixed LIBQTAUX config depbrad1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Input Methods -> ODPzecke3-8/+10
2004-03-02run the optimize_connect scriptalwin1-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-02-26make difference between OnScreen keyboard and hardware keyboard clearmickeyl1-1/+1
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-05More janitor....zecke2-2/+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
2004-01-12depends on PICKBOARDzecke1-1/+1
2004-01-05configdlg now based on QDialog, instead of QTabWidgetmouse1-4/+1
2004-01-04more patches to multikey+applet courtesy Anton Kachalov <mouse@altlinux.ru>mickeyl2-90/+83
2004-01-03add multikey patches courtesy Anton Kachalov <mouse@altlinux.ru>mickeyl4-81/+209
2003-12-04use opie-lupdate instead lupdatear1-18/+0
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-08-09Merges from BRANCH_1_0kergoth1-1/+1
2003-07-19* Adds a keyboard layout with a configure button to multikey when it istreke1-0/+18
unable to load the selected layout. Fixes (#920)
2003-06-12removed erraneous ~ before "Package:"schurig1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-06-03allow "ROOT_INSTALL=blah make install" to workschurig1-0/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey1-1/+5
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24I dont know why we were defaulting to fixed... *shudders*.. but we default ↵kergoth1-1/+1
to smallsmooth now.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Formatting cleanups in the config system.kergoth1-1/+1
2003-01-14depends should be , sep. not spaceharlekin1-1/+1
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman1-1/+1
2002-12-15thanks Olivercniehaus1-14/+14
2002-12-14addLanguage rulescniehaus1-12/+13
2002-12-14keyboard, dvorak, and multikey all depend on libqpickboard.so, but ↵kergoth1-12/+13
libqpickboard.so resides in /opt/QtPalmtop/plugins/inputmethods, which of course is in neither LD_LIBRARY_PATH, the ld.so.cache, or the rpath. Added it to the rpath.
2002-12-14this should be better. Updated the TRANSLATIONpartcniehaus1-12/+12
2002-12-11applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danishsandman1-0/+1
language support
2002-11-24- link multikey, dvorak and keyboard input method against pickboardsimon2-6/+2
(and updated ipkg dependencies accordingly) , to avoid duplicated symbols at run-time (patch posted on opie list a couple of days ago)
2002-11-22- properly namespace the input methods. fixes symbols clashes at run-timesimon4-5/+18
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)