PowerToys/src/runner
Stefan Markovic 27c4b1be0e
[settings-ui] Settings WinUI3 (#17797)
* Add Settings.WinUI3 project

* New namespace

* Activation and Services

* Assets and Behaviors

* Converters and Helpers

* Controls

* View and ViewModels

* Styles and Themes

* OOBE

* Strings

* Small App moves

* [check] Project files - publish profiles and launchSettings.json

* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround

* [WIP] Workarounds to make it work

* Fix suppressed warnings - naming

* Add code analysis

* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog

* Fix ImageResizerPage & mark ColorPickerButton with TODO

* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management

* App Icon
No framework and runtime subdirs

* Remove PowerToys.Settings and Settings.UI from solution
Update output paths

* Installer work & publish.cmd

* Fix dispatcher crashes

* Fix crashes

* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE

* Rename back namespaces, project name and project dir

* [wip] move to winappsdk 1.1

* Fix propagating isElevated & installer runtimes dlls

* Remove obsolete dir/file

* PowerToys.Interop to netstandard2.0

* Move everything to .Net6

* [Settings] Always launch settings process non-elevated (#17791)

* Move back to WinAppSdk 1.0.1

* Add Settings.WinUI3 project

* New namespace

* Activation and Services

* Assets and Behaviors

* Converters and Helpers

* Controls

* View and ViewModels

* Styles and Themes

* OOBE

* Strings

* Small App moves

* [check] Project files - publish profiles and launchSettings.json

* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround

* [WIP] Workarounds to make it work

* Fix suppressed warnings - naming

* Add code analysis

* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog

* Fix ImageResizerPage & mark ColorPickerButton with TODO

* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management

* App Icon
No framework and runtime subdirs

* Remove PowerToys.Settings and Settings.UI from solution
Update output paths

* Installer work & publish.cmd

* Fix dispatcher crashes

* Fix crashes

* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE

* Rename back namespaces, project name and project dir

* [wip] move to winappsdk 1.1

* Fix propagating isElevated & installer runtimes dlls

* Remove obsolete dir/file

* PowerToys.Interop to netstandard2.0

* Move everything to .Net6

* [Settings] Always launch settings process non-elevated (#17791)

* Move back to WinAppSdk 1.0.1

* Revert merge conflict ARM64 removal

* Fix KBM Browse overlay image button

* Bring back settings publish profile

* Update release.yml

* Change target frameworkd windows version

* [Setup] Add Windows Application Runtime SDK (#17809)

* Update requirements doc

* Update compiling docs

* Fix signing

* Fix Settings exe and dll versions

* Add exception for dlls that have version 1.0.0.0

* Fix powershell condition

Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
2022-04-19 21:00:28 +01:00
..
svgs [Shortcut Guide] Move into separate process (#11359) 2021-05-20 15:07:34 +03:00
ActionRunnerUtils.h Dev/yuyoyuppe/autoupdate polishing (#11693) 2021-06-14 12:55:59 +03:00
auto_start_helper.cpp build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
auto_start_helper.h Spelling: ... runner settings (#3783) 2020-05-27 17:06:50 +02:00
centralized_hotkeys.cpp [Shortcut Guide] Activate with Windows key press (#13342) 2021-09-23 14:23:22 +01:00
centralized_hotkeys.h [Shortcut Guide] Activate with Windows key press (#13342) 2021-09-23 14:23:22 +01:00
centralized_kb_hook.cpp [Shortcut Guide] Activate with Windows key press (#13342) 2021-09-23 14:23:22 +01:00
centralized_kb_hook.h [Shortcut Guide] Activate with Windows key press (#13342) 2021-09-23 14:23:22 +01:00
general_settings.cpp [Runner]Fix elevation issues due to syncing settings with scheduler state (#17254) 2022-03-25 10:04:29 +00:00
general_settings.h [VCM]disable by default and admin warning (#14686) 2021-12-07 13:50:04 +00:00
main.cpp [OOBE]Fix welcome page after install (#16561) 2022-02-24 14:42:29 +00:00
packages.config Consolidate nuget packages (#13122) 2021-09-13 13:00:44 +01:00
pch.cpp build: Treat warnings as errors in the remaining projects (#8689) 2020-12-21 18:51:48 +03:00
pch.h [Auto-update] Auto-update improvements (#11356) 2021-05-21 12:32:34 +02:00
powertoy_module.cpp [Runner]remove hotkeyEx when disabling a module (#15944) 2022-02-02 12:17:37 +00:00
powertoy_module.h [Shortcut Guide] Move into separate process (#11359) 2021-05-20 15:07:34 +03:00
PowerToys.exe.manifest Fix runner crashing on launching Keyboard Manager UI (#6185) 2020-08-26 15:57:25 -07:00
resource.base.h [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
Resources.resx fix 'GitHub' case (#17771) 2022-04-18 13:29:35 -07:00
restart_elevated.cpp [Runner]Fix elevation issues due to syncing settings with scheduler state (#17254) 2022-03-25 10:04:29 +00:00
restart_elevated.h [Runner] Open settings when restarted as admin (#9463) 2021-02-10 14:48:43 +01:00
RestartManagement.cpp common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
RestartManagement.h common: refactor common library pt2 (#8588) 2020-12-15 15:16:09 +03:00
runner.base.rc Add documentation links (#12598) 2021-08-19 15:32:03 +01:00
runner.vcxproj supressing warning (#16594) 2022-03-01 06:32:23 -08:00
runner.vcxproj.filters [Shortcut Guide] Activate with Windows key press (#13342) 2021-09-23 14:23:22 +01:00
settings_telemetry.cpp Settings telemetry for PT Run (#10328) 2021-03-19 19:03:12 +02:00
settings_telemetry.h Settings telemetry for PT Run (#10328) 2021-03-19 19:03:12 +02:00
settings_window.cpp [settings-ui] Settings WinUI3 (#17797) 2022-04-19 21:00:28 +01:00
settings_window.h [OOBE]Add What's New page - SCOOBE (#16478) 2022-02-22 11:02:08 +00:00
trace.cpp runner: initial automatic update (#2141) 2020-04-21 10:30:12 +03:00
trace.h Add telemetry event for general settings (#1269) 2020-02-12 13:03:40 +03:00
tray_icon.cpp [settings-ui] Settings WinUI3 (#17797) 2022-04-19 21:00:28 +01:00
tray_icon.h [runner] Enable opening specific settings page (#13476) 2021-09-29 12:54:05 +02:00
unhandled_exception_handler.cpp [ARM64] UnhandledExceptionHandler ARM64 support (#17587) 2022-04-08 10:19:42 +01:00
unhandled_exception_handler.h Coding style (runner) (#1013) 2019-12-26 17:26:11 +01:00
UpdateUtils.cpp [Updater]Use sensible default time between checks (#17318) 2022-04-01 17:44:49 +01:00
UpdateUtils.h Dev/yuyoyuppe/autoupdate polishing (#11693) 2021-06-14 12:55:59 +03:00