From 5884818826458539e9e959947051bd845d6acce4 Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Mon, 11 Feb 2019 10:06:28 +0200 Subject: Implement variants tags inspector work Implemented features: - UI for the variants tags in the inspector. - adding, renaming, and deleting tags. - adding, renaming, and deleting tag groups. - adding, renaming tags/groups is checked for name uniqueness across project. - deleting tags/groups checked for in-use across the project. - toggling tags state. - tags are synced with the UIA/UIP. - changing group color. - the variants property in saved in the part of the UIP. Remaining tasks: - implement import and export. - issue: renaming a selected tag, toggle it unselected till next project load. - issue: update the property after deleting a group that is in-use in the property in the currently open doc but not saved. - thorough test and tweaking. Task-no: QT3DS-2983 Change-Id: Iecbb6c854a00ec75864de5dd0f31f6ca3721c8ec Reviewed-by: Miikka Heikkinen --- src/Runtime/res/DataModelMetadata/en-us/MetaData.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Runtime/res') diff --git a/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml b/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml index b376d272..534b4c17 100644 --- a/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml +++ b/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml @@ -94,6 +94,9 @@ + + + -- cgit v1.2.3