Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prior commit | Timothy Pearson | 2013-08-15 | 1 | -0/+3 |
| | |||||
* | Fix crash on exit when application does not use session management | Timothy Pearson | 2013-08-15 | 1 | -2/+6 |
| | | | | This relates to Bug 1627 | ||||
* | Allow TQApplication objects to be constructed without a session manager | Timothy Pearson | 2013-08-06 | 1 | -12/+61 |
| | | | | This relates to Bug 760 | ||||
* | Fix incorrect thread termination handling when thread count is greater than two | Timothy Pearson | 2013-06-10 | 1 | -1/+1 |
| | | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious | ||||
* | Fix crash on thread termination | Timothy Pearson | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | Fix a number of threading data races | Timothy Pearson | 2013-05-14 | 1 | -32/+110 |
| | | | | | Add proper thread termination handler This partially resolves Bug 1508 | ||||
* | Fix a number of threading problems and crashes | Timothy Pearson | 2013-04-22 | 1 | -16/+29 |
| | | | | This partially resolves Bug 1467 | ||||
* | Properly set WM_CLASS atom even if Display pointer was passed to TQApplication | Timothy Pearson | 2013-04-11 | 1 | -1/+2 |
| | | | | This relates to Bug 1443 | ||||
* | Restore expected qApp->exit() behaviour when called from a non-GUI thread | Timothy Pearson | 2013-02-24 | 1 | -1/+8 |
| | |||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 1 | -7/+10 |
| | | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop | ||||
* | Add threading tutorial and fix a couple rare crashes | Timothy Pearson | 2012-12-06 | 1 | -2/+7 |
| | |||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 1 | -14/+110 |
| | |||||
* | Add new style primatives for enhanced third party style compatibility | Timothy Pearson | 2012-10-30 | 1 | -0/+31 |
| | |||||
* | Move hover widget code into the Qt core instead of the styles | Timothy Pearson | 2012-10-16 | 1 | -2/+35 |
| | | | | This more closely matches other widget toolkits such as GTK | ||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 1 | -18/+18 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -18/+18 |
| | |||||
* | Revert delayed init commit as it won't work the way I intended | Timothy Pearson | 2011-08-10 | 1 | -97/+0 |
| | |||||
* | Add new delayed initialization constructor to QApplication | Timothy Pearson | 2011-08-10 | 1 | -0/+97 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+4602 |