subtitleeditor 0.25.0

2008-10-13 - Subtitle Editor 0.25.0 released

Milestone information

Project:
subtitleeditor
Series:
trunk
Version:
0.25.0
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.25.0-1ubuntu1_i386.deb (md5, sig) Binary Package "subtitleeditor" in The Hardy Heron for i386 (x86) 410
last downloaded 14 weeks ago
Total downloads: 410

Release notes 

 Not need a visual release logs for this release, the major improvements are inside. The subtitle format system was completely rewritten

    * Improve the encoding detection
    * Improve the newline support (Macintosh, Unix, Windows)
    * Fix: ASS/SSA time
    * Fix: SubViewer2 time

Other bugfixes and improvements

    * Improve the precision to the number of characters per second (patch by spirit)
    * Update the UI when files are open
    * Add option --enable-profiling
    * Fix: Error Checking with undo/redo support
    * Fix: Error Checking active list with "By Subtitles"
    * Fix: Minimum values in the Timing Preferences
    * Fix: Split the filename in the document tooltip
    * Fix: Column title and tooltip (Subtitle View)
    * Fix: Column alignment (Subtitle View)
    * Cleanup code

Changelog 

View the full changelog

2008-10-13 kitone <email address hidden>

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

2008-10-13 kitone <email address hidden>

 * src/SubtitleFormat.cc:
 * src/formats/SubtitleEditorProject.h:
 * src/formats/TimedTextAuthoringFormat1.h:
 Spelling fixes by Luboš Staněk.

2008-10-12 kitone <email address hidden>

 * src/actions/errorchecking/ErrorCheckingPlugin.cc:
 Fix: Error Checking fix with command recorder.
 Fix: active list (By Subtitles).

2008-10-08 kitone <email address hidden>

 * src/formats/MicroDVD.h:
 Restore tag conversion.

2008-10-07 kitone <email address hidden>

 * src/actions/DocumentManagement.cc:
 Comment the line set_show_not_found. (freeze the ui)

2008-10-07 kitone <email address hidden>

 * src/SubtitleView.cc:
 * src/SubtitleView.h:
 Fix column title and alignment.
 Clean code.

2008-10-07 kitone <email address hidden>

 * src/actions/DocumentManagement.cc:
 Change add_filter to set_filter. (Recent code)

2008-10-07 kitone <email address hidden>

 * src/Makefile.am:
 * src/SubtitleFormatSystem.cc:
 * src/formats/TimedText.h:
 * src/formats/TimedTextAuthoringFormat1.h:
 Rename TimedText to TimedTextAuthoringFormat1.

2008-10-07 kitone <email address hidden>

 * src/Options.cc:
 * src/Options.h:
 * src/debug.cc:
 * src/debug.h:
 * src/main.cc:
 Add option --enable-profiling.

2008-10-07 kitone <email address hidden>

 * src/utility.cc:
 * src/utility.h:
 Remove deprecated function.

2008-10-06 kitone <email address hidden>

 * share/glade/dialog-error-checking-preferences.glade:
 * share/glade/dialog-preferences.glade:
 Fix: min timing value.

2008-10-06 kitone <email address hidden>

 * src/Subtitle.cc:
 * src/actions/errorchecking/TooLongDisplayTime.h:
 * src/actions/errorchecking/TooShortDisplayTime.h:
 * src/utility.cc:
 * src/utility.h:
 Improve the precision to the number of characters per second.
 (patch by spirit)

2008-10-06 kitone <email address hidden>

 * src/SubtitleView.cc:
 Align at right the columns num, cps and cpl. (patch by spirit).

2008-10-06 kitone <email address hidden>

 * src/FileReader.cc:
 * src/formats/AdvancedSubStationAlpha.h:
 * src/formats/MPsub.h:
 * src/formats/SubStationAlpha.h:
 Add debug msg.

2008-10-06 kitone <email address hidden>

 * src/Subtitle.cc:
 * src/utility.cc:
 * src/utility.h:
 Rename function get_num_characters to get_characters_per_line.

2008-10-05 kitone <email address hidden>

 * src/FileWriter.cc:
 Improve the newline conversion by using Regex.

2008-10-05 kitone <email address hidden>

 * src/FileWriter.cc:
 Fix: conversion error.

2008-10-05 kitone <email address hidden>

 * src/FileReader.cc:
 * src/FileReader.h:
 Create lines only if needs.

2008-10-05 kitone <email address hidden>

 * src/FileReader.cc:
 * src/FileReader.h:
 Add option max_data_size.

 * src/SubtitleFormatSystem.cc:
 * src/SubtitleFormatSystem.h:
 Determine the format with only a small content.

2008-10-05 kitone <email address hidden>

 * src/gui/Application.cc:
 Split filename (tooltip) with Name and Path.
 Update UI when files are open.

2008-10-04 kitone <email address hidden>

 * src/FileWriter.cc:
 Add newline conversion.

2008-10-04 kitone <email address hidden>

 * src/FileReader.cc:
 Fix: default newline value.

2008-10-04 kitone <email address hidden>

 * src/Makefile.am:
 * src/SubtitleFormatSystem.cc:
 * src/formats/AdobeEncoreDVD.h:
 * src/formats/AdvancedSubStationAlpha.h:
 * src/formats/MPL2.h:
 * src/formats/MPsub.h:
 * src/formats/MicroDVD.h:
 * src/formats/SubRip.h:
 * src/formats/SubStationAlpha.h:
 * src/formats/SubViewer2.h:
 * src/formats/SubtitleEditorProject.h:
 * src/formats/TimedText.h:
 New files. Append formats.

