Added a TODO file and moved the big features there
authorMohammed Sameer <msameer@foolab.org>
Tue, 1 Jan 2013 21:10:57 +0000 (23:10 +0200)
committerMohammed Sameer <msameer@foolab.org>
Tue, 1 Jan 2013 21:12:55 +0000 (23:12 +0200)
TODO [new file with mode: 0644]
qml/ImageSettingsPage.qml
qml/PostCaptureItem.qml
qml/main.qml

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..e26e35c
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+Missing big features:
+* fast capture
+* timer
+* panorama
+* HDR
+* front camera
+* fcam like functionality for QtCamera (precise control over frame parameters)
+* Zoom images in post capture
+* portrait mode for image and video modes.
+* Plugins:
+  - Get hold of viewfinder frames to analyze them and render whatever to the screen
+  - A way to add GStreamer elements to viewfinder filters and draw to the screen
+  - A way to define "submodes" for stuff like panorama or HDR.
\ No newline at end of file
index 0879de0..0a97118 100644 (file)
@@ -58,31 +58,7 @@ CameraPage {
                                 font.pixelSize: 36
                                 text: qsTr("Image settings");
                         }
-/*
-                        SectionHeader {
-                                text: qsTr("Capture mode");
-                        }
 
-                        ButtonRow {
-                                anchors.horizontalCenter: parent.horizontalCenter
-                                // TODO:
-                                Button { text: qsTr("Normal"); }
-                                Button { text: qsTr("Self timer"); }
-                                Button { text: qsTr("Fast capture"); }
-                        }
-*/
-/*
-                        SectionHeader {
-                                text: qsTr("Self timer");
-                        }
-
-                        ButtonRow {
-                                anchors.horizontalCenter: parent.horizontalCenter
-                                // TODO:
-                                Button { text: qsTr("2 seconds"); }
-                                Button { text: qsTr("10 seconds"); }
-                        }
-*/
                         SectionHeader {
                                 text: qsTr("Aspect ratio");
                         }
index 1de94c6..ccb00d6 100644 (file)
@@ -24,7 +24,6 @@ import QtQuick 1.1
 import com.nokia.meego 1.1
 import CameraPlus 1.0
 
-// TODO: pinch zoom
 Item {
         id: postCaptureItem
         property bool isVideo: itemData.type.search("nmm#Video") > 0
index 9b98779..a9c9c15 100644 (file)
@@ -28,13 +28,8 @@ import CameraPlus 1.0
 import QtMobility.location 1.2
 
 // TODO: flash not ready (battery low or flash not ready message)
-// TODO: portrait/landscape
 // TODO: face tracking
-// TODO: select primary/secondary camera.
 // 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