summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-06-30 15:28:50 +0200
committerGatis Paeglis <gatis.paeglis@digia.com>2014-06-30 16:50:19 +0300
commitc420c17185d569a734c1cde4e269ae3f157794c1 (patch)
treebefb3b7769674781e4f3734f9a273de16889c94d
parent73b88511a7762fc21765556ed649e056e5d28100 (diff)
Fix demo descriptions.
- Camera example refers to the "Photo Gallery" demo, which does not exists anymore. - Shorten the description of the "Qt5 Cinematic Experience" demo, this fixes the overlapping issue. Task-number: QTEE-700 Change-Id: I4552089e2f12d37e9a61c08bb5a2a999dc5cce3a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
-rw-r--r--basicsuite/camera/description.txt4
-rw-r--r--basicsuite/qt5-cinematicdemo/description.txt6
2 files changed, 3 insertions, 7 deletions
diff --git a/basicsuite/camera/description.txt b/basicsuite/camera/description.txt
index 71c3c44..adfdafa 100644
--- a/basicsuite/camera/description.txt
+++ b/basicsuite/camera/description.txt
@@ -1,5 +1,3 @@
This example demonstrates the use of the camera features of Qt Multimedia with Qt Quick.
-Demo can be used to take pictures. Files are saved inside the /data/images/ folder and can be viewed with the "Photo Gallery" application.
-
-Camera parameters such as flash mode, scene mode or white balance can be changed. The availability of parameters depends on what the camera driver provides.
+Demo can be used to take photos which are saved in the /data/images/ directory. Camera parameters such as flash mode, scene mode or white balance can be changed. The availability of parameters depends on what the camera driver provides.
diff --git a/basicsuite/qt5-cinematicdemo/description.txt b/basicsuite/qt5-cinematicdemo/description.txt
index 253d246..c78f386 100644
--- a/basicsuite/qt5-cinematicdemo/description.txt
+++ b/basicsuite/qt5-cinematicdemo/description.txt
@@ -1,5 +1,3 @@
-The Qt5 Cinematic Experience is a demo by "QUIt Coding", a small group of talented individuals enjoying software development with cutting edge technologies. They are official members of the Qt Ambassador Program.
+The Qt5 Cinematic Experience is a demo by "QUIt Coding".
-The demo shows off a number features of Qt Quick 2.0. A nicely styled list control of movie covers with lighting effects, particles and transitions. The information roll-down curvy curtain is implemented using inline GLSL in the QML file.
-
-The source code for this demo and more awesome looking Qt Quick examples are available from quitcoding.com.
+The demo shows off a number features of Qt Quick 2.0. A nicely styled list control of movie covers with lighting effects, particles and transitions. The information roll-down curvy curtain is implemented using inline GLSL in the QML file. The source code for this demo and more awesome looking Qt Quick examples are available from quitcoding.com.