Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix prior commit | Timothy Pearson | 2013-02-01 | 9 | -0/+0 | |
| | | ||||||
| * | Fix FTBFS | Timothy Pearson | 2013-02-01 | 9 | -0/+0 | |
| | | ||||||
| * | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2013-01-14 | 1 | -7/+20 | |
|\ \ | |/ | ||||||
| * | Verify desktop widget screen number before applying size changes | Timothy Pearson | 2013-01-12 | 1 | -7/+20 | |
| | | | | | | | | This resolves Bug 1378 | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-12-19 | 54 | -3079/+5752 | |
|\ \ | |/ | ||||||
| * | 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 | 7 | -50/+94 | |
| | | | | | | | | | | 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 | 7 | -5/+237 | |
| | | ||||||
| * | Add real threading support, including per-thread event loops, to QThread | Timothy Pearson | 2012-12-06 | 22 | -2947/+5251 | |
| | | ||||||
| * | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 23 | -27/+101 | |
| | | | | | | | | This breaks the ABI | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-29 | 6 | -55/+90 | |
|\ \ | |/ | ||||||
| * | 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 QEventLoop glib header link | Timothy Pearson | 2012-11-29 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-27 | 8 | -5/+1421 | |
|\ \ | |/ | ||||||
| * | Add glib main loop support patches | Timothy Pearson | 2012-11-26 | 8 | -5/+1421 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-19 | 3 | -3/+18 | |
|\ \ | |/ | ||||||
| * | Add flush command to external painter command set | Timothy Pearson | 2012-11-18 | 2 | -2/+17 | |
| | | ||||||
| * | Export QAssistantClient library symbols | Timothy Pearson | 2012-11-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-15 | 20 | -600/+631 | |
|\ \ | |/ | ||||||
| * | Increase style method call speed | Timothy Pearson | 2012-11-14 | 20 | -237/+255 | |
| | | | | | | | | This breaks the style ABI | |||||
| * | Speed up application loading | Timothy Pearson | 2012-11-14 | 3 | -363/+376 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-10 | 5 | -31/+195 | |
|\ \ | |/ | ||||||
| * | Add ability to set progressbar orientation | Timothy Pearson | 2012-11-06 | 4 | -31/+102 | |
| | | ||||||
| * | Add additional information to style info structs | Timothy Pearson | 2012-11-04 | 2 | -0/+74 | |
| | | ||||||
| * | Extend style information structures slightly | Timothy Pearson | 2012-11-03 | 2 | -0/+19 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-02 | 6 | -0/+50 | |
|\ \ | |/ | ||||||
| * | Add accessor methods to list view items and popup menus for styling | Timothy Pearson | 2012-11-01 | 4 | -0/+40 | |
| | | ||||||
| * | Add parent toolbar information to style info structs | Timothy Pearson | 2012-10-31 | 2 | -0/+10 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-10-31 | 12 | -91/+484 | |
|\ \ | |/ | ||||||
| * | Add public set methods to QMenuItem | Timothy Pearson | 2012-10-31 | 1 | -0/+14 | |
| | | ||||||
| * | Add new style hints for enhanced third party style compatibility | Timothy Pearson | 2012-10-31 | 8 | -33/+243 | |
| | | ||||||
| * | Add new style primatives for enhanced third party style compatibility | Timothy Pearson | 2012-10-30 | 10 | -85/+254 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-10-20 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Fix tdebindings FTBFS | Timothy Pearson | 2012-10-20 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-10-19 | 17 | -152/+335 | |
|\ \ | |/ | ||||||
| * | Add tab corner widget information to style data structures | Timothy Pearson | 2012-10-17 | 2 | -7/+52 | |
| | | | | | | | | This breaks the style ABI | |||||
| * | Move hover widget code into the Qt core instead of the styles | Timothy Pearson | 2012-10-16 | 15 | -139/+239 | |
| | | | | | | | | This more closely matches other widget toolkits such as GTK | |||||
| * | Add WAR_SetDefault and friends | Timothy Pearson | 2012-10-16 | 3 | -6/+44 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-09-14 | 12 | -21/+38 | |
|\ \ | |/ | ||||||
| * | 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 FTBFS on Linux from recent UUID enhancement | Timothy Pearson | 2012-09-10 | 10 | -20/+20 | |
| | | ||||||
| * | Use high quality uuid_generate on Linux instead of PRNG | Timothy Pearson | 2012-09-10 | 1 | -0/+13 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-09-01 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Fix slider draw hang | Timothy Pearson | 2012-09-01 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-27 | 1 | -7/+7 | |
|\ \ | |/ |