2008-10-04 kitone <email address hidden>

 * src/gui/ComboBoxNewLine.cc:
 Add "Macintosh" newline.

2008-10-04 kitone <email address hidden>

 * src/Document.cc:
 * src/gui/ComboBoxSubtitleFormat.cc:
 * src/gui/DialogFileChooser.cc:
 Restore with SubtitleFormatSystem.

2008-10-04 kitone <email address hidden>

 * src/Makefile.am:
 * src/SubtitleFormat.cc:
 * src/SubtitleFormat.h:
 * src/SubtitleFormatFactory.h:
 * src/SubtitleFormatSystem.cc:
 * src/SubtitleFormatSystem.h:
 New files.
 New Subtitle Format System.

2008-10-04 kitone <email address hidden>

 * src/ScriptInfo.cc:
 * src/ScriptInfo.h:
 Remove values for std::map<Glib::ustring, Glib::ustring>.

2008-10-04 kitone <email address hidden>

 * src/actions/Transcript.cc:
 Restore Import/Export with the support of FileReader/Writer.

2008-10-04 kitone <email address hidden>

 * src/Options.cc:
 * src/Options.h:
 * src/debug.h:
 * src/main.cc:
 Remove SE_DEBUG_LOADER and SE_DEBUG_SAVER.
 Add SE_DEBUG_IO. (Input Output)

2008-10-04 kitone <email address hidden>

 * src/FileReader.cc:
 * src/FileReader.h:
 * src/FileWriter.cc:
 * src/FileWriter.h:
 * src/Makefile.am:
 Help to Read or write file.
 New files.

2008-10-04 kitone <email address hidden>

 * src/Document.cc:
 * src/actions/Transcript.cc:
 * src/gui/ComboBoxSubtitleFormat.cc:
 * src/gui/DialogFileChooser.cc:
 Remove SubtitleSystem code. (SE is broken)

 * src/Makefile.am:
 Update with files removed.

 * src/SubtitleFormat.cc:
 * src/SubtitleFormat.h:
 * src/SubtitleSystem.cc:
 * src/SubtitleSystem.h:
 * src/formats/SubtitleASS.cc:
 * src/formats/SubtitleASS.h:
 * src/formats/SubtitleEditorProject.cc:
 * src/formats/SubtitleEditorProject.h:
 * src/formats/SubtitleEncoreNTSC.cc:
 * src/formats/SubtitleEncoreNTSC.h:
 * src/formats/SubtitleEncorePAL.cc:
 * src/formats/SubtitleEncorePAL.h:
 * src/formats/SubtitleMPL2.cc:
 * src/formats/SubtitleMPL2.h:
 * src/formats/SubtitleMPsub.cc:
 * src/formats/SubtitleMPsub.h:
 * src/formats/SubtitleMicroDVD.cc:
 * src/formats/SubtitleMicroDVD.h:
 * src/formats/SubtitleSSA.cc:
 * src/formats/SubtitleSSA.h:
 * src/formats/SubtitleSubRip.cc:
 * src/formats/SubtitleSubRip.h:
 * src/formats/SubtitleSubViewer2.cc:
 * src/formats/SubtitleSubViewer2.h:
 * src/formats/SubtitleTTXT.cc:
 * src/formats/SubtitleTTXT.h:
 * src/formats/SubtitleText.cc:
 * src/formats/SubtitleText.h:
 * src/formats/SubtitleTimedText.cc:
 * src/formats/SubtitleTimedText.h:
 * src/unittest/testSubtitleLoaders.cc:
 Remove files.

2008-10-03 kitone <email address hidden>

 * src/actions/ExternalVideoPlayer.cc:
 Remove file extension of the preview.

2008-10-03 kitone <email address hidden>

 * src/TimeUtility.cc:
 * src/TimeUtility.h:
 Add function get_framerate_from_value.

2008-10-03 kitone <email address hidden>

 * src/gui/DialogFileChooser.h:
 * src/gui/DialogUtility.cc:
 Remove header unused.

2008-09-29 kitone <email address hidden>

 * src/utility.cc:
 * src/utility.h:
 Remove find_and_replace function.

 * src/SubtitleFormat.cc:
 * src/actions/ConfigureKeyboardShortcuts.cc:
 * src/actions/ExternalVideoPlayer.cc:
 Use utility::replace function.

2008-09-29 kitone <email address hidden>

 * src/utility.cc:
 * src/utility.h:
 Add function replace (utility namespace).

2008-09-29 kitone <email address hidden>

 * src/Encodings.cc:
 * src/Encodings.h:
 Add function convert_from_utf8_to_charset.

2008-09-28 kitone <email address hidden>

 * src/gui/ComboBoxEncoding.cc:
 Fix: set_value doesn't work.

2008-09-26 kitone <email address hidden>

 * src/Makefile.am:
 Fix: missing file PreferencePage.h.

2008-09-25 kitone <email address hidden>

 * src/utility.h:
 Fix: debug msg (from_string).

2008-09-25 kitone <email address hidden>

 * src/Encodings.cc:
 * src/Encodings.h:
 Add functions convert_to_utf8_from_charset and convert_to_utf8.

2008-09-25 kitone <email address hidden>

 * configure.in:
 Switching back to development version.

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.