Commit Graph

726 Commits

Author SHA1 Message Date
Nikolaj Olsson
f404b0ecee removed unused using statement + missing project file from last commit... 2016-09-27 18:47:26 +02:00
Nikolaj Olsson
6f9a71ba8b Added new subtitle format 2016-09-27 18:46:29 +02:00
Nikolaj Olsson
3f58d5cd94 Merge pull request #1977 from ivandrofly/macsub
[MacSub] - Implement read/writing for MacSub
2016-09-27 18:39:40 +02:00
Nikolaj Olsson
9917c98d53 Another 1980 fix - thx Jamakmake :) 2016-09-27 18:23:13 +02:00
Ivandro Ismael
3962ab9335 [PhoenixSubtitle] - Minor fixes/Update. 2016-09-26 17:40:33 +01:00
Ivandro Ismael
3cda76cffc [MacSub] - Implement read/writing for MacSub 2016-09-25 23:57:26 +01:00
aaaxx
74c5c0a29e Updated OcrFixReplaceList.cs
Added other common Latin ligatures present in Unicode.

Also added the acute accent, which I've often seen used instead of the
apostrophe, either as an OCR error or because people mistake it for the
curly apostrophe.

Closes #1961
2016-09-25 11:15:04 +02:00
Nikolaj Olsson
8aba3f8f17 Merge pull request #1970 from ghoogland/issue-1969-cavena890mapping
Fix issue-1969 cavena890 character mapping
2016-09-25 06:57:50 +02:00
Ivandro Ismael
efebaf8cdf
[PhoenixSubtitle] - Encode/Decode to frame & Minor refact. 2016-09-24 20:33:32 +01:00
ghoogland
38932e796f Fix issue-1969 cavena890 character mapping
Added mapping for more diacritics/special characters in cavena890.cs, back and forth.
2016-09-23 16:42:15 +02:00
Ivandro Ismael
4a5a61e419
[PhoenixSubtitle] - Minor refact. 2016-09-23 15:28:13 +01:00
Ivandro Ismael
c1188fefc0
[PhoenixSubtitle] - Add new subtitle format. 2016-09-22 14:11:14 +01:00
Waldi Ravens
f6e8956080 Formatting (whitespace only) 2016-09-21 12:40:08 +02:00
aaaxx
a02a82a599 minor comment edit in OcrFixReplaceList.cs 2016-09-19 03:00:26 +02:00
Nikolaj Olsson
8d2f6cbd25 New five seonds back/forward shortcut is now actually save/loaded - thx Victor :) 2016-09-15 17:43:49 +02:00
Nikolaj Olsson
89dc661454 A few fixes for format "SubViewer 2.0" - thx fox :) 2016-09-13 16:51:25 +02:00
Nikolaj Olsson
5e0d1bd5da Merge pull request #1945 from ivandrofly/optz-12
[HtmlUtil] - Make sure text contains '<'.
2016-09-07 16:57:38 +02:00
Ivandro Ismael
16c8b4d59c
[HtmlUtil] - Make sure text contains '<'. 2016-09-07 13:19:59 +01:00
Nikolaj Olsson
e07a0340da Merge pull request #1944 from ivandrofly/ocrfrl
[OcrReplaceList] - Remove fruitless replaces.
2016-09-07 06:15:50 +02:00
Ivandro Ismael
e2ea2c87e2
[OcrReplaceList] - Remove fruitless replaces. 2016-09-07 04:29:32 +01:00
Ivandro Ismael
561b67a786
[Ebu] - Use pre-defined variable. 2016-09-07 03:39:07 +01:00
Ivandro Ismael
db4f7e6ab9
[ChangeLog/Subtitle] - Fix typos. 2016-09-07 03:38:47 +01:00
niksedk
ce0f2fdd37 Possible fix for #1938 2016-09-06 10:36:47 +02:00
Nikolaj Olsson
e5691b7a15 Merge pull request #1935 from ivandrofly/se
[StringExtensions] - Minor optimization for ContainsLetter().
2016-09-04 21:37:50 +02:00
Ivandro Ismael
34dcde6276
SonicScenaristBitmap] - Remove unused loop/variable. 2016-09-02 13:53:30 +01:00
Ivandro Ismael
ea42ec4184
[StringExtensions] - Minor optimization for ContainsLetter(). 2016-09-01 21:38:37 +01:00
Nikolaj Olsson
d279627e13 Fixed text bug in last commit - thx xylographe :) 2016-09-01 05:17:06 +02:00
Nikolaj Olsson
294b3f646e moved "max number of lines" setting from syntax color to "general" 2016-08-31 15:55:42 +02:00
Ivandro Ismael
7bc4626a58
[DvdSubPes] - Working on #1932. 2016-08-30 17:07:07 +01:00
Nikolaj Olsson
b5ce2dc51c Merge pull request #1899 from ivandrofly/chk
Added new char-helper class
2016-08-21 20:32:03 +02:00
Waldi Ravens
251f0378af Formatting (whitespace only) 2016-08-20 19:29:34 +02:00
Ivandro Ismael
b4271692db
[Chk] - Use helper class to detect if char is digit [0-9]. 2016-08-12 13:45:12 +01:00
Ivandro Ismael
954991ede7
[CharUtils] - Add char-helper class. 2016-08-12 13:38:34 +01:00
Nikolaj Olsson
8bd93722d2 Added default value for Matroska track language - thx mkver :)
Fix #1896
2016-08-10 22:17:05 +02:00
Nikolaj Olsson
51b13fe5ac Now setting video offset without "keep time codes" should work again 2016-08-10 22:00:05 +02:00
Nikolaj Olsson
968323fb11 Added new subtitle format 2016-08-10 21:22:29 +02:00
Nikolaj Olsson
be8ee27638 Merge pull request #1889 from ivandrofly/patch-293
Minor refact + cleanup.
2016-08-10 06:05:38 +02:00
Ivandro Ismael
518ccaeea2
[SubtitleFormats] - clear stringbuilder instead re-instantiating. 2016-08-10 03:45:06 +01:00
Ivandro Ismael
203984a2c3
Minor refact + cleanup. 2016-08-10 03:40:15 +01:00
Nikolaj Olsson
cfd10827d1 "Export images" - Better calc of text width - thx its :) 2016-08-09 19:32:42 +02:00
Nikolaj Olsson
b62b157b25 Fixed issue with </b> or </i> in export + changed max baseLinePadding 2016-08-09 18:54:52 +02:00
Nikolaj Olsson
3d6be5c7a5 Remember (most) settings from "Export -> Plain text..." - thx fe :) 2016-08-08 18:19:36 +02:00
Nikolaj Olsson
f05c2f77c0 Remove compile warning - thx xylographe :) 2016-08-07 20:25:54 +02:00
Nikolaj Olsson
bf33a2ef51 Remember a few more settings in "Export" - thx rebawest :)
Working on #1879
2016-08-07 18:08:39 +02:00
Nikolaj Olsson
f1db81ded2 Fixing shortcuts from 72bcc93c74 + added an extra one 2016-08-07 10:38:43 +02:00
Nikolaj Olsson
7700b4dfbe Fixed scene changes file location 2016-08-06 14:50:12 +02:00
Nikolaj Olsson
93210adcf7 Better integration of scene changes in SE
Fix #20
2016-08-06 14:13:51 +02:00
Nikolaj Olsson
3b5a9da89e Minor refact 2016-08-05 17:14:03 +02:00
Nikolaj Olsson
6a0cb5bdf4 Remember scene changes 2016-08-04 22:41:37 +02:00
Nikolaj Olsson
e3846d8902 Added some basic functionality to get scene changes via FFMPEG 2016-08-03 23:43:10 +02:00
Nikolaj Olsson
72bcc93c74 Added two new shortcuts (go to next line and set video pos + extend current line end time) 2016-08-03 14:47:45 +02:00
Nikolaj Olsson
81d78f7f98 Fix for reading last line in new subtitle format from prev commit - thx unit tests ;) 2016-08-01 11:03:42 +02:00
Nikolaj Olsson
f54edc89e3 Added new subtitle format - thx emmanuel :) 2016-08-01 10:53:34 +02:00
Nikolaj Olsson
dec0ad58e5 Minor refact (use simple types) 2016-07-31 22:04:48 +02:00
Nikolaj Olsson
e292d2e037 Fixed Blu-ray composition number when writing .sup files - thx mbcd :) 2016-07-31 19:38:59 +02:00
Nikolaj Olsson
d5a47da9ef Added "Netflix Timed Text" (TTML variation) 2016-07-31 15:41:37 +02:00
niksedk
0033c93348 Fixed reading of split Blu-ray sup packages from mkv - thx Sinnlosvoll :)
Fix #1857
2016-07-29 13:55:33 +02:00
Waldi Ravens
b9f2b76b38 Formatting (whitespace only) 2016-07-27 19:24:22 +02:00
Ivandro Ismael
8108da4d72
[MediaTransData] - Minor refact from prev commit 2016-07-26 16:37:09 +01:00
niksedk
368331efa5 Added new subtitle format - thx Adji :) 2016-07-26 15:53:18 +02:00
Nikolaj Olsson
e96f47248f Added optional toolbar icon for "Remove text for HI" - thx Whisker72 :)
Fix #1851
2016-07-24 08:46:58 +02:00
Nikolaj Olsson
2dbce2f87a Option to keep time codes (not add offset) in "Set video offset..." - thx Lucas :) 2016-07-23 22:18:40 +02:00
Ivandro Ismael
fc719ca5ab
[Subviewer2.0] - Several fixes/Updates. 2016-07-22 23:31:19 +01:00
Nikolaj Olsson
e56d7d8057 Removed file again... 2016-07-21 01:15:01 +02:00
Nikolaj Olsson
7e43fa0864 Updated change log 2016-07-21 01:12:52 +02:00
Nikolaj Olsson
3e378a3aaf Working on ARIB B24 decoding 2016-07-17 19:57:39 +02:00
Nikolaj Olsson
d215f25150 Keep ass/ssa style in "batch convert" when no style is chosen - thx Thunderbolt8 :) 2016-07-17 17:02:37 +02:00
Nikolaj Olsson
d889b8e5c0 Minor fix for export of SSA 2016-07-17 00:15:56 +02:00
Nikolaj Olsson
1a55f7b607 Fix for converting ass to ssa 2016-07-17 00:07:52 +02:00
Nikolaj Olsson
2df5c072b9 Trying to fix issue with DCiname interop on Linux 2016-07-16 19:48:26 +02:00
Nikolaj Olsson
e34391e9b0 Working on ARIB format 2016-07-16 19:47:34 +02:00
Nikolaj Olsson
cea67f840c Fixed issue with loosing concatenated tags in ass - thx Johan :) 2016-07-16 19:44:20 +02:00
Nikolaj Olsson
83a367264f Bugfix in DCinema interop regarding italics part 2 - thx Marko :) 2016-07-15 20:01:55 +02:00
Nikolaj Olsson
bf60ea58f4 Minor performance fix 2016-07-14 23:04:25 +02:00
Nikolaj Olsson
f65eaad07d Bugfix in DCinema interop regarding italics - thx Marko :)
Also minor refact
2016-07-14 20:30:28 +02:00
Nikolaj Olsson
f320d42d27 Fix for "Remove text for HI" - thx Peta :) 2016-07-14 18:32:33 +02:00
Ivandro Ismael
aa11ca5340
[Refact] - Check if char is letter using built-in method char.IsLetter(). 2016-07-11 19:37:02 +01:00
Nikolaj Olsson
fe6fba88f8 Working on format ARIB B36 2016-07-10 17:27:53 +02:00
Nikolaj Olsson
b6a283278a Merge pull request #1837 from ivandrofly/regex-1
[Regex] - Remove duplicated compiled regex.
2016-07-09 12:57:16 +02:00
Nikolaj Olsson
589e72fd61 Added shortcut for moving 5 seconds forward/back 2016-07-09 12:29:18 +02:00
Nikolaj Olsson
ed13907928 Auto backup - old backups are removed after x months 2016-07-09 12:00:30 +02:00
Ivandro Ismael
098c4c13b3
[Regex] - Remove duplicated compiled regex. 2016-07-08 16:51:16 +00:00
Nikolaj Olsson
a48d4f91a0 Working on fixing ebu justification, so option from save dialog is actually working... #1833 2016-07-07 18:21:03 +02:00
Ivandro Ismael
a1d34db504
[AbcIViewer] - Fix refact issue from commit ebc59a2. 2016-07-07 02:08:25 +00:00
Nikolaj Olsson
98350f0bdb Added some support for pos(x,y) in export 2016-07-06 22:26:16 +02:00
Nikolaj Olsson
73d4e82974 Improved support for wsrt files + allow for \r\r\n newline 2016-07-06 22:24:34 +02:00
Ivandro Ismael
dc47d529cb
StartWithUppercase] - Check if char is digit/letter using chars helper method. 2016-07-05 16:01:26 +00:00
Ivandro Ismael
62c6b58de3
[FixEllipsesStart] - Minor refact. 2016-07-01 20:31:42 +00:00
Ivandro Ismael
7952b4e6b8 Fixed typo (Impared ==> Impaired) 2016-07-01 15:08:36 +02:00
Waldi Ravens
15c9413a3b Fixed typo (Core.Forms.RemoveTextForHI) 2016-07-01 12:54:00 +02:00
Nikolaj Olsson
e66e86d260 Merge pull request #1817 from ivandrofly/rtfhi-01
[RemoveTextForHI] - Minor refactor.
2016-07-01 06:54:50 +02:00
Waldi Ravens
6f9b9a73d0 Formatting (whitespace only) 2016-06-30 15:28:04 +02:00
Waldi Ravens
99091a8698 Fixed typo (Core.Language) 2016-06-30 15:27:11 +02:00
Ivandro Ismael
6175efa056
[RemoveTextForHI] - Minor refactor. 2016-06-30 03:25:02 +00:00
Nikolaj Olsson
ff8a832f1b Some minor optimizations inspired by #1814 - thx invandrofly :)
Fix  #1814
2016-06-29 19:22:06 +02:00
Nikolaj Olsson
ad93626e44 Working on #1803 (new "Multiple replace" with groups) 2016-06-27 20:00:01 +02:00
Nikolaj Olsson
0364b16f22 Some fixes for new "Multiple replace" 2016-06-27 07:33:20 +02:00
Nikolaj Olsson
9069a67b24 Merge pull request #1811 from mm6502/master
Added support for Czech and Slovak languages in LanguageAutoDetect
2016-06-26 22:58:04 +02:00
Nikolaj Olsson
f38f849888 Added groups in "Multiple replace" - thx aaaxx :) 2016-06-26 16:23:40 +02:00
mm6502
7c1acb1e95 - Minor fixes in AutoDetect words.
- Added Czech and Slovak language branch to AutoDetectLanguageName method.
2016-06-25 19:45:21 +02:00
mm6502
a14b844caf Minor fixes to detected words for Czech and Slovak languages. 2016-06-25 18:45:58 +02:00
mm6502
f566c4243e Added support for Czech and Slovak languages in LanguageAutoDetect
Added support for Czech and Slovak languages in LanguageAutoDetect.
2016-06-25 17:39:22 +02:00
Nikolaj Olsson
d555d82853 Fixed bold tag for SSA (and related stuff) - thx John :) 2016-06-25 11:28:27 +02:00
Nikolaj Olsson
97dc44c0f5 Fixed resetting of header in Timed Text 1.0 format - thx Krystian :) 2016-06-23 00:25:10 +02:00
Nikolaj Olsson
1342b062fb Merge pull request #1801 from ivandrofly/patch-ocr
[OCR] - Fix from prev PR.
2016-06-18 23:47:09 +02:00
Nikolaj Olsson
7b5c874f4d Minor fix for last commit (fix #1800) 2016-06-18 17:08:27 +02:00
Ivandro Ismael
b14d00bc6e
[OCR] - Fix from prev PR. 2016-06-18 14:30:25 +00:00
Ivandro Ismael
9d01dfb4d8 [OCR] - Minor optimizationss. 2016-06-17 20:58:44 +00:00
Nikolaj Olsson
8e5c4e0b25 Trying to improve ".smi" reading - thx Eje :) 2016-06-15 17:30:56 +02:00
Waldi Ravens
41ae126dcb Fixed and improved build process
- Replace unsuitable PreBuildEvents with "BeforeCompile" Targets
- Replace PostBuildEvents with more potent "AfterBuild" Targets
- Fix issue with missing zlib.net.dll while running Unit Tests
2016-06-14 15:37:14 +02:00
Nikolaj Olsson
22af07b560 Added a "Configuration.Settings.General.WaveformUpdateIntervalMs "setting - and new default value of 30 (old was 100) which should give a smoother running current pos vert line in waveform 2016-06-13 19:28:03 +02:00
Nikolaj Olsson
a9544a3016 Subtitle edit 3.4.13 2016-06-12 14:45:25 +02:00
Waldi Ravens
19b7b20900 Update SE version in generated TMX (creationtoolversion="3.4") 2016-06-12 11:33:24 +02:00
Nikolaj Olsson
210bac40b7 Fixed issue with format "Translation Memory xml" and "&" char - thx ivandrofly :) 2016-06-12 09:02:58 +02:00
Nikolaj Olsson
2a8f55abf8 Merge pull request #1783 from ivandrofly/sadp
[SamiAvDicPlayer] - Minor refact from prev PR.
2016-06-11 00:19:11 +02:00
Nikolaj Olsson
0b72afb7e1 Fix for SCC - thx Mayte :) 2016-06-09 20:10:12 +02:00
Ivandro Ismael
54289dace7
[SamiAvDicPlayer] - Minor refact from prev PR. 2016-06-09 14:36:09 +00:00
Nikolaj Olsson
652bcc16c2 Add new subtitle format 2016-06-09 11:23:30 +02:00
Nikolaj Olsson
cba937afda Some roundings for a few subtitle formats 2016-06-09 11:17:47 +02:00
Nikolaj Olsson
9b81bc046b A few extra fixes for Cavena 890 2016-06-08 20:08:30 +02:00
Boris Eetgerink
a121725238 Fixes issue #1781 Not oly convert A and O with diaeresis, but also E, I and U. 2016-06-08 15:52:43 +02:00
Nikolaj Olsson
0898b275a4 Use rounding when converting between frames and ms in ebu 2016-06-08 04:51:28 +02:00
Nikolaj Olsson
22c96def55 Support for "’" in scc - thx Mayte :) 2016-06-07 20:54:42 +02:00
Nikolaj Olsson
988b14c075 Minor subtitle formats refact 2016-06-07 06:31:03 +02:00
Nikolaj Olsson
d1409ede4a Fixed issue related to commit 960f300d4e 2016-06-07 06:30:12 +02:00
Ivandro Ismael
960f300d4e [Footage] - Fix bug when parsing time-code. 2016-06-05 15:16:39 +00:00
Nikolaj Olsson
71c534c215 Trying to keep style when converting between ttml/ass/itt 2016-06-02 19:01:20 +02:00
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
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
Waldi Ravens
0edbe91f56 Formatting (whitespace only) 2016-05-29 13:02:24 +02:00
Nikolaj Olsson
f2de753045 Minor fix forcappella format - thx xylographe :) 2016-05-29 09:03:38 +02:00
Nikolaj Olsson
3c9995daa9 Added new subtitle format - thx Leandro :) 2016-05-28 19:22:23 +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
bec1df6eb7 Missing title when saving some formats (beta bug) - thx Jamakmake :) 2016-05-25 17:53:28 +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
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
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
5e50534732 Added new subtitle format + minor fix for format support 2016-05-16 21:27:53 +02:00
Nikolaj Olsson
00ab15c10c GT minor improvement 2016-05-16 20:36:10 +02:00
Nikolaj Olsson
8d8a6158ec Another minor addendum to #1751 2016-05-11 21:33:47 +02:00
Nikolaj Olsson
a6b762e1ad Add support for spu/png OCR - thx claunia :)
Fix #1749
2016-05-11 20:09:32 +02:00
Nikolaj Olsson
7fcef5c077 Addendum to last fix 2016-05-11 18:31:05 +02:00
Nikolaj Olsson
cf778c1571 Fixed spell check+angled quotes - thx claunia :)
Fix  #1751
2016-05-11 18:28:29 +02:00
Nikolaj Olsson
2206aa387e Allow adding one letter words to spell check lists - thx Alexandra :) 2016-05-11 14:26:17 +02:00