summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqprogressbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve TQProgressBar repaint optimizationSlávek Banko2014-09-161-1/+1
|
* Add repaint optimization to TQProgressBarFrerich Raabe2014-09-161-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 Qt3Timothy Pearson2012-11-061-0/+8
|
* Automated update from Qt3Timothy Pearson2012-10-201-6/+6
|
* Automated update from Qt3Timothy Pearson2012-02-131-2/+2
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-0/+149