summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2005-05-02 20:41:23 +0000
committerdeva <deva>2005-05-02 20:41:23 +0000
commit6e825cd4647ade434364c3e096908d5b74525c28 (patch)
tree634796af6ce9f768ba8da361fc54002cf9ab637e
parent2e33fab9c99395d30da0859533f2ba27c8406908 (diff)
*** empty log message ***R0_1_3
-rw-r--r--TODO14
1 files changed, 11 insertions, 3 deletions
diff --git a/TODO b/TODO
index 470b570..00ab3f2 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@
MessageBox:
[x] - Make it.
[x] - Make icons.
- [ ] - Test it.
+ [x] - Test it.
SplashScreen:
[ ] - Make it.
@@ -28,10 +28,10 @@ Mainwindow:
CPRQueryDialog:
[x] - Make it!
[x] - Clean out unnesessary code.
- [ ] - Make cancel posibility (return code 0 should do something useful)
+ [x] - Make cancel posibility (return code 0 should do something useful)
[x] - Insert timer for network connection timeout.
[x] - Send connection status info to mainwindow.
- [ ] - Make icon (backspace)
+ [x] - Make icon (backspace)
[ ] - Test it.
Encoder:
@@ -68,6 +68,10 @@ MovEncoder:
Main:
[ ] - Save movie signal handling.
+ [x] - Read server root folder from config.
+ [x] - Use correct filenames and paths.
+ [x] - Check for writabilty before trying to do any writing.
+ [x] - Create fallback, when unable to write the requested filename.
==========================================================================
TASKS (common)
@@ -96,6 +100,10 @@ ErrorObject:
[x] - Maintain error string stack, instead of appending.
[x] - Make it thread safe.
[x] - Make pushError take any number parameters and parse them on to sprintf
+ [ ] - Make it a superclass.
+ [ ] - Create a textmode version subclass (for the server).
+ [ ] - Create a QT version subclass (callback to mainwindow with messagebox).
+ [ ] - Append to log, whenever error occur.
FFMpegWrapper:
[%] - Make it.(FFMPEG is on its way out of the project)