summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* 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-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Removed useless commentOlivier Goffart2011-04-071-3/+0
* | Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-311-1/+1
* | Fix the leak of QAdoptedThread and all dependent objectsOlivier Goffart2011-03-281-3/+3
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-031-5/+10
|\|
| * document that QThread::exit will exit future event loopsOlivier Goffart2011-02-021-4/+6
| * Revert "Restore Qt 4.6 behaviour: exec() always enters the event loop."Olivier Goffart2011-02-021-1/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-4/+1
|\|
| * Restore Qt 4.6 behaviour: exec() always enters the event loop.Thiago Macieira2011-01-271-4/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-1/+3
|\|
| * QThread::exec(): Fix possibility to enter several time the event loopOlivier Goffart2010-11-221-1/+3
* | QThread: fix a race condition when destroying or restarting thread from finis...Olivier Goffart2010-11-241-1/+7
|/
* Doc: Fixed typos.David Boddie2010-09-221-2/+2
* Fix tst_QEventLoop::exec() regression introduced by commit 816523117bc00cfeb1...Bradley T. Hughes2010-04-161-3/+12
* Fix a race where QThread::exit() is "lost" when called after start()Bradley T. Hughes2010-04-141-27/+4
* Fix a race where QThread::exit() is "lost" when called after start()Bradley T. Hughes2010-04-121-1/+24
* Implement Idle-priority threads for Linux.Thiago Macieira2010-03-171-1/+3
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-2/+0
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+0
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-1/+1
|\ \ \
| * | | Trailing whitespace and tab/space fixes for src/corelibJanne Anttila2009-08-041-1/+1
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-3/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-131-3/+8
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\| |
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-6/+0
|\| |
| * | Small simplification on codeThierry Bastian2009-06-081-6/+0
| * | QThread::start(): priority has no effect on Linux systemsBradley T. Hughes2009-04-011-0/+12
| * | Long live Qt!Lars Knoll2009-03-231-0/+730
| /
* | Make Qt exception safer.Robert Griebl2009-06-101-7/+8
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-271-0/+12
|\|