Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2021-02-01 | 1 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to ↵ | Michele Calgaro | 2018-09-18 | 1 | -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 Calgaro | 2018-09-18 | 1 | -81/+81 |
| | | | | | | module Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added safety harness for currentThreadObject() usage. | Michele Calgaro | 2015-07-19 | 1 | -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 API | Timothy Pearson | 2013-12-22 | 1 | -0/+52 |
| | |||||
* | Clean up prior commit | Timothy Pearson | 2013-11-04 | 1 | -4/+4 |
| | |||||
* | Add threading debug spew when QT_DEBUG is set | Timothy Pearson | 2013-11-03 | 1 | -4/+16 |
| | |||||
* | Fix a number of threading data races | Timothy Pearson | 2013-05-14 | 1 | -22/+177 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Add ability to control cross thread signal slot handling method | Timothy Pearson | 2013-05-02 | 1 | -6/+30 |
| | |||||
* | Fix a number of threading problems and crashes | Timothy Pearson | 2013-04-22 | 1 | -4/+11 |
| | | | | This partially resolves Bug 1467 | ||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 1 | -43/+285 |
| | |||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -36/+36 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -36/+36 |
| | |||||
* | Fix a few more build warnings | Timothy Pearson | 2012-02-12 | 1 | -4/+4 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+2711 |