summaryrefslogtreecommitdiff
path: root/core/apps
AgeCommit message (Collapse)AuthorFilesLines
2007-04-20additional info to a comment about pty manglingerik1-1/+1
2007-01-26Both packageslave.cpp and textedit.cpp have instances of possibly exploitableerik1-24/+21
race conditions associated to files. The big deal is that it is quite typical to use strings of pathnames to track files. But because that does not leverage the filesystem would be attackers may be able to exploit time lags in uses of filesystem functions (like stat and chmod or open) to get files with suspect data into the files that the applications are working with. This commit closes that potential hole even though there are no known exploits. Better safe then sorry. There is no change in the behavior of the apps.
2007-01-26Each file in this commit exhibit an example of what prevent callserik2-63/+47
'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 file in this commit has a change to check the return value of a call.erik1-16/+17
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.
2006-05-01default is now n, as qss is not used nor neededllornkcor1-1/+1
2005-09-03switch to 5-point calibration to make it work on some newer Zauriimickeyl1-3/+3
this goes hand in hand with the integration of the RMK tslib calibration algorithm into Qt/Embedded 2.3.x. Patch courtesy Richard Purdie.
2005-08-11add opie-smbllornkcor1-29/+29
2005-08-10add close session buttonllornkcor2-2/+9
2005-04-15Resource -> OResourcedrw2-21/+39
2005-04-15Resource -> OResourcedrw2-20/+26
2005-03-02-Build qss by updating the qss.prozecke4-17/+15
-Add a .cvsignore file -Make it selectable/buildable in our buildsystem by adding it to packages and creating a config.in
2005-03-02Initial revisionzecke2-0/+65
2005-03-02Merge HEAD with QTOPIA_2_1_1 vendor branchzecke4-90/+18
The new qcop tool can change the user and wait for repsonses on the channel it sent data
2005-03-02Initial revisionzecke2-0/+328
2005-02-24Speed up application start by more than 30%zecke1-1/+1
2005-02-06fix #1472 - no prompt on esc exitllornkcor1-23/+26
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 snapshotar2-2/+2
check QT_VERSION against 0x030000 instead of 300
2005-01-04control files : changed VERSION stringwimpie1-2/+2
2004-12-28fix compilellornkcor1-1/+3
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl7-156/+7
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl7-7/+156
2004-10-18change doclnk handlingllornkcor1-3/+4
2004-10-16- BugFix: clear currentFileName in SaveAs when the user abort.ar1-0/+1
otherwise it crashs when user try to save after aborted saveas action
2004-10-16-Remove debug output on appMessagezecke2-3/+9
-Check for Application Pages in help/lang/execname/execname.html as well. This is needed for qashmoney and could be used for the other help pages as well
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-2/+2
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-09-18fix #1399llornkcor1-15/+21
2004-09-12show backdrop, make crosshair a bit more prominent, enable calibration test ↵mickeyl3-36/+33
when QT_DEBUG is set
2004-09-10Move the using namespace expression below all includeszecke1-2/+4
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-04-05convert helpbrowser, taboapp and textedit to Opie debugging frameworkmickeyl4-114/+122
qcop and embeddedkonsole needs more work. the diagnostics part uses printf
2004-03-31added missed include files for QColorDragmouse1-0/+5
2004-03-29fix dependenciesmickeyl2-5/+2
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl7-7/+7
build system
2004-03-15namespace fixalwin1-1/+1
2004-03-14ODP and only ODPzecke7-6/+8
2004-03-02run the optimize_connect scriptalwin4-20/+20
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 includeschicken17-114/+2
2004-03-01fix includeschicken1-1/+0
2004-03-01add error dialogsllornkcor1-5/+6