Mark all the unimplemented image settings as TODO items.
authorMohammed Sameer <msameer@foolab.org>
Mon, 17 Sep 2012 18:48:36 +0000 (21:48 +0300)
committerMohammed Sameer <msameer@foolab.org>
Mon, 17 Sep 2012 18:48:36 +0000 (21:48 +0300)
qml/ImageSettingsPage.qml

index a430bab..7ebc082 100644 (file)
@@ -42,6 +42,7 @@ CameraPage {
 
                         ButtonRow {
                                 anchors.horizontalCenter: parent.horizontalCenter
+                                // TODO:
                                 Button { text: qsTr("Normal"); }
                                 Button { text: qsTr("Self timer"); }
                                 Button { text: qsTr("Fast capture"); }
@@ -75,6 +76,7 @@ CameraPage {
 
                         ButtonRow {
                                 anchors.horizontalCenter: parent.horizontalCenter
+                                // TODO:
                                 Button { text: qsTr("2 seconds"); }
                                 Button { text: qsTr("10 seconds"); }
                         }
@@ -85,6 +87,7 @@ CameraPage {
 
                         ButtonRow {
                                 anchors.horizontalCenter: parent.horizontalCenter
+
                                 Button {
                                         text: qsTr("Automatic");
                                         checked: settings.imageIso == 0;
@@ -122,6 +125,7 @@ CameraPage {
 
                         ButtonRow {
                                 anchors.horizontalCenter: parent.horizontalCenter
+                                // TODO:
                                 Button { text: qsTr("16:9"); }
                                 Button { text: qsTr("4:3"); }
                                 Button { text: qsTr("3:2"); }
@@ -133,6 +137,7 @@ CameraPage {
 
                         ButtonRow {
                                 anchors.horizontalCenter: parent.horizontalCenter
+                                // TODO:
                                 Button {}
                                 Button {}
                                 Button {}