Commit Graph

17934 Commits

Author SHA1 Message Date
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
niksedk
02f63aec03 Minor UI fix 2023-08-07 08:29:41 +02:00
Nikolaj Olsson
6d34bbb049
Merge pull request #7216 from ivandrofly/feature/font
Change direct font fetching with targeted methods in FontHelper
2023-08-07 02:22:41 -04:00
niksedk
2d084cf6c1 Remove icon from window Adjust duration 2023-08-07 07:22:23 +02:00
niksedk
f3b7540349 Fix context menu arrow for dark theme - thx Juan :)
See https://github.com/SubtitleEdit/subtitleedit/issues/7205#issuecomment-1666944626
2023-08-07 07:22:01 +02:00
Ivandro Jao
b482b4d779 Update font style parameters in FontHelper
The font style parameters within the FontHelper class were changed from "Bold and Italic" and "Bold or Italic" to "Bold and Regular" and "Bold or Regular" respectively. This adjustment provides a more accurate representation of fonts supporting different styles.
2023-08-06 23:28:16 +01:00
Ivandro Jao
f8580c6440 Update font helper queries to include regular fonts
Modified the FontHelper methods GetBoldAndItalicCapableFontFamilies and GetItalicOrBoldCapableFontFamilies in order to yield fonts that are capable of regular and bold styles, instead of just italic or bold. This change was made across multiple files where these methods are called. The adjustment allows for a greater range of fonts to be used, especially in instances where an italic style is not necessary or desired.
2023-08-06 23:24:48 +01:00
Ivandro Jao
72027445f1 Update method names for font retrieval
Updated the method names in FontHelper.cs and its references in multiple files for more accurate description of the returned object. Changed 'GetBoldAndItalicCapableFonts' and 'GetItalicOrBoldCapableFonts' to 'GetBoldAndItalicCapableFontFamilies' and 'GetItalicOrBoldCapableFontFamilies' respectively, as they are returning FontFamily objects not Font objects. This provides clearer understanding of the method's functionality to other developers.
2023-08-06 23:20:33 +01:00
Ivandro Jao
f9a82afed8 Change direct font fetching with targeted methods in FontHelper
This commit updates font fetching in many forms and logical parts of the app. Earlier, fonts were directly fetched using `FontFamily.Families`. However, this has been replaced with specific calls to methods of the `FontHelper` class. These methods like `GetAllSupportedFontFamilies()`, `GetItalicOrBoldCapableFonts()`, and `GetBoldAndItalicCapableFonts()` provide an easier and more clear selection of fonts based on specific needs. This makes the code more readable and manageable.
2023-08-06 23:18:32 +01:00
niksedk
c80fc83c2c Minor dark theme listview hotrack bg color fix 2023-08-06 20:13:42 +02:00
niksedk
b65696b87e Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-06 17:21:37 +02:00
niksedk
f293508743 Improve subtitle detection in RTF files - thx Hara :) 2023-08-06 17:21:29 +02:00
Nikolaj Olsson
e300fcf1f4
Merge pull request #7215 from hugok79/patch-102
Update pt-PT.xml
2023-08-06 10:58:44 -04:00
Hugo Carvalho
76b0ff2709
Update pt-PT.xml
For commit: 5406fc1d0d
2023-08-06 15:54:20 +01:00
niksedk
405798654e Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-06 15:20:11 +02:00
niksedk
bf217c8b0d Update Korean translatioin - thx domddol :) 2023-08-06 15:20:04 +02:00
Nikolaj Olsson
691e91dc0e
Merge pull request #7214 from potplayer-fanpack/main
Update pl-PL.xml
2023-08-06 09:18:48 -04:00
niksedk
af7a417ac8 a bit more 2023-08-06 15:09:08 +02:00
niksedk
3f3125195e Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-06 15:08:31 +02:00
niksedk
14c8d7b499 Minor UI fix in image export 2023-08-06 15:08:20 +02:00
Adam Malich
169957e873 Update pl-PL.xml 2023-08-06 13:48:38 +02:00
Nikolaj Olsson
a931e0b9da
Merge pull request #7213 from bovirus/main
Update italian language
2023-08-06 05:57:10 -04:00
bovirus
b6aef08b5b
Update italian language 2023-08-06 11:55:30 +02:00
niksedk
0b7582319a Fix combobox issue 2023-08-06 11:47:12 +02:00
niksedk
7345b1c466 Add a combobox test 2023-08-06 11:35:48 +02:00
niksedk
5406fc1d0d Fix missing translation - thx Minherre :)
Related to #7212
2023-08-06 11:06:23 +02:00
niksedk
dd675c2cfc Fix for SETextBox border 2023-08-06 08:18:54 +02:00
niksedk
7034450558 Minor UI Fix 2023-08-06 07:31:20 +02:00
Nikolaj Olsson
5bbb92f4ac
Merge pull request #7206 from hugok79/patch-101
Update pt-PT.xml
2023-08-06 01:21:40 -04:00
Nikolaj Olsson
e648b350cb
Merge pull request #7208 from Flitskikker/feature/update-nl-translation-20230804
Update Dutch translation
2023-08-06 01:21:06 -04:00
niksedk
67f844460f Fix alignment for new label 2023-08-06 07:17:24 +02:00
niksedk
1287eb1fed Work on dark theme - thx Leon :)
Work on  #7205
2023-08-06 07:01:12 +02:00
niksedk
a5ab6319f5 More... 2023-08-05 23:58:02 +02:00
niksedk
0a4092c354 Fix crash in OCR w new combobox - thx alpaa9 :)
Fix #7210
2023-08-05 23:57:38 +02:00
niksedk
573549a733 Try to fix crash when changing to dark theme 2023-08-05 14:45:01 +02:00
niksedk
1cf6e146ee Fix text for HI issues - thx jmaraujouy :)
Fix #7089
2023-08-05 14:09:35 +02:00
niksedk
9bf3fee74b Work on #7089 2023-08-05 12:19:23 +02:00
niksedk
d69818b816 Fix for combobox 2023-08-05 11:13:33 +02:00
niksedk
30ebab1f93 More combobox/UI 2023-08-05 09:30:36 +02:00
niksedk
98310782c1 Update Korean translation - thx domddol :) 2023-08-05 08:45:44 +02:00
niksedk
978b1534bb Work on disabled and dark theme 2023-08-05 08:41:39 +02:00
niksedk
93f3a29581 Minor UI stuff - thx Leon :)
Related to #7205
2023-08-05 08:29:26 +02:00
niksedk
60fbc47273 Fix toolbar settings UI issue - thx Andrebavila :)
Fix  #7196
2023-08-05 08:06:06 +02:00
niksedk
8f9e65c28b Minor UI fix 2023-08-04 21:22:54 +02:00
niksedk
5a0a6fbc65 Minor UI fix 2023-08-04 21:16:18 +02:00
niksedk
ab5000b530 Work on controls 2023-08-04 20:53:57 +02:00
niksedk
dbf3ddb847 Work on new controls 2023-08-04 20:40:26 +02:00
niksedk
273d62cc5b Work on new controls 2023-08-04 20:22:15 +02:00
niksedk
bdd12f6b86 Work on controls 2023-08-04 20:05:24 +02:00