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

@@ -2,7 +2,7 @@
#
# The QMake project file for RDAdmin.
#
# (C) Copyright 2003-2005,2016 Fred Gleason <fredg@paravelsystems.com>
# (C) Copyright 2003-2021 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -22,7 +22,6 @@ TEMPLATE = app
x11 {
SOURCES += add_feed.cpp
SOURCES += add_group.cpp
SOURCES += add_hostvar.cpp
SOURCES += add_matrix.cpp
SOURCES += add_replicator.cpp
SOURCES += add_report.cpp
@@ -93,7 +92,6 @@ x11 {
x11 {
HEADERS += add_feed.h
HEADERS += add_group.h
HEADERS += add_hostvar.h
HEADERS += add_matrix.h
HEADERS += add_replicator.h
HEADERS += add_report.h