summaryrefslogtreecommitdiff
path: root/inputmethods
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Every single file in this commit had a memory leak where a resource iserik1-1/+2
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
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.
2007-01-10All of the files in this commit have an inheritance member functionerik2-2/+2
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2005-08-11add opie-smbllornkcor1-1/+1
2005-06-15Resource -> OResourcedrw12-53/+56
2005-01-05remove hard coded fonts for dvorak, keyboard, multikey, pickboard, and ↵mickeyl5-16/+43
unikeyboard
2005-01-04CONTROL files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl9-2812/+9
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl9-9/+2812
2004-10-16-Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir insteadzecke1-1/+3
In future we need a OpieStandardDir with locateFile, locateUserSetting and such
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke2-4/+4
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-15Fix wrongly -thanks to select/insert by xemacs - encoded string with umlautezecke1-1/+1
to use the 'correct' charachters
2004-10-15Apply patch from Qtopia1.7 to allow 'Umlaute' in the pickboardzecke5-59/+91
and make 'strings' translatable. This also fixes #501
2004-09-13added libqtaux2 as dependencyschurig1-1/+1
2004-08-14Do not delete the parent in dtor, when the parent called you forzecke2-4/+2
destruction
2004-07-03Don't display hidden sets in trainer.brad1-1/+2
2004-06-17Fix inability to delete system characters.brad1-3/+17
It appears this has never previously worked correctly. Reported by : A.Pearce@salford.ac.uk
2004-05-20remove bogus paths out of .pro filesmickeyl7-7/+7
2004-05-14CLEANUP: Don't include header files via relative pathsmickeyl3-6/+6
Note: Remember to rm stamp-headers
2004-04-24gcc 3.4 fixesmickeyl5-14/+20
2004-04-24gcc 3.4 fixesmickeyl2-6/+6
2004-04-16Now the graffiti charset is commited, remove the dirty hack I put in a while ↵brad1-2/+0
back.
2004-04-09Removed warnings about initialization sequence in constructoreswimpie21-79/+118
and unused variables and arguments
2004-04-05Missed qWarning and depsbrad4-5/+6
2004-04-05qDebug -> odebugbrad5-40/+45
2004-04-02Some simple changeswimpie2-2/+2
some config.in files depended on LIBOPIECORE2 and not LIBOPIE2CORE some control files contained an extra -1 to the version -> $EXTRAVERSION libopietoot1 : depended on libopie and not libopie1
2004-03-21Fixes for graffiti handling. Contains a dirty hack that will be rectified ↵brad4-4/+19
when I commit the Graffiti charset.
2004-03-15Fixed LIBQTAUX config depbrad1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Input Methods -> ODPzecke10-17/+19
2004-03-02run the optimize_connect scriptalwin4-26/+26
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-*drw3-3/+3
2004-02-14Clean-up of .cvsignore filesdrw3-0/+7
2004-02-05More janitor....zecke18-18/+9
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;zecke9-0/+18
2004-01-18Comit the "Mono" patch byzecke5-3/+35
Brad Campbell <brad@wasp.net.au>
2004-01-12depends on PICKBOARDzecke1-1/+1
2004-01-10change maintainter from warick to opie projectllornkcor2-2/+2
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-23Patch from Brad Campbell to fix opie-handwritings writing of data filestreke3-318/+322
2003-12-10Whoops, accidently added the includes backmjg592-5/+0
2003-12-10Fix the search directory for the training file, remove the (non-working ↵mjg593-9/+15
anyway) font size calculation code - with luck, this'll fix the failure to start under Opie
2003-12-04use opie-lupdate instead lupdatear8-158/+0
2003-11-03Porting Opie to MacOS-X.eilers9-9/+9
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-09-28remove unnecessary includesmickeyl2-5/+0
2003-09-27merge dasher which has been introduced in BRANCH first (wtf?) into HEADmickeyl49-0/+5331