Commit Graph

17966 Commits

Author SHA1 Message Date
niksedk
73732bdd3f A little more EBU auto fix 2023-08-16 17:56:47 +02:00
niksedk
e97360f786 Update change log 2023-08-16 17:50:07 +02:00
niksedk
451faecc07 Minor fix for text box focus box 2023-08-16 17:16:26 +02:00
niksedk
acd9e46f04 Allow .tsv as extension for tranport streams - thx Mihai :) 2023-08-16 15:43:55 +02:00
niksedk
207c4a8175 Minor work on progress helper 2023-08-16 15:43:15 +02:00
niksedk
0833371735 Fix typo + double dialog 2023-08-16 14:57:14 +02:00
niksedk
7167471dbb Update Dansih translation 2023-08-16 14:18:32 +02:00
niksedk
bf97d803aa Update Korean translation - thx domddol :) 2023-08-16 14:14:58 +02:00
niksedk
5be4d0ee4e again... 2023-08-16 14:14:14 +02:00
niksedk
b1756fb888 Use blue focus color for NikseTextBox 2023-08-16 14:13:52 +02:00
niksedk
a1fc3d5eb1 Use simple text box for better dark theme 2023-08-16 11:37:58 +02:00
niksedk
57879a61dc Minor improve of Whisper UI 2023-08-16 10:55:41 +02:00
niksedk
ec8f8584c8 Add whisper update check 2023-08-16 08:55:29 +02:00
niksedk
1a874cb77d Minor fix for msgbox (use left align) 2023-08-15 23:29:04 +02:00
niksedk
ec9fb47f66 Fix for new msgbox 2023-08-15 23:00:03 +02:00
niksedk
93b61b2972 Fix for Visual sync 2023-08-15 22:59:49 +02:00
niksedk
c942f2f1c1 Batch convert use new label 2023-08-15 22:48:56 +02:00
niksedk
81349967dd Fix for crash in Batch convert - thx pcspeak :)
Fix #7241
2023-08-15 22:30:08 +02:00
niksedk
6a80c278a3 Minor refact 2023-08-15 19:32:38 +02:00
niksedk
b3bd422260 Testing for CUDA - thx Purfview :)
See https://github.com/Purfview/whisper-standalone-win/issues/58#issuecomment-1679221536
2023-08-15 19:14:02 +02:00
niksedk
50f6fe1925 Draw file association image in dark mode 2023-08-15 18:11:28 +02:00
niksedk
580b15a37e Update Korean translation - thx domddol :) 2023-08-15 17:19:36 +02:00
Nikolaj Olsson
13598aba6c
Merge pull request #7240 from hugok79/patch-103
Update pt-PT.xml
2023-08-15 11:04:32 -04:00
Nikolaj Olsson
9b21ecc0c2
Merge pull request #7239 from bovirus/main
Update italian language
2023-08-15 11:03:46 -04:00
Nikolaj Olsson
deafd47829
Merge pull request #7107 from PMitsakis/main
Translation update
2023-08-15 11:03:22 -04:00
Nikolaj Olsson
be66b55650
Merge pull request #7103 from nkh0472/patch-90
Update zh-Hans.xml
2023-08-15 11:02:47 -04:00
Hugo Carvalho
383431681d
Update pt-PT.xml 2023-08-15 15:55:58 +01:00
Hugo Carvalho
5a95c66b31
Update pt-PT.xml
For commit: 3db6b1e8fb
2023-08-15 15:50:58 +01:00
bovirus
a563f0f8d1
Update italian language 2023-08-15 16:41:06 +02:00
niksedk
1e3d18f8c3 Update msg box res icons 2023-08-15 15:36:05 +02:00
niksedk
da7fb8c18a Fix close result - thx forapreder :)
Fix #7237
2023-08-15 15:03:30 +02:00
niksedk
3db6b1e8fb Update nuget 2023-08-15 14:46:31 +02:00
niksedk
5d1597c6e0 Add Faster Whisper CUDA libs download - thx Perfview :)
See https://github.com/Purfview/whisper-standalone-win/issues/58#issuecomment-1678479859
2023-08-15 13:47:11 +02:00
niksedk
35b2a21d17 Work on #7222 2023-08-14 20:36:16 +02:00
niksedk
d4c8d13205 Fix ASSA change resolution for inline margins - thx Nagutos :)
Working on #7225
2023-08-14 16:15:42 +02:00
niksedk
d6d46b9bca Minor UI/dark theme stuff 2023-08-14 14:43:45 +02:00
niksedk
55346e86b7 Improve check 2023-08-13 20:42:35 +02:00
niksedk
ed75e62a93 Add word + fix typo 2023-08-13 20:37:41 +02:00
niksedk
25679779fc Update Purview Whisper-Faster r145.1 2023-08-13 19:57:55 +02:00
niksedk
40d14db375 Minor UI fix 2023-08-13 16:27:36 +02:00
niksedk
81f580d534 Minor UI stuff 2023-08-13 16:17:55 +02:00
Ivandro Jao
b4b3be0f6e Refactor HTML diff generation into separate class
This change extracts HTML diff generation into its own class, HtmlDiffGenerator, from FixCommonErrors form. The main reason for this is to improve code modularity and maintainability. Additionally, it helps to maintain the single responsibility principle by separating the error fixing and HTML diff generation concerns. Now, HTML diff generation is more reusable and testable on its own.
2023-08-13 09:49:10 +01:00
nkh0472
24272c1163
Update zh-Hans.xml 2023-08-13 15:17:12 +08:00
niksedk
739494c0e6 Minor fixes for tab-stop/focus 2023-08-13 07:58:10 +02:00
Ivandro Jao
76226e7dc8 Fix language check in AdvancedTextBox
An error was noticed in the language check within AdvancedTextBox.cs where it was checking for "en " (with an extra whitespace) which always returned false and thus the condition inside never executed. This commit removes the unwanted whitespace to fix the condition check for English language ("en").
2023-08-12 22:02:59 +01:00
Ivandro Jao
273210dd33 Refactor LoadDictionariesAsync method in AdvancedTextBox
Modified the LoadDictionariesAsync method to directly return a new Task. This eliminates the need for async/await and simplifies code while maintaining functionality.
2023-08-12 22:02:59 +01:00
Ivandro Jao
08fb6dca6c Refactor dictionary availability check in AdvancedTextBox
Extracted the logic checking dictionary availability into a separate method "IsDictionaryAvailable". This aims to improve code readability and modularity, thereby promoting better maintainability. Instead of having the logic embedded in the InitializeLiveSpellCheck method, it's now in its own method that can be used elsewhere if needed.
2023-08-12 22:02:59 +01:00
niksedk
e1690ff3e7 Minor UI fixes 2023-08-12 21:32:08 +02:00
niksedk
9f4340dbfa Minor UI fixes 2023-08-12 21:09:45 +02:00
niksedk
04f8d66e29 Minor UI fixes 2023-08-12 20:42:55 +02:00