GUI: delete SelectionDescriptors class
All threads resolved!
All threads resolved!
SelectionDescriptor
is completely removed from code and replaced by SelectionProperty
.
Steps of SelectionProperty/Descriptor
refactoring:
- make
SelectionProperty
less generic, make catalogs usage mandatory, not optional - reduce usage of ad hoc
SelectionDescriptors
, e.g. descriptors that are not derived fromSelectionProperty
- move
Descriptor
functionality toProperty
- use
Property
instead ofDescriptor
- remove
Descriptor
from code - refactor serialization of
Property
This MR does points 3,4,5.
Edited by Mikhail Svechnikov
Merge request reports
Activity
requested review from @j.wuttke
assigned to @m.svechnikov
- Resolved by Mikhail Svechnikov
- Resolved by Wuttke, Joachim
mentioned in commit 44b98dad
Please register or sign in to reply