Commit Graph

7432 Commits

Author SHA1 Message Date
Nikolaj Olsson
1549b7a58d command line convert "fps" will now (if specified) override frame rate from source file. Also file extensions are allowed instead of "lowercase subtitle format name without spaces": srt, ass, ssa, smi, itt 2016-06-01 20:59:22 +02:00
Nikolaj Olsson
ea6946f05f Fix #1773 - close if ocr is cancelled (and SE was started with file for ocr) 2016-05-31 22:12:59 +02:00
Nikolaj Olsson
e18d704205 Some font support for export images 2016-05-31 22:10:57 +02:00
Nikolaj Olsson
065bb35296 Minor "Remove text for HI" fix (all uppercase don't remove "OK") - thx Maksim :) 2016-05-31 16:31:47 +02:00
Nikolaj Olsson
242d695d0f Remember Export FCP video resolution 2016-05-30 16:09:39 +02:00
Nikolaj Olsson
820ab380d8 Merge pull request #1770 from xylographe/upkeep
Automated upkeep
2016-05-29 13:56:34 +02:00
Waldi Ravens
0edbe91f56 Formatting (whitespace only) 2016-05-29 13:02:24 +02:00
Waldi Ravens
125d2dceb6 dictionaries: automated XML upkeep 2016-05-29 13:02:16 +02:00
Waldi Ravens
1b13ca2621 translations: automated XML upkeep 2016-05-29 13:02:14 +02:00
Nikolaj Olsson
493eb648ce Minor improvement for ocr method "Binary image compare" regarding "expanded matches" 2016-05-29 09:32:42 +02:00
Nikolaj Olsson
f2de753045 Minor fix forcappella format - thx xylographe :) 2016-05-29 09:03:38 +02:00
Nikolaj Olsson
3a67aca709 Fixed "Batch convert" 2016-05-28 19:55:31 +02:00
Nikolaj Olsson
9bf28651f9 Merge pull request #1767 from diomed/patch-1
Update hrv_OCRFixReplaceList.xml
2016-05-28 19:34:28 +02:00
Nikolaj Olsson
3c9995daa9 Added new subtitle format - thx Leandro :) 2016-05-28 19:22:23 +02:00
Nikolaj Olsson
d3387de958 Fix #1768 + reset file name when importing plain text + save last format when changing format 2016-05-28 12:38:42 +02:00
Nikolaj Olsson
307a6f9e66 Minor fixes for ocr window (better Tesseract errror + don't fallback to line-ocr if max error < 1% in binary-image-compate) 2016-05-28 01:06:58 +02:00
Nikolaj Olsson
69b33abd36 Merge pull request #1764 from xylographe/xcbsf
Refact comboBoxSubtitleFormats initialisation
2016-05-27 18:04:06 +02:00
Kruno H
c9bfe95679 Update hrv_OCRFixReplaceList.xml 2016-05-27 16:14:29 +02:00
Waldi Ravens
e6e2903ad5 Use UiUtil.InitializeSubtitleFormatComboBox in affected Forms 2016-05-25 19:12:25 +02:00
Waldi Ravens
7d046ccced Added UiUtil.InitializeSubtitleFormatComboBox
Meant to replace duplicated SubtitleFormat ComboBox code.
InitializeSubtitleFormatComboBox sets proper DropDownWidth.
2016-05-25 19:12:22 +02:00
Nikolaj Olsson
9a3f792b47 Minor fix for last "command line" commit : 14061319a2 2016-05-25 17:54:55 +02:00
Nikolaj Olsson
bec1df6eb7 Missing title when saving some formats (beta bug) - thx Jamakmake :) 2016-05-25 17:53:28 +02:00
Nikolaj Olsson
14061319a2 Fixed bug in current beta regarding offset in batch convert - thx Jamakmake :) 2016-05-23 19:25:51 +02:00
Nikolaj Olsson
eebabaf22c Merge pull request #1763 from xylographe/xebcdic
Added Text.Encoding.IsEbcdic extension method
2016-05-22 16:44:31 +02:00
Nikolaj Olsson
dea287c1ab Updated change log 2016-05-22 16:39:40 +02:00
Waldi Ravens
fd556c13ee Use IsEbcdic extension method in UiUtil.InitializeTextEncodingComboBox 2016-05-22 00:57:23 +02:00
Waldi Ravens
36a036a025 Added Text.Encoding.IsEbcdic extension method 2016-05-22 00:57:21 +02:00
Nikolaj Olsson
78a7154945 Some fixes for utf32
(reading never actually worked...)
2016-05-21 09:47:24 +02:00
Nikolaj Olsson
4ec93f0d80 Fix #1750 - crash when opening settings - thx mastertigurius :) 2016-05-21 09:02:51 +02:00
Nikolaj Olsson
fb9fdc66b2 Merge pull request #1762 from xylographe/xcbte
Refact Text.Encoding and encodingComboBox related stuff
2016-05-21 08:34:52 +02:00
Nikolaj Olsson
8845212567 Added new subtitle format - thx Mauricio :) 2016-05-20 22:40:47 +02:00
Waldi Ravens
8be7657bf0 Use TextEncodingListItem and related UiUtil methods
DefaultEncoding switches from Encoding.EncodingName to platform
and locale independent IANA registered name (Encoding.WebName).
2016-05-20 11:25:13 +02:00
Waldi Ravens
b6acbbbeff Added UiUtil.InitializeTextEncodingComboBox and UiUtil.GetTextEncodingComboBoxCurrentEncoding
Meant to replace duplicated Text.Encoding ComboBox code.
InitializeTextEncodingComboBox sets proper DropDownWidth.
2016-05-20 11:25:11 +02:00
Waldi Ravens
46a64848b5 Added Logic.TextEncodingListItem class
Platform dependent Text.Encoding 'features' can be 'hidden' in this class.
2016-05-20 11:25:07 +02:00
Waldi Ravens
6b3f183a3d Replaced Encoding.GetEncodings with Configuration.AvailableEncodings 2016-05-20 11:01:05 +02:00
Waldi Ravens
1accfff68e Added Cofiguration.AvailableEncodings property
Meant to replace Encoding.GetEncodings which may
contain unsupported encodings (GitHub issue #1285).
2016-05-20 08:28:17 +02:00
Nikolaj Olsson
3762d737e9 Minor fixes for scc - thx Mayte :) 2016-05-20 06:32:02 +02:00
Nikolaj Olsson
e2216c4526 Merge pull request #1759 from diomed/patch-1
Update hrv_OCRFixReplaceList.xml
2016-05-19 20:44:32 +02:00
Nikolaj Olsson
94103c9310 Merge pull request #1760 from ivandrofly/refact-2
[Refact] - Minor refact.
2016-05-19 20:44:16 +02:00
Kruno H
6c1bef76e9 Update hrv_OCRFixReplaceList.xml 2016-05-18 22:54:00 +02:00
Ivandro Ismael
737eb15dcb
[Refact] - Minor refact. 2016-05-18 10:37:04 +01:00
Kruno H
520a74222f Update hrv_OCRFixReplaceList.xml 2016-05-17 11:00:40 +02:00
Nikolaj Olsson
5e50534732 Added new subtitle format + minor fix for format support 2016-05-16 21:27:53 +02:00
Nikolaj Olsson
8b6eee0b78 Working on "Binary image compare" ocr 2016-05-16 20:42:09 +02:00
Nikolaj Olsson
7429e1d6a9 Updated change log 2016-05-16 20:37:57 +02:00
Nikolaj Olsson
00ab15c10c GT minor improvement 2016-05-16 20:36:10 +02:00
Kruno H
7e61a4a9f0 Update hrv_OCRFixReplaceList.xml 2016-05-16 15:26:32 +02:00
Nikolaj Olsson
0d26861620 Merge pull request #1753 from ivandrofly/patch-beamer
Beamer: Update + Fix
2016-05-16 14:48:04 +02:00
Nikolaj Olsson
2626191648 Merge pull request #1758 from xylographe/issue1754
Fixed Matroska command line convert bug - thx KristjanLaane :)
2016-05-16 14:45:01 +02:00
Waldi Ravens
890f3e0dd5 Fixed Matroska command line convert bug - thx KristjanLaane :)
closes #1754
2016-05-15 23:00:05 +02:00