3.3.13 final - updated change log

This commit is contained in:
nikse.dk 2014-02-08 13:40:38 +01:00
parent a478551031
commit de7536e930
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Subtitle Edit Changelog Subtitle Edit Changelog
3.3.13 (xth February 2014) 3.3.13 (8th February 2014)
* NEW: * NEW:
* Compare window now has an option to "ignore line breaks" - thx Krystian * Compare window now has an option to "ignore line breaks" - thx Krystian
* Compare window now has a "text change percent" - thx Krystian * Compare window now has a "text change percent" - thx Krystian
@ -19,12 +19,16 @@
* Updated Portuguese language file - thx moob * Updated Portuguese language file - thx moob
* Updated Polish language file - thx Admas * Updated Polish language file - thx Admas
* Updated Czech language file - thx Trottel * Updated Czech language file - thx Trottel
* Updated Basque language file - thx Xabier
* Updated Italian language file - thx SilverDrake
* Many settings now remembered from "Export to image based format" * Many settings now remembered from "Export to image based format"
* Dropping a video file on empty waveform will now start extraction of waveform - thx Leon * Dropping a video file on empty waveform will now start extraction of waveform - thx Leon
* Better reading of SCC files * Better reading of SCC files
* Better handling of apostrophe in spell check - thx Betsy25 * Better handling of apostrophe in spell check - thx Betsy25
* Better grouping of general settings in options * Better grouping of general settings in options
* Added setting for html encoding text in SAMI files (default on) * Added setting for html encoding text in SAMI files (default on)
* Export to DOST, buttom margin + no spaces in file names - thx Andreas
* Save unicode to ansi, warning + also auto converts some symbols - thx SimplyTheBOSS
* FIXED: * FIXED:
* Waveform/spectrogram: Moving start/end with ALT down now always works - thx Leon * Waveform/spectrogram: Moving start/end with ALT down now always works - thx Leon
* Waveform/spectrogram: Move border left/right now also always works even * Waveform/spectrogram: Move border left/right now also always works even

View File

@ -255,9 +255,6 @@ namespace Nikse.SubtitleEdit.Forms
{ {
InitializeComponent(); InitializeComponent();
//if (Configuration.Settings.General.UseTimeFormatHHMMSSFF) nixe harboe
// timeUpDownStartTime.Mode = Configuration.Settings.
textBoxListViewTextAlternate.Visible = false; textBoxListViewTextAlternate.Visible = false;
labelAlternateText.Visible = false; labelAlternateText.Visible = false;
labelAlternateCharactersPerSecond.Visible = false; labelAlternateCharactersPerSecond.Visible = false;
@ -315,8 +312,6 @@ namespace Nikse.SubtitleEdit.Forms
textBoxListViewTextAlternate.TextAlign = HorizontalAlignment.Center; textBoxListViewTextAlternate.TextAlign = HorizontalAlignment.Center;
} }
//SubtitleListview1.AutoSizeAllColumns(this);
tabControlSubtitle.SelectTab(TabControlSourceView); // AC tabControlSubtitle.SelectTab(TabControlSourceView); // AC
ShowSourceLineNumber(); // AC ShowSourceLineNumber(); // AC
tabControlSubtitle.SelectTab(TabControlListView); // AC tabControlSubtitle.SelectTab(TabControlListView); // AC