[FancyZones] Remove resolution from "device-id" (#17412)

* removed resolution from device id

* update applied layouts device id

* app zone history device id updated

* moved old device id parsing

* updated tests

* remove resolution in the editor

* remove resolution from device id generation

* update editor params
This commit is contained in:
Seraphima Zykova
2022-04-07 11:48:29 +02:00
committed by GitHub
parent 529bccc0bf
commit 98268cc10a
19 changed files with 969 additions and 928 deletions

View File

@@ -5,6 +5,22 @@
#include <common/SettingsAPI/settings_helpers.h>
namespace NonLocalizable
{
namespace AppZoneHistoryIds
{
const static wchar_t* AppZoneHistoryID = L"app-zone-history";
const static wchar_t* AppPathID = L"app-path";
const static wchar_t* HistoryID = L"history";
const static wchar_t* LayoutIndexesID = L"zone-index-set";
const static wchar_t* LayoutIdID = L"zoneset-uuid";
const static wchar_t* DeviceIdID = L"device-id";
const static wchar_t* DeviceID = L"device";
const static wchar_t* MonitorID = L"monitor";
const static wchar_t* VirtualDesktopID = L"virtual-desktop";
}
}
class AppZoneHistory
{
public: