subtitleeditor 0.24.1

2008-09-25 - Subtitle Editor 0.24.1 released

Milestone information

Project:
subtitleeditor
Series:
trunk
Version:
0.24.1
Released:
 
Registrant:
kaiman
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon subtitleeditor_0.24.1-1ubuntu1_i386.deb (md5, sig) Binary Package "subtitleeditor" in The Hardy Heron for i386 (x86) 25
last downloaded 74 weeks ago
Total downloads: 25

Release notes 

 Subtitle Editor 0.24.1 is released and you can download it here.

    * Fix: Wrong line length and characters per second. (patch by spirit)
    * Fix: Newline at opening in SubRip format. (patch by spirit)
    * Fix: ComboBox outputs in the video player preferences.

The archives 0.24.1 has been updated with the missing file (PreferencePage.h).

Error Checking

This release has an opportunity to review the tool "Error Checking". It has been completely rewritten with a support of the errors correction.

First the presentation. You have the choice between two view : "By Categories" or "By Subtitles". A tooltip informs you of the possibility of automatic correction. You can try to fix automatically an error by activating (double click) the selected row or a group of errors with the node.

The error checking preferences, you can enable or disable some error.

Of course the work is not finished, the next step is to add options of corrections like "Move both subtitles" or "Move only the first/next subtitle" when a overlapping or the minimum gap between subtitles is detected...

I emphasize that this is only a tool to help you in improving your subtitles, do not let the automatic corrections do your job :)
Default document values

It's now possible to define the default values for a new document.

Other bugfixes and improvements

For a complete list of changes see the ChangeLog file included with subtitle editor distribution.

    * Fix: Recent files freeze.
    * Cleanup code.
    * The Czech and French translations have been updated.

Changelog 

View the full changelog

2008-09-25 kitone <email address hidden>

 * NEWS:
 * configure.in:
 Preparing 0.24.1 release.

2008-09-25 kitone <email address hidden>

 * src/formats/SubtitleSubRip.cc:
 Fix: newline at opening (Unix) patch by spirit.

 * src/utility.cc:
 * src/utility.h:
 Remove trim_right function patch by spirit.

2008-09-25 kitone <email address hidden>

 * src/actions/preferences/VideoPlayerPage.h:
 Fix: ComboBox output bug (translation).

2008-09-25 kitone <email address hidden>

 * prepare-po.sh:
 Add option [encoding: UTF-8].

2008-09-23 kitone <email address hidden>

 * src/Subtitle.cc:
 * src/utility.cc:
 * src/utility.h:
 Fix #12347 : Wrong line length and characters per second.
 patch by John D. (spirit)

2008-09-23 kitone <email address hidden>

 * src/GtkUtility.cc:
 * src/GtkUtility.h:
 * src/gui/SpinButtonTime.cc:
 * src/gui/SpinButtonTime.h:
 * src/Makefile.am:
 Move GtkUtility code to gui/SpinButtonTime.

 * src/actions/MoveSubtitles.cc:
 * src/actions/ScaleSubtitles.cc:
 Update include SpinButtonTime.

2008-09-23 kitone <email address hidden>

 * share/menubar.xml:
 * src/gui/Application.cc:
 * src/gui/MenuBar.cc:
 * src/gui/MenuBar.h:
 Remove deprecated code. Cleanup code.

2008-09-23 kitone <email address hidden>

 * src/actions/preferences/DocumentPage.h:
 * src/actions/preferences/InterfacePage.h:
 * src/actions/preferences/PreferencePage.h:
 * src/actions/preferences/PreferencesPlugin.cc:
 * src/actions/preferences/PreviewPage.h:
 * src/actions/preferences/TimingPage.h:
 * src/actions/preferences/VideoPlayerPage.h:
 * src/actions/preferences/WaveformPage.h:
 New files.

 * share/glade/dialog-preferences.glade:
 * src/Makefile.am:
 * src/gui/MenuBar.cc:
 * src/gui/MenuBar.h:
 Move dialog Preferences code to src/actions/preferences/* as plugin.
 Remove deprecated code.

 * src/gui/PreferencesUI.cc:
 * src/gui/PreferencesUI.h:
 Delete files.

2008-09-23 kitone <email address hidden>

 * src/gui/MenuBar.cc:
 * src/main.cc:
 Remove deprecated code.

2008-09-23 kitone <email address hidden>

 * configure.in:
 Switching back to development version.

2008-09-21 kitone <email address hidden>

 * NEWS:
 * configure.in:
 Preparing 0.24.0 release.

2008-09-20 kitone <email address hidden>

 * src/actions/errorchecking/ErrorCheckingPlugin.cc:
 * src/actions/errorchecking/MaxCharactersPerLine.h:
 * src/actions/errorchecking/MaxLinePerSubtitle.h:
 * src/actions/errorchecking/MinDisplayTime.h:
 * src/actions/errorchecking/MinGapBetweenSubtitles.h:
 * src/actions/errorchecking/Overlapping.h:
 * src/actions/errorchecking/TooLongDisplayTime.h:
 * src/actions/errorchecking/TooShortDisplayTime.h:
 Fix: bold messages by Luboš Staněk.

2008-09-20 kitone <email address hidden>

 * src/SubtitleView.cc:
 TimeCell derived to TextView widget.

2008-09-20 kitone <email address hidden>

 * src/actions/errorchecking/ErrorCheckingPlugin.cc:
 * src/actions/errorchecking/ErrorCheckingPreferences.h:
 Fix: dialog parent.

2008-09-20 kitone <email address hidden>

 * src/actions/errorchecking/ErrorCheckingPlugin.cc:
 * src/actions/errorchecking/MaxCharactersPerLine.h:
 * src/actions/errorchecking/MaxLinePerSubtitle.h:
 * src/actions/errorchecking/MinGapBetweenSubtitles.h:
 * src/actions/errorchecking/TooLongDisplayTime.h:
 * src/actions/errorchecking/TooShortDisplayTime.h:
 Fix: plurals messages (patch by Luboš Staněk)

2008-09-20 kitone <email address hidden>

 * share/glade/dialog-configure-keyboard-shortcuts.glade:
 * share/glade/dialog-error-checking-preferences.glade:
 Fix gtk-* string.

2008-09-20 kitone <email address hidden>

 * src/SubtitleView.cc:
 Fix the scroll of widget time (cell) as SpinButtonTime.

2008-09-20 kitone <email address hidden>

 * share/glade/dialog-preferences.glade:
 Fix typo.

 * src/actions/errorchecking/Overlapping.h:
 Fix typo. (bold)

2008-09-19 kitone <email address hidden>

 * share/glade/Makefile.am:
 Fix: missing files dialog-error-checking.glade and
 dialog-error-checking-preferences.glade.

2008-09-19 kitone <email address hidden>

 * share/glade/dialog-error-checking-preferences.glade:
 * share/glade/dialog-error-checking.glade:
 * share/menubar.xml:
 * src/Makefile.am:
 * src/actions/errorchecking/ErrorChecking.h:
 * src/actions/errorchecking/ErrorCheckingPlugin.cc:
 * src/actions/errorchecking/ErrorCheckingPreferences.h:
 * src/actions/errorchecking/MaxCharactersPerLine.h:
 * src/actions/errorchecking/MaxLinePerSubtitle.h:
 * src/actions/errorchecking/MinDisplayTime.h:
 * src/actions/errorchecking/MinGapBetweenSubtitles.h:
 * src/actions/errorchecking/Overlapping.h:
 * src/actions/errorchecking/TooLongDisplayTime.h:
 * src/actions/errorchecking/TooShortDisplayTime.h:
 Introduce new Error Checking tool.

2008-09-19 kitone <email address hidden>

 * src/Action.cc:
 * src/Action.h:
 * src/ActionSystem.cc:
 * src/ActionSystem.h:
 Delete files.

 * src/Makefile.am:
 * src/SubtitleView.cc:
 * src/SubtitleView.h:
 * src/actions/StyleEditor.h:
 * src/gui/MenuBar.cc:
 * src/gui/MenuBar.h:
 Remove deprecated code. (Action, ActionSystem)

2008-09-19 kitone <email address hidden>

 * src/gui/MenuBar.cc:
 * src/gui/MenuBar.h:
 * src/actions/ConfigureKeyboardShortcuts.cc:
 Move Configure Keyboard Shortcuts code to ConfigureKeyboardShortcuts.cc file.

 * src/Makefile.am:
 Add new file ConfigureKeyboardShortcuts.cc

 * share/glade/dialog-configure-keyboard-shortcuts.glade:
 Small fix.

2008-09-19 kitone <email address hidden>

 * src/gui/MenuBar.cc:
 Remove Check Errors tool. (missing)

2008-09-19 kitone <email address hidden>

 * share/glade/Makefile.am:
 * share/glade/dialog-check-errors-preferences.glade:
 * share/glade/dialog-check-errors.glade:
 * share/menubar.xml:
 * src/Makefile.am:
 * src/actions/CheckErrors.cc:
 * src/actions/CheckErrors.h:
 * src/gui/Application.cc:
 * src/gui/Application.h:
 * src/gui/CheckErrorsUI.cc:
 * src/gui/CheckErrorsUI.h:
 Remove Check Errors tool.

2008-09-19 kitone <email address hidden>

 * src/actions/DocumentManagement.cc:
 Remove previous commit by using Gtk::RecentAction.

2008-09-11 kitone <email address hidden>

 * src/actions/DocumentManagement.cc:
 Do not call directly create_menu_recent_files.
 Because it freeze a moment the interface.

2008-09-06 kitone <email address hidden>

 * share/glade/dialog-preferences.glade:
 * src/gui/PreferencesUI.cc:
 Add options to set default values to document. (Fix #12285)

2008-09-06 kitone <email address hidden>

 * src/utility.cc:
 Add support of ComboBoxText to WidgetToConfig.

2008-09-06 kitone <email address hidden>

 * src/Makefile.am:
 * src/gui/ComboBoxNewLine.cc:
 * src/gui/ComboBoxNewLine.h:
 * src/gui/ComboBoxSubtitleFormat.cc:
 * src/gui/ComboBoxSubtitleFormat.h:
 * src/gui/ComboBoxVideo.cc:
 * src/gui/ComboBoxVideo.h:
 * src/gui/DialogFileChooser.cc:
 Remove ComboBox* code from DialogFileChooser.cc to ComboBox* files.

2008-09-06 kitone <email address hidden>

 * src/Document.cc:
 Check the config for the values of 'newline' and 'format'.

 * src/main.cc:
 Add default config values for the group 'document'.
 Values 'format' and 'newline'.

2008-09-06 kitone <email address hidden>

 * src/SubtitleSystem.cc:
 * src/SubtitleSystem.h:
 Add function 'is_supported' and debug msg.

2008-09-05 kitone <email address hidden>

 * configure.in:
 Switching back to development version.

 * src/actions/DocumentManagement.cc:
 Remove comment code.

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.