Commit Graph

12754 Commits

Author SHA1 Message Date
Nikolaj Olsson
bc78b4e0e8 Move some files in libse 2020-11-19 19:24:18 +01:00
Nikolaj Olsson
844834c951 Major update of Turkish translation - thx ismail0100 :) 2020-11-19 18:23:21 +01:00
Nikolaj Olsson
b0ded24e19 Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2020-11-19 10:15:51 +01:00
Nikolaj Olsson
301d633c08 Update Korean translation - thx domddol :) 2020-11-19 10:15:44 +01:00
Nikolaj Olsson
6c9a0e1e14
Merge pull request #4525 from nkh0472/patch-3
Update zh-Hans.xml
2020-11-19 08:44:50 +01:00
nkh0472
e11a1d42f3
Update zh-Hans.xml 2020-11-19 14:48:44 +08:00
Nikolaj Olsson
aa7b0cec28 Use "Min gap between subtitles" when loading scc - thx batatop :)
#4522
2020-11-17 20:56:45 +01:00
Nikolaj Olsson
9bfa17dd55 Fix bdsup right align export issue - thx von Suppé :)
See http://forum.doom9.net/showthread.php?p=1928501#post1928501
2020-11-17 20:24:26 +01:00
Nikolaj Olsson
22448859d1 Add some nuget stuff for libse package 2020-11-16 20:47:21 +01:00
Nikolaj Olsson
384dd19953 Update Finnish translation - thx Teijo S. :) 2020-11-16 19:01:39 +01:00
Nikolaj Olsson
b8f7e76e85 Fix for es_ANY user word list - thx jdsanchezii :)
Work on #4506
2020-11-16 19:00:28 +01:00
Nikolaj Olsson
5c80a1d554 Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2020-11-16 18:59:50 +01:00
Nikolaj Olsson
64ac952a88 Fix typo 2020-11-16 18:59:43 +01:00
Nikolaj Olsson
4f97c8c74b
Merge pull request #4520 from PMitsakis/master
Updated Greek translation and removal of a duplicated line in changelog
2020-11-16 18:09:06 +01:00
Nikolaj Olsson
c3f49be362 Add new toggle casing for original text box too 2020-11-16 18:05:23 +01:00
Nikolaj Olsson
45a54bc530 Remove uneeded code 2020-11-16 18:04:02 +01:00
Παναγιώτης
36f482d4b8
Updated Greek translation 2020-11-16 19:03:29 +02:00
Nikolaj Olsson
7dfaeea705 Fix shortcut conflict with textbox - thx LeonCheung :)
Fix #4519
2020-11-16 18:03:22 +01:00
Παναγιώτης
d16d9a1404
Remove duplicated line in changelog 2020-11-16 19:01:57 +02:00
Nikolaj Olsson
77f807e27e Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2020-11-16 17:26:09 +01:00
Nikolaj Olsson
ffe11f5993 Fix missing translation - thx moob :)
See comment fe051f8785 (commitcomment-44227686)
2020-11-16 17:26:01 +01:00
Nikolaj Olsson
fe051f8785
Merge pull request #4516 from OmrSi/toggle-casing
Don't try to convert casing if the language is case-insensitive
2020-11-16 15:33:14 +01:00
Nikolaj Olsson
bb53127198
Merge pull request #4517 from OmrSi/more-frame-color
Set frame color after settings
2020-11-16 15:32:37 +01:00
OmrSi
ea8230c390 Set frame color after settings 2020-11-16 16:25:14 +02:00
OmrSi
4c4ad0f2d9 Don't try to convert casing if the language is case-insensitive 2020-11-16 16:21:38 +02:00
Nikolaj Olsson
fd8d49ef6f Fix project file after test... 2020-11-16 15:03:26 +01:00
Nikolaj Olsson
6c48fce6f8 Trying to fix designer issue with VideoPlayerContainer 2020-11-16 14:59:21 +01:00
Nikolaj Olsson
f6c679aa7e Add null checks for designer 2020-11-16 14:40:16 +01:00
Nikolaj Olsson
b3acc4e504 Add toggle casing shortcut - thx LeonCheung :)
Fix #4515
2020-11-16 13:20:43 +01:00
Nikolaj Olsson
c3f304b39c
Merge pull request #4514 from nkh0472/patch-2
Chinese Translations for Commits on Nov 16, 2020
2020-11-16 11:32:14 +01:00
Nikolaj Olsson
f0aa8d1406 Update events 2020-11-16 09:13:10 +01:00
Nikolaj Olsson
1da5702506 Add KeyDown for new RichTextBox - thx AlexandreMT :)
Related to #4513
2020-11-16 08:55:21 +01:00
nkh0472
0b478b76b5
Chinese Translations for Commits on Nov 16, 2020
Chinese translations for commits on Nov 16, 2020:

Add shortcut for go to next and set cursor last - thx THS :)
Add "Delete lines" to "Batch convert" - thx Milenko :)
2020-11-16 11:04:48 +08:00
Nikolaj Olsson
995008cbb7
Merge pull request #4511 from OmrSi/set-frame
Set Frame color in one more place
2020-11-15 23:30:38 +01:00
OmrSi
f824b66a7e Set Frame color in one more place 2020-11-16 00:09:44 +02:00
Nikolaj Olsson
c3739b50ff Fix Ocr windows SeTextBox border 2020-11-15 22:24:41 +01:00
Nikolaj Olsson
fbb5467e4e Handle "e.Handle = true;" better - thx OmrSi :) 2020-11-15 21:51:34 +01:00
Nikolaj Olsson
e23634e29f Rich text box: fix annoying "beeps" when moving cursor position 2020-11-15 21:29:15 +01:00
Nikolaj Olsson
df442d9f64 Add remove unneeded space fix - thx Boulder08 :)
Fix #4493
2020-11-15 21:03:54 +01:00
Nikolaj Olsson
8c941f84b1 Fix for finding dictionary
Related to #4506
2020-11-15 20:53:27 +01:00
Nikolaj Olsson
14538c3040 Fix SETextBox frame after "Settings" window 2020-11-15 19:42:56 +01:00
Nikolaj Olsson
5aa8ae6d5e Add shortcut for go to next and set cursor last - thx THS :) 2020-11-15 19:40:30 +01:00
Nikolaj Olsson
4aeaa39839 RichTextBox: avoid selection when centered and clicking to the left 2020-11-15 19:04:05 +01:00
Nikolaj Olsson
caa3fb8694
Merge pull request #4505 from OmrSi/reset-frame-color
Reset frame color
2020-11-15 19:01:09 +01:00
Nikolaj Olsson
fca88ffbde Set max height for text box
Sometimes after a resize, the text box becomes way too heigh.
2020-11-15 18:17:34 +01:00
Nikolaj Olsson
c261b30bc0 Add "Delete lines" to "Batch convert" - thx Milenko :) 2020-11-15 17:27:47 +01:00
Nikolaj Olsson
cc2527053d
Merge pull request #4509 from nkh0472/patch-1
Update zh-Hans.xml
2020-11-15 15:55:57 +01:00
nkh0472
2a3abbbcc0
Update zh-Hans.xml
Translation for commits on Nov 15, 2020 as below:

More "Set start and set end of previous" 
Add shortcut "Set start and set end of previous" - thx Jeff :)
Enable rich text box syntax coloring color picker
2020-11-15 22:52:49 +08:00
Nikolaj Olsson
95f291e349 More "Set start and set end of previous" 2020-11-15 14:17:29 +01:00
Nikolaj Olsson
001c20673a Set default subtitle text box font size to 12 2020-11-15 13:14:00 +01:00