Commit Graph

17966 Commits

Author SHA1 Message Date
niksedk
b61962639b Work on #7255 2023-08-18 10:39:12 +02:00
Nikolaj Olsson
3095f9b6bd
Merge pull request #7257 from bovirus/main
Update italian language
2023-08-18 04:22:22 -04:00
Nikolaj Olsson
391f5dd050
Merge pull request #7254 from Purfview/main-2
Update cmd line help for Faster-Whisper
2023-08-18 04:21:31 -04:00
niksedk
d9ec522698 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-18 10:19:08 +02:00
niksedk
df198db33c Minor UI update to "Play rate (speed)" button - thx Leon/ jmaraujouy :) 2023-08-18 10:19:00 +02:00
bovirus
7857f3fa6b
Update italian language 2023-08-18 09:46:54 +02:00
Nikolaj Olsson
6717b7ea0c
Merge pull request #7256 from nkh0472/main-2
Update zh-Hans.xml
2023-08-18 03:31:41 -04:00
nkh0472
944e43a919
Update zh-Hans.xml
for commit 941f37f9f4
2023-08-18 14:59:11 +08:00
Purfview
cdcc7097d2
Update cmd line help for Faster-Whisper 2023-08-18 04:17:32 +01:00
Nikolaj Olsson
d4c44635b3
Merge pull request #7253 from Purfview/main-1
Minor refact :)
2023-08-17 21:28:00 -04:00
niksedk
6ca3ce26c4 Testing #7236 2023-08-18 03:27:12 +02:00
Purfview
17b2f0542d
Minor refact :) 2023-08-18 02:20:28 +01:00
niksedk
5afd1fb9cd Minor fix for last commit 2023-08-18 02:31:20 +02:00
niksedk
a46f10ea5e Possible fix for Adjust/Set end & go to the next (F10)
Work on #7247
2023-08-18 02:30:06 +02:00
niksedk
3c8a2859ca Minor refact 2023-08-18 02:17:52 +02:00
niksedk
0c67af8bb1 Fix for list view selected unfocused text color - thx Cyberyoda1411 :)
Fix #7252
2023-08-18 02:01:35 +02:00
niksedk
bd403d4211 Update change log 2023-08-18 01:19:07 +02:00
niksedk
fc03513781 Minor UI fix 2023-08-18 01:01:56 +02:00
Nikolaj Olsson
16faf781e9
Merge pull request #7235 from ivandrofly/feature/html-diff-gen
Refactor HTML diff generation into separate class
2023-08-17 18:58:30 -04:00
Nikolaj Olsson
7efaff923e
Merge pull request #7233 from ivandrofly/feature/refact-fix
Update/Fixes AdvancedTextBox
2023-08-17 18:50:38 -04:00
Nikolaj Olsson
78e6eb6ffa
Merge pull request #7232 from ivandrofly/feature/web-vtt
Feature/web vtt
2023-08-17 18:49:14 -04:00
Ivandro Jao
3d4477d113 "Renamed GetPlugins method to GetInstalledPlugins"
The method `GetPlugins` in the `LocalPluginMetadataProvider` class and the reference to it in the `PluginUpdateChecker` were renamed as `GetInstalledPlugins`. This renaming serves to make the method name more descriptive and better represent its purpose, i.e., to retrieve installed plugins.
2023-08-17 23:19:16 +01:00
Ivandro Jao
0d7a5d3c58 Remove unused validation methods in LocalPluginMetadataProvider
The IsValid methods for string and decimal types in the LocalPluginMetadataProvider class have been removed. Previous changes made these methods redundant, and they are no longer being used anywhere within this class. This cleanup will help to maintain the readability and maintainability of the codebase.
2023-08-17 21:27:10 +01:00
Ivandro Jao
853fe1f9c2 Refactor to avoid duplication 2023-08-17 21:06:42 +01:00
Ivandro Jao
9a40113c5d Rename PluginUpdateResult to PluginUpdateCheckResult
This change was implemented to more accurately represent the functioning of the class. The class doesn't provide the update itself but rather checks if an update is available. This naming thus improves the code readability and understanding of its functionality.
2023-08-17 20:55:16 +01:00
Ivandro Jao
3872cc8bcf Refactor plugin loading logic and improve validation checks.
The refactoring was done for LocalPluginMetadataProvider and LocalPlugin classes. A new SymbolReader class is introduced to read property values from the plugin assemblies' types using reflection, removing repeated code for this task. String constants are introduced for the "*.dll" extension and for the properties names to avoid hardcoded strings.
In LocalPlugin, a validation check method 'IsValid' is introduced to ensure the plugin's name is not null or empty and its version is greater than 0. This is to ensure only valid plugins get added to the installed plugins. Improved the equality check for plugin names to ignore casing. All these changes made the code more maintainable and robust, reducing possibility for errors.
2023-08-17 20:46:54 +01:00
niksedk
6b7877f5c6 Use better color picker for dark theme fore/back color 2023-08-17 15:41:43 +02:00
niksedk
6e3a3c79bf Minor UI fix (context menu dynamic created items) 2023-08-17 15:00:37 +02:00
niksedk
63cffd0cf0 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-17 14:17:46 +02:00
niksedk
4529d5742c Update Korean translation - thx domddol :) 2023-08-17 14:17:40 +02:00
Nikolaj Olsson
d409244063
Merge pull request #7251 from nkh0472/main-1
Update zh-Hans.xml
2023-08-17 08:16:41 -04:00
niksedk
941f37f9f4 Work on new shortcuts 2023-08-17 14:15:57 +02:00
nkh0472
53c260dc71
Update zh-Hans.xml 2023-08-17 19:21:06 +08:00
niksedk
c2863f5399 Work on new shortcuts 2023-08-17 12:54:50 +02:00
Nikolaj Olsson
0d95b26a19
Merge pull request #7250 from bovirus/main
Update italian language
2023-08-17 05:16:24 -04:00
niksedk
b86e4a9e4a Allow 33 mb text subtitles + unlimeted .ass files in cmd line convert - thx JeWe37 :)
Fix #7244
2023-08-17 11:09:00 +02:00
bovirus
75c6b96aa5
Update italian language 2023-08-17 10:35:02 +02:00
niksedk
83eb4b9667 Minor UI fixes 2023-08-17 08:59:51 +02:00
niksedk
20169ffd8c Some fixes for ASSA set layer 2023-08-17 08:45:35 +02:00
niksedk
cfff37f67d Update Bulgarian translation - thx Калин :) 2023-08-17 08:29:06 +02:00
niksedk
4c06f30c24 More dark theme - thx Leon :)
Work on #7205
2023-08-17 08:27:12 +02:00
niksedk
040db8b667 Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit 2023-08-17 07:30:41 +02:00
niksedk
6d9537f438 Fix wrong overlap message - thx Cyberyoda1411 :)
Fix #7246
2023-08-17 07:30:33 +02:00
Ivandro Jao
e387d7244d Move plugin constant initialization close to usage
The location of the constant initialization "IPlugin" was moved closer to its usage within the GetPlugins() method. This provides better code readability
2023-08-16 22:23:21 +01:00
Ivandro Jao
94c53cd425 Remove redundant code in LocalPluginMetadataProvider.cs
Removed the GetKnownProperties method in the LocalPluginMetadataProvider class. This part was unnecessary because we rely on a specific set of properties ("Text") and don't need to retrieve all public instance properties. This results in cleaner and more efficient code.
2023-08-16 21:45:28 +01:00
Ivandro Jao
40d839d32f Fixes #7186 2023-08-16 21:42:28 +01:00
Nikolaj Olsson
f927757708
Merge pull request #7242 from hugok79/patch-104
Update pt-PT.xml
2023-08-16 14:07:49 -04:00
niksedk
d59b6bb0bc Update yt-dlp to 2023.07.06 2023-08-16 20:02:55 +02:00
niksedk
9690e203ab Minor adjust for list view unfocused seleced tow 2023-08-16 19:58:52 +02:00
Hugo Carvalho
bf185b7dc2
Update pt-PT.xml
For commits: 57879a61dc 207c4a8175
2023-08-16 18:33:47 +01:00