summaryrefslogtreecommitdiffstats
path: root/src/kernel/qobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-011-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to ↵Michele Calgaro2018-09-181-81/+81
| | | | | | | | updated admin module" The original commit was a mistake and should not have been pushed. This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f.
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-81/+81
| | | | | | module Signed-off-by: Michele Calgaro <[email protected]>
* Added safety harness for currentThreadObject() usage.Michele Calgaro2015-07-191-5/+19
| | | | | | | | currentThreadObject() returns a null pointer if the current thread was not started using the QThread API. This relates to bug 1748. Signed-off-by: Michele Calgaro <[email protected]>
* 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