Commit Graph

107 Commits

Author SHA1 Message Date
Nikolaj Olsson
0ecaa23d87 Merge pull request #1305 from jdpurcell/patch1
Fix not all paragraphs showing in the audio visualizer when zoomed out
2015-09-21 15:57:20 +02:00
J.D. Purcell
d852ce5519 Fix comment. 2015-09-20 23:51:40 -04:00
Waldi Ravens
e751dc608f Formatting (whitespace only) 2015-09-20 15:21:11 +02:00
niksedk
3a96812c9a Some fixes for "Remove text for HI" - thx Rasmus :) 2015-09-20 08:02:54 +02:00
ivandrofly
1ff6e120f3 [Subrip] - Avoid duplicated codes 2015-09-19 22:22:35 +01:00
niksedk
a39c3b9b5f Working on moving logic from FixCommonErrors form to libse 2015-09-19 09:30:42 +02:00
niksedk
0450545022 Working on moving logic from FixCommonErrors form to libse 2015-09-18 22:18:42 +02:00
niksedk
97366246c2 Some fixes for new "Count" in "Find" dialog (tabstop order + don't count empty string + text for one match) 2015-09-18 20:04:37 +02:00
niksedk
500e93336e Trying to fix UpdateLanguageFiles to point to correct files - thx xylographe :) 2015-09-18 19:50:47 +02:00
Nikolaj Olsson
07ecad1367 Merge pull request #1180 from ivandrofly/findDialog
[feature] add new feature to Find Dialog: "Count Matches"
2015-09-18 19:48:40 +02:00
Nikolaj Olsson
0b868439bf Merge pull request #1267 from ivandrofly/patch-16
[HI] - Refactor
2015-09-18 19:32:45 +02:00
ivandrofly
6ebcd729fb [Count Matches] - Add multi-lang support 2015-09-17 06:22:31 +02:00
ivandrofly
9eb9908941 [feature] Add new feature to Find Dialog: "Count Matches" 2015-09-17 06:22:07 +02:00
niksedk
76fa4f2178 Format "EBU stl" - writing of Chinese 2015-09-16 19:37:02 +02:00
niksedk
4e75f723cc Fixed bug regarding decimal separator in TTML 2006-10 draft format - Jiří :) 2015-09-15 17:50:59 +02:00
J.D. Purcell
3d9ad5c5dd Make subtitle list use localized decimal separator. 2015-09-13 19:50:38 -04:00
niksedk
46745d01fd Performance fix in checking for changes 2015-09-13 21:58:54 +02:00
ivandrofly
25579c198d [Internal] - Minor update 2015-09-13 20:27:26 +01:00
niksedk
4291621983 Minor fix for Unknown sub 78 2015-09-13 20:29:37 +02:00
niksedk
798b46c927 Fixed crash in TS parser - thx Verner :) 2015-09-13 20:27:52 +02:00
J.D. Purcell
0defc6b5e9 WaveToVisualizer: fix peak generation skipping the last fractional second of audio.
Add waveform batch: generate spectrogram (if respective setting is enabled).
Add waveform batch: fix status not showing the "calculating..." part.
Small code cleanups.
2015-09-13 01:11:13 -04:00
niksedk
e04f43a29a Minor fix for Chinese reading in EBU STL 2015-09-12 16:36:44 +02:00
niksedk
3bd27af9ee Add Chinese reading to EBU STL - thx Paul and Michael :) 2015-09-12 14:00:30 +02:00
niksedk
2ff54417e8 Minor fix for ebu 2015-09-12 08:23:13 +02:00
Waldi Ravens
a15d79cce9 Fixed interjection captalization (Forms/RemoveTextForHI) 2015-09-10 13:03:34 +02:00
Waldi Ravens
81973cb572 Added CapitalizeFirstLetter method to StringExtensions 2015-09-10 13:03:28 +02:00
ivandrofly
c895700d91 [HI] - Refactor 2015-09-09 21:32:28 +01:00
ivandrofly
862f356eb0 [Utilities] - Minor update 2015-09-09 20:24:45 +01:00
niksedk
fc296789ef Better handling of not supported wave files in main window 2015-09-09 06:38:49 +02:00
J.D. Purcell
511ad7e132 Add support for 8-bit, 20-bit, and 24-bit WAVs. 2015-09-08 23:31:22 -04:00
niksedk
1a27b419b9 Removed no longer used "FixLowercaseIToUppercaseICheckedButCurrentLanguageIsNotEnglish" 2015-09-08 19:25:51 +02:00
Nikolaj Olsson
5ae0efdea1 Merge pull request #1252 from ivandrofly/patch-22
[internal] - missing part from last PR
2015-09-08 17:00:16 +02:00
ivandrofly
bc68cb60d4 [internal] - minor refact 2015-09-08 11:40:35 +01:00
ivandrofly
9cffdd1cbc [internal] - Use already defined constant tags 2015-09-08 11:30:52 +01:00
Nikolaj Olsson
61c0d0b2a0 Merge pull request #1257 from xylographe/xfix1
Minor fixes + refact (Forms/RemoveTextForHI)
2015-09-08 05:08:42 +02:00
Nikolaj Olsson
9c2b83d78f Merge pull request #1261 from ivandrofly/patch-29
[setting] - use string's const empty variable instead
2015-09-08 05:06:38 +02:00
ivandrofly
39a618f0a8 [setting] - use string's const empty variable instead 2015-09-08 01:54:29 +01:00
J.D. Purcell
e44aea6609 Audio visualizer: Fix issues with HH:MM:SS:FF time code format.
Audio visualizer: Localize the decimal separator for HH:MM:SS.MS time code format.
2015-09-07 18:05:03 -04:00
Waldi Ravens
3f7cfd5e59 Formatting (whitespace only) 2015-09-07 16:43:45 +02:00
Waldi Ravens
e17beecdb9 Minor fixes + refact - RemoveStartEndTags/RemoveTextBetweenTags (RemoveTextForHI) [4] 2015-09-07 16:43:42 +02:00
Waldi Ravens
5d5ea431f3 Minor fixes + refact - RemoveInterjections (RemoveTextForHI) [3] 2015-09-07 09:23:39 +02:00
Waldi Ravens
9c439bb322 Minor refact - RemoveTextFromHearImpaired (RemoveTextForHI) [2] 2015-09-07 09:23:36 +02:00
Waldi Ravens
ccb99776f1 Minor refact - RemoveColon (RemoveTextForHI) [1] 2015-09-07 09:23:33 +02:00
Nikolaj Olsson
7096e2cbfd Merge pull request #1247 from ivandrofly/patch-8
Fix + Update (libse/HtmlUtil.cs, src/Forms/OCRSpellCheck.cs)
2015-09-06 21:41:59 +02:00
ivandrofly
0e698216c1 [internal] - cache char array global 2015-09-06 20:38:37 +01:00
Nikolaj Olsson
6c095e8d3f Merge pull request #1216 from jdpurcell/playselection
Play audio selection fix/enhancement
2015-09-06 18:30:04 +02:00
ivandrofly
3366abdb44 [internal] - Use Stream.CopyTo() instead loop thx @xylographe 2015-09-06 15:42:57 +01:00
ivandrofly
79f97e612d [internal] - add new method to GetLineWithPerhapsOnlyNumbers 2015-09-06 15:27:29 +01:00
ivandrofly
fb5145d209 [internal] - missing part from last PR 2015-09-06 15:17:03 +01:00
ivandrofly
c957d7e95f [internal] - Cache ExpectedChar + add use of ordinal 2015-09-06 14:50:13 +01:00