Commit Graph

13462 Commits

Author SHA1 Message Date
Nikolaj Olsson
68a48258e2 Update change log 2021-02-12 20:45:29 +01:00
Nikolaj Olsson
1770d3f697 Use image from icon in about window 2021-02-12 19:56:02 +01:00
Nikolaj Olsson
bc48186a68 Add a few chars 2021-02-12 16:59:41 +01:00
Nikolaj Olsson
df955a1e62 Improve fix invalid italics tags - thx uckthis :)
Fix #4794
2021-02-12 16:05:35 +01:00
Nikolaj Olsson
daf2843ded Update change log 2021-02-12 14:37:03 +01:00
Nikolaj Olsson
063dbbc43d Autodetect encoding in .mxf files - thx Markus :) 2021-02-12 14:25:25 +01:00
Nikolaj Olsson
f51dae66b4 Allow blank lines in DCinema - thx Axel :) 2021-02-10 08:10:00 +01:00
Nikolaj Olsson
6b7ca010f0
Merge pull request #4791 from OmrSi/live-spell-check-patch
Fix some issues with live spell check
2021-02-09 19:47:07 +01:00
OmrSi
6dda5288df Fix some issues with live spell check 2021-02-09 19:54:57 +02:00
Nikolaj Olsson
0ccc92e3bd Trying to fix syntax color issue - thx moob :) 2021-02-09 17:49:10 +01:00
Nikolaj Olsson
0fc103ffa7 Add FCP xml 1.9 - thx Dvid :) 2021-02-09 13:39:24 +01:00
Nikolaj Olsson
4661844e90 Minor work on ASSA attachments 2021-02-09 08:29:27 +01:00
Nikolaj Olsson
5f27013f9e Minor refact 2021-02-09 06:57:40 +01:00
Nikolaj Olsson
bdba27c820
Merge pull request #4789 from OmrSi/KeyCode-patch
Use 'KeyData' instead of 'KeyCode' for Help shortcut
2021-02-08 21:58:54 +01:00
OmrSi
d183a7f236 Use 'KeyData' instead of 'KeyCode' for Help shortcut 2021-02-08 22:48:08 +02:00
Nikolaj Olsson
f066f2b499 Fix help link 2021-02-08 20:50:33 +01:00
Nikolaj Olsson
801a8a9e7b Minor fix for setting hash - thx OmrSi :)
Related to https://github.com/SubtitleEdit/subtitleedit/pull/4788#discussion_r572185042
2021-02-08 18:48:08 +01:00
Nikolaj Olsson
c8cae57beb Handle same line many times better in SyntaxColorLine
Gives a smoother waveform
2021-02-08 18:15:10 +01:00
Nikolaj Olsson
31e7a31cd0
Merge pull request #4788 from OmrSi/live-spell-check-language-change-check
Add a separate timer for live spell check
2021-02-08 18:11:49 +01:00
OmrSi
493059be7d Add a separate timer for live spell check 2021-02-08 18:26:16 +02:00
Nikolaj Olsson
53ba899d0b Deactive urls in spell check text box - thx OmrSi :)
Related to comment https://github.com/SubtitleEdit/subtitleedit/issues/4754#issuecomment-774689581 in #4754
2021-02-07 19:31:36 +01:00
Nikolaj Olsson
5d74f6c838 A few fixes for ASS/SSA format line - thx
See 20b4314d21 (commitcomment-46831920)
2021-02-07 12:06:35 +01:00
Nikolaj Olsson
0bfb97ad82 Revert optimization of CalcPixelWidth 2021-02-07 11:22:32 +01:00
Nikolaj Olsson
3ec673c5a6 Optimize RemoveChar a little 2021-02-07 10:27:52 +01:00
Nikolaj Olsson
4ddd60c3bd Optimize calc of text width
Related to #4754 and #4784
2021-02-07 10:13:55 +01:00
Nikolaj Olsson
9803b999a5
Merge pull request #4784 from Flitskikker/master
Fixes for pixel width calculation
2021-02-07 07:37:54 +01:00
Martijn van Berkel (Flitskikker)
3c6ecd86bf Fix one occurence of wrong total pixel width calculation 2021-02-06 21:44:57 +01:00
Martijn van Berkel (Flitskikker)
6452966aec Fix text width calculation 2021-02-06 21:36:51 +01:00
Nikolaj Olsson
20b4314d21 Improve "RemoveChar" + fix total pixel width label 2021-02-06 21:01:38 +01:00
Nikolaj Olsson
adb37cef18 Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2021-02-06 15:09:05 +01:00
Nikolaj Olsson
40bb3faca1 Fix text pixel length calc - thx Flitskikker :)
Related to https://github.com/SubtitleEdit/subtitleedit/issues/4754#issuecomment-774480323 in #4754
2021-02-06 15:08:57 +01:00
Nikolaj Olsson
893f677db7
Merge pull request #4783 from OmrSi/attachment-events
Work on ASSA attachments listview width and close on Escape
2021-02-06 14:29:31 +01:00
OmrSi
e59ca20bbe Work on ASSA attachments listview width and close on Escape 2021-02-06 15:14:54 +02:00
Nikolaj Olsson
15280caacb Keep order of file styles in ASSA style manager 2021-02-06 14:11:53 +01:00
Nikolaj Olsson
89e2910c4b Keep order of styles 2021-02-06 11:32:03 +01:00
Nikolaj Olsson
7f0f7db437 Work on ASSA attachments 2021-02-06 11:01:49 +01:00
Nikolaj Olsson
0b5e5dbe18 A few minor fixes for ASSA style manager 2021-02-06 10:06:32 +01:00
Nikolaj Olsson
8e77a1a440 Work on ASSA attachments 2021-02-06 08:58:16 +01:00
Nikolaj Olsson
c68f1998f6 Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit 2021-02-05 12:57:25 +01:00
Nikolaj Olsson
06a9b5fa51 Hardcode SecurityProtocol (Do not depend of user settings) - thx pure_ocean :) 2021-02-05 12:57:21 +01:00
Nikolaj Olsson
ee868cd437
Merge pull request #4782 from OmrSi/gray-separator-patch
Color the ListView's background without a gray separator
2021-02-05 08:21:36 +01:00
OmrSi
fb8c8b2ff2 Rename properties 2021-02-05 00:41:31 +02:00
OmrSi
8f9bc5be4e Color the ListView's background without a gray separator 2021-02-04 21:12:20 +02:00
Nikolaj Olsson
33c76071f9 Allow lower values for "Unbreak subs shorter than" - thx Jimmy :)
1-4 now included
2021-02-02 19:43:19 +01:00
Nikolaj Olsson
cdd50839bf Allow faster play rates for vlc - thx TheCordatus :)
Fix #4777
2021-02-02 19:28:36 +01:00
Nikolaj Olsson
bb7cbc3174
Merge pull request #4776 from nkh0472/patch-14
Try to fix #4775
2021-02-02 16:32:20 +01:00
nkh0472
ceaa3ce279
Try to fix #4775
This patch has not been verified.
2021-02-02 23:23:50 +08:00
Nikolaj Olsson
82175c8e72 Work on unit tests 2021-02-02 11:18:11 +01:00
Nikolaj Olsson
bce18c4f55 Minor optimization 2021-02-01 21:24:54 +01:00
Nikolaj Olsson
dbae6931ab Add UUEncoding utility 2021-02-01 21:19:04 +01:00