summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik2-6/+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-29Each file in this commit has an issue where the initial value of a variableerik1-4/+6
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
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-19Every file in this commit has a change to check the return value of a call.erik1-1/+4
2007-01-19Every single file in this commit had a memory leak where a resource iserik2-2/+7
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
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-13Improve layout of Highlight Modes tab so that it fits on QVGA screens, ↵paule1-29/+25
allowing the OK/Cancel buttons on the dialog to be shown. Fixes bug #1373.
2007-01-13Clear document modified flag on savepaule1-1/+6
2007-01-13Delete configuration dialog object on closingpaule1-1/+2
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.
2007-01-13Set sensible minimum width for Goto Line dialogpaule1-0/+3
2007-01-13Call qApp->processEvents() before deleting dialog objects to avoid crashes ↵paule1-0/+3
(Qt bug?)
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.
2005-08-04fix # 0001687: opening desktop filellornkcor1-2/+3
2005-05-17Resource -> OResourcedrw2-19/+33
2005-05-17gcc4 compile fixmickeyl1-1/+1
2005-01-21- make opie compilable against qte 2.3.10 snapshotar2-4/+4
check QT_VERSION against 0x030000 instead of 300
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 ↵mickeyl2-291/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+291
2004-08-13build fixeschicken1-1/+1
2004-06-24- CLEANUP: correct appnamear1-1/+1
2004-06-20- BUGFIX: 0001291 - opie tinykate does not open .desktop filesar2-175/+202
2004-05-31- convert qWarning to owarnar1-2/+2
2004-05-27- convert qDebug to odebugar2-1145/+1151
2004-05-26no longer neededmickeyl1-4/+0
2004-05-23CLEANUP: sanitize tinykate's build structuremickeyl11-37/+25
2004-05-03- convert qDebug to odebugar6-293/+314
2004-04-24gcc 3.4 fixletmickeyl1-12/+12
2004-04-07cosmeticsmickeyl1-2/+4
2004-04-04convert to Opie Debugging Frameworkmickeyl2-89/+84
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl2-2/+2
build system
2004-03-19Minor typo occurence -> occurrencesudonix1-1/+1
2004-03-14Only use ODPzecke4-16/+15
2004-03-13Namespace changes for Appszecke5-5/+11
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin4-8/+8
TT.
2004-03-01fix includeschicken5-20/+2
2004-02-24libopie -> libopie2alwin2-3/+3
2004-02-23TinyKate: libopie->libopie2drw11-84/+83
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw8-9/+9
2004-02-14Clean-up of .cvsignore filesdrw2-2/+6
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar1-2/+2
2003-10-27merge noncore/apps/* exceptmickeyl4-11/+7
- advancedfm (ljp, please...) - odict (tille, please...)
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-10BUILDFIX: merging this with BRANCH did the wrong thing.mickeyl1-7/+8
2003-08-10BUILDFIX: there is no kcolordialog.cppmickeyl1-1/+0
2003-08-09Merge from BRANCH_1_0kergoth18-206/+156
2003-06-14fix colordialogllornkcor2-7/+11
2003-06-14in libopiellornkcor5-2203/+44