From 63ac729b32331438a607ec5b8be046143c7592e6 Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 26 Mar 2005 10:32:50 +0000 Subject: Added an error object for genereic error message handling. --- TODO | 51 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 13 deletions(-) (limited to 'TODO') 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. ========================================================================== -- cgit v1.2.3