Commit Graph

10587 Commits

Author SHA1 Message Date
Nikolaj Olsson
23b39cba1a
Merge pull request #3562 from SubtitleEdit/xg/fixes
Refact CommandLineConvert
2019-06-18 14:44:57 +02:00
Nikolaj Olsson
62071fc1e1 Fix for crash in "Batch convert"
Fixes PR ae32039822
2019-06-18 14:42:45 +02:00
Nikolaj Olsson
233e023206
Merge pull request #3582 from xylographe/pr/issue3569
Replace Directory.GetFiles() with EnumerateFiles in BatchConvert
2019-06-18 12:14:23 +02:00
Nikolaj Olsson
16f51a981c
Merge pull request #3622 from ScratchBuild/l10n-ja
Update Japanese translation
2019-06-18 09:44:01 +02:00
ScratchBuild
b4bea6af3d Update Japanese translation 2019-06-18 16:21:25 +09:00
Nikolaj Olsson
b5ef4087ed
Merge pull request #3596 from ivandrofly/main-update-3
main: don't keep looking when the recent file is found
2019-06-17 10:46:34 +02:00
xylographe
4ec73e25f3
Merge pull request #3613 from diomed/patch-1
Update hrv_OCRFixReplaceList.xml
2019-06-17 08:19:27 +02:00
niksedk
107180f813 Fix italics issue regarding period in ocr - thx Boulder08 :)
Fix #3611
2019-06-16 21:27:10 +02:00
niksedk
3f1281e345 Minor refact 2019-06-16 15:28:25 +02:00
niksedk
11646ee197 Fix last commit 2019-06-16 15:22:53 +02:00
niksedk
ef00bd809c Fix minor issue regarding quotes and italic when ocr-ing - thx Zoltan :) 2019-06-16 15:14:14 +02:00
niksedk
85f28f85f9 Add some support for remove spaces and 3 lines - thx James :) 2019-06-16 15:12:57 +02:00
niksedk
e9567c5580 Minor fix for ebu stl and Unicode ellipsis - thx Daniele :) 2019-06-16 15:09:20 +02:00
May Kittens Devour Your Soul
a93c4b9120
Update hrv_OCRFixReplaceList.xml 2019-06-16 14:02:55 +02:00
Ivandro Ismael
f37a3864ef timecode: add prefix-sign helper method 2019-06-14 13:39:59 +01:00
xylographe
25aca3582b
Merge pull request #3606 from diomed/patch-3
Update hrv_OCRFixReplaceList.xml
2019-06-11 18:39:12 +02:00
May Kittens Devour Your Soul
ac4a9cced6
Update hrv_OCRFixReplaceList.xml 2019-06-11 18:23:12 +02:00
xylographe
c879b1412a
Merge pull request #3603 from diomed/patch-2
Update hrv_OCRFixReplaceList.xml
2019-06-10 04:58:52 +02:00
May Kittens Devour Your Soul
058c923462
Update hrv_OCRFixReplaceList.xml 2019-06-09 17:10:15 +02:00
Ivandro Ismael
cf69c549fd main: don't keep looking when the recent file is found 2019-06-04 19:47:28 +01:00
Waldi Ravens
9917f1c91f Apply GetOffset() in CommandLineConvert 2019-06-04 09:37:52 +02:00
Waldi Ravens
051d9812db Add GetOffset() to CommandLineConvert 2019-06-04 09:37:52 +02:00
Waldi Ravens
d7c4943101 Use FilePathComparer i/o StringComparer in CommandLineConvert 2019-06-04 09:35:44 +02:00
Waldi Ravens
59de2aeecb Add FilePathComparer (Unix, Windows, Native) 2019-06-04 09:35:44 +02:00
Waldi Ravens
09dcfa9007 Add IsRunningOnWindows property to Configuration class
- Keep IsRunningOn* logic in one class only.
- Do the Directory.Exists() invocations only once.
2019-06-04 09:35:43 +02:00
Waldi Ravens
745195ee64 Allow multiple track numbers in '/track-number' command line option 2019-06-04 09:35:43 +02:00
Waldi Ravens
b194f55075 Try to fix Codacy anomalies 2019-06-04 09:35:43 +02:00
Waldi Ravens
2695be4e29 Refact CommandLineConvert
- Move command line argument details from Main to CommandLineConvert.
- Use HashSet<> with StringComparer i/o List<>.
- Use [FlagsAttribute] i/o List<>.
- Avoid ToList() where feasible.
2019-06-04 09:35:43 +02:00
Waldi Ravens
c0dddc3d18 Formatting (whitespace only) 2019-06-04 09:27:51 +02:00
Waldi Ravens
2e85a804a8 [installer] Refact ClearMUICache 2019-06-04 07:30:35 +02:00
Ivandro Ismael
e7eaf87663 settings: don't refresh controls when user cancel settings changes 2019-06-03 19:36:16 +01:00
Waldi Ravens
429f318347 [installer] Remove cached indirect strings from MUI cache 2019-06-03 13:07:15 +02:00
xylographe
d7f7dae208
Merge pull request #3587 from diomed/patch-1
Update hrb_OCRFixReplaceList.xml
2019-06-03 11:27:23 +02:00
May Kittens Devour Your Soul
dd498b575a
Update hrb_OCRFixReplaceList.xml 2019-06-03 09:28:49 +02:00
May Kittens Devour Your Soul
89798573dd
Update hrb_OCRFixReplaceList.xml 2019-06-02 16:37:08 +02:00
May Kittens Devour Your Soul
7093d51053
Update hrv_OCRFixReplaceList.xml 2019-06-02 16:15:22 +02:00
May Kittens Devour Your Soul
9bcaab9b87
Update hrb_OCRFixReplaceList.xml 2019-06-02 13:48:36 +02:00
xylographe
738e037142
Merge pull request #3586 from diomed/patch-1
Update hrv_OCRFixReplaceList.xml
2019-05-31 23:27:07 +02:00
May Kittens Devour Your Soul
3d834ae2e3
Update hrv_OCRFixReplaceList.xml 2019-05-31 14:29:35 +02:00
Waldi Ravens
c50c478113 [build.bat] Avoid I/O pipe
When invoked from powershell with console code page 65001 piping output
from REG to FIND will fail (as will other Microsoft Unicode code pages).
2019-05-29 06:57:38 +02:00
niksedk
0e4f25167b Allow negative video offfset - thx Marcello :) 2019-05-28 21:37:59 +02:00
niksedk
0e492d3178 Remove obsolete hash functions regarding waveform 2019-05-28 21:34:41 +02:00
Waldi Ravens
6debeee381 [build.bat] Initialize VS command line environment if necessary
If NOT invoked from a VS Developer Command Prompt, set VS command
line environment variables by locating and CALLing VsDevCmd.bat.
2019-05-28 11:21:26 +02:00
niksedk
031329a8e6 Add download link to Slovenian spell check dictionary - thx Milenko :) 2019-05-27 18:49:29 +02:00
Waldi Ravens
ae4dbaee42 [build.bat] Determine ILRepack folder name dynamically
& improve general consistency and clarity.
2019-05-27 10:21:34 +02:00
Waldi Ravens
894c018122 Replace Directory.GetFiles() with EnumerateFiles in BatchConvert
Be more responsive when user wants to abort SearchFolder() with
Escape or Close box.
2019-05-26 05:35:18 +02:00
Nikolaj Olsson
c5138d9cd6
Merge pull request #3563 from SubtitleEdit/xg/issue3553
FixCommonErrors: apply FixHyphensAdd before FixHyphens
2019-05-25 21:36:16 +02:00
Nikolaj Olsson
deac4ecb89
Merge pull request #3575 from xylographe/UpdateAssemblyInfo
Auto update of AssemblyCopyright year (UpdateAssemblyInfo)
2019-05-25 21:35:15 +02:00
Nikolaj Olsson
85e39cd448
Merge pull request #3561 from SubtitleEdit/xg/lang
Fix XML tag casing (Languages)
2019-05-25 21:27:39 +02:00
niksedk
4ce194f5b1 Improve handling of "font" tags related to auto translation - thx Martin :) 2019-05-25 21:25:32 +02:00