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. | ||||
* | Automated update from Qt3 | Timothy Pearson | 2012-11-06 | 1 | -0/+8 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-10-20 | 1 | -6/+6 |
| | |||||
* | Automated update from Qt3 | Timothy Pearson | 2012-02-13 | 1 | -2/+2 |
| | |||||
* | Update to latest tqt3 automated conversion | Timothy Pearson | 2012-01-26 | 1 | -0/+149 |