summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-281-2/+2
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-9/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2012-09-131-4/+4
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-1/+1
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Mark simple static methods in QThread as Q_DECL_NOTHROWThiago Macieira2012-08-181-2/+2
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Fix release mode warnings about unused variables.Friedemann Kleint2012-04-031-0/+1
* Fix to exit of adopted thread watcher in Windowsjian liang2012-02-251-7/+20
* Fix potential race condition in data structure of adopted thread watcherjian liang2012-02-221-1/+3
* 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-21/+11
* Allow to create a custom event dispatcher for specific QThreads.Sven Anderson2011-11-151-2/+5
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-05-101-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+637