summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-05-02 22:05:11 +0200
committerGunnar Sletta <gunnar.sletta@digia.com>2013-05-02 23:09:06 +0300
commit764ac297e89e33cae59f52709b2a05edd7015bbc (patch)
tree3228c5758aa3ee943dcb0d4ab760612de180667e /basicsuite
parent24b79c99072217e430f4687bfc7a3cc978838698 (diff)
Removed printout, optimize cinematic and added overlay performance test
Change-Id: I7b2ceb52c10d5a02d9b696478c4d0b50af6ea64d Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/Photo Gallery/main.qml3
-rw-r--r--basicsuite/Qt5 Cinematic Demo/content/Background.qml3
2 files changed, 1 insertions, 5 deletions
diff --git a/basicsuite/Photo Gallery/main.qml b/basicsuite/Photo Gallery/main.qml
index d82bd84..b2779e8 100644
--- a/basicsuite/Photo Gallery/main.qml
+++ b/basicsuite/Photo Gallery/main.qml
@@ -80,7 +80,6 @@ Item {
MouseArea {
anchors.fill: parent
onClicked: {
- print("doing stuff..")
root.showBigImage(filePath, box.x - grid.contentX, box.y - grid.contentY, image);
}
}
@@ -93,8 +92,6 @@ Item {
fakeBigImage.sourceSize = image.sourceSize;
fakeBigImage.source = filePath;
- print("painted sizes: ", fakeBigImage.paintedHeight, fakeBigImage.paintedWidth)
-
beginEnterLargeAnimation.running = true;
}
diff --git a/basicsuite/Qt5 Cinematic Demo/content/Background.qml b/basicsuite/Qt5 Cinematic Demo/content/Background.qml
index 8124d01..f0225ba 100644
--- a/basicsuite/Qt5 Cinematic Demo/content/Background.qml
+++ b/basicsuite/Qt5 Cinematic Demo/content/Background.qml
@@ -1,11 +1,10 @@
import QtQuick 2.0
import QtQuick.Particles 2.0
-Rectangle {
+Item {
id: root
anchors.fill: parent
- color: "#ffffff"
Image {
id: backgroundImage