summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Moved iconview widget to src/widget folders.Michele Calgaro2015-02-064-1/+7158
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Repaint QComboBox on drop-down dismissalTimothy Pearson2014-11-211-0/+2
| | | | This relates to Bug 1489
* Properly polish QPopupMenu widgetsTimothy Pearson2014-11-211-2/+2
| | | | This relates to Bug 1489
* Improve TQProgressBar repaint optimizationSlávek Banko2014-09-162-8/+5
|
* Fix zoom in TQTextEditWaldo Bastian2014-09-161-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 TQProgressBarFrerich Raabe2014-09-162-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 codeFrançois Andriot2014-09-071-0/+2
|
* Repair performance regression accidentally introduced with new style APITimothy Pearson2013-12-222-5/+11
|
* Fix incorrect thread termination handling when thread count is greater than twoTimothy Pearson2013-06-101-2/+4
| | | | | This resolves Bug 1521 Make double free or delete of QString objects more obvious
* Add unpaged memory mode to TQString and TQLineEditTimothy Pearson2013-03-212-8/+40
| | | | Fix designer build warnings
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-12-194-0/+11
|\
| * Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-014-0/+11
| | | | | | | | This breaks the ABI
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-102-30/+94
|\|
| * Add ability to set progressbar orientationTimothy Pearson2012-11-062-30/+94
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-11-024-0/+40
|\|
| * Add accessor methods to list view items and popup menus for stylingTimothy Pearson2012-11-014-0/+40
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-10-311-0/+14
|\|
| * Add public set methods to QMenuItemTimothy Pearson2012-10-311-0/+14
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-10-1911-98/+176
|\|
| * Move hover widget code into the Qt core instead of the stylesTimothy Pearson2012-10-1611-98/+176
| | | | | | | | This more closely matches other widget toolkits such as GTK
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-086-12/+32
|\|
| * Extend TQStyle API further and bump Qt version numberTimothy Pearson2012-08-073-3/+6
| |
| * Update style API to function without an active widget objectTimothy Pearson2012-08-053-9/+26
| |
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3Darrell Anderson2012-08-0317-40/+42
|\|
| * Fix build warningsTimothy Pearson2012-07-2817-40/+42
| | | | | | | | Thanks to Bruce Sass for the patch!
* | Fix typos.Darrell Anderson2012-04-051-1/+1
|/
* Undo prior accidental commitTimothy Pearson2012-03-0220-65/+65
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0120-65/+65
|
* [qt3/qsplitter.h] fixed bug #854Serghei Amelian2012-02-131-2/+2
|
* Fix accidental conversion of dockwin (part 2 of 2)Timothy Pearson2011-11-082-0/+0
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-088-12/+12
|
* Rename kwin to twin (Part 2 of 2)Timothy Pearson2011-11-072-0/+0
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-078-12/+12
|
* Remove spurious junk that was causing kalyptus to fail from ↵Timothy Pearson2011-08-131-6/+6
| | | | QSplitter/TQSplitter header files
* Fix another Qt3/TQt4 FTBFS related to the QSplitter commitTimothy Pearson2011-08-062-11/+10
|
* Fix another FTBFSTimothy Pearson2011-08-061-5/+1
|
* Fix FTBFS from prior commitTimothy Pearson2011-08-061-2/+0
|
* Expose some QSplitter private classes for added functionality in TrinityTimothy Pearson2011-08-062-71/+73
| | | | This is not a security risk
* Add Qt3 development HEAD versionTimothy Pearson2011-07-10122-0/+87387