summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Removed explicit usage of the 'register' keyword.Michele Calgaro2021-02-016-32/+32
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03)
* ListView: Deselect items that are hidden by the filterSlávek Banko2017-07-021-5/+21
| | | | | | | during selectAll and invertSelection Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d96172f76d7cfef8f9e758c4831ebca077a30537)
* Repaint QComboBox on drop-down dismissalTimothy Pearson2015-12-151-0/+2
| | | | | This relates to Bug 1489 (cherry picked from commit 444ac1fed900609b42c26cc5405a7c85ad65246a)
* Improve TQProgressBar repaint optimizationSlávek Banko2015-12-152-8/+5
| | | | (cherry picked from commit 5b34ad0d8e489369a0cd8bd1e1b3ccebc4c9acb7)
* Fix zoom in TQTextEditWaldo Bastian2015-12-151-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. (cherry picked from commit 14f96e80a52af97f643a1be57fa2c428ef8153c5)
* Add repaint optimization to TQProgressBarFrerich Raabe2015-12-152-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. (cherry picked from commit 9f882f9de741d76b8f45b0dc23d4fe65d6e09d78)
* Fix build warningsv3.5.13.1Timothy Pearson2012-08-0417-40/+42
| | | | | Thanks to Bruce Sass for the patch! (cherry picked from commit ebcb1d80bf517aceb69778e1e9f67e5f4da8c484)
* 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