summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/BusyIndicatorStyle.qml
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add missing dots (qtquickcontrols)Paul Wicking2018-06-191-1/+1
| | | | | | Task-number: QTBUG-68933 Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* Unify license header usageAntti Kokko2016-02-041-12/+15
| | | | | | | Update old header.LGPL3 to header.LGPL Change-Id: I3c851bc24da89f6300b94199387d1adf16ca4f48 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Controls: update license headersJ-P Nurmi2015-02-111-28/+25
| | | | | | | Change-Id: I77e7a218a958d76ac7ef7780f4be52a81f76fa6b Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
* Doc: .*Style attachment correctionDavid Fries2014-09-051-1/+1
| | | | | | | The .*Style is attached to the control not the other way around. Change-Id: Ia9158463d86881997e917c26427cb62beb8e5edc Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Use RotationAnimator in the BusyIndicatorStyle example snippetJ-P Nurmi2014-05-121-1/+1
| | | | | | | | | Using NumberAnimation is a bad example, because it won't actually animate when the app is busy. Change-Id: I877a7226c5985f446f6ed6c6f6e709f2296b39ca Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Bump QtQuick.Controls import version to 1.2J-P Nurmi2014-04-071-1/+1
| | | | | Change-Id: Idc0b93cbfc2fe23e8be3bcaece672d06555a81f6 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
* Doc: Fix some warnings in Qt Quick ControlsSergio Ahumada2014-03-271-1/+1
| | | | | | | | | | Set 'exampledirs' to '../../../examples/quick/controls' instead, so the files under 'examples/quick/dialogs' are not processed twice. Also fix a small typo in BusyIndicatorStyle.qml Change-Id: Id5b3ff144056ab37e4a9e9f52cd1811797c54fb1 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Don't animate the busy indicator when it is not showing.Gunnar Sletta2013-12-071-0/+3
| | | | | Change-Id: Ia53d8d46e0397ab94048c85245997be63960dc67 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Make BusyIndicator style use threaded animationsJens Bache-Wiig2013-11-081-28/+17
| | | | | | | | | This uses a graphic that will work even when the application is busy. It should still work pretty well on most light and dark backgrounds. Change-Id: I5506120140fe37cdfbd7d88004f5ad3d817b5aed Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
| | | | | | | | | | | | | | -1.0 types were introduced in Qt 5.1 -1.1 types were introduced in Qt 5.2 -The module versions are now taken from the \qmlmodule This change was only applied to \qmltype. For methods, signals, and properties, we keep the \since QtQuick.Controls <version> Task-number: QTBUG-32172 Change-Id: Iefa73d4a489aa285bae873f68ae9a228030f0115 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Doc: Fix versions in \qmlmodule and \inqmlmoduleCaroline Chao2013-09-261-1/+1
| | | | | | | | | In the future qdoc will ignore the version in \inqmlmodule. Task-number: QTBUG-33555 Change-Id: I6bec55d33bc50db9639e48fe3017a634a4bbc671 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* BusyIndicatorJens Bache-Wiig2013-09-091-0/+128
A basic BusyIndicator to indicate activity while blocking the UI. Change-Id: Iec88b6a4c7f23b630ebdf445c4cb288684c24cb7 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>