diff options
| -rw-r--r-- | TODO | 14 | 
1 files changed, 11 insertions, 3 deletions
| @@ -6,7 +6,7 @@  MessageBox:   [x]	- Make it.   [x]	- Make icons. - [ ]	- Test it. + [x]	- Test it.  SplashScreen:   [ ]	- Make it. @@ -28,10 +28,10 @@ Mainwindow:  CPRQueryDialog:   [x]	- Make it!   [x]	- Clean out unnesessary code. - [ ]	- Make cancel posibility (return code 0 should do something useful) + [x]	- Make cancel posibility (return code 0 should do something useful)   [x]	- Insert timer for network connection timeout.   [x]	- Send connection status info to mainwindow. - [ ]	- Make icon (backspace) + [x]	- Make icon (backspace)   [ ]	- Test it.  Encoder: @@ -68,6 +68,10 @@ MovEncoder:  Main:   [ ]	- Save movie signal handling. + [x]	- Read server root folder from config. + [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.  ==========================================================================   TASKS (common) @@ -96,6 +100,10 @@ ErrorObject:   [x]	- Maintain error string stack, instead of appending.   [x]	- Make it thread safe.   [x]	- Make pushError take any number parameters and parse them on to sprintf + [ ]	- Make it a superclass. + [ ]	- Create a textmode version subclass (for the server). + [ ]	- Create a QT version subclass (callback to mainwindow with messagebox). + [ ]	- Append to log, whenever error occur.  FFMpegWrapper:   [%]	- Make it.(FFMPEG is on its way out of the project) | 
