TODO cleanup
authorMohammed Sameer <msameer@foolab.org>
Mon, 31 Dec 2012 23:22:41 +0000 (01:22 +0200)
committerMohammed Sameer <msameer@foolab.org>
Mon, 31 Dec 2012 23:22:41 +0000 (01:22 +0200)
qml/FocusReticle.qml
qml/ImageSettingsPage.qml
qml/VideoSettingsPage.qml
qml/main.qml

index b698f32..34d0329 100644 (file)
@@ -24,7 +24,6 @@ import QtQuick 1.1
 import QtCamera 1.0
 import CameraPlus 1.0
 
-// TODO: I've seen the reticle color changing to red while dragging it but failed to reproduce :(
 // TODO: hide all controls when we are focusing
 // TODO: hide all controls when we are dragging
 
index 207687a..301368e 100644 (file)
@@ -40,6 +40,7 @@ CameraPage {
         }
 
         Flickable {
+                id: flickable
                 anchors.top: parent.top
                 anchors.left: parent.left
                 anchors.right: parent.right
index b3cd3f3..9fb1d84 100644 (file)
@@ -40,6 +40,7 @@ CameraPage {
         }
 
         Flickable {
+                id: flickable
                 anchors.top: parent.top
                 anchors.left: parent.left
                 anchors.right: parent.right
index d30139a..2f128cc 100644 (file)
@@ -35,6 +35,7 @@ import QtMobility.location 1.2
 // TODO: disable debug builds.
 // TODO: a way to get buffers to the application
 // TODO: fcam like functionality (precise control over capture parameters).
+// TODO: timer, fast capture
 
 PageStackWindow {
         id: root