summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole
AgeCommit message (Collapse)AuthorFilesLines
2007-04-20additional info to a comment about pty manglingerik1-1/+1
2007-01-26Each file in this commit exhibit an example of what prevent callserik1-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-19Every single file in this commit had a memory leak where a resource iserik1-15/+17
allocated in the constructor but not de-allocated in the destructor. This commit fixes that.
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-10add close session buttonllornkcor2-2/+9
2005-04-15Resource -> OResourcedrw2-21/+39
2005-02-06too longllornkcor1-3/+3
2005-02-06adding shell history into command combo off by defaultllornkcor1-29/+14
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-1/+1
check QT_VERSION against 0x030000 instead of 300
2004-12-28fix compilellornkcor1-1/+3
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-28/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+28
2004-05-18use menu icon, and cleanup control file for pics dir, so not to include the ↵llornkcor2-2/+2
CVS dir
2004-05-02- convert qDebug to odebugar6-34/+38
2004-04-07non opie mainllornkcor1-1/+56
2004-04-07re-add enter,space,tab,up,down icons, as convience for non keyboarded devicesllornkcor1-4/+1
2004-04-07respect TERM variablellornkcor1-1/+3
2004-04-07add commented out defines for non opiellornkcor1-3/+7
2004-04-07move namespace into opie ifdefllornkcor1-3/+3
2004-04-06Do not override menu font size, use font as defined in Appearance settings, ↵drw2-11/+2
and fixed compiler warning
2004-03-31added missed include files for QColorDragmouse1-0/+5
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14ODP and only ODPzecke2-0/+2
2004-03-02run the optimize_connect scriptalwin2-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-01fix includeschicken10-61/+1
2004-02-29initialize intllornkcor1-1/+1
2004-02-29from the branch to find the best shell or fallback to /bin/shzecke1-2/+43
2004-02-29Hehe Fix the #ifdef properly.... gives me my fonts backzecke1-2/+0
2004-02-25remove the stupid #ifdef __i386__zecke1-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-25Unmess the .pro filezecke1-5/+2
2004-02-25fix most of zecke's comments. Someone should look into the open issues thoughmickeyl4-19/+17
(see mail to opie-devel)
2004-02-24use "..." suffix after name of menu item, when you open a dialog as actionmickeyl1-2/+2
2004-02-24s/Qkonsole/Konsole/mickeyl3-5/+5
2004-02-24s/Qkonsole/Konsole/mickeyl5-20/+21
2004-02-24Embedded Konsole: libopie->libopie2drw5-21/+11
2004-02-22merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵waspe13-1045/+1941
bugfree !)
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar1-2/+3
screen handling
2004-01-18add unifont from somewherellornkcor1-15/+88
2004-01-17fix for ascii char widthllornkcor1-3/+18
2004-01-10new email addyllornkcor1-1/+1
2003-12-07s/QPEToolBar/QToolBar:mickeyl3-7/+7
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl2-3/+3
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-11-06merge core/apps/*mickeyl4-70/+67
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth1-1/+2
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-12compilellornkcor2-15/+15
2003-06-04sanitizedschurig1-1/+1