summaryrefslogtreecommitdiffstats
path: root/src/widgets/qprogressbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve TQProgressBar repaint optimizationSlávek Banko2014-09-161-7/+4
|
* Add repaint optimization to TQProgressBarFrerich Raabe2014-09-161-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.
* Repair performance regression accidentally introduced with new style APITimothy Pearson2013-12-221-3/+7
|
* Add ability to set progressbar orientationTimothy Pearson2012-11-061-30/+86
|
* Move hover widget code into the Qt core instead of the stylesTimothy Pearson2012-10-161-0/+2
| | | | This more closely matches other widget toolkits such as GTK
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+408