2021-02-02 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDVarhostListModel'.
	* Refactored the 'Host Variables' dialog in rdadmin(1) to use the
	model-based API.
	* Removed the 'Add Host Variable' dialog from rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-02 11:41:07 -05:00
parent 84a0af81dc
commit ffea0d3279
27 changed files with 691 additions and 541 deletions

View File

@@ -113,6 +113,7 @@ SOURCES += rdgroup.cpp
SOURCES += rdgroup_list.cpp
SOURCES += rdgrouplistmodel.cpp
SOURCES += rdhash.cpp
SOURCES += rdhostvarlistmodel.cpp
SOURCES += rdidvalidator.cpp
SOURCES += rdiconengine.cpp
SOURCES += rdimagepickerbox.cpp
@@ -284,6 +285,7 @@ HEADERS += rdgroup_list.h
HEADERS += rdgroup.h
HEADERS += rdgrouplistmodel.h
HEADERS += rdhash.h
HEADERS += rdhostvarlistmodel.h
HEADERS += rdiconengine.h
HEADERS += rdidvalidator.h
HEADERS += rdimagepickerbox.h