mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Introduce a new PowerToys' module PowerDisplay to let user can control their monitor settings without touching monitor's button. Support feature list: Common: 1. Profiles support 2. Integration with LightSwitch (auto switch profile when theme change) 3. TrayIcon 4. Save and restore settings when startup 5. Shortcut 6. Rotation 7. GPO support 8. Auto re-discovery monitor when plugging and unplugging monitors. 9. Identify Monitors 10. Quick profile switch Especially for DDC/CI monitor: 1. Brightness 2. Contrast 3. Volume 4. Color temperature (preset profile) 5. Input source 6. Power State (poweroff) Design doc: https://github.com/microsoft/PowerToys/blob/yuleng/display/pr/3/doc/devdocs/modules/powerdisplay/design.md AOT compatibility: I designed this module for AOT from the start, so I'm pretty sure at least 95% of it is AOT compatible. But unfortunately, PowerToys still have a AOT blocker to block this module publish with AOT. Currently PowerToys will check the .net file version (file version not lib version) to avoid crash. So, all modules should reference Common.UI or add UseWPF to avoid overwrite the .net file with different version (which may cause crash). Todo: - [ ] BugBash - [ ] Icon - [ ] IdentifyWindow UI improvement Demo Main UI: <img width="546" height="671" alt="image" src="https://github.com/user-attachments/assets/b0ad9ac5-8000-4365-a192-ab8c2d66d4f1" /> Input Source: <img width="536" height="674" alt="image" src="https://github.com/user-attachments/assets/80f9ccd7-4f8c-4201-b177-cc86c5bcc9e3" /> Settings UI: <img width="1581" height="1191" alt="image" src="https://github.com/user-attachments/assets/6a82e4bb-8f96-4f28-abf9-d7c45e1c8ef7" /> <img width="1525" height="1146" alt="image" src="https://github.com/user-attachments/assets/aae81e65-08fd-453a-bf52-02a74f2fdea0" /> Closes: #42942 #42678 #41117 #38109 #35564 #34932 #28500 #1052 #18149 <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist - [x] Closes: #1052 - [x] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [x] **Tests:** Added/updated and all pass - [x] **Localization:** All end-user-facing strings can be localized - [x] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx <!-- Provide a more detailed description of the PR, other things fixed, or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --------- Co-authored-by: Yu Leng <yuleng@microsoft.com> Co-authored-by: Niels Laute <niels.laute@live.nl> Co-authored-by: moooyo <lengyuchn@gmail.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
90 lines
5.6 KiB
C++
90 lines
5.6 KiB
C++
#pragma once
|
|
#include "GPOWrapper.g.h"
|
|
#include <common/utils/gpo.h>
|
|
|
|
namespace winrt::PowerToys::GPOWrapper::implementation
|
|
{
|
|
struct GPOWrapper : GPOWrapperT<GPOWrapper>
|
|
{
|
|
GPOWrapper() = default;
|
|
static GpoRuleConfigured GetConfiguredAlwaysOnTopEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredAwakeEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredCmdNotFoundEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredCmdPalEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredColorPickerEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredCropAndLockEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredLightSwitchEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredPowerDisplayEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredFancyZonesEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredFileLocksmithEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredSvgPreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMarkdownPreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMonacoPreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMouseWithoutBordersEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredPdfPreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredGcodePreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredBgcodePreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredSvgThumbnailsEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredPdfThumbnailsEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredGcodeThumbnailsEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredBgcodeThumbnailsEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredStlThumbnailsEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredHostsFileEditorEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredImageResizerEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredKeyboardManagerEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredFindMyMouseEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMouseHighlighterEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMouseJumpEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMousePointerCrosshairsEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredCursorWrapEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredPowerRenameEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredPowerLauncherEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredQuickAccentEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredRegistryPreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredScreenRulerEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredShortcutGuideEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredTextExtractorEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredAdvancedPasteEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredZoomItEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredPeekEnabledValue();
|
|
static GpoRuleConfigured GetDisableNewUpdateToastValue();
|
|
static GpoRuleConfigured GetDisableAutomaticUpdateDownloadValue();
|
|
static GpoRuleConfigured GetDisableShowWhatsNewAfterUpdatesValue();
|
|
static GpoRuleConfigured GetAllowExperimentationValue();
|
|
static GpoRuleConfigured GetRunPluginEnabledValue(winrt::hstring const& pluginID);
|
|
static GpoRuleConfigured GetConfiguredEnvironmentVariablesEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredQoiPreviewEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredQoiThumbnailsEnabledValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteOnlineAIModelsValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteOpenAIValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteAzureOpenAIValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteAzureAIInferenceValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteMistralValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteGoogleValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteOllamaValue();
|
|
static GpoRuleConfigured GetAllowedAdvancedPasteFoundryLocalValue();
|
|
static GpoRuleConfigured GetConfiguredNewPlusEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredWorkspacesEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMwbClipboardSharingEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMwbFileTransferEnabledValue();
|
|
static GpoRuleConfigured GetConfiguredMwbUseOriginalUserInterfaceValue();
|
|
static GpoRuleConfigured GetConfiguredMwbDisallowBlockingScreensaverValue();
|
|
static GpoRuleConfigured GetConfiguredMwbAllowServiceModeValue();
|
|
static GpoRuleConfigured GetConfiguredMwbSameSubnetOnlyValue();
|
|
static GpoRuleConfigured GetConfiguredMwbValidateRemoteIpValue();
|
|
static GpoRuleConfigured GetConfiguredMwbDisableUserDefinedIpMappingRulesValue();
|
|
static winrt::hstring GPOWrapper::GetConfiguredMwbPolicyDefinedIpMappingRules();
|
|
static GpoRuleConfigured GetConfiguredNewPlusHideTemplateFilenameExtensionValue();
|
|
static GpoRuleConfigured GetAllowDataDiagnosticsValue();
|
|
static GpoRuleConfigured GetConfiguredRunAtStartupValue();
|
|
static GpoRuleConfigured GetConfiguredNewPlusReplaceVariablesValue();
|
|
};
|
|
}
|
|
|
|
namespace winrt::PowerToys::GPOWrapper::factory_implementation
|
|
{
|
|
struct GPOWrapper : GPOWrapperT<GPOWrapper, implementation::GPOWrapper>
|
|
{
|
|
};
|
|
}
|