summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/document
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-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-17gcc4 compile fixmickeyl1-1/+1
2004-05-27- convert qDebug to odebugar1-7/+7
2004-05-03- convert qDebug to odebugar4-173/+184
2004-04-24gcc 3.4 fixletmickeyl1-12/+12
2004-03-14Only use ODPzecke2-13/+13
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-4/+4
TT.
2004-03-01fix includeschicken1-2/+0
2004-02-23TinyKate: libopie->libopie2drw1-3/+3
2003-08-09Merge from BRANCH_1_0kergoth2-2/+3
2003-06-14changes by craig graham. please test to make sure nothing important was ↵llornkcor1-1/+1
taken out.
2003-01-28Added a Config derivative.kergoth5-45/+38
2002-12-26added setDocFile function to change the filename needs more workllornkcor2-6/+15
2002-12-22void functions cant return a bool valuellornkcor1-3/+3
2002-11-21usualharlekin1-0/+1
2002-11-11Read keyword lists againjowenn1-3/+4
2002-11-10Look in the correct directory for hl filesjowenn1-7/+11
2002-11-10import of tiny kate. (saving not possible yet)jowenn17-0/+8162