summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1330-30/+30
* Document how to name threads.Mitch Curtis2012-11-281-0/+8
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-201-55/+96
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2930-710/+710
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-2/+2
* Allow compilation on OS X 10.5Sean Harmer2012-09-051-4/+5
* Display QThread name for debugging.Sean Harmer2012-08-301-0/+30
* Update contact information in license headers.Sergio Ahumada2012-08-0130-60/+60
* 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-261-1/+10
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-251-4/+13
* Give QThread threads better names on SymbianMurray Read2012-03-271-6/+17
* Fix to exit of adopted thread watcher in Windowsjian liang2012-02-281-7/+20
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-281-1/+3
* Allowing symbian cleanup code in thread started and finished slotsMurray Read2012-02-221-2/+10
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-101-0/+11
* Update year in Nokia copyright messages.Jason McDonald2012-01-1130-30/+30
* QThreads on Symbian are named to allow them to be opened externallymread2012-01-041-1/+17
* Symbian: improving diagnostics for QWaitConditionmread2011-12-081-1/+4
* Fix performance regression on Mac OS X when creating/destroying QMutexBradley T. Hughes2011-10-212-51/+7
* Fix missing clean up stack panic for a new thread in SymbianTomi Vihria2011-09-151-2/+3
* Fix the timeout calculation again.Thiago Macieira2011-07-221-2/+2
* Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-06-281-0/+21
|\
| * Fix event delevery orderOlivier Goffart2011-06-271-0/+21
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-0/+6
|\ \ | |/ |/|
| * QTBUG-17776, reporting terminated threads as not running on Symbianmread2011-06-231-0/+6
| * Update licenseheader text in source filesJyri Tahtela2011-05-1327-452/+452
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-06-221-0/+5
|\ \
| * | use RoundRobin scheduler by default on QNXRitt Konstantin2011-06-211-0/+5
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-171-1/+9
|\ \ \
| * | | QTBUG-19883 Adding top level TRAP for QThreads on Symbianmread2011-06-151-1/+9
| |/ /
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-2430-508/+515
|\| |
| * | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1330-503/+503
| * | Do not allow multiple threads to acquire a QMutexBradley T. Hughes2011-05-051-5/+8
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-05-051-0/+4
| |\ \
| | * \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-287-21/+72
| | |\ \
| | * | | Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-04-181-0/+4
* | | | | Doc: Applied pending fixes to API documentation.David Boddie2011-05-111-1/+2
|/ / / /
* | | | Merge branch '4.8-upstream'Thierry Bastian2011-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
* | | | Merge branch 'master-upstream'Thierry Bastian2011-04-1912-197/+974
|\| | |
| * | | Fix bad mergeOlivier Goffart2011-04-081-16/+0
| * | | Re-apply part of ba8e5eedf5f40091eb67dd391a7dcaf9299db2f5Olivier Goffart2011-04-081-0/+10
| * | | Removed useless commentOlivier Goffart2011-04-071-3/+0
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-077-169/+923
| |\| |
| | * | Moving Symbian CPU core detection to qthread_symbian.cppmread2011-03-182-30/+17
| | * | Making Symbian helper threads exit cleanly at app exitmread2011-03-181-9/+27