File: TODO

package info (click to toggle)
subtitleeditor 0.54.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,388 kB
  • sloc: cpp: 29,756; sh: 4,409; makefile: 2,118; perl: 434; xml: 142
file content (44 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SubtitleEditor stable + 1
-------------------
	* Apply "style" (position, alignement ...) to selected subtitles

	* Fix pattern
		- Spaces around guillemets replace with ([^\s])([«»])

	* Move WaveformGenerator in plugins/WaveformManagement
	* Rewrite the FindAndReplace with Glib::Regex (waiting the Glib::MatchInfo API) and fix segault (find; replace all).
	* check Undo/Redo subtitles selection
	* Config use set_comment (after set value)
	* Document use URI (movie, file ...)
		* Data system (ustring)
	* Multiple append subtitles
	* Text
		* Case
		* Tag system
	* Subtitle View
		* gtk search (num, time, text)
	* Cut
	* Copy
	* Paste
	* SubtitleEditorProject (selection, position, ...)
	* SubtitleEditorWindow : send_message, signal ... like ActionSystem for Column View...
	* Subdownloader plugin
	* Document Template
	*	Toolbar plugin (evince style) ?
	* Special characters input (Lubos email)

SubtitleEditor stable + 2
-------------------

	* Migrate to GTK+2.12
		* GtkBuilder
		* GtkScaleButton
	* Video Player
		* Multiple tracks
		* Dialog video information
		* Improve
	* Script (ScriptPlugin)
		* python
		* lua
	* Remove SubtitleTime ? (typedef)