Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-29 | Each file in this commit exhibits a problem where a variable is made in | erik | 2 | -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-29 | Each file in this commit has an issue where the initial value of a variable | erik | 1 | -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-24 | Each file in this commit has an instance where a pointer is checked at | erik | 1 | -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-19 | Every file in this commit has a change to check the return value of a call. | erik | 1 | -1/+4 |
2007-01-19 | Every single file in this commit had a memory leak where a resource is | erik | 2 | -2/+7 |
allocated in the constructor but not de-allocated in the destructor. This commit fixes that. | ||||
2007-01-13 | Prompt user to save on closing a modified file; prompt user on Save As if ↵ | paule | 2 | -25/+116 |
specified file already exists; change tab to show filename when saving a new file | ||||
2007-01-13 | Improve layout of Highlight Modes tab so that it fits on QVGA screens, ↵ | paule | 1 | -29/+25 |
allowing the OK/Cancel buttons on the dialog to be shown. Fixes bug #1373. | ||||
2007-01-13 | Clear document modified flag on save | paule | 1 | -1/+6 |
2007-01-13 | Delete configuration dialog object on closing | paule | 1 | -1/+2 |
2007-01-13 | Add Edit menu with find, replace & go to line functions. Uses dialogs/code ↵ | paule | 2 | -8/+23 |
already provided by libkate. Fixes bug #1231. | ||||
2007-01-13 | Set sensible minimum width for Goto Line dialog | paule | 1 | -0/+3 |
2007-01-13 | Call qApp->processEvents() before deleting dialog objects to avoid crashes ↵ | paule | 1 | -0/+3 |
(Qt bug?) | ||||
2007-01-10 | All of the files included have instances where an array is new'ed but | erik | 1 | -2/+2 |
the corresponding delete does not have the corresponding [] argument. | ||||
2005-08-04 | fix # 0001687: opening desktop file | llornkcor | 1 | -2/+3 |
2005-05-17 | Resource -> OResource | drw | 2 | -19/+33 |
2005-05-17 | gcc4 compile fix | mickeyl | 1 | -1/+1 |
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 2 | -4/+4 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2004-12-28 | patch fixing #1500 - wrong disconnect, from Seneca | llornkcor | 1 | -5/+5 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 2 | -291/+2 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 2 | -2/+291 |
2004-08-13 | build fixes | chicken | 1 | -1/+1 |
2004-06-24 | - CLEANUP: correct appname | ar | 1 | -1/+1 |
2004-06-20 | - BUGFIX: 0001291 - opie tinykate does not open .desktop files | ar | 2 | -175/+202 |
2004-05-31 | - convert qWarning to owarn | ar | 1 | -2/+2 |
2004-05-27 | - convert qDebug to odebug | ar | 2 | -1145/+1151 |
2004-05-26 | no longer needed | mickeyl | 1 | -4/+0 |
2004-05-23 | CLEANUP: sanitize tinykate's build structure | mickeyl | 11 | -37/+25 |
2004-05-03 | - convert qDebug to odebug | ar | 6 | -293/+314 |
2004-04-24 | gcc 3.4 fixlet | mickeyl | 1 | -12/+12 |
2004-04-07 | cosmetics | mickeyl | 1 | -2/+4 |
2004-04-04 | convert to Opie Debugging Framework | mickeyl | 2 | -89/+84 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 2 | -2/+2 |
build system | ||||
2004-03-19 | Minor typo occurence -> occurrence | sudonix | 1 | -1/+1 |
2004-03-14 | Only use ODP | zecke | 4 | -16/+15 |
2004-03-13 | Namespace changes for Apps | zecke | 5 | -5/+11 |
QAshMoney and Reader need to be valgrinded | ||||
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 4 | -8/+8 |
TT. | ||||
2004-03-01 | fix includes | chicken | 5 | -20/+2 |
2004-02-24 | libopie -> libopie2 | alwin | 2 | -3/+3 |
2004-02-23 | TinyKate: libopie->libopie2 | drw | 11 | -84/+83 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 8 | -9/+9 |
2004-02-14 | Clean-up of .cvsignore files | drw | 2 | -2/+6 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-02-08 | improve support for BigScreen | ar | 1 | -2/+2 |
2003-10-27 | merge noncore/apps/* except | mickeyl | 4 | -11/+7 |
- advancedfm (ljp, please...) - odict (tille, please...) | ||||
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-10 | BUILDFIX: merging this with BRANCH did the wrong thing. | mickeyl | 1 | -7/+8 |
2003-08-10 | BUILDFIX: there is no kcolordialog.cpp | mickeyl | 1 | -1/+0 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 18 | -206/+156 |
2003-06-14 | fix colordialog | llornkcor | 2 | -7/+11 |
2003-06-14 | in libopie | llornkcor | 5 | -2203/+44 |