diff options
author | deva <deva> | 2005-03-26 10:32:50 +0000 |
---|---|---|
committer | deva <deva> | 2005-03-26 10:32:50 +0000 |
commit | 63ac729b32331438a607ec5b8be046143c7592e6 (patch) | |
tree | 4f4606119fe178024ccd9b27a0e44757a572d3ad /TODO | |
parent | 13149f3c34de4cad937b1866778030d540674a06 (diff) |
Added an error object for genereic error message handling.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 51 |
1 files changed, 38 insertions, 13 deletions
@@ -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. ========================================================================== |