Commit Graph

726 Commits

Author SHA1 Message Date
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
askolesov
da41369769 Netflix quality check
-changed Netflix icon
-fixed new line alerts in glyph check
-fixed white space check regex
2017-01-11 18:05:42 +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
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
40341bfd62 Bugfix: IDisposable usage, private setter 2016-12-23 16:56:27 +03:00
askolesov
ccda3fcdcb Implemented white space checker, refactored checkers structure 2016-12-22 18:27:46 +03:00
askolesov
011e1a38f3 Fixed translation for glyph checker messages 2016-12-21 14:50:04 +03:00
askolesov
4473436bfe Added translation support for glyph check messages 2016-12-21 14:13:11 +03:00
askolesov
116cb543e9 Added netflix icon, translation support 2016-12-21 13:32:02 +03:00
askolesov
04f59150af Added setting for glyph check tool in strip menu 2016-12-21 12:10:20 +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
87e3ba2605 3.5.1 2016-12-13 07:08:19 +01: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
ec8546822d Added "Custom text" to formats in "Batch convert" - thx Chamallow :) 2016-11-29 17:35:00 +01:00
Nikolaj Olsson
d28b1aaf38 Merge pull request #2113 from ivandrofly/timecode
[TimeCode] - Update/Fix.
2016-11-27 21:13:33 +01:00
Ivandro Ismael
e760754b93 [TimeCode] - Do not ignore days. 2016-11-27 20:01:14 +00:00
Ivandro Ismael
eb508249b6 [TimeCode] - We only need one instance. 2016-11-27 20:01:13 +00:00
Nikolaj Olsson
63c8ed0302 Fixed remove test for HI issue - thx Boulder08 :)
Fix #2109
2016-11-27 13:27:07 +01:00
Nikolaj Olsson
c55e5ccd41 A bit extra performance in last commit + updated change log 2016-11-25 20:00:16 +01:00
Ivandro Ismael
6865c7a238 [Utilities] - Optimize ReverseParenthesis. 2016-11-24 18:05:57 +00:00
Ivandro Ismael
4751547332 [Utilities] - Optimize ReverseString. 2016-11-24 18:05:28 +00:00
Nikolaj Olsson
ca69e3740b Fix "Fix missing spaces" issue regarding Finnish/Swedish colons - thx Boulder08 :)
Fix #2096
2016-11-20 19:51:58 +01:00
Nikolaj Olsson
73daa1d1a1 Fixed "Remove text for HI" issue reagarding colons - thx Boulder08 :)
Fix #2098
2016-11-20 19:11:15 +01:00
Nikolaj Olsson
889fbd2c11 Fixed confusing variable naming 2016-11-20 18:18:09 +01:00
Nikolaj Olsson
952997118b Merge pull request #2092 from ivandrofly/helper
[FixDialogsOnOneLine] - Minor fixes.
2016-11-20 11:27:54 +01:00
Nikolaj Olsson
66d7aaf8b1 Merge pull request #2093 from ivandrofly/unneded_periods
[FixUnneededPeriods] - Update/Optimize.
2016-11-20 11:25:13 +01:00
Nikolaj Olsson
96b01df184 Merge pull request #2091 from ivandrofly/strippable
[Rename] - Stripable => Strippable.
2016-11-20 07:56:53 +01:00
Nikolaj Olsson
a0fc3f74db Working on language auto-detect - Czech vs Lithuanian 2016-11-20 07:49:45 +01:00
Ivandro Ismael
e45a57fa07 [FixUnneededPeriods] - Update/Optimize. 2016-11-20 00:14:20 +00:00
Ivandro Ismael
2db5dfbe9d [FixDialogsOnOneLine] - Cache line count. 2016-11-19 22:31:33 +00:00
Ivandro Ismael
f0ae1acb82 [FixDialogsOnOneLine] - Minor fixes. 2016-11-19 22:26:46 +00:00
Ivandro Ismael
740cae9291 [Rename] - Stripable => Strippable. 2016-11-19 21:40:34 +00:00
Nikolaj Olsson
e7b5e6e66f Added Lithuanian language auto-detection 2016-11-19 22:30:47 +01:00
Nikolaj Olsson
c4b509c5fd Added Latvian language auto-detection 2016-11-19 21:32:27 +01:00
Nikolaj Olsson
5ad505bf4c Merge pull request #2076 from ivandrofly/utils_p1
[Utilities] - Minor fixes.
2016-11-17 17:56:26 +01:00
Nikolaj Olsson
42b176d77c Merge pull request #2075 from ivandrofly/string_extensions
[StringExtension] - Optimize FixExtraWhiteSpaces.
2016-11-16 17:23:11 +01:00
Ivandro Ismael
29f6244a7f [Utilities] - Cache tag string. 2016-11-12 17:23:46 +00:00
Ivandro Ismael
418ee01c88 [Utilitie]s - Remove always false. 2016-11-12 17:14:25 +00:00