summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordeva <deva>2005-03-25 10:31:06 +0000
committerdeva <deva>2005-03-25 10:31:06 +0000
commitb0fa5c1baac0b2e071f0e7370e81a20f59479084 (patch)
tree6251399d8fd0927b410e884a6d6de7c008552ff7 /TODO
parent3be06e552546a0c10b860d83bbd23d639590774c (diff)
Updated TODO file - nicer layout
Diffstat (limited to 'TODO')
-rw-r--r--TODO39
1 files changed, 22 insertions, 17 deletions
diff --git a/TODO b/TODO
index 858e4fe..ce2a6d0 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,27 @@
+MessageBox:
+ [x] - Make it!
+ [/] - Make icons.
+ [ ] - Test it.
-Make generic gui
- - Reorganize widgets to fit 19" display. [done]
- - Create button icons, to replace text. [in progress]
+Mainwindow:
+ [x] - Clean out mgui code.
+ [x] - Make generic gui layout code.
+ [/] - Make icons.
+ [ ] - Test it.
-Make isolated cprquerydialog [in progress]
- - To replace mgui
+CPRQueryDialog:
+ [x] - Make it!
+ [ ] - Clean out unnessecary code.
+ [ ] - Test it.
-Clean up cprquerydialog
- - merge code into a single file, for simplicity. [done]
+MiavConfig:
+ [x] - Integrate file parser.
+ [ ] - Make code for input validity test.
-Finish config parser.
+Makesystem:
+ [x] - "Port" to automake/autoconf
+ [x] - Make LibSDL detection in configure script
+ [x] - Make LibJpeg detection in configure script
+ [ ] - Make ffmpeg detection in configure script
+ [x] - Make server standalone compilable (through flag to configure)
-Make library detection in configure script
- - LibSDL [done]
- - LibJpeg [done]
- - ffmpeg
-
-Include ffmpeg in project [ NO ]
-
-Incorporate server into project
- - Make it standalone compilable (through flag to configure) [done]