OSDN Git Service

LinGui: SRT support
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 30 Jun 2009 17:22:43 +0000 (17:22 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 30 Jun 2009 17:22:43 +0000 (17:22 +0000)
commit3548036ec5601f2a5033ca7e256ec4fe088482b8
tree8be97016c13fbe13023381a5bf979ad5625835c8
parent08af782f6c09e80fa0f9d944741038817202a5a6
LinGui: SRT support
- there are now two buttons to add subtitles
  one button adds normal subtitles from the source.
  the second adds SRT subtitles.
- when an SRT subtitle is selected in the list, the available controls change
  SRT controls are: Language, Character Codeset, File, and Time Offset (ms)
- A combo entry box is used for character code.  A subset of the most common
  character codes is available in the popup.  Other codes can be manually
  entered in the entry box.
- The last used SRT file directory is remembered.
- Remove the debug printf eddyg left in decsrtsub.c

git-svn-id: svn://localhost/HandBrake/trunk@2648 b64f7644-9d1e-0410-96f1-a4d463321fa5
gtk/src/callbacks.c
gtk/src/ghb.ui
gtk/src/hb-backend.c
gtk/src/internal_defaults.xml
gtk/src/main.c
gtk/src/presets.c
gtk/src/queuehandler.c
gtk/src/settings.c
gtk/src/subtitlehandler.c
libhb/decsrtsub.c