Commit Graph

19786 Commits

Author SHA1 Message Date
May Kittens Devour Your Soul
38d2981501
Update hrv_OCRFixReplaceList.xml 2024-05-14 20:48:31 +02:00
bovirus
154ba0deba
Update Italian language 2024-05-14 20:13:31 +02:00
Nikolaj Olsson
d894047258
Merge pull request #8370 from hugok79/patch-121
Update pt-PT.xml
2024-05-14 18:12:24 +02:00
Nikolaj Olsson
2b74ac47d4
Merge pull request #8369 from nkh0472/patch-114
Update zh-Hans.xml
2024-05-14 18:12:06 +02:00
Hugo Carvalho
ca651727ac
Update pt-PT.xml
* For commits: a9f70c1ffe 7e623130e6 6044e581a8
* Other minor corrections
2024-05-14 16:19:54 +01:00
nkh0472
14c291e312
Update zh-Hans.xml
for commit 6044e581a8
2024-05-14 19:33:46 +08:00
Nikolaj Olsson
40b0e94123 Set default ChatGPT model to the new "gpt-4o" 2024-05-14 05:57:50 +02:00
Nikolaj Olsson
7694c69e24
Merge pull request #8338 from trienow/master
Feature: Hot keys to the Ocr-Character-Inspect-Form
2024-05-13 20:48:18 +02:00
Nikolaj Olsson
4155a9b4f1 Fix for setting new speed% after edit (TTS) 2024-05-13 20:14:24 +02:00
Nikolaj Olsson
a87306bb8d Keep wav format for stereo
Related to #8348
2024-05-13 18:19:08 +02:00
Nikolaj Olsson
e95a2f44fc Fix for TTS preview - thx cvrle77 :)
Fix #8361
2024-05-13 17:54:09 +02:00
Nikolaj Olsson
fb2234868a Add audio file file name column for csv export 2024-05-13 08:58:09 +02:00
Nikolaj Olsson
79e417bcc1 Fix #8312 2024-05-13 08:54:40 +02:00
Nikolaj Olsson
a3c8c70f68 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2024-05-13 08:01:02 +02:00
Nikolaj Olsson
e6cbf81e0b Minor TTS work 2024-05-13 08:00:56 +02:00
Ivandro Jao
cfa0aece78 Refactor tag replacement in HtmlUtil
The revision refactors the replacement of invalid italic tags in the HtmlUtil FixInvalidItalicTags method. The separate string replace statements were replaced with loops that iterate over arrays of predefined invalid tag variations. This change leads to cleaner, more readable, and maintainable code.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-05-11 14:23:05 +01:00
Nikolaj Olsson
40c253a081
Merge pull request #8352 from nkh0472/patch-112
Update zh-Hans.xml
2024-05-11 07:57:29 +02:00
nkh0472
67188943fd
Update zh-Hans.xml 2024-05-11 10:28:55 +08:00
trienow
6044e581a8
Added context menu entries to document the hot keys 2024-05-10 19:23:53 +02:00
trienow
1bf836ac68
Added hot keys to the Ocr-Character-Inspect-Form
This allows the user to not have to rely on their mouse as much when mapping bitmap to character.
2024-05-10 16:30:11 +02:00
Nikolaj Olsson
2e487c30ad Set better default value 2024-05-10 15:47:34 +02:00
Nikolaj Olsson
13c9c4cdbe Add force stereo 2024-05-10 15:39:55 +02:00
Nikolaj Olsson
6b0270eaf5 Fix for TTS last rename 2024-05-10 14:35:36 +02:00
Ivandro Jao
6f1f32876d Refactor method to check string starts with lowercase letter
The method formerly known as "BeginsWithLetter" has been optimized and renamed to "IsFirstLetterConvertibleToUppercase". The method now directly checks if the string is not empty and its first character is lowercase, instead of doing these in separate steps.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-05-10 09:52:43 +01:00
Nikolaj Olsson
10d35fea1b TTS: Go back to using wav (instead of mp3) 2024-05-10 07:26:48 +02:00
Nikolaj Olsson
7e2f94c1b2 Work on #8344 2024-05-09 19:12:45 +02:00
Nikolaj Olsson
d5c52d57d0 Fix for setting tts lang 2024-05-09 19:02:20 +02:00
Nikolaj Olsson
f8b9a67bbe Work on #8342 2024-05-09 16:40:04 +02:00
Nikolaj Olsson
2c6bcc5db9 A little more cleanup 2024-05-09 15:27:43 +02:00
Nikolaj Olsson
266ac09b80 More cleanup 2024-05-09 15:22:18 +02:00
Nikolaj Olsson
fe0130807f Some translation clean up 2024-05-09 15:15:02 +02:00
Nikolaj Olsson
a306e4a1be Work on translation merge 2024-05-09 14:41:18 +02:00
Nikolaj Olsson
3c0c92e4d1 Update Bulgarian translation - thx Калин :) 2024-05-09 13:21:32 +02:00
Nikolaj Olsson
36f308c0c5
Merge pull request #8341 from bovirus/main
Update Italian language
2024-05-09 10:58:01 +02:00
bovirus
18cd77e280
Update Italian language 2024-05-09 10:18:21 +02:00
Nikolaj Olsson
6e8944742a Minor UI fix 2024-05-09 09:01:23 +02:00
Nikolaj Olsson
5eacb31f0b Fix Azure TTS - thx BlueBlue7891 :)
Fix #8339
2024-05-09 08:10:36 +02:00
Nikolaj Olsson
4a02923c80 Hack for multi download... 2024-05-08 21:41:19 +02:00
Nikolaj Olsson
7e623130e6 Work on #8334 2024-05-08 20:57:22 +02:00
Nikolaj Olsson
31e92dcfbc Work on #8312 2024-05-08 20:38:26 +02:00
Nikolaj Olsson
9d7d1be987 Update Bulgarian translation - thx Калин :) 2024-05-08 19:37:39 +02:00
Nikolaj Olsson
3a6ecac04a Minor UI fix 2024-05-08 19:33:14 +02:00
Nikolaj Olsson
fa3ca2e992 Try to fix #8333 2024-05-08 19:27:16 +02:00
Nikolaj Olsson
a9f70c1ffe Update translation 2024-05-08 19:21:55 +02:00
Nikolaj Olsson
3e312b682c Work on #8332 2024-05-08 19:11:42 +02:00
Nikolaj Olsson
8c14075f4b Display TTS speed adjustment in review - thx BlueBlue7891 :)
Fix #8329
2024-05-08 17:17:47 +02:00
Nikolaj Olsson
75922a09d2
Merge pull request #8331 from ivandrofly/feature/namelist
Refactor code for XML document creation
2024-05-08 16:55:42 +02:00
Ivandro Jao
d687d4c51c Refactor NameList to simplify addition of names
The logic for adding names to either _namesMultiList or _namesList in the NameList class was spread widely in the method. It has now been encapsulated within a new private method called TryAdd. This commit leads to cleaner and clearer code within the class and promotes easier maintenance in the future.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-05-08 13:24:39 +01:00
Ivandro Jao
2b726092e8 Refactor code for XML document creation
The XML document creation has been refactored into a separate function to reduce repetition. Prior code for creating the XML document was repeated in several places, specifically in the 'Remove' and 'Add' functions. The new 'CreateDocument' function now contains this code, making the overall codebase cleaner and easier to maintain.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-05-08 13:20:06 +01:00
Nikolaj Olsson
e91bf3d1b7 Minor UI fix 2024-05-07 20:25:15 +02:00