Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
|\ \ | |/ | ||||||
| * | Fix dropped style options | Timothy Pearson | 2012-08-27 | 1 | -7/+7 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-20 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix FTBFS | Timothy Pearson | 2012-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-11 | 1 | -9/+11 | |
|\ \ | |/ | ||||||
| * | Fix QCompactStyle compilation | Timothy Pearson | 2012-08-11 | 1 | -9/+11 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-11 | 7 | -369/+458 | |
|\ \ | |/ | ||||||
| * | Extend style API further and clean up example themes | Timothy Pearson | 2012-08-09 | 5 | -301/+326 | |
| | | ||||||
| * | Update example styles to new style API | Timothy Pearson | 2012-08-09 | 4 | -298/+362 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-09 | 11 | -315/+285 | |
|\ \ | |/ | ||||||
| * | Fix problems in prior style API changes | Timothy Pearson | 2012-08-08 | 11 | -315/+285 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-08 | 28 | -1637/+3051 | |
|\ \ | |/ | ||||||
| * | Remove deprecation attributes from style functions, as they prevent smoke ↵ | Timothy Pearson | 2012-08-08 | 2 | -67/+13 | |
| | | | | | | | | 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 | 2 | -9/+0 | |
| | | ||||||
| * | Extend TQStyle API further and bump Qt version number | Timothy Pearson | 2012-08-07 | 17 | -248/+761 | |
| | | ||||||
| * | Update style API to function without an active widget object | Timothy Pearson | 2012-08-05 | 22 | -1437/+2401 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-03 | 58 | -194/+202 | |
|\ \ | |/ | ||||||
| * | Fix build warnings | Timothy Pearson | 2012-07-28 | 57 | -188/+196 | |
| | | | | | | | | Thanks to Bruce Sass for the patch! | |||||
| * | Use system libpng and libmng by default | Timothy Pearson | 2012-07-16 | 1 | -6/+6 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-06-27 | 1 | -35/+45 | |
|\ \ | |/ | ||||||
| * | Make basic integer QDataStream reads resistant to corruption from underlying ↵ | Timothy Pearson | 2012-06-27 | 1 | -35/+45 | |
| | | | | | | | | IO device failure | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-06-14 | 5 | -59/+66 | |
|\ \ | |/ | ||||||
| * | Use unixODBC instead of obsolete iODBC | Timothy Pearson | 2012-06-13 | 3 | -6/+5 | |
| | | | | | | | | | | This closes Bug 792 Thanks to 'L0ner' for the patch! | |||||
| * | Add 0084 compositing patch from RedHat | Timothy Pearson | 2012-06-13 | 1 | -12/+20 | |
| | | ||||||
| * | Update zh-tw translations | Timothy Pearson | 2012-06-13 | 1 | -41/+41 | |
| | | ||||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-06-13 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix qmake library search path on 64 bit systems | Timothy Pearson | 2012-06-13 | 1 | -1/+1 | |
| | | | | | | | | This resolves Bug 1016 | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-06-13 | 2 | -7/+7 | |
|\ \ | |/ | ||||||
| * | Fix Qt input method failure | Timothy Pearson | 2012-06-13 | 2 | -7/+7 | |
| | | | | | | | | This resolves Bug 1019 | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-05-24 | 1 | -20/+21 | |
|\ \ | |/ |