aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/qquickbusyindicatorring.cpp
Commit message (Collapse)AuthorAgeFilesLines
* C++11 keywordsJ-P Nurmi2016-01-211-7/+7
| | | | | | | | - Q_NULLPTR -> nullptr - Q_DECL_OVERRIDE -> override Change-Id: I8ee65caafd43ab41b6de43835200cac6c8ffa278 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Imports: create QColor from RGB instead of string.Anton Kudryavtsev2016-01-191-3/+6
| | | | | | | ... don't repeatedly re-create QColor in loop. Just cache it. Change-Id: Ic723eb3777f7c92eaf5bc1f257bf85c3a2e660a8 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Busy animators: fix access to childContainerNode()J-P Nurmi2016-01-051-4/+20
| | | | | | | | | Accessing QQuickItemPrivate::childContainerNode() in updateCurrentTime(), which is executed in render thread context, is not safe and may cause random crashes. Change-Id: Ibbdf387f7e8d593740452e56b819a6d7fd9341e6 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Implement BusyIndicator according to designsMitch Curtis2015-12-161-0/+209
Change-Id: Iffaafc1d5512b4e47a7c6c304a3883ab8d986b12 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>