Enrico Giordani
038087e076
[FancyZones] Clone parent data only for new VD ( #7116 )
...
* [FancyZones] Clone parent data only for new VD
2020-10-08 16:02:51 +02:00
vldmr11080
3aa7a52c21
[FancyZones] Initial improvements in FancyZones exception handling ( #6063 )
...
* Initial improvements in FancyZones exception handling
* Add callback
* Disable FancyZones if error durign loading data occurrs
* Remove logs
* Add resource strings
* Add 1sec retry when failure during initialization occurs
* Rephrase error descriptions
* Error handling during loading of module in runner
* Pass error handling on the runner
* Remove unneeded string
* Remove unnedeed changes
2020-09-18 15:18:01 +02:00
Remy Blok
7893f387d5
[FancyZones] Configurable sensitivity radius ( #6554 )
...
* Add the setting for the Sensitivity Radius to JSON and the Editor
Use the setting when determining Zones to highligh
* Fix FanzyZones unit tests
Add test for Json upgrade
* Updated texts in FancyZone Editor
More Text to Resources / Use Resources
* Added constant for default of Sensitivity Radius
* When installing from scratch of when a new device is added set the sensitivity radius to the default.
Move all the constant values to a single namespace
* restore correct formatting
Co-authored-by: Remy Blok <remy.blok@prodware.nl >
2020-09-18 09:16:06 +02:00
stefansjfw
b5cc24fcff
[FancyZones] Remove migration from registry logic and delete registry data if present ( #6657 )
...
* Remove migration from registry logic
* Address PR comments
2020-09-17 20:57:44 +02:00
stefansjfw
78edaf5edc
[FancyZones] Set 3-zones PriorityGrid as default layout ( #6248 )
...
* 3-zones Priority Grid as default layout
* Update tests
* Address PR comments
2020-09-04 16:37:06 +02:00
Enrico Giordani
2817bf4d62
[FancyZones] fix warnings ( #6095 )
...
unified data type to size_t in all methods that process the zone index set
2020-08-24 14:39:34 +02:00
vldmr11080
145347f7ae
[FancyZones] Clasify strings in FancyZones to localizable and non-localizable ( #5315 )
...
* Clasify strings in FancyZones to localizable and non-localizable
* Address PR comments
* Better handling of FirePropertyChanged event
* Address PR comments
* Update properties
2020-08-11 13:51:06 +02:00
stefansjfw
0027a0af40
[FancyZones] Split and reorganize FancyZonesData and JSON Helpers ( #5028 )
...
* Rename JsonHelpers to FancyZonesData
Add new JsonHelpers.[h|cpp] files
* Introduce FancyZonesDataTypes
* Move first part of JSON related stuff to JsonHelpers files
* Small refactor
* Move all json related stuff to JsonHelpers
* Minor refactoring
* Fix formating
* Remove GetPersistFancyZonesJSONPath() and GetPersistAppZoneHistoryFilePath()
Remove GetActiveZoneSetTmpPath(), GetDeletedCustomZoneSetsTmpPath and GetAppliedZoneSetTmpPath()
Simplify tests
* Address PR comment - Rename FancyZonesDataNS to FancyZonesData
* Address PR comment - Rename local var
* Delete obsolete stuff
* Remove double and uneeded includes
Introduce const non-localizable string variables
Address all othe PR comments
* Add comments to explain hardcoded values
* Remove FancyZonesData namespace
* Introduce const non-localizable string variables in FancyZonesDataTypes
* Add comments to explain FancyZonesData maps
Co-authored-by: Clint Rutkas <clint@rutkas.com >
2020-07-22 10:39:13 +02:00