gokcekantarci
a94b3eec39
.NET 8 Upgrade Silenced Errors Fix ( #30469 )
...
* [Dev][Build] .NET 8 Upgrade Silenced errors first fix.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1859
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1854.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1860
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1861
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1862
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1863
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1864
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1865
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA2208
* [Dev][Build] .NET 8 Upgrade Silenced errors. CS9191
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- CompositeFormat variables used more than once in the same file were assigned to a single variable.
- GetProcessesByName logic fix.
- String comparion fix.
- ArgumentOutOfRangeException message change.
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- Null check added.
- static readonly CompositeFormat added for all fields.
2023-12-28 13:37:13 +03:00
gokcekantarci
6ece812103
[Settings]Better errors when failing to backup ( #26762 )
...
* [Settings] settings.json files broken error is updated.
* [Settings] Related optional messages added to error logs
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
2023-06-14 10:56:56 +01:00
Andrey Nekrasov
29eebe16a4
[New Utility]Mouse Without Borders
...
* Integrate Mouse Without Borders into PowerToys
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2023-05-18 21:48:03 +01:00
Aaron Junker
5da8809b4e
Centralize c# logger ( #22760 )
...
* Initial commit
* Changed some loggers (WIP)
* ColorPicker
* Add version to all logs
* FancyZones
* push
* PowerOCR and Measuretool
* Settings
* Hosts + Fix settings
* Fix some using statements
* FileLocksmith
* Fix awake
* Fixed Hosts logger
* Fix spelling
* Remove added submodule
* Fiy FileLocksmith and PowerAccent
* Fix PowerAccent
* Test
* Changed logger locic and added ColorPicker
* Fixed package
* Add documentation
* Add locallow capability to Logger and add FancyZones
* Fixed FancyZones and added FileLocksmith
* Add Hosts
* Fixed spelling mistakes
* Add MeasureTool
* Add MouseJump
* Add PowerOCR
* Add PowerAccent
* Add monaco
* Add Settings
* Fixed Monaco
* Update installer
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
* Update doc/devdocs/logging.md
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
* Update logging.md
* Fix unneccesairy includes.
---------
Co-authored-by: Dustin L. Howett <dustin@howett.net >
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
2023-03-21 10:27:29 +01:00
Davide Giacometti
6d138e80fb
[Analyzers] Update StyleCop and enable SA1200 ( #22707 )
...
* update StyleCop and enable SA1200
* Fix merge issues
* fix build and added using rule
2022-12-18 13:27:14 +00:00
Laszlo Nemeth
ba9e2449f3
[Settings]Better logging when upgrading settings from a old format ( #22497 )
...
* SettingUtils fixing error reporting when reading settings in old format
* Making the error message even more informative
2022-12-05 18:52:43 +00:00
Laszlo Nemeth
ec0fb6a4c7
[ColorPicker]Custom color formats ( #22141 )
...
* [ColorPicker] Development: custom color formats, first steps
* ColorPicker development of custom format handling.
* Custom color format developmnet.
Added common helper class for format string
Fixed settings loading
Added numbering if default name exists (My format (1))
* Custom color format implementation.
Extended the colorPicker settings with the format string
Updated the color to string conversion
* Custom color format in color picker, development.
Adding edit, delete buttons. Implement functionality
Re-arranging settings panel (newly created formats at the top)
Implementing details (valid parameters, more format elements, more types)
* Minor commit
* Development color picker custom formats. "Last" steps.
Replacing hard coded english strings with resources, polishing.
* Adding help to the format edit dialog.
* Undoing changes unwillingly commited in Host module
* Fixing bug unable to delete a custom format after renaming it - use the colorformat object as reference (and not the name)
Modifying the default custom formula
Removing unnecessary using directives
* Udating the default user defined color format
* Removing unnecessary using directive
* ColorPicker Implementing custom color formats: adding custom formats to the default format selection (dropdown box).
* Fix binding of name and example
* Custom color formats, implemented steps:
vorwarts compatibility loading settings.
Fixed UI as requested (removed one settings panel, added button to the first panel)
* Minor change in the UI: description modified
* ColorPicker Custom Color Formats develepoment.
Added conversion from old predefined formats to customizable formats.
Extended default settings (in case settings file is deleted/corrupted).
Minor fixes.
* Fixing color format parameters.
Implementing 3 different Saturation calculations, 2 Hue calculations and 2 Lightness calculations (depending color format)
* Color Picker: New/Edit Color format. Fixing bug when cancelling addition/edit
* ColorPicker. Updating help section, available parameters
* Fix spellchecker
* Remove the MinWidth so that scrollviewers can be drawn
* ColorPicker bugfix: Not allowing to delete the last color format.
2022-12-02 16:44:53 +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
Andrey Nekrasov
ca3c758046
[Chore] Run solution code cleanup ( #20584 )
2022-09-16 10:54:58 +02:00
Davide Giacometti
b33bc2ecd0
[NetAnalyzers]CA1031 suppressions cleanup ( #18706 )
2022-06-12 14:11:52 +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