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

* Added 'RDReplCartListModel'.
	* Refactored the 'XDS Replicator Carts' dialog in rdadmin(1) to use
	the model-based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-03 12:58:35 -05:00
parent 4c3775132a
commit 7877144d77
21 changed files with 620 additions and 223 deletions

View File

@@ -163,6 +163,7 @@ SOURCES += rdpypadlistmodel.cpp
SOURCES += rdrecording.cpp
SOURCES += rdrehash.cpp
SOURCES += rdrenderer.cpp
SOURCES += rdreplcartlistmodel.cpp
SOURCES += rdreplicatorlistmodel.cpp
SOURCES += rdreport.cpp
SOURCES += rdresourcelistmodel.cpp
@@ -337,6 +338,7 @@ HEADERS += rdpypadlistmodel.h
HEADERS += rdrecording.h
HEADERS += rdrehash.h
HEADERS += rdrenderer.h
HEADERS += rdreplcartlistmodel.h
HEADERS += rdreplicatorlistmodel.h
HEADERS += rdreport.h
HEADERS += rdresourcelistmodel.h