summaryrefslogtreecommitdiffstats
path: root/src/widgets/qprogressbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename style nt* related files to equivalent tq*Michele Calgaro2024-06-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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.
* Automated update from Qt3Timothy Pearson2013-12-221-3/+7
|
* Automated update from Qt3Timothy Pearson2012-11-061-30/+86
|
* Automated update from Qt3Timothy Pearson2012-10-161-0/+2
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-7/+7
|
* Sync with latest scriptTimothy Pearson2011-12-051-1/+1
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+408