Commit Graph

312 Commits

Author SHA1 Message Date
pavel-belenko
e64af5f961 Merge pull request #8 from DSRCorporation/bugfix/ttml-export
Bugfix/ttml-export
2017-02-07 16:23:48 +03:00
askolesov
1634cdf3ff Merge branch 'master-u' into upstream-merge
# Conflicts:
#	libse/SubtitleFormats/TimedText10.cs
2017-02-07 14:42:33 +03:00
Nikolaj Olsson
bdff248f44 Some minor improvements for EBU STL format (custom color dialog + new settings for vertical positioning + writing now allows multiple colors in one line) 2017-02-04 17:41:13 +01:00
Nikolaj Olsson
a69b78184c Fix for multi-line italic - thx nathaniel1977 :)
Fixes (perhaps) #2199
2017-02-04 10:19:31 +01:00
Nikolaj Olsson
32526816f9 Fixed a few issues from Coverity 2017-02-01 19:39:44 +01:00
askolesov
96e86b39d3 -fixed line break export
-fixed color attribute namespace
2017-01-31 18:44:07 +03:00
Ivandro Ismael
efdda69597 [TimedText] - Exit as soon 'all30OrBelow' changes state. 2017-01-29 03:56:22 +00:00
askolesov
2532897cb7 Merge upstream branch 'master' into master
# Conflicts:
#	libse/SubtitleFormats/TimedText10.cs
#	src/Forms/Settings.Designer.cs
2017-01-26 16:11:41 +03:00
Nikolaj Olsson
bb73e645cf Fix for subtitles position in dfxp - thx Plazik :) 2017-01-25 19:01:19 +01:00
Nikolaj Olsson
1623ed25e6 revert 83c22baab2 2017-01-25 07:08:14 +01:00
Nikolaj Olsson
83c22baab2 Fixed ms from badly formated SubRip files - X-Raym :)
Fix #2191
2017-01-24 20:26:14 +01:00
Nikolaj Olsson
57d722a384 Minor perf fix 2017-01-20 22:25:06 +01:00
Nikolaj Olsson
e460789777 Minor fix for ebu 2017-01-20 21:39:34 +01:00
Nikolaj Olsson
5037218036 Fixed issue with rendering of italic tags in side a text tag for format DCinema smtp - thx Miga :) 2017-01-20 21:39:13 +01:00
Nikolaj Olsson
00e933484f Fix some unsupported characters for EBU stl - the Christian :) 2017-01-18 20:11:36 +01:00
Nikolaj Olsson
7caa20e114 Fixed issue with importing "Unknown 53" format - darnn :)
Fix #2160
2017-01-16 20:24:33 +01:00
Nikolaj Olsson
60475bec4e Added new subtitle format - thx Zhiyi :) 2017-01-15 19:30:06 +01:00
askolesov
c43bc9f3f9 Bugfixing - styles editing
-fixed crash when user opens ttml styles editor in new project
-fixed styles editing(was completely non-working)
-added title in QC messagebox
2017-01-12 18:44:14 +03:00
pavel-belenko
5577e6aa23 Merge pull request #3 from pavel-belenko/bugfix/ttml10-export-nested-tags
TTML 1.0 nested tags export/import fixed, import refactored
2017-01-10 17:15:44 +03:00
Nikolaj Olsson
e2dc6498e5 Minor improvements for format "Structured titles" - thx Yamato-ua :)
Fix #2168
2017-01-09 20:29:24 +01:00
askolesov
a2f5a511d8 Namespaces moved to constants 2016-12-27 18:20:38 +03:00
askolesov
ee1a58ac71 Fixed namespaces 2016-12-27 17:48:31 +03:00
askolesov
dd30c17852 Refactored ttml import 2016-12-27 16:41:10 +03:00
pavel-belenko
7b87bcf471 Merge branch 'master' into feature/netflix-glyph-check 2016-12-27 11:09:12 +03:00
askolesov
33207b15fe TTML import refactoring, fixed frame rate import bug 2016-12-23 19:08:09 +03:00
askolesov
ccda3fcdcb Implemented white space checker, refactored checkers structure 2016-12-22 18:27:46 +03:00
askolesov
4473436bfe Added translation support for glyph check messages 2016-12-21 14:13:11 +03:00
askolesov
d97113998a Netflix glyph check tool added to main menu 2016-12-20 18:24:39 +03:00
askolesov
7f24ba330c Implemented glyph check algorithm 2016-12-20 11:21:26 +03:00
askolesov
5bb63786b2 Fixed import of paragraph tags in TTML 1.0 2016-12-14 13:07:08 +03:00
Alexander Kolesov
8fae3f4df1 ––Fixed nested tags problem in the TTML 1.0 export 2016-12-14 11:16:01 +03:00
Nikolaj Olsson
cb1b2d9b1f Minor fix for badly encoded Timed Text Draft files 2016-12-12 20:34:08 +01:00
Nikolaj Olsson
866ed4d125 Fixed buggy ELR time code parsing - thx darnn :)
Fix #2099
Due to buggy pull request c7b9b14643
2016-12-12 16:49:44 +01:00
Nikolaj Olsson
6aec9d5a4e "EBU STL" format settings now uses settings from loaded file (as expected) 2016-12-11 00:07:47 +01:00
Nikolaj Olsson
ccd6620fbc Fix for DvdStudio italic handling - thx Sean :) 2016-12-01 20:01:25 +01:00
Nikolaj Olsson
704d7bbeea Minor improvements for json subs 2016-12-01 19:54:27 +01:00
Nikolaj Olsson
2d7ad3c769 Added new subtitle format - thx Siavash :) 2016-11-30 20:44:08 +01:00
Nikolaj Olsson
889fbd2c11 Fixed confusing variable naming 2016-11-20 18:18:09 +01:00
Nikolaj Olsson
8d9f8b1127 Minor fix for last commit 2016-11-10 20:41:16 +01:00
Nikolaj Olsson
a41f72cc38 Export to EBU stl does now no longer write empty file when save is cancelled - thx ivandrofly + jjtronics :)
Fix #2035 + Fix #2074
2016-11-10 20:21:24 +01:00
Ivandro Ismael
a95b8a9699 [Utilities] - Cache video file extension. 2016-11-03 00:57:20 +00:00
Ivandro Ismael
abd738265d [UnknownSubtitle70] - No need for List here. 2016-10-30 16:16:28 +00:00
Ivandro Ismael
c7b9b14643 [ELRStudioClosedCaption] - No conversion needed. 2016-10-29 16:22:56 +01:00
Ivandro Ismael
e9e528fdfb [DvdSubtitle] - Fix unnecessary escape. 2016-10-29 16:22:05 +01:00
Ivandro Ismael
dfda6ea8fa [SubtitleFormat] - More meaningful name for time properties. 2016-10-29 16:01:58 +01:00
Ivandro Ismael
c2c715c288 [TimeCode] - Add default constructor.
The new default constructor will return new instance of TimeCode with all properties zeroed-out.
2016-10-29 15:56:39 +01:00
Nikolaj Olsson
be5cc67d4c Merge pull request #2023 from ivandrofly/macsub-fixpatch
[MacSub] - Fix numbering paragraph.
2016-10-26 14:45:27 +02:00
Nikolaj Olsson
e644a5fc71 Merge pull request #2030 from ivandrofly/uf41
[UnknownSubtitle41] - Bugfix
2016-10-26 11:44:09 +02:00
Ivandro Ismael
8a62a082b9 [MacSub] - Fix typos + more optimization. 2016-10-26 02:23:03 +01:00
Ivandro Ismael
be296dfeab [UnknownSubtitle41] - Fix miss formatting issue. 2016-10-25 23:31:09 +01:00