Added/Updated TODO items
authorMohammed Sameer <msameer@foolab.org>
Mon, 24 Dec 2012 01:25:17 +0000 (03:25 +0200)
committerMohammed Sameer <msameer@foolab.org>
Mon, 24 Dec 2012 01:25:17 +0000 (03:25 +0200)
qml/PipelineManager.qml
qml/PostCapturePage.qml

index 6a70331..e710a97 100644 (file)
@@ -24,6 +24,8 @@ import QtQuick 1.1
 import QtCamera 1.0
 import CameraPlus 1.0
 
+// TODO: if a page doesn't need the pipeline then we will release its resources :(
+
 Item {
         id: handler
 
index a1fa011..87f7179 100644 (file)
@@ -30,7 +30,8 @@ import CameraPlus 1.0
 // Most of the ideas (and some code) for loading and displaying images are stolen from
 // N9QmlPhotoPicker https://github.com/petrumotrescu/N9QmlPhotoPicker
 
-// TODO: Seems losing resources in post capture will not be recovered from.
+// TODO: standby not shown
+// TODO: losing resources while playback won't show an error
 
 CameraPage {
         id: page