Laszlo Nemeth
3739b771e5
[ColorPicker]Fix localization of color names ( #22837 )
...
* [ColorPicker] Restructure to have color names localized
* [ColorPicker] Restrucure code to have localised color names
* Fix analyzer errors
* [ColorPicker] add comments
2022-12-20 15:03:25 +00:00
Niels Laute
b775d0710f
[Settings] Custom color format UI tweaks ( #22790 )
...
* Custom color format tweaks
* Delete vs. remove
* Update expect.txt
* [ColorPicker]Support BGR and RGB decimal value formats (#22771 )
* ColorPicker add both decimal value formats
* ColorPicker, custom format dialog, resizing columns
* Custom color format tweaks
* Delete vs. remove
* Update expect.txt
* Fix rebase
* Fix error
2022-12-16 10:15:55 +00: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
Jeff Lord
ee904ae1b1
Settings backup and restore ( #20551 )
...
* Merge and conflict resolution
* Messages good, backup/restore algo better.
* Start of "GetExportVerion"
* fixed spelling
* New backup/restore mode working.
* Rename a project
* Removed test project
* Switch to text.json
* Renamed BackupAndSync to BackupAndRestore
* Added IgnoredPTRunSettings and full merge
* Restored "fixed" settings that change for no reason
* Various UI updates.
* speling
* Some cleanup and zip support.
* Merge and clean
* code clean up
* code clean up
* code clean up
* Smarter settings compare and merge.
* config based file include/exclude
* Removed some "words"
* Code clean up
* cleanup
* cleanup
* cleanup
* cleanup
* fixed spelling.
* Fixed clean up 1
* more clean up
* Trying to add ptb as an OK word
* Some UI updates.
* UI tweaks and PR review items.
* UI tweaks
* Merge conflicts resolved.
* Added CurrentSettingMatchText
* PR review updates.
* Removed weird file.
* Review updates and fixes
* More UI tweaks.
* UI tweaks
* Set default backup location to "%USERPROFILE%\\Documents\\PowerToys\\Backup"
* settings ui tweaks
* Added ExpanderContentSettingStyle
* fix missing config file
* fix missing config file, part 2
* update ui, cleanup cope
* update ui, cleanup code - Part2
* update method comments
* code cleanup and adjust Backup message time
* fix changing backup location on empty Regsitry
* fix select location - part 2
* location input box min-width
* remove lastRestoreDate from ViewModel
* Code or backup timing, and error handling.
* Should fix file/folder name crash.
* Progress to instance class for backup/restore
* Persist backup status state, added refresh button.
* Better auto check for settings status
* Some UI/text updates.
* Clean up
* Added prefix for "General_Settings" to resources
* Code review updates.
* Code review changes.
* Changed to FolderPicker per review
* Fixed issue with early delete of cleanup.
* Testing issues with FolderPicker
* Removed WinForm req and fixed win10 issue.
* Review update.
* Review changes.
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
2022-10-13 09:41:21 +02: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
Jaime Bernardo
45f121b8bc
[FindMyMouse]setting for minimum shake distance ( #16756 )
...
* [FindMyMouse]setting for minimum shake distance
* Group inside Activation method
2022-03-04 12:28:11 +00: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