Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a number of threading problems and crashes | Timothy Pearson | 2013-04-22 | 1 | -5/+10 |
| | | | | This partially resolves Bug 1467 | ||||
* | Fix GTK threading deadlock | Timothy Pearson | 2013-02-12 | 1 | -10/+22 |
| | |||||
* | Fix X11 fd polling initialization in glib main loop | Timothy Pearson | 2012-12-09 | 1 | -52/+64 |
| | | | | This resolves Bug 1358 | ||||
* | Fix glib event loop threading | Timothy Pearson | 2012-12-07 | 1 | -40/+41 |
| | |||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 1 | -34/+40 |
| | | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop | ||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 1 | -302/+298 |
| | |||||
* | Add ability to enable/disable glib event pass through | Timothy Pearson | 2012-11-29 | 1 | -53/+72 |
| | | | | This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled | ||||
* | Add glib main loop support patches | Timothy Pearson | 2012-11-26 | 1 | -0/+618 |