Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new style primatives for enhanced third party style compatibility | Timothy Pearson | 2012-10-30 | 10 | -85/+254 |
| | |||||
* | 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 | 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 |
| | |||||
* | 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 | ||||
* | Use high quality uuid_generate on Linux instead of PRNG | Timothy Pearson | 2012-09-10 | 1 | -0/+13 |
| | |||||
* | Fix slider draw hang | Timothy Pearson | 2012-09-01 | 1 | -0/+2 |
| | |||||
* | Fix dropped style options | Timothy Pearson | 2012-08-27 | 1 | -7/+7 |
| | |||||
* | Fix FTBFS | Timothy Pearson | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Fix QCompactStyle compilation | Timothy Pearson | 2012-08-11 | 1 | -9/+11 |
| | |||||
* | Extend style API further and clean up example themes | Timothy Pearson | 2012-08-09 | 3 | -12/+90 |
| | |||||
* | Fix problems in prior style API changes | Timothy Pearson | 2012-08-08 | 11 | -315/+285 |
| | |||||
* | 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 | 16 | -248/+713 |
| | |||||
* | Update style API to function without an active widget object | Timothy Pearson | 2012-08-05 | 22 | -1437/+2401 |
| | |||||
* | Fix build warnings | Timothy Pearson | 2012-07-28 | 38 | -128/+135 |
| | | | | Thanks to Bruce Sass for the patch! | ||||
* | Make basic integer QDataStream reads resistant to corruption from underlying ↵ | Timothy Pearson | 2012-06-27 | 1 | -35/+45 |
| | | | | IO device failure | ||||
* | Use unixODBC instead of obsolete iODBC | Timothy Pearson | 2012-06-13 | 2 | -5/+4 |
| | | | | | This closes Bug 792 Thanks to 'L0ner' 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 |
| | |||||
* | Remove completely obsolete libjpeg directory | Timothy Pearson | 2012-04-30 | 90 | -33892/+0 |
| | |||||
* | 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 | 198 | -1769/+1769 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 198 | -1769/+1769 |
| | |||||
* | Export QSqlRecordShared symbols | Timothy Pearson | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Export QAuBucket symbols | Timothy Pearson | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | [qt3/qsplitter.h] fixed bug #854 | Serghei Amelian | 2012-02-13 | 1 | -2/+2 |
| | |||||
* | Fix a few more build warnings | Timothy Pearson | 2012-02-12 | 5 | -16/+19 |
| | |||||
* | Fix FTBFS if yacc regenerates the moc | Timothy Pearson | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Clean up a few build warnings | Timothy Pearson | 2012-02-12 | 3 | -7/+10 |
| | |||||
* | 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 | ||||
* | Fix first icon view item display | Timothy Pearson | 2012-02-04 | 1 | -4/+0 |
| | |||||
* | Add full hidden item support to QIconView | Timothy Pearson | 2012-01-31 | 1 | -6/+68 |
| | | | | This will enable TDE to efficiently filter icon views via Konqueror | ||||
* | Add NetWM/Motif controls to QWidget | Timothy Pearson | 2012-01-26 | 6 | -20/+187 |
| | | | | This must break binary compatibility, so version was also bumped to 3.4.0 | ||||
* | Export QAuServer for tdebindings | Timothy Pearson | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | Initialize X11 threading when Qt threading is enabled | Timothy Pearson | 2012-01-23 | 1 | -0/+6 |
| | | | | This closes Bug 812 | ||||
* | Fix qcstring format warnings | Timothy Pearson | 2012-01-12 | 1 | -1/+5 |
| | | | | Related to Bug 637 | ||||
* | Enable gcc visibility support in Qt3 | Timothy Pearson | 2012-01-08 | 4 | -29/+17 |
| | | | | This partially closes Bug 696 | ||||
* | Fix Qt3 builds with libpng15 | Timothy Pearson | 2012-01-08 | 1 | -3/+111 |
| | | | | This partially closes Bug 683 | ||||
* | Fix qimage header warnings | Timothy Pearson | 2011-12-21 | 1 | -2/+2 |
| | |||||
* | Fix accidental conversion of dockwin (part 2 of 2) | Timothy Pearson | 2011-11-08 | 2 | -0/+0 |
| | |||||
* | Fix accidental conversion of dockwin | Timothy Pearson | 2011-11-08 | 14 | -25/+25 |
| | |||||
* | Rename kwin to twin (Part 2 of 2) | Timothy Pearson | 2011-11-07 | 2 | -0/+0 |
| | |||||
* | Rename kwin to twin (part 1 of 2) | Timothy Pearson | 2011-11-07 | 15 | -29/+29 |
| |