[PR #10] [MERGED] Develop #14

Closed
opened 2026-09-04 00:46:00 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/DesktopMagic/pull/10
Author: @Stone-Red-Code
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (4)

  • 10fe4c7 Add better theme support
  • 0bc7033 Fix some issues with the new theme support
  • 3fcda8e Add per plugin theme override
  • b380e35 Update version

📊 Changes

16 files changed (+472 additions, -191 deletions)

View changed files

📝 src/DesktopMagic/DesktopMagic.csproj (+3 -3)
src/DesktopMagic/Dialogs/ThemeDialog.xaml (+76 -0)
src/DesktopMagic/Dialogs/ThemeDialog.xaml.cs (+143 -0)
📝 src/DesktopMagic/Helpers/SettingElementGenerator.cs (+2 -1)
📝 src/DesktopMagic/MainWindow.xaml (+22 -49)
📝 src/DesktopMagic/MainWindow.xaml.cs (+62 -120)
📝 src/DesktopMagic/Plugins/PluginData.cs (+1 -1)
📝 src/DesktopMagic/Plugins/PluginWindow.xaml.cs (+43 -1)
📝 src/DesktopMagic/Plugins/Theme.cs (+12 -2)
📝 src/DesktopMagic/Resources/Strings/StringResources.de.xaml (+6 -1)
📝 src/DesktopMagic/Resources/Strings/StringResources.en.xaml (+8 -1)
📝 src/DesktopMagic/Settings/DesktopMagicSettings.cs (+25 -1)
📝 src/DesktopMagic/Settings/Layout.cs (+33 -6)
📝 src/DesktopMagic/Settings/PluginSettings.cs (+32 -4)
📝 src/DesktopMagicPluginAPI/Plugin.cs (+3 -0)
📝 src/MsixPackaging/Package.appxmanifest (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Stone-Red-Code/DesktopMagic/pull/10 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (4) - [`10fe4c7`](https://github.com/Stone-Red-Code/DesktopMagic/commit/10fe4c773bcdb886dcaf33fb77abfeb80ae9f417) Add better theme support - [`0bc7033`](https://github.com/Stone-Red-Code/DesktopMagic/commit/0bc7033196809781970f71185dd7e16cc20f4407) Fix some issues with the new theme support - [`3fcda8e`](https://github.com/Stone-Red-Code/DesktopMagic/commit/3fcda8e64e38d56d26939d7f4607f953ec081400) Add per plugin theme override - [`b380e35`](https://github.com/Stone-Red-Code/DesktopMagic/commit/b380e3518917e23734bf2fb95100af32289eaaba) Update version ### 📊 Changes **16 files changed** (+472 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `src/DesktopMagic/DesktopMagic.csproj` (+3 -3) ➕ `src/DesktopMagic/Dialogs/ThemeDialog.xaml` (+76 -0) ➕ `src/DesktopMagic/Dialogs/ThemeDialog.xaml.cs` (+143 -0) 📝 `src/DesktopMagic/Helpers/SettingElementGenerator.cs` (+2 -1) 📝 `src/DesktopMagic/MainWindow.xaml` (+22 -49) 📝 `src/DesktopMagic/MainWindow.xaml.cs` (+62 -120) 📝 `src/DesktopMagic/Plugins/PluginData.cs` (+1 -1) 📝 `src/DesktopMagic/Plugins/PluginWindow.xaml.cs` (+43 -1) 📝 `src/DesktopMagic/Plugins/Theme.cs` (+12 -2) 📝 `src/DesktopMagic/Resources/Strings/StringResources.de.xaml` (+6 -1) 📝 `src/DesktopMagic/Resources/Strings/StringResources.en.xaml` (+8 -1) 📝 `src/DesktopMagic/Settings/DesktopMagicSettings.cs` (+25 -1) 📝 `src/DesktopMagic/Settings/Layout.cs` (+33 -6) 📝 `src/DesktopMagic/Settings/PluginSettings.cs` (+32 -4) 📝 `src/DesktopMagicPluginAPI/Plugin.cs` (+3 -0) 📝 `src/MsixPackaging/Package.appxmanifest` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:46:00 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/DesktopMagic#14