summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-14/+15
|\
| * Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-211-14/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-5/+5
|\|
| * Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-081-2/+2
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* | threading support for winrtKamil Trzcinski2013-09-261-0/+2
|/
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-1/+59
* Fix race condition in QThread::setPriorityDavid Faure2013-03-231-0/+10
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+1
* QThread documentation: do not discourage the reimplementation of QThreadOlivier Goffart2013-02-041-38/+24
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Document how to name threads.Mitch Curtis2012-11-281-0/+8
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-19/+8
* QThread signals documentation improvementOlivier Goffart2012-10-151-2/+12
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-081-55/+104
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-2/+4
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-6/+6
* Cleanup QThread::initialize and QThread::cleanupOlivier Goffart2012-03-061-28/+0
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+2
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+9
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-18/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-7/+0
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-0/+32
* QThread::isFinished should return true from finished()Olivier Goffart2011-11-031-2/+2
* Remove symbian threading primitive.Olivier Goffart2011-10-281-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+2
* Remove stale documentation.Casper van Donderen2011-10-181-12/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Make QtCore compile with on Windows when -qpa is usedOlli Werwolff2011-05-241-2/+2
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+772