summaryrefslogtreecommitdiffstats
path: root/src/kernel/qobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added safety harness for currentThreadObject() usage.Michele Calgaro2015-08-261-5/+19
| | | | | | | | | currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. (cherry picked from commit dad70b4c5201ece044ecb663bb91b48ba8bd84a3) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Repair performance regression accidentally introduced with new style APITimothy Pearson2013-12-221-0/+52
|
* Clean up prior commitTimothy Pearson2013-11-041-4/+4
|
* Add threading debug spew when QT_DEBUG is setTimothy Pearson2013-11-031-4/+16
|
* Fix a number of threading data racesTimothy Pearson2013-05-141-22/+177
| | | | | Add proper thread termination handler This partially resolves Bug 1508
* Add ability to control cross thread signal slot handling methodTimothy Pearson2013-05-021-6/+30
|
* Fix a number of threading problems and crashesTimothy Pearson2013-04-221-4/+11
| | | | This partially resolves Bug 1467
* Add real threading support, including per-thread event loops, to QThreadTimothy Pearson2012-12-061-43/+285
|
* Undo prior accidental commitTimothy Pearson2012-03-021-36/+36
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-36/+36
|
* Fix a few more build warningsTimothy Pearson2012-02-121-4/+4
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+2711