Nikolaj Olsson
2b33476a1d
Minor post-processor fix
2024-04-05 18:19:53 +02:00
Nikolaj Olsson
a49bef7874
Add a few letters
2024-04-05 16:27:15 +02:00
Nikolaj Olsson
d493df5266
Fix missing translation
2024-04-05 15:40:13 +02:00
Nikolaj Olsson
d74c4bf014
UI fix for batch convert translate - thx Jamakmake :)
2024-04-05 14:37:19 +02:00
Nikolaj Olsson
16d309f69e
Fix typo - thx Hugo :)
...
Fix #8138
2024-04-05 14:18:25 +02:00
Nikolaj Olsson
e935d21244
Allow waveform split while playing - thx Leon :)
...
Fix #8137
2024-04-05 13:26:37 +02:00
Nikolaj Olsson
1b463a8cf4
Add "Ctrl+A" work in waveform (select all)
2024-04-05 13:14:45 +02:00
Nikolaj Olsson
85a8076098
Improve post processor a little
2024-04-05 13:14:28 +02:00
Nikolaj Olsson
440312fa54
Add waveform whisper context menu for long paragraph
2024-04-05 12:44:28 +02:00
Nikolaj Olsson
1ae0c82635
Update dicctionaries
2024-04-05 11:02:46 +02:00
Nikolaj Olsson
557b624fae
Update da/sv translations
2024-04-05 09:57:42 +02:00
Nikolaj Olsson
55d800489f
Merge pull request #8135 from bovirus/main
...
Update Italian language
2024-04-05 09:33:12 +02:00
bovirus
30bfcaaeb0
Update Italian language
2024-04-04 21:42:29 +02:00
Nikolaj Olsson
829c259915
Merge pull request #8134 from jmaraujouy/main
...
Update ES_AR & ES_MX languages
2024-04-04 19:42:55 +02:00
Nikolaj Olsson
c3c475cd24
Fix "Brigde gaps" in "Fix common errors" with overlap
2024-04-04 19:39:56 +02:00
Juan M. Araújo
dc94153e6a
Update es-MX.xml
2024-04-04 13:43:28 -03:00
Juan M. Araújo
e717dbc192
Update es-AR.xml
2024-04-04 13:43:21 -03:00
Nikolaj Olsson
2a8956861d
Update translation
2024-04-04 16:18:04 +02:00
Nikolaj Olsson
263a929fdf
Improve text with shortcut info
2024-04-04 16:02:26 +02:00
Nikolaj Olsson
7e362d1d95
Improve validation for Whisper English only models - thx Purfview :)
2024-04-04 15:13:45 +02:00
Nikolaj Olsson
6a9c8465bc
Show warning for running non-English with English-only models - thx Purfview :)
...
Related to ae5c93d634 (commitcomment-140600266)
2024-04-04 14:58:22 +02:00
Nikolaj Olsson
90731f97e0
Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit
2024-04-04 12:44:22 +02:00
Nikolaj Olsson
922cfe8295
Work on #8109 - thx rRobis :)
2024-04-04 12:44:14 +02:00
Nikolaj Olsson
1c18ce6a95
Merge pull request #8132 from davepusey/davepusey1
...
Move MKV Bluray parsing from BinEdit.cs into libse for use by third-party code.
2024-04-04 12:37:45 +02:00
Dave Pusey
70e7fb28b9
Move MKV Bluray parsing from BinEdit.cs into libse for use by third-party code.
2024-04-04 11:19:33 +01:00
Nikolaj Olsson
ae5c93d634
Add distilled models for Purfview Faster Whisper
2024-04-04 12:08:09 +02:00
Nikolaj Olsson
af2fabbfea
Update change log
2024-04-03 22:06:24 +02:00
Nikolaj Olsson
42576abf94
Merge pull request #8129 from hugok79/patch-116
...
Update pt-PT.xml
2024-04-03 21:29:28 +02:00
Hugo Carvalho
e9b6b2b15e
Update pt-PT.xml
...
For commits: 78351ffc2b
2cf1ad6246
278b642bbf
758dcac3de
2024-04-03 19:47:06 +01:00
Nikolaj Olsson
c34570f123
Merge pull request #8120 from ivandrofly/issues/nikse-combobox-8119
...
Fixes #8119
2024-04-03 17:37:38 +02:00
Nikolaj Olsson
aad4d3829a
Merge pull request #8118 from ivandrofly/issues/fix-potential-mouse-issue
...
Switch MouseDown event to MouseUp in NikseUpDown control
2024-04-03 17:30:14 +02:00
Nikolaj Olsson
4f4c89a535
Merge pull request #8117 from ivandrofly/refact/nikseCombobox
...
Refactor text change notifications in NikseComboBox
2024-04-03 17:29:09 +02:00
Nikolaj Olsson
33a18323a1
Merge pull request #8116 from ivandrofly/refact/ocr-refact
...
Refactor OCR text fixing for readability and efficiency
2024-04-03 17:22:52 +02:00
Nikolaj Olsson
f4f61f20ba
Add LM Studio and Ollama as auto-translators
...
Fix #7980
2024-04-03 16:38:27 +02:00
Ivandro Jao
ccbec285f3
Fixes #8119
...
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-04-02 13:27:22 +01:00
Ivandro Jao
6b42f9a0ad
Switch MouseDown event to MouseUp in NikseUpDown control
...
The code changes correct an event handling in the NikseUpDown custom control. Previously, the base's OnMouseDown event was called, but the correct behavior should be to call the base's OnMouseUp event. This switch ensures the control responds properly to mouse interactions.
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-04-02 13:12:19 +01:00
Ivandro Jao
e1f439534d
Refactor text change notifications in NikseComboBox
...
The previous implementation of the text change notifications and value change events in NikseComboBox was repetitive and cluttered. This commit streamlines that by introducing a new method, NotifyTextChanged(), that handles these events. The new approach contributes to code maintainability and readability.
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-04-02 13:00:57 +01:00
Ivandro Jao
7cc045c9de
Refactor OCR text fixing for readability and efficiency
...
The commit includes renaming variables in the OCR text correction functionality for better clarity, changing "lastLine" to "previousLine" and "lastLastLine" to "prePreviousLine". It also streamlines the handling of French apostrophes by using an array of affixes to replace repetitive if-else statements.
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-04-02 10:47:17 +01:00
Nikolaj Olsson
31ed11f60a
More on #8111
2024-04-01 15:32:55 +02:00
Nikolaj Olsson
e722aded31
Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit
2024-04-01 14:07:13 +02:00
Nikolaj Olsson
a054893ec0
Try to fix auto-translate selected lines - thx rRobis :)
...
Work on #8111
2024-04-01 14:07:07 +02:00
Nikolaj Olsson
fec272d061
Merge pull request #8110 from nkh0472/patch-104
...
Update zh-Hans.xml
2024-04-01 13:55:55 +02:00
nkh0472
04b8ca3d38
Update zh-Hans.xml
2024-04-01 15:11:21 +08:00
Nikolaj Olsson
0891670426
Update change log
2024-04-01 08:54:00 +02:00
Nikolaj Olsson
345e8db1a5
Minor UI fix
2024-04-01 08:40:56 +02:00
Nikolaj Olsson
103d6d5f69
Update Purfview Faster Whisper to r189.1 - thx Purfview :)
...
See https://github.com/Purfview/whisper-standalone-win/issues/228
2024-04-01 08:36:15 +02:00
Nikolaj Olsson
6a0fa95720
Update change log
2024-03-31 22:14:05 +02:00
Nikolaj Olsson
b36562cbe9
Fix for alst commit - thx highflowerG :)
...
Work on #8106
2024-03-31 22:05:57 +02:00
Nikolaj Olsson
b523ae72f2
Try to fix layout change crash - thx highflowerG :)
...
Work on #8106
2024-03-31 21:04:49 +02:00
Nikolaj Olsson
2b3354fcd5
More on custom prompt
2024-03-31 19:50:45 +02:00