summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/mainwindow/tinykate.cpp
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 ↵paule1-25/+111
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 ↵paule1-6/+21
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-06-20- BUGFIX: 0001291 - opie tinykate does not open .desktop filesar1-173/+200
2004-05-23CLEANUP: sanitize tinykate's build structuremickeyl1-0/+284