diff options
| -rw-r--r-- | TODO | 20 | 
1 files changed, 11 insertions, 9 deletions
| @@ -13,13 +13,6 @@ http://www.linuxmanpages.com/man3/fame_start_frame.3.php  // YUV420 format specification  http://encyclopedia.laborlawtalk.com/YUV_4:2:0 - -TODO: -- Show recordtime in client window. -- Clear / update taskbar. -- Permissions on sesrver file writing. -- Man pages!? -  ==========================================================================   TASKS (client)  ========================================================================== @@ -45,6 +38,10 @@ Mainwindow:   [x]	- Make sure the same frame is shown in thumbnail as the one actually   	    shot on the server.   [ ]	- Test it. + [x]	- Show recordtime in client window. + [ ]	- Clear / update taskbar. + [ ]	- Make new messagebox when asking to save movie. +	  (Save, Delete, Cancel, Save in one week)  CPRQueryDialog:   [x]	- Make it! @@ -84,8 +81,9 @@ ImgEncoder:  MovEncoder:   [x]	- Test Mpeg4. (no good) - [ ]	- Remove ffmpeg code. + [x]	- Remove ffmpeg code.   [ ]	- Enable sound. + [x]	- Find good quality settings (Best quality less than 22mb/s realtime encoded)  Main:   [ ]	- Save movie signal handling. @@ -93,16 +91,20 @@ Main:   [x]	- Use correct filenames and paths.   [x]	- Check for writabilty before trying to do any writing.   [x]	- Create fallback, when unable to write the requested filename. + [ ]	- Permissions on sesrver file writing to be read from config.  ==========================================================================   TASKS (common)  ========================================================================== +Man pages: + [ ]	- Write man page for 'miav' +  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 + [%]	- Make ffmpeg detection in configure script (removed)   [x]	- Make server standalone compilable (through flag to configure)   [x]	- Include pixmaps and tools in distdir.   [x]	- Make pixmaps correctly intalled. | 
