summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_symbian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* QThread: fix race when setting the eventDispatcherAndy Shaw2015-02-081-0/+2
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-211-3/+35
* Fix QThread start failure due to bad thread name on SymbianJuha Kukkonen2012-04-251-1/+10
* Give QThread threads better names on SymbianMurray Read2012-03-271-6/+17
* Allowing symbian cleanup code in thread started and finished slotsMurray Read2012-02-221-2/+10
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* QThreads on Symbian are named to allow them to be opened externallymread2012-01-041-1/+17
* Fix missing clean up stack panic for a new thread in SymbianTomi Vihria2011-09-151-2/+3
* QTBUG-19883 Adding top level TRAP for QThreads on Symbianmread2011-06-151-1/+9
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-281-0/+10
|\
| * Applying the QTBUG-17986 fix to Symbianmread2011-04-121-0/+8
| * Fix regression with Qt::AutoConnectionShane Kearns2011-04-121-0/+2
* | Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-04-181-0/+4
|/
* Moving Symbian CPU core detection to qthread_symbian.cppmread2011-03-181-4/+17
* Making Symbian helper threads exit cleanly at app exitmread2011-03-181-9/+27
* fixing build error in qthread_symbian.cppmread2011-03-111-2/+2
* Copying change to unix and Windows QThread implementation to Symbianmread2011-03-101-1/+4
* removing unused headersmread2011-03-091-3/+1
* further review fixes for qthread_symbian.cppmread2011-03-091-15/+5
* Symbian adopted thread monitor review fixesmread2011-03-091-4/+4
* Improving init_symbian_thread_handlemread2011-03-091-6/+1
* Using a single monitor thread to monitor all adopted threadsmread2011-03-091-86/+76
* Attempt to have one thread for all adopted thread monitoringmread2011-03-091-23/+127
* Removed unnecessary ref() on QThreadDatamread2011-03-091-1/+0
* Fixed thread priority codemread2011-03-091-15/+4
* Native adopted thread lifetime monitoringmread2011-03-091-75/+30
* Symbian native implementation of corelib/threadmread2011-03-091-0/+545