diff options
author | deva <deva> | 2005-04-05 11:22:05 +0000 |
---|---|---|
committer | deva <deva> | 2005-04-05 11:22:05 +0000 |
commit | 55a7afdedc7cee2df9012f600dd51aff92ad1af3 (patch) | |
tree | db6568a6aab7cfdec0d0afcb9bd7566939a4a318 /TODO | |
parent | 6f03a23e7876516d3ba011d23acf454138432654 (diff) |
Added validity checking on the conf parser.
Added error object to conf parser.
Cleaned up the configure.in script
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -16,6 +16,7 @@ Mainwindow: [x] - Make generic gui layout code. [x] - Make icons. [x] - Make statusbar. + [ ] - Make flashing record bar. [ ] - Show network connection in statusbar. [ ] - Show camera connection in statusbar. [ ] - Test it. @@ -33,8 +34,8 @@ Decoder: [ ] - Enable sound decoding for the network stream. Camera: - [ ] - Add initialize method (constructor should do nothing). - [ ] - Add getStatus methods. + [x] - Add initialize method (constructor should do nothing). + [%] - Add getStatus methods. (implemented through error object) ========================================================================== TASKS (server) @@ -58,6 +59,7 @@ Makesystem: [x] - Make server standalone compilable (through flag to configure) [x] - Include pixmaps and tools in distdir. [x] - Make pixmaps correctly intalled. + [ ] - Make QT link correctly on fedora core 1 MiavConfig: [x] - Integrate file parser. |