Commit Graph

18203 Commits

Author SHA1 Message Date
niksedk
0a478fe283 Remove more disabled shadow 2023-08-29 15:35:34 +02:00
Ivandro Jao
51bfd4abf9 Refactor DarkTheme class to optimize sub control access
Removed the 'GetAllControlByType' method and replaced it with a refactored 'GetSubControls' method. This streamlines geting sub-controls by type for both 'SetDarkTheme' and 'UnSetDarkTheme' methods, reducing redundancy and improving code maintainability. Also, this update enhances the code readability by using var instead of explicit types in for-each loops.
2023-08-29 14:28:01 +01:00
niksedk
f0d18ec43b Fix for #7295 (chebox disabled text using dark theme) - thx ivandrofly :) 2023-08-29 07:19:28 +02:00
niksedk
a4ce3da606 Minor theme fix 2023-08-28 21:23:10 +02:00
niksedk
d4710104e3 Minor theme fix 2023-08-28 21:19:48 +02:00
niksedk
311315a87a More list view 2023-08-28 20:03:48 +02:00
niksedk
c4643bd853 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-28 19:53:46 +02:00
niksedk
0d70376186 Work on subtitle list view rtl 2023-08-28 19:53:41 +02:00
Nikolaj Olsson
08fc91fad9
Merge pull request #7298 from diomed/patch-2
Update hrv_OCRFixReplaceList.xml
2023-08-28 12:51:57 -04:00
niksedk
d4a244f0b7 Allow one more ext for format 2023-08-28 18:40:22 +02:00
niksedk
f580f55011 Only allow mousewheen in combobox when focused - thx Olivier :) 2023-08-28 17:38:15 +02:00
May Kittens Devour Your Soul
bb507c11e3
Update hrv_OCRFixReplaceList.xml 2023-08-28 15:22:38 +02:00
May Kittens Devour Your Soul
1eb0b12017
Update hrv_OCRFixReplaceList.xml 2023-08-28 12:19:05 +02:00
niksedk
e525a98d1e Fix list view selected error color - thx moob158 :)
Fix #7294
2023-08-28 08:10:15 +02:00
niksedk
70ad580c1e Update to Whisper-Faster_r146.zip - thx Purfview :)
See https://github.com/SubtitleEdit/subtitleedit/issues/7282#issuecomment-1694821598
2023-08-28 07:29:10 +02:00
niksedk
c8892a3c28 Minor UI fix 2023-08-27 18:48:53 +02:00
niksedk
67ff516d2e Update lib mpv 2023-08-27 18:48:34 +02:00
niksedk
acf13dc57d Testing combobox popup win 2023-08-27 17:18:00 +02:00
niksedk
d886042458 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-27 14:21:07 +02:00
niksedk
75f175eaf0 Use EndEllipsis for combo-box - thx Flitskikker :) 2023-08-27 14:21:00 +02:00
Nikolaj Olsson
b82d9f833a
Merge pull request #7291 from Flitskikker/feature/changes-20230827
Update Dutch translation & Remove video check for Beautify time codes
2023-08-27 08:19:47 -04:00
Martijn van Berkel (Flitskikker)
7baa8d3e85 Remove video check for Beautify time codes 2023-08-27 14:12:34 +02:00
niksedk
56c7bcfb8f Fix going from dark theme on Linux 2023-08-27 14:11:18 +02:00
Martijn van Berkel (Flitskikker)
e08829e74e Update Dutch translation 2023-08-27 14:08:59 +02:00
niksedk
50b3ed790b Fix Settings window working on Linux 2023-08-27 13:54:29 +02:00
niksedk
bcd72a46da Minor clean 2023-08-27 12:05:38 +02:00
niksedk
7ae0c8b6ec Click on text area with empty sub + new waveform selection, use selection if sane 2023-08-27 11:58:28 +02:00
niksedk
43fe8e85fd Minor cmd line help fix 2023-08-27 11:41:16 +02:00
niksedk
e65740b266 Minor dark theme stuff 2023-08-27 10:45:33 +02:00
niksedk
07ff0a4f74 Revert some project file changes 2023-08-27 10:40:54 +02:00
Nikolaj Olsson
f5fc007bca
Merge pull request #7288 from ivandrofly/feature/uiutil-cleanup
Remove redundant SelectWordAtCaret function
2023-08-27 01:34:35 -04:00
niksedk
c33c65edaa Minor dark theme fix 2023-08-27 07:33:53 +02:00
niksedk
befe2d8a8c Optimize theme change a little 2023-08-26 10:16:36 +02:00
niksedk
cbe6c73a26 Minor label fix 2023-08-26 08:59:52 +02:00
niksedk
a8899372ce More project fiddling... 2023-08-26 08:45:15 +02:00
niksedk
e5ba01128c Try to include Net.Http... 2023-08-26 08:37:06 +02:00
niksedk
5bb12c2472 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-26 08:02:30 +02:00
niksedk
7bece10d77 Work on project settings 2023-08-26 08:02:22 +02:00
Ivandro Jao
132130550c Remove redundant SelectWordAtCaret function
The SelectWordAtCaret function for the SETextBox class was removed. It was identical to the version for the TextBox class, resulting in duplicate code. To enhance code maintainability and readability, the redundant function was deleted.
2023-08-25 23:33:04 +01:00
Nikolaj Olsson
14827d86f5
Merge pull request #7287 from diomed/master
Croatian updates OCR
2023-08-25 13:47:01 -04:00
niksedk
de0c366c88 Fix overlap warning not updating 2023-08-25 19:29:42 +02:00
niksedk
ccd763d4ff Try to improve list view selected line 2023-08-25 18:42:32 +02:00
niksedk
5f176fc893 Try to fix issue w selected line in list view 2023-08-25 18:13:12 +02:00
niksedk
38ab015105 Minor refact 2023-08-25 16:59:07 +02:00
niksedk
ee1052a9c6 Fix for list view selected unfocused text - thx OmrSi :) 2023-08-25 16:37:46 +02:00
niksedk
458a388671 Fix translation - thx Jamakmake :) 2023-08-25 15:58:32 +02:00
May Kittens Devour Your Soul
1db9a49414
Update hrv_OCRFixReplaceList.xml 2023-08-25 15:51:53 +02:00
May Kittens Devour Your Soul
cf9bd6fb7a
Update hrv_OCRFixReplaceList.xml 2023-08-25 15:12:20 +02:00
niksedk
0c38a298f4 Updata change log 2023-08-25 03:01:28 +02:00
niksedk
488a0d7c1d Minor adjustment of white text color for video player time 2023-08-25 02:30:28 +02:00