summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qprogressbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-241-4/+5
|
* Show text even if maximum == 0Olivier Goffart2009-07-221-1/+1
|
* Support for very large range in QProgressBarOlivier Goffart2009-07-221-2/+2
| | | | | | Regression since my last commit. Task-number: 152227
* Simplify the computation of the QProgressBar progress.Olivier Goffart2009-07-221-2/+2
| | | | | | | This is also a work around for a bug in gcc on powerpc (embedded-linux) Task-number: 258358 Reviewed-by: jbache
* QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-091-1/+1
| | | | QTimeLine is now no more used in private APIs
* Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | Reviewed-by: Trust Me
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-0/+2
|\ \ | |/
| * Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
| | | | | | | | | | | | | | | | No progress bars on the mac show text and it would be bad if we allowed it. There's nothing stopping people from connecting the valueChanged() signal to a slot and have a real label layed out correctly that actually updates with the amount of time it takes to complete, etc. This is more what they do on Mac OS X if they decide to show a label.
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+592
|
* improved string operations all over the placeThierry Bastian2009-05-281-4/+4
| | | | | used character operations whenever possible better usage of QLatin1String
* Long live Qt!Lars Knoll2009-03-231-0/+592