Commit Graph

17782 Commits

Author SHA1 Message Date
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
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
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
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
niksedk
8b3db1fafb Minor UI fixes 2023-08-11 20:23:22 +02:00
niksedk
b50a509919 Minor fix for bilingual split - thx leon :)
Fix #7220
2023-08-11 17:53:49 +02:00
niksedk
d257776412 use whisper_log.tdt 2023-08-10 21:21:48 +02:00
Μητσάκης Παναγιώτης
3086af75e7
Ditto 2023-08-10 19:01:47 +03:00
niksedk
8b84d6248b Minor work on combobox 2023-08-10 17:59:01 +02:00
Μητσάκης Παναγιώτης
def3a408e6
Merge branch 'SubtitleEdit:main' into main 2023-08-10 18:56:34 +03:00
niksedk
ff262b1ea7 Work on combobox/dark-theme 2023-08-10 17:44:05 +02:00
niksedk
03b70b0fcd Minor UI fix for "Fix common errors" 2023-08-09 18:34:41 +02:00
niksedk
af8a299e1a More combobox
Fix #7228
2023-08-09 17:44:10 +02:00
niksedk
39b42b1517 Fix for new combobox - the jmaraujouy :)
Fix #7228
2023-08-09 17:31:11 +02:00
niksedk
43692374b7 Use custom msgbox 2023-08-09 16:43:45 +02:00
niksedk
1c2130a4f5 Testing msgbox 2023-08-09 06:43:37 +02:00
niksedk
37ce5d48d8 Work on dark msgbox 2023-08-08 20:20:12 +02:00
niksedk
1c354d8259 Fix typo in French translaton - thx Nagutos :)
Related to #7225
2023-08-08 20:16:04 +02:00
niksedk
5a4d766314 Work on combobox 2023-08-08 17:44:41 +02:00
niksedk
93e4022871 Work on textbox 2023-08-08 17:05:24 +02:00
niksedk
ba8521263a Work on combobox 2023-08-08 16:23:53 +02:00
niksedk
62c992247b Fix text box top issue - thx OmrSi :) 2023-08-08 15:57:47 +02:00
Nikolaj Olsson
af777b5843
Merge pull request #7218 from jmaraujouy/main
Update es-AR & es-MX language files
2023-08-08 00:00:18 -04:00
niksedk
d72327d71b Fix for set layer - thx Leon :)
Fix #7221
2023-08-07 22:18:55 +02:00
niksedk
da1bb89f75 Trying to fix focus issue with combobox 2023-08-07 22:02:11 +02:00
niksedk
e11d214f1f Minor UI fixes 2023-08-07 21:29:59 +02:00
Nikolaj Olsson
b070352748
Merge pull request #7223 from ivandrofly/feature/fonthelper
Fixes filtering typos "Italic" => "Regular"
2023-08-07 15:27:13 -04:00
Ivandro Jao
494b33f208 Update font-related comments in FontHelper.cs
Updated comments in the FontHelper class to accurately refer to 'font families' rather than 'fonts'. The terminology was incorrect, leading to potential confusion; a 'font family' better and correctly describes the collections being returned by the functions.
2023-08-07 20:19:42 +01:00
Ivandro Jao
47dababcb1 Refactor private variable name in FontHelper class
In the FontHelper.cs file, the private static array variable '_fonts' was renamed to 'Fonts' for better code readability. This variable is used in the static constructor and methods to store and retrieve font families. These changes do not alter the functionality of the FontHelper class, its methods, or the code that uses it.
2023-08-07 20:15:09 +01:00
Ivandro Jao
7e65c4073c Update font logic from Italic to Regular styles
The FontHelper logic was incorrectly referencing Italic styles instead of Regular styles in its methods. Both `GetRegularAndBoldCapableFontFamilies` and `GetRegularOrBoldCapableFontFamilies` methods were corrected, ensuring the correct styles (Bold and Regular) are queried for in the font collection.
2023-08-07 20:14:27 +01:00
niksedk
b73eaeaa37 Update Bulgarian translation - thx Калин :) 2023-08-07 17:02:14 +02:00
Juan M. Araújo
36e72bc610
Update es-AR.xml 2023-08-07 10:06:28 -03:00
Juan M. Araújo
4e525a8e69
Update es-MX.xml
Updated language definitions and added missing entries
2023-08-07 09:36:46 -03:00
Juan M. Araújo
c4ae33416f
Update es-AR.xml
Added latest definitions & missing entries
2023-08-07 08:56:48 -03:00
niksedk
7d0c83f238 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-07 08:29:51 +02:00