Commit Graph

8 Commits (15508fac70f1df7dd04a5d9b0f2dee1194b67001)

Author SHA1 Message Date
Frerich Raabe a356a05c01 Add repaint optimization to TQProgressBar
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 9f882f9de7)
10 years ago
Timothy Pearson 5ae82a06c3 Fix build warnings
Thanks to Bruce Sass for the patch!
(cherry picked from commit ebcb1d80bf)
13 years ago
Timothy Pearson aff903681b Remove spurious junk that was causing kalyptus to fail from QSplitter/TQSplitter header files 14 years ago
Timothy Pearson 76192ffc96 Fix another Qt3/TQt4 FTBFS related to the QSplitter commit 14 years ago
Timothy Pearson 1692373bba Fix another FTBFS 14 years ago
Timothy Pearson dd6b7af24d Fix FTBFS from prior commit 14 years ago
Timothy Pearson f97ed1fa6c Expose some QSplitter private classes for added functionality in Trinity
This is not a security risk
14 years ago
Timothy Pearson bd0f3345a9 Add Qt3 development HEAD version 14 years ago