Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repaint QComboBox on drop-down dismissal | Timothy Pearson | 2014-11-21 | 1 | -0/+2 |
| | | | | This relates to Bug 1489 | ||||
* | Properly polish QPopupMenu widgets | Timothy Pearson | 2014-11-21 | 1 | -2/+2 |
| | | | | This relates to Bug 1489 | ||||
* | Improve TQProgressBar repaint optimization | Slávek Banko | 2014-09-16 | 2 | -8/+5 |
| | |||||
* | Fix zoom in TQTextEdit | Waldo Bastian | 2014-09-16 | 1 | -2/+12 |
| | | | | | | TQTextEdit::zoomIn / TQTextEdit::zoomOut does not work if the original font had its size specified in pixels instead of points. pointSize() returns 0 in such case. | ||||
* | Add repaint optimization to TQProgressBar | Frerich Raabe | 2014-09-16 | 2 | -3/+54 |
| | | | | | | | | This optimization makes TQProgressBar::setProgress() only repaint itself if stepping to the new progress would cause a graphical change. This means that for a width W and a total number of steps S, it will repaint itself 'W' times (every 'S/W' steps) instead of 'S' times (every step) as it is right now. | ||||
* | Fix FTBFS on Linux specific memlock code | François Andriot | 2014-09-07 | 1 | -0/+2 |
| | |||||
* | Repair performance regression accidentally introduced with new style API | Timothy Pearson | 2013-12-22 | 2 | -5/+11 |
| | |||||
* | Fix incorrect thread termination handling when thread count is greater than two | Timothy Pearson | 2013-06-10 | 1 | -2/+4 |
| | | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious | ||||
* | Add unpaged memory mode to TQString and TQLineEdit | Timothy Pearson | 2013-03-21 | 2 | -8/+40 |
| | | | | Fix designer build warnings | ||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-12-19 | 4 | -0/+11 |
|\ | |||||
| * | Fix a number of build warnings that could lead to unstable operation | Timothy Pearson | 2012-12-01 | 4 | -0/+11 |
| | | | | | | | | This breaks the ABI | ||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-10 | 2 | -30/+94 |
|\ \ | |/ | |||||
| * | Add ability to set progressbar orientation | Timothy Pearson | 2012-11-06 | 2 | -30/+94 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-11-02 | 4 | -0/+40 |
|\ \ | |/ | |||||
| * | Add accessor methods to list view items and popup menus for styling | Timothy Pearson | 2012-11-01 | 4 | -0/+40 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-10-31 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Add public set methods to QMenuItem | Timothy Pearson | 2012-10-31 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-10-19 | 11 | -98/+176 |
|\ \ | |/ | |||||
| * | Move hover widget code into the Qt core instead of the styles | Timothy Pearson | 2012-10-16 | 11 | -98/+176 |
| | | | | | | | | This more closely matches other widget toolkits such as GTK | ||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-08 | 6 | -12/+32 |
|\ \ | |/ | |||||
| * | Extend TQStyle API further and bump Qt version number | Timothy Pearson | 2012-08-07 | 3 | -3/+6 |
| | | |||||
| * | Update style API to function without an active widget object | Timothy Pearson | 2012-08-05 | 3 | -9/+26 |
| | | |||||
* | | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3 | Darrell Anderson | 2012-08-03 | 17 | -40/+42 |
|\ \ | |/ | |||||
| * | Fix build warnings | Timothy Pearson | 2012-07-28 | 17 | -40/+42 |
| | | | | | | | | Thanks to Bruce Sass for the patch! | ||||
* | | Fix typos. | Darrell Anderson | 2012-04-05 | 1 | -1/+1 |
|/ | |||||
* | Undo prior accidental commit | Timothy Pearson | 2012-03-02 | 20 | -65/+65 |
| | |||||
* | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 20 | -65/+65 |
| | |||||
* | [qt3/qsplitter.h] fixed bug #854 | Serghei Amelian | 2012-02-13 | 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 | 8 | -12/+12 |
| | |||||
* | 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 | 8 | -12/+12 |
| | |||||
* | Remove spurious junk that was causing kalyptus to fail from ↵ | Timothy Pearson | 2011-08-13 | 1 | -6/+6 |
| | | | | QSplitter/TQSplitter header files | ||||
* | Fix another Qt3/TQt4 FTBFS related to the QSplitter commit | Timothy Pearson | 2011-08-06 | 2 | -11/+10 |
| | |||||
* | Fix another FTBFS | Timothy Pearson | 2011-08-06 | 1 | -5/+1 |
| | |||||
* | Fix FTBFS from prior commit | Timothy Pearson | 2011-08-06 | 1 | -2/+0 |
| | |||||
* | Expose some QSplitter private classes for added functionality in Trinity | Timothy Pearson | 2011-08-06 | 2 | -71/+73 |
| | | | | This is not a security risk | ||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 122 | -0/+87387 |