enable asynchronous loading of indicators, capture button bits and standby image
authorMohammed Sameer <msameer@foolab.org>
Sun, 8 Sep 2013 20:27:14 +0000 (23:27 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sun, 8 Sep 2013 20:27:14 +0000 (23:27 +0300)
qml/CaptureButton.qml
qml/Indicator.qml
qml/Standby.qml

index 2c6d4fc..4858437 100644 (file)
@@ -50,6 +50,7 @@ Item {
         border.right: button.platformStyle.backgroundMarginRight
         border.bottom: button.platformStyle.backgroundMarginBottom
         source: pressed ? button.platformStyle.pressedBackground : button.platformStyle.background
+        asynchronous: true
     }
 
     Image {
index bcacd1b..bab50fe 100644 (file)
@@ -29,6 +29,7 @@ Image {
     anchors.rightMargin: 5
     anchors.topMargin: 5
     anchors.bottomMargin: 5
+    asynchronous: true
 
     height: width
 }
index 37c38b1..f3d984d 100644 (file)
@@ -43,6 +43,7 @@ Rectangle {
         id: icon
         source: cameraTheme.standbyIcon
         anchors.centerIn: parent
+        asynchronous: true
     }
 
     CameraLabel {