From 18488241e8bd1366904f7451d0a124090aef731b Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Mon, 17 Mar 2008 02:50:15 +0000 Subject: [PATCH] Added a to-do list for gorgonsub. Originally committed to SVN as r2075. --- aegilib/todo.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 aegilib/todo.txt diff --git a/aegilib/todo.txt b/aegilib/todo.txt new file mode 100644 index 000000000..46d5277a4 --- /dev/null +++ b/aegilib/todo.txt @@ -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