summaryrefslogtreecommitdiffstats
path: root/qml/BusyIndicator.qml
Commit message (Collapse)AuthorAgeFilesLines
* New Boot2Qt Demo Launcher app for Qt 6Kimmo Ollila2023-12-131-84/+0
| | | | | | Task-number: QTBUG-106373 Change-Id: I4867d60b351a92f363e4c1891cb3e0280325e0fd Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Use a smoother looping animation in loading indicator5.11Kari Oikarinen2018-09-211-15/+16
| | | | | | | | | | | | | | | | | Previous had an abrupt restart for the next go around. Instead clear the circle with the same speed as it is filled. To avoid flashing line cap changes, make sure there's always a bit of the green line available after the start. endAngle was confusing naming, because it implied that the angle is given in a similar way as startAngle, 0 being at the top and 180 at the bottom. This was not the case, as instead it is the length of the arc in angles. Rename it to spanAngle. Task-number: QTBUG-70548 Change-Id: Ia9d916cfa120f81e10c00caf6d10c653a9393efc Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* Match application loader animation to UI specsSami Nurmenniemi2017-11-221-27/+36
| | | | | | | | Also simplify circularindicator to match what's needed in the demo. Task-number: QTBUG-60089 Change-Id: Ia8136e59c48c43d27f701e715abdfa5806041b3f Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Move theme color definitions to one placeSami Nurmenniemi2017-11-221-2/+2
| | | | | | Task-number: QTBUG-60084 Change-Id: I344509ebc117361c09c02a36df055770332c6c24 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Launcher updateLasse Räihä2017-11-221-7/+37
| | | | | | | Task-number: QTBUG-63091 Done-with: Juho Annunen <juho.annunen@qt.io> Change-Id: I4395becf8539e95ab3fa90b03e71565a2d087398 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* Change license to Commercial + GPLv35.95.85.7Kari Oikarinen2016-06-071-6/+14
| | | | | | | Except the dummy apps under test/. They stay Commercial + BSD. Change-Id: I4a1a3e8c1fa4f9f3554c1e814e298ac4a077d720 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersTopi Reinio2016-05-031-11/+14
| | | | | Change-Id: I1f006eeed2158b99b3757a9ff0eac1d43c724479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Added BusyIndicator when demos are loadingKimmo Ollila2015-12-291-0/+33
Change-Id: I18736e93262774051b02e5b33bdc1ce3b6adfa83 Task-Id: QTRD-3772 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>