qt5base-lts/src
Laszlo Agocs dfebed5d5b Create a cleanup stack for each new thread on Symbian.
The native thread implementation in Qt 4.8 did not call
CTrapCleanup::New() which resulted in E32USER-CBASE 69 panics
in applications when they tried to use the cleanup stack in
a thread's run() function. In 4.7 this was working because
OpenC's pthread implementation created a CTrapCleanup automatically.
Now we do it also in the native Symbian thread implementation.

Trask-number: QTBUG-18822
Reviewed-by: Murray Read
(cherry picked from commit 41aa023ef6019ac9745b780c953f48b8bbc42a42)
2011-05-10 12:54:48 +02:00
..
3rdparty Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
corelib Create a cleanup stack for each new thread on Symbian. 2011-05-10 12:54:48 +02:00
dbus Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
gui Do not modify window size for fullscreen windows in setGeometry_sys 2011-05-10 12:54:48 +02:00
modules Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
network Fix QNetworkConfigurationManager usage outside main thread first 2011-05-09 13:50:02 +02:00
opengl Added support for six-parameter radial gradients. 2011-05-10 12:54:46 +02:00
openvg Added support for six-parameter radial gradients. 2011-05-10 12:54:46 +02:00
plugins Don't crash when requesting text. 2011-05-10 12:54:44 +02:00
s60installs Fix OpenGL build break on Symbian 2011-05-10 12:54:45 +02:00
s60main Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
sql Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
testlib Add module.prf, and install MODULE_PRI for each module 2011-05-02 15:30:08 +02:00
tools uic: Remove Q3Support. 2011-05-06 09:32:09 +02:00
uitools BC cleanup in uitools. 2011-05-04 16:23:51 +02:00
winmain Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
xml Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
qbase.pri Move private headers into versioned subdirectory 2011-05-02 15:30:08 +02:00
qt_install.pri Install private headers into the correct location 2011-05-07 22:10:54 -05:00
qt_targets.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
src.pro Move uitools from QtTools to QtBase 2011-04-27 12:05:52 +02:00