summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik1-2/+0
some way but never used. This is a tricky problem with Qt since almost all UI forms are made but not used (like QLabel). But I am pretty confident that these changes are correct and do not have any aspect of a change to the UI. In most cases, there are just variables that are made and then copied over (like in iteration over lists or assignment of pointers based on conditionals).
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-4/+6
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-61/+62
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2007-01-19Every file in this commit has a change to check the return value of a call.erik1-1/+4
2007-01-19Every single file in this commit had a memory leak where a resource iserik2-2/+7
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
2007-01-13Improve layout of Highlight Modes tab so that it fits on QVGA screens, ↵paule1-29/+25
allowing the OK/Cancel buttons on the dialog to be shown. Fixes bug #1373.
2007-01-13Clear document modified flag on savepaule1-1/+6
2007-01-13Delete configuration dialog object on closingpaule1-1/+2
2007-01-13Set sensible minimum width for Goto Line dialogpaule1-0/+3
2007-01-13Call qApp->processEvents() before deleting dialog objects to avoid crashes ↵paule1-0/+3
(Qt bug?)
2007-01-10All of the files included have instances where an array is new'ed buterik1-2/+2
the corresponding delete does not have the corresponding [] argument.
2005-05-17Resource -> OResourcedrw1-6/+6
2005-05-17gcc4 compile fixmickeyl1-1/+1
2005-01-21- make opie compilable against qte 2.3.10 snapshotar2-4/+4
check QT_VERSION against 0x030000 instead of 300
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-145/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+145
2004-05-31- convert qWarning to owarnar1-2/+2
2004-05-27- convert qDebug to odebugar2-1145/+1151
2004-05-26no longer neededmickeyl1-4/+0
2004-05-23CLEANUP: sanitize tinykate's build structuremickeyl1-9/+2
2004-05-03- convert qDebug to odebugar5-280/+296
2004-04-24gcc 3.4 fixletmickeyl1-12/+12
2004-04-04convert to Opie Debugging Frameworkmickeyl1-75/+72
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-19Minor typo occurence -> occurrencesudonix1-1/+1
2004-03-14Only use ODPzecke4-16/+15
2004-03-13Namespace changes for Appszecke2-1/+3
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin3-7/+7
TT.
2004-03-01fix includeschicken4-15/+2
2004-02-24libopie -> libopie2alwin2-3/+3
2004-02-23TinyKate: libopie->libopie2drw5-62/+61
2004-02-14Clean-up of .cvsignore filesdrw1-1/+3
2004-02-08improve support for BigScreenar1-2/+2
2003-08-10BUILDFIX: merging this with BRANCH did the wrong thing.mickeyl1-7/+8
2003-08-10BUILDFIX: there is no kcolordialog.cppmickeyl1-1/+0
2003-08-09Merge from BRANCH_1_0kergoth6-66/+66
2003-06-14fix colordialogllornkcor2-7/+11
2003-06-14in libopiellornkcor5-2203/+44
2003-06-14changes by craig graham. please test to make sure nothing important was ↵llornkcor8-20/+2170
taken out.
2003-01-28Added a Config derivative.kergoth16-306/+820
2003-01-24trivial ISO compliance fix for gcc 3.2mickeyl1-1/+1
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-23cleanup, add tinykate control filekergoth1-4/+0
2003-01-23oops.. fixed incorrect dependskergoth1-1/+1
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth1-1/+1
2003-01-21Added tinykate to the new build systemgroucho1-0/+4
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-26added setDocFile function to change the filename needs more workllornkcor2-6/+15
2002-12-22use ofontselector, and temp fix for dialog crashllornkcor3-11/+30
2002-12-22show config dialog maximizedllornkcor1-6/+6