Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-04-20 | additional info to a comment about pty mangling | erik | 1 | -1/+1 |
2007-01-26 | Each file in this commit exhibit an example of what prevent calls | erik | 1 | -2/+8 |
'reverse inull'. All that means is that a pointer gets dereferenced. Then a pointer gets checked for validity before being dereferenced again. This almost always points to shenanigans. For example, the konsole.cpp file has this konsoleInit() call which passes in a const char** shell variable. Since it is a double pointer the programmer who wrote the code made the mistake of mixing the checking of the pointer and the pointer that points to the pointer. This commit attempts to correct that. Of course there are other instances of the same thing. But they all boil down to a small mistake which might have produced strange side effects. | ||||
2007-01-19 | Every single file in this commit had a memory leak where a resource is | erik | 1 | -15/+17 |
allocated in the constructor but not de-allocated in the destructor. This commit fixes that. | ||||
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-10 | add close session button | llornkcor | 2 | -2/+9 |
2005-04-15 | Resource -> OResource | drw | 2 | -21/+39 |
2005-02-06 | too long | llornkcor | 1 | -3/+3 |
2005-02-06 | adding shell history into command combo off by default | llornkcor | 1 | -29/+14 |
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 1 | -1/+1 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2004-12-28 | fix compile | llornkcor | 1 | -1/+3 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -28/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+28 |
2004-05-18 | use menu icon, and cleanup control file for pics dir, so not to include the ↵ | llornkcor | 2 | -2/+2 |
CVS dir | ||||
2004-05-02 | - convert qDebug to odebug | ar | 6 | -34/+38 |
2004-04-07 | non opie main | llornkcor | 1 | -1/+56 |
2004-04-07 | re-add enter,space,tab,up,down icons, as convience for non keyboarded devices | llornkcor | 1 | -4/+1 |
2004-04-07 | respect TERM variable | llornkcor | 1 | -1/+3 |
2004-04-07 | add commented out defines for non opie | llornkcor | 1 | -3/+7 |
2004-04-07 | move namespace into opie ifdef | llornkcor | 1 | -3/+3 |
2004-04-06 | Do not override menu font size, use font as defined in Appearance settings, ↵ | drw | 2 | -11/+2 |
and fixed compiler warning | ||||
2004-03-31 | added missed include files for QColorDrag | mouse | 1 | -0/+5 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-14 | ODP and only ODP | zecke | 2 | -0/+2 |
2004-03-02 | run the optimize_connect script | alwin | 2 | -5/+5 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-03-01 | fix includes | chicken | 10 | -61/+1 |
2004-02-29 | initialize int | llornkcor | 1 | -1/+1 |
2004-02-29 | from the branch to find the best shell or fallback to /bin/sh | zecke | 1 | -2/+43 |
2004-02-29 | Hehe Fix the #ifdef properly.... gives me my fonts back | zecke | 1 | -2/+0 |
2004-02-25 | remove the stupid #ifdef __i386__ | zecke | 1 | -2/+0 |
We're on Opie and don't need to mess with Qtopia.. we fix up broken Qt usage of legacy via a __weak__ symbol hack | ||||
2004-02-25 | Unmess the .pro file | zecke | 1 | -5/+2 |
2004-02-25 | fix most of zecke's comments. Someone should look into the open issues though | mickeyl | 4 | -19/+17 |
(see mail to opie-devel) | ||||
2004-02-24 | use "..." suffix after name of menu item, when you open a dialog as action | mickeyl | 1 | -2/+2 |
2004-02-24 | s/Qkonsole/Konsole/ | mickeyl | 3 | -5/+5 |
2004-02-24 | s/Qkonsole/Konsole/ | mickeyl | 5 | -20/+21 |
2004-02-24 | Embedded Konsole: libopie->libopie2 | drw | 5 | -21/+11 |
2004-02-22 | merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵ | waspe | 13 | -1045/+1941 |
bugfree !) | ||||
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2004-02-07 | QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ | ar | 1 | -2/+3 |
screen handling | ||||
2004-01-18 | add unifont from somewhere | llornkcor | 1 | -15/+88 |
2004-01-17 | fix for ascii char width | llornkcor | 1 | -3/+18 |
2004-01-10 | new email addy | llornkcor | 1 | -1/+1 |
2003-12-07 | s/QPEToolBar/QToolBar: | mickeyl | 3 | -7/+7 |
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future | ||||
2003-12-07 | s/QPEMenuBar/QMenuBar: | mickeyl | 2 | -3/+3 |
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future | ||||
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -21/+0 |
2003-11-06 | merge core/apps/* | mickeyl | 4 | -70/+67 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -1/+2 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-12 | compile | llornkcor | 2 | -15/+15 |
2003-06-04 | sanitized | schurig | 1 | -1/+1 |