diff options
| -rw-r--r-- | TODO | 39 | 
1 files changed, 22 insertions, 17 deletions
| @@ -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] | 
