summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/document/katesyntaxdocument.cpp
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).
2004-05-03- convert qDebug to odebugar1-32/+37
2004-03-14Only use ODPzecke1-9/+9
2003-08-09Merge from BRANCH_1_0kergoth1-1/+2
2003-01-28Added a Config derivative.kergoth1-9/+3
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)jowenn1-0/+306