Commit Graph

11175 Commits

Author SHA1 Message Date
Nikolaj Olsson
b6864ea27e Remove unused line 2019-12-09 18:09:14 +01:00
Nikolaj Olsson
c10e85876e Resize color picker so all 256 colors are available - thx Johan :) 2019-12-09 18:08:10 +01:00
Nikolaj Olsson
f6c0f015bd Update Bulgarian translation - thx kalinm :) 2019-12-09 16:37:39 +01:00
Nikolaj Olsson
a2d77afed2 Fix issue with Greek/missing spaces regarding "Ο,ΤΙ" - thx Harry :) 2019-12-09 16:05:21 +01:00
Nikolaj Olsson
98104f30fd Refactor to always use milliseconds internally 2019-12-09 15:38:46 +01:00
Nikolaj Olsson
09e6234978 Minor clean 2019-12-08 21:31:37 +01:00
Nikolaj Olsson
8b233b5d03 Minor fix for last commit 2019-12-08 21:16:04 +01:00
Nikolaj Olsson
b15cf65f24 Work on new format 2019-12-08 21:12:19 +01:00
Nikolaj Olsson
229874eaee Fix bug in frame calc 2019-12-08 21:11:34 +01:00
Nikolaj Olsson
9238458611 Merge branch 'feature/batch-convert' 2019-12-08 15:21:31 +01:00
Nikolaj Olsson
2520c90375 Minor refact 2019-12-08 15:19:33 +01:00
niksedk
2840a87f9b Add new sub format - thx Magnus :) 2019-12-08 10:20:19 +01:00
niksedk
3a5fe53312 Fix focus issue in ocr window - thx Nico :) 2019-12-08 08:45:20 +01:00
niksedk
9ad5e30d62 Fix minor issue regarding "Go to previous subtitle from video position" - thx OmrSi :)
Fix #3872
2019-12-07 23:14:56 +01:00
niksedk
115b5b485f Work on batch convert 2019-12-07 09:28:08 +01:00
niksedk
6c16b44570 Fix list view issue properly - thx AlexandreMT :)
Fix #3870 / #3849 (hopefully for good)
2019-12-06 20:05:34 +01:00
niksedk
bf275f7592 Add merge actions to batch convert 2019-12-06 17:21:33 +01:00
niksedk
78b01939ab Work on batch convert 2019-12-06 11:13:52 +01:00
niksedk
a760d8baee Work on batch convert 2019-12-05 12:13:50 +01:00
niksedk
b0323847e2 Add "merge lines with same text" to cmd line convert 2019-12-05 07:49:13 +01:00
niksedk
57ae834c23 Refact cmd line (minor) 2019-12-05 06:44:02 +01:00
niksedk
30e4cdc899 Update Korean translation - thx domddol :) 2019-12-05 06:21:21 +01:00
Nikolaj Olsson
7abbf6145b Work on add of "merge actions" to cmd line convert 2019-12-05 05:49:35 +01:00
Nikolaj Olsson
00325148b9 Add file name filter for batch-convert UI - thx mgutt :)
Fix #3855
2019-12-04 16:32:16 +01:00
Nikolaj Olsson
276e0a85c0 work on batch convert 2019-12-04 14:39:11 +01:00
Nikolaj Olsson
117a94329a Another fix for #3863 2019-12-04 08:17:07 +01:00
xylographe
f0245997ac
Merge pull request #3866 from paconaranjo/patch-62
Update es-AR.xml
2019-12-04 03:34:02 +01:00
xylographe
b9c4791401
Merge pull request #3865 from paconaranjo/patch-61
Update es-ES.xml
2019-12-04 03:31:50 +01:00
xylographe
7b78b18fc2
Merge pull request #3864 from paconaranjo/patch-60
Update es-MX.xml
2019-12-04 03:29:08 +01:00
paconaranjo
d8a06ae6d4
Update es-AR.xml 2019-12-03 17:19:25 -06:00
paconaranjo
b863091407
Update es-ES.xml 2019-12-03 17:17:27 -06:00
paconaranjo
ea010e7b96
Update es-MX.xml 2019-12-03 16:58:49 -06:00
Nikolaj Olsson
294bb90e43 Fix remembering "Prompt for unkown words" - thx OmrSi :)
Fix #3863
2019-12-03 16:24:04 +01:00
Nikolaj Olsson
976c366fd6 Add "Duplicate line" shortcut 2019-12-02 17:08:34 +01:00
Nikolaj Olsson
cae0e9e2d9
Merge pull request #3862 from xylographe/pr/TesseractRunner
[TesseractRunner] Minor refact
2019-12-02 13:43:15 +01:00
Nikolaj Olsson
06d341e8f1
Merge pull request #3861 from xylographe/pr/TesseractThreadRunner
[TesseractThreadRunner] Use new TesseractRunner for each ThreadPool thread
2019-12-02 13:42:07 +01:00
Nikolaj Olsson
38645ebdb0
Merge pull request #3860 from xylographe/pr/VobSubOcr
Fix AutoBreakLines in VobSubOcr for POSIX environment
2019-12-02 13:33:22 +01:00
Waldi Ravens
43165a02fc [TesseractRunner] Minor refact 2019-12-02 12:09:32 +01:00
Waldi Ravens
81fd08bf3b Fix AutoBreakLines in VobSubOcr for POSIX environment 2019-12-02 10:08:43 +01:00
Waldi Ravens
a9b027ec16 [TesseractThreadRunner] Use new TesseractRunner for each ThreadPool thread 2019-12-02 09:19:58 +01:00
Nikolaj Olsson
c5673defb1 Do not "auto balance lines" in "Split long lines" - thx xmrea :)
Fix #3858
2019-12-01 18:00:55 +01:00
Nikolaj Olsson
aae1e9d523 Always show netflix check in Tools menu 2019-12-01 17:59:40 +01:00
Nikolaj Olsson
a9f0cbe255 Auto-detect ANSI encoding now default true 2019-12-01 17:59:02 +01:00
Nikolaj Olsson
b9310aed16
Merge pull request #3856 from xylographe/pr/CommandLineConvert
[CommandLineConverter] Minor fix + minor refact + more Usage
2019-11-30 08:28:05 +01:00
Waldi Ravens
9bbb57aecb [CommandLineConverter] Minor fix + minor refact + more Usage 2019-11-30 07:25:22 +01:00
Nikolaj Olsson
ef08f30d0f Ignore "+" before offset in cmd line convert 2019-11-29 16:01:00 +01:00
moob
960915c14b Add pt_NoBreakAfterList.xml 2019-11-29 06:10:53 +01:00
Nikolaj Olsson
6bc2c822d4 Allow custom order of actions in cmd line convert + same action multiple times
related to #3854
2019-11-28 18:35:38 +01:00
Nikolaj Olsson
fe22638846 Chage button size in ocr
(to avoid letter cut off)
2019-11-28 18:33:25 +01:00
Nikolaj Olsson
6c46b7e56f Remove dead method 2019-11-28 17:06:28 +01:00