summaryrefslogtreecommitdiff
path: root/inputmethods/dasher
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.
2005-08-11add opie-smbllornkcor1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-311/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+311
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-08-14Do not delete the parent in dtor, when the parent called you forzecke2-4/+2
destruction
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-04-24gcc 3.4 fixesmickeyl2-0/+6
2004-04-09Removed warnings about initialization sequence in constructoreswimpie21-79/+118
and unused variables and arguments
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-02-14Clean-up of .cvsignore filesdrw1-0/+3
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
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-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-09-28remove unnecessary includesmickeyl2-5/+0
2003-09-27merge dasher which has been introduced in BRANCH first (wtf?) into HEADmickeyl49-0/+5331