Skip to content

Commit

Permalink
3.3.13 final - updated change log
Browse files Browse the repository at this point in the history
  • Loading branch information
niksedk committed Feb 8, 2014
1 parent a478551 commit de7536e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion src/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Subtitle Edit Changelog

3.3.13 (xth February 2014)
3.3.13 (8th February 2014)
* NEW:
* Compare window now has an option to "ignore line breaks" - thx Krystian
* Compare window now has a "text change percent" - thx Krystian
Expand All @@ -19,12 +19,16 @@
* Updated Portuguese language file - thx moob
* Updated Polish language file - thx Admas
* 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"
* Dropping a video file on empty waveform will now start extraction of waveform - thx Leon
* Better reading of SCC files
* Better handling of apostrophe in spell check - thx Betsy25
* Better grouping of general settings in options
* 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:
* Waveform/spectrogram: Moving start/end with ALT down now always works - thx Leon
* Waveform/spectrogram: Move border left/right now also always works even
Expand Down
5 changes: 0 additions & 5 deletions src/Forms/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ public Main()
{
InitializeComponent();

//if (Configuration.Settings.General.UseTimeFormatHHMMSSFF) nixe harboe
// timeUpDownStartTime.Mode = Configuration.Settings.

textBoxListViewTextAlternate.Visible = false;
labelAlternateText.Visible = false;
labelAlternateCharactersPerSecond.Visible = false;
Expand Down Expand Up @@ -315,8 +312,6 @@ public Main()
textBoxListViewTextAlternate.TextAlign = HorizontalAlignment.Center;
}

//SubtitleListview1.AutoSizeAllColumns(this);

tabControlSubtitle.SelectTab(TabControlSourceView); // AC
ShowSourceLineNumber(); // AC
tabControlSubtitle.SelectTab(TabControlListView); // AC
Expand Down

0 comments on commit de7536e

Please sign in to comment.