Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more information to help debugging | Darrell Anderson | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | Restore expected qApp->exit() behaviour when called from a non-GUI thread | Timothy Pearson | 2013-02-24 | 1 | -1/+8 |
| | |||||
* | Fix CLI application failure when glib event loop is used | Timothy Pearson | 2013-02-13 | 1 | -4/+4 |
| | |||||
* | Fix GTK threading deadlock | Timothy Pearson | 2013-02-12 | 2 | -10/+25 |
| | |||||
* | Verify desktop widget screen number before applying size changes | Timothy Pearson | 2013-01-12 | 1 | -7/+20 |
| | | | | This resolves Bug 1378 | ||||
* | Ensure that a valid DPI is always set | Timothy Pearson | 2012-12-11 | 1 | -5/+10 |
| | |||||
* | Fix X11 fd polling initialization in glib main loop | Timothy Pearson | 2012-12-09 | 2 | -56/+70 |
| | | | | This resolves Bug 1358 | ||||
* | Fix glib event loop threading | Timothy Pearson | 2012-12-07 | 2 | -69/+70 |
| | |||||
* | Add level method to recursive mutex | Timothy Pearson | 2012-12-07 | 3 | -50/+59 |
| | | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop | ||||
* | Maintain binary compatibility when switching between glib event loop and ↵ | Timothy Pearson | 2012-12-06 | 1 | -19/+18 |
| | | | | standard event loop | ||||
* | Add threading tutorial and fix a couple rare crashes | Timothy Pearson | 2012-12-06 | 3 | -4/+13 |
| | |||||
* | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 14 | -437/+883 |
| | |||||
* | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 12 | -19/+54 |
| | | | | This breaks the ABI | ||||
* | Add ability to enable/disable glib event pass through | Timothy Pearson | 2012-11-29 | 5 | -55/+89 |
| | | | | 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 | 6 | -4/+1385 |
| | |||||
* | Add flush command to external painter command set | Timothy Pearson | 2012-11-18 | 2 | -2/+17 |
| | |||||
* | Increase style method call speed | Timothy Pearson | 2012-11-14 | 4 | -81/+98 |
| | | | | This breaks the style ABI | ||||
* | Speed up application loading | Timothy Pearson | 2012-11-14 | 2 | -1/+6 |
| | |||||
* | Add ability to set progressbar orientation | Timothy Pearson | 2012-11-06 | 1 | -0/+6 |
| | |||||
* | Add additional information to style info structs | Timothy Pearson | 2012-11-04 | 1 | -0/+9 |
| | |||||
* | Extend style information structures slightly | Timothy Pearson | 2012-11-03 | 1 | -0/+10 |
| | |||||
* | Add parent toolbar information to style info structs | Timothy Pearson | 2012-10-31 | 1 | -0/+6 |
| | |||||
* | Add new style hints for enhanced third party style compatibility | Timothy Pearson | 2012-10-31 | 1 | -0/+8 |
| | |||||
* | Add new style primatives for enhanced third party style compatibility | Timothy Pearson | 2012-10-30 | 3 | -0/+39 |
| | |||||
* | Fix tdebindings FTBFS | Timothy Pearson | 2012-10-20 | 1 | -0/+3 |
| | |||||
* | Add tab corner widget information to style data structures | Timothy Pearson | 2012-10-17 | 1 | -7/+18 |
| | | | | This breaks the style ABI | ||||
* | Move hover widget code into the Qt core instead of the styles | Timothy Pearson | 2012-10-16 | 2 | -17/+55 |
| | | | | This more closely matches other widget toolkits such as GTK | ||||
* | Add WAR_SetDefault and friends | Timothy Pearson | 2012-10-16 | 3 | -6/+44 |
| | |||||
* | Fix focus rectangle drawing on external paint device | Timothy Pearson | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | Fix focus rectangle fill when brush is set on call to focus rectangle paint ↵ | Timothy Pearson | 2012-09-13 | 1 | -1/+5 |
| | | | | method | ||||
* | Fix dropped style options | Timothy Pearson | 2012-08-27 | 1 | -7/+7 |
| | |||||
* | Extend style API further and clean up example themes | Timothy Pearson | 2012-08-09 | 2 | -12/+78 |
| | |||||
* | Fix problems in prior style API changes | Timothy Pearson | 2012-08-08 | 5 | -35/+249 |
| | |||||
* | Remove deprecation attributes from style functions, as they prevent smoke ↵ | Timothy Pearson | 2012-08-08 | 1 | -54/+0 |
| | | | | from functioning properly | ||||
* | Update usage of deprecated XKeycodeToKeysym function | Timothy Pearson | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | Trivial comment cleanup | Timothy Pearson | 2012-08-07 | 1 | -4/+0 |
| | |||||
* | Extend TQStyle API further and bump Qt version number | Timothy Pearson | 2012-08-07 | 2 | -33/+510 |
| | |||||
* | Update style API to function without an active widget object | Timothy Pearson | 2012-08-05 | 3 | -54/+453 |
| | |||||
* | Fix build warnings | Timothy Pearson | 2012-07-28 | 7 | -48/+51 |
| | | | | Thanks to Bruce Sass for the patch! | ||||
* | Add 0084 compositing patch from RedHat | Timothy Pearson | 2012-06-13 | 1 | -12/+20 |
| | |||||
* | Fix Qt input method failure | Timothy Pearson | 2012-06-13 | 2 | -7/+7 |
| | | | | This resolves Bug 1019 | ||||
* | Fix xrandr resize event failing on some systems | Timothy Pearson | 2012-05-24 | 1 | -20/+21 |
| | |||||
* | Fix potential crash when Qt3 is used as part of another application due to ↵ | Timothy Pearson | 2012-03-10 | 1 | -1/+2 |
| | | | | multiple calls to XLib threading init function | ||||
* | Fix TQPainter::drawWinFocusRect | Timothy Pearson | 2012-03-05 | 3 | -5/+15 |
| | | | | This patch brings the behaviour on external paint devices in line with the documentation at http://trinitydesktop.org/docs/qt3/qpainter.html#drawWinFocusRect | ||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 79 | -754/+754 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 79 | -754/+754 |
| | |||||
* | Export QAuBucket symbols | Timothy Pearson | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Fix a few more build warnings | Timothy Pearson | 2012-02-12 | 5 | -16/+19 |
| | |||||
* | Add NFlags parameter to QWidget constructor | Timothy Pearson | 2012-02-07 | 2 | -4/+4 |
| | | | | This relies on GIT hash 0eb9f5e2 and breaks the ABI versus Qt 3.3.8 | ||||
* | Add NetWM/Motif controls to QWidget | Timothy Pearson | 2012-01-26 | 5 | -18/+185 |
| | | | | This must break binary compatibility, so version was also bumped to 3.4.0 |