aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/qquickdefaultprogressbar_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes for QColorSamuli Piippo2017-06-201-0/+1
| | | | | Change-Id: I1bb5b4653bdc9d7b4fab61df99035715fa280fcd Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Default: pass busy indicator and progress bar colors from QMLJ-P Nurmi2017-05-121-0/+5
| | | | | | | | | Default.textColor (also used in eg. RangeSlider to fill the range) is equal to the color that was previously hard-coded in qquickdefaultbusyindicator.cpp and qquickdefaultprogressbar.cpp. Change-Id: I8f0749862def31667b6ef2ab3b4c6ea71a590755 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Default: remove unnecessary notify signals from the internal visualsJ-P Nurmi2017-05-121-6/+2
| | | | | | | | | Nothing is creating QML bindings that depends on these properties, only assigning values from QML, so we can save a few CPU cycles by not going through the meta-object system to activate unused signals. Change-Id: If8d46807ad3046414dcc7a7888f08b6110fe7f88 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
| | | | Change-Id: If797ac58344b20e8de4379343131c097247ba2f2
* Default: rewrite the indeterminate progress bar animationJ-P Nurmi2016-10-191-0/+87
Use a simple animated node instead of using the private animator API. Task-number: QTBUG-56601 Change-Id: Id8deb1e6ae48554bfa7b26b333247bf08c27aa09 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>