Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added safety harness for currentThreadObject() usage. | Michele Calgaro | 2015-08-26 | 1 | -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 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 |