summaryrefslogtreecommitdiffstats
path: root/src/widgets/qprogressbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve TQProgressBar repaint optimizationSlávek Banko2015-12-151-7/+4
| | | | (cherry picked from commit 5b34ad0d8e489369a0cd8bd1e1b3ccebc4c9acb7)
* Add repaint optimization to TQProgressBarFrerich Raabe2015-12-151-3/+52
| | | | | | | | | 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)
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+408