From: Mohammed Sameer Date: Mon, 24 Dec 2012 01:25:17 +0000 (+0200) Subject: Added/Updated TODO items X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=b6cafa10462c5f43bebdc2a9ab41ef092e4f9396;p=harmattan%2Fcameraplus Added/Updated TODO items --- diff --git a/qml/PipelineManager.qml b/qml/PipelineManager.qml index 6a70331..e710a97 100644 --- a/qml/PipelineManager.qml +++ b/qml/PipelineManager.qml @@ -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 diff --git a/qml/PostCapturePage.qml b/qml/PostCapturePage.qml index a1fa011..87f7179 100644 --- a/qml/PostCapturePage.qml +++ b/qml/PostCapturePage.qml @@ -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