Jay
061d724f44
Settings: small tweaks to VCM page ( #24735 )
...
* Remove `IsVideoConferenceBuild`
* small tweaks VCM page
* Button: Visibility --> IsEnabled
* Revert "Remove `IsVideoConferenceBuild`"
This reverts commit acae5a5f3a .
* negate IsOpen bool
2023-03-21 13:02:28 +01:00
Niels Laute
dae0520375
Adding animations ( #23208 )
2023-01-11 17:45:06 +01:00
Niels Laute
f41fe145fc
[Settings] New Settings controls, XAML formatting and cleanup ( #21317 )
...
* Awake
* Always On Top
* ColorPicker
* FancyZones
* FancyZones
* Hosts file editor
* ImageResizer
* Update ImageResizerPage.xaml
* KBM
* General
* Update MeasureToolPage.xaml
* Mouse utils
* PowerAccent
* Run
* PowerOCR
* File preview
* PowerRename
* Shortcut Guide
* VCM
* XAML styler
* Update ShellPage.xaml
* XAML formatting and cleanup
* Moving converters
* Update App.xaml
* XAML formatting
* XAML formatting
* Fixes
* XAML formatting
* Image resizer updates
* Color picker page and margin tweaks
* Update PowerLauncherPage.xaml
* Tweaks based on Jay's feedback
* Resolve conflicts
* Add labs source to unit tests
* Fix feedback
* Fix KBM bug
* Infobar fix
* Fixes
* Resolve conflicts
* Add converter
2022-11-23 18:57:09 +00:00
Andrey Nekrasov
c6d31ccbe7
[VCM] introduce EOL warning infobar ( #21474 )
...
* [VCM] introduce EOL warning infobar
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com >
* Update severity
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
Co-authored-by: Niels Laute <niels.laute@live.nl >
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com >
2022-10-27 17:03:30 +03:00
Jaime Bernardo
a63288009a
[GPO] Add policies for configuring utilities enabled states ( #21411 )
...
* Add GPOWrapper headers and C++/WinRT library
* Check GPO before starting utilities
* Show message on GPO having disabled preview panes.
* Don't generate thumbnails if GPO disabled
* Fix FancyZonesEditor unable to recognize GPOWrapper
* Move settings view models to the settings project
* Use GPO to block enabling utilities in Settings
* Hide context menu entries when gpo disables utilities
* Apply gpo policies when enabling PowerToys on runner
* Add version and metadata to dll
* Add GPOWrapper to the installer
* Fix MSBuild errors on WPF apps by using Projection
* Signing
* Add gpo files and publish them
* Add GPO policies to the bug report tool
* Add some documentation for using GPO
* Mention support to actual lowest supported version of Windows
* Move PowerToys to the root of administrative templates tree
* Save policies on Software\Policies\PowerToys
* Support both machine and user scopes
* Fix documentation to reference computer and user scopes
* Mention incompatibility with outlook in gpo
* Set a better folder structure for gpo assets
* Move PDF Handler warning to the description
* Update doc/gpo/README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Add actual minimum version of PowerToys to gpo files
* Fix identation
* Remove GPOWrapper Readme
* Add Active Directory instructions to doc
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
2022-10-26 14:02:31 +01:00
akabhirav
1cfce6182d
Hide Video Conferencing when muted ( #19175 )
2022-10-19 12:18:58 +03:00
Jay
7740258440
[Settings] Removed muxc prefix ( #20164 )
...
* Removed prefix
Quick deletion. Quick run in VS gave no problems.
* Removed prefix
Quick deletion. Quick run in VS gave no problems.
* update for new files
* Remove using muxc includes
2022-09-20 17:59:18 +01:00
Jay
5a7985f791
[Settings] Change icons and text ( #19592 )
2022-09-20 15:21:05 +01:00
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
Josh Soref
52709ddc4a
[spellchecker] Spelling fixes ( #17655 )
...
* spelling: microphone
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: position
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: property
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: serialization
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: settings
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: testprocess
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* Ignore rotating
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com >
2022-04-12 16:13:22 +01:00
Niels Laute
8144f5cedd
[Settings] UX bugfixes ( #15848 )
...
* Update AlwaysOnTopPage.xaml
* Update VideoConference.xaml
2022-02-01 14:48:48 +01:00
Niels Laute
3805348afd
[Settings] String fixes ( #15072 )
...
* Fix ToggleSwitch
* Numberbox label fix
2021-12-20 13:15:08 +01:00
Stefan Markovic
073caffef4
[Settings, Common.UI, runner exe] Unify exe/dll naming ( #15005 )
...
* Unify exe/dll naming - PowerToys.Runner
Align naming with other exes - PowerToys Runner -> PowerToys.Runner
* Unify exe/dll naming - Microsoft.PowerToys.Common.UI
Project name - Microsoft.PowerToys.Common.UI -> Common.UI
dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll
* Unify exe/dll naming - Settings
Project names - Microsoft.PowerToys.Settings* -> Settings*
Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll
* Revert file autoformat
* [Docs] Update paths to settings projects/files
* Fix tests - Update path
2021-12-15 12:56:52 +01:00