summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/TEScreen.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19Every single file in this commit had a memory leak where a resource iserik1-15/+17
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
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-02- convert qDebug to odebugar1-1/+1
2004-02-24s/Qkonsole/Konsole/mickeyl1-1/+1
2004-02-22merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵waspe1-1/+17
bugfree !)
2002-11-01remove some commented codellornkcor1-59/+1
2002-10-31no wrap mode taken from console, gui needs workllornkcor1-167/+248
2002-01-25Initial revisionkergoth1-0/+1197