Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve TQProgressBar repaint optimization | Slávek Banko | 2015-12-15 | 1 | -7/+4 |
| | | | | (cherry picked from commit 5b34ad0d8e489369a0cd8bd1e1b3ccebc4c9acb7) | ||||
* | Add repaint optimization to TQProgressBar | Frerich Raabe | 2015-12-15 | 1 | -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 version | Timothy Pearson | 2011-07-10 | 1 | -0/+408 |