Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve TQProgressBar repaint optimization | Slávek Banko | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | Add repaint optimization to TQProgressBar | Frerich Raabe | 2014-09-16 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
* | Add ability to set progressbar orientation | Timothy Pearson | 2012-11-06 | 1 | -0/+8 |
| | |||||
* | Add Qt3 development HEAD version | Timothy Pearson | 2011-07-10 | 1 | -0/+149 |