summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/document/katedocument.cpp
AgeCommit message (Collapse)AuthorFilesLines
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-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.
2004-05-03- convert qDebug to odebugar1-36/+37
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2004-03-01fix includeschicken1-2/+0
2003-01-28Added a Config derivative.kergoth1-12/+11
2002-12-26added setDocFile function to change the filename needs more workllornkcor1-1/+9
2002-12-22void functions cant return a bool valuellornkcor1-3/+3
2002-11-10import of tiny kate. (saving not possible yet)jowenn1-0/+3169