Added a bunch of TODO stuff
authorMohammed Sameer <msameer@foolab.org>
Sun, 9 Sep 2012 14:51:53 +0000 (17:51 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sun, 9 Sep 2012 23:01:26 +0000 (02:01 +0300)
lib/qtcamviewfinderrenderermeego.cpp
qml/ImageSceneButton.qml
qml/main.qml

index 8c5eeed..9c20ff3 100644 (file)
@@ -225,6 +225,8 @@ void QtCamViewfinderRendererMeeGo::paintFrame(QPainter *painter, int frame) {
     return;
   }
 
+  // TODO: sometimes there is an assertion.
+
   MeegoGstVideoTexture *sink = MEEGO_GST_VIDEO_TEXTURE(m_sink);
   if (!meego_gst_video_texture_acquire_frame(sink, frame)) {
     qDebug() << "Failed to acquire frame";
index 857a01b..974cb75 100644 (file)
@@ -14,6 +14,7 @@ Selector {
         title: qsTr("Scene mode");
 
         function sceneIcon(val) {
+                // TODO: use the js functions.
                 var x = row.children.length;
                 var i = 0;
                 for (i = 0; i < x; i++) {
index 0b71531..28ca75a 100644 (file)
@@ -4,6 +4,18 @@ import com.nokia.meego 1.1
 import QtCamera 1.0
 import CameraPlus 1.0
 
+// TODO: metadata creator name, gps, geotags
+// TODO: resolutions and aspect ratios
+// TODO: postcapture
+// TODO: file naming
+// TODO: battery low state
+// TODO: disk space
+// TODO: flash not ready
+// TODO: focus, caf, ...
+// TODO: indicators
+// TODO: portrait/landscape
+// TODO: record in a hidden directory and then copy the video to avoid tracker indexing it.
+
 PageStackWindow {
         id: root