Added a to-do list for gorgonsub.
Originally committed to SVN as r2075.
This commit is contained in:
parent
cd7bc441f4
commit
18488241e8
1 changed files with 37 additions and 0 deletions
37
aegilib/todo.txt
Normal file
37
aegilib/todo.txt
Normal 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
|
Loading…
Reference in a new issue