summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/mainwindow
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik1-4/+2
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-13Prompt user to save on closing a modified file; prompt user on Save As if ↵paule2-25/+116
specified file already exists; change tab to show filename when saving a new file
2007-01-13Add Edit menu with find, replace & go to line functions. Uses dialogs/code ↵paule2-8/+23
already provided by libkate. Fixes bug #1231.
2005-08-04fix # 0001687: opening desktop filellornkcor1-2/+3
2005-05-17Resource -> OResourcedrw1-13/+27
2004-12-28patch fixing #1500 - wrong disconnect, from Senecallornkcor1-5/+5
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-146/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+146
2004-06-24- CLEANUP: correct appnamear1-1/+1
2004-06-20- BUGFIX: 0001291 - opie tinykate does not open .desktop filesar2-175/+202
2004-05-23CLEANUP: sanitize tinykate's build structuremickeyl8-0/+488