Added a to-do list for gorgonsub.

Originally committed to SVN as r2075.
This commit is contained in:
Rodrigo Braz Monteiro 2008-03-17 02:50:15 +00:00
parent cd7bc441f4
commit 18488241e8

37
aegilib/todo.txt Normal file
View file

@ -0,0 +1,37 @@
Todo for Gorgonsub:
-------------------
x = done
: = mostly done
. = partially done
= not done
* = not necessary
-------------------
[x] Basic subtitles reading/writing interface
[x] Text file reader/writer
[ ] Automatic character set detection
[ ] Conversion between subtitle formats
[:] ASS format support
[ ] Simple subtitles (srt, microdvd, encore, etc) format support
[ ] Matroska-embedded subtitles support
[ ] DVD subtitles support (*)
[ ] Blu-Ray subtitles support (*)
[:] Time helper class
[:] Colour helper class
[x] Tokenizer helper class
[x] Exception class
[x] Basic manipulation system
[:] Undo/redo stack
[ ] Owner-based undo/redo operations
[x] Delta coded undo/redo
[.] Multi-line manipulation via selections
[ ] Reading subtitles data from model
[x] Basic MVC structure
[.] Controller
[ ] Notifications for views