summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/konsole.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-08-10add close session buttonllornkcor1-2/+8
2005-04-15Resource -> OResourcedrw1-14/+23
2005-02-06too longllornkcor1-3/+3
2005-02-06adding shell history into command combo off by defaultllornkcor1-29/+14
2004-05-18use menu icon, and cleanup control file for pics dir, so not to include the ↵llornkcor1-1/+1
CVS dir
2004-05-02- convert qDebug to odebugar1-20/+21
2004-04-07re-add enter,space,tab,up,down icons, as convience for non keyboarded devicesllornkcor1-4/+1
2004-04-07move namespace into opie ifdefllornkcor1-3/+3
2004-04-06Do not override menu font size, use font as defined in Appearance settings, ↵drw1-9/+0
and fixed compiler warning
2004-03-14ODP and only ODPzecke1-0/+1
2004-03-01fix includeschicken1-21/+0
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-25fix most of zecke's comments. Someone should look into the open issues thoughmickeyl1-11/+10
(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/mickeyl1-2/+2
2004-02-24s/Qkonsole/Konsole/mickeyl1-15/+16
2004-02-24Embedded Konsole: libopie->libopie2drw1-6/+6
2004-02-22merged changes form qkonsole back into opie-embeddedkonsole (most likely not ↵waspe1-736/+1478
bugfree !)
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar1-2/+3
screen handling
2004-01-18add unifont from somewherellornkcor1-15/+88
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-4/+4
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-11-06merge core/apps/*mickeyl1-17/+57
2003-04-13make it compilezecke1-2/+2
2003-03-23workaround for column size change when reset command is executedllornkcor1-7/+7
2002-12-08moved font menu to options due to wrapping of the toolbar when using ↵llornkcor1-8/+12
languages other than english that tend to have many characters in words :)
2002-12-05fix beep so all sessions are the samellornkcor1-5/+3
2002-12-05fix beepingllornkcor1-0/+7
2002-12-01whoopsllornkcor1-1/+1
2002-11-22trllornkcor1-3/+3
2002-11-10fixes for sharp rom versionllornkcor1-14/+20
2002-11-09small changesllornkcor1-9/+12
2002-11-08option for beepllornkcor1-28/+40
2002-11-01fix ischecked wrap menullornkcor1-2/+2
2002-10-31added easy way ifdef for me to compile without libopiellornkcor1-9/+34
2002-10-31no wrap and horz scroll should work, thanks to consolellornkcor1-28/+62
2002-10-31no wrap mode taken from console, gui needs workllornkcor1-4/+30
2002-08-25tr change by carstenharlekin1-4/+4
2002-07-07*** empty log message ***leseb1-5/+5
2002-07-07Fix menu item index (again...)leseb1-2/+2
2002-07-07Fix menu index for scrollbar positionleseb1-3/+3
2002-07-07fixed bug in transparent color schemebeing shown properly, and added custom ↵llornkcor1-4/+64
color. Still a bug when using the 'more' option, cant figure out, I think its in colorpopupmenu
2002-06-11 now console remembers scrollbar setting on restartharlekin1-7/+7
2002-05-27removed redundant entries from suggested commands, added 3 qcop commands to ↵llornkcor1-0/+3
main list
2002-04-28whoopsllornkcor1-2/+1
2002-04-28harcoded Shift & Key_Tab to emit a '\' characterllornkcor1-1/+2
2002-04-06this fixes i18n-stuffcniehaus1-25/+25