diff options
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. ========================================================================== |