summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO51
1 files changed, 38 insertions, 13 deletions
diff --git a/TODO b/TODO
index 264c7d6..b11ff3f 100644
--- a/TODO
+++ b/TODO
@@ -1,27 +1,52 @@
==========================================================================
- TASKS
+ TASKS (client)
==========================================================================
MessageBox:
- [x] - Make it!
+ [x] - Make it.
[/] - Make icons.
[ ] - Test it.
+SplashScreen:
+ [ ] - Make it.
+
Mainwindow:
[x] - Clean out mgui code.
[x] - Make generic gui layout code.
[/] - Make icons.
+ [x] - Make statusbar.
+ [ ] - Show network connection in statusbar.
+ [ ] - Show camera connection in statusbar.
[ ] - Test it.
CPRQueryDialog:
[x] - Make it!
[ ] - Clean out unnessecary code.
+ [ ] - Make cancel posibility (return code 0 should do something useful)
+ [ ] - Make icons.
[ ] - Test it.
-MiavConfig:
- [x] - Integrate file parser.
- [ ] - Make code for input validity test.
+Decoder:
+ [ ] - Enable sound decoding for the network stream.
+
+Camera:
+ [ ] - Add initialize method (constructor should do nothing).
+ [ ] - Add getStatus methods.
+
+==========================================================================
+ TASKS (server)
+==========================================================================
+
+ImgEncoder:
+ [x] - Make libjpeg calls work again.
+
+MovEncoder:
+ [ ] - Enable sound.
+
+==========================================================================
+ TASKS (common)
+==========================================================================
Makesystem:
[x] - "Port" to automake/autoconf
@@ -30,17 +55,17 @@ Makesystem:
[ ] - Make ffmpeg detection in configure script
[x] - Make server standalone compilable (through flag to configure)
-ImgEncoder:
- [x] - Make libjpeg call agains work
-
-MovEncoder:
- [ ] - Enable sound.
+MiavConfig:
+ [x] - Integrate file parser.
+ [ ] - Make code for input validity test.
-Decoder:
- [ ] - Enable sound decoding for the network stream.
+ErrorObject:
+ [x] - Make it.
+ [ ] - Maintain error string stack, instead of appending.
+ [ ] - Make thread safe.
FFMpegWrapper:
- [ ] - Make it
+ [ ] - Make it.
==========================================================================