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

* Added 'RDSchedCodeListModel'.
	* Refactored the 'Rivendell Scheduler Codes List' 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-02 19:57:51 -05:00
parent 6512148633
commit b2f5bf72a5
18 changed files with 592 additions and 233 deletions

View File

@@ -170,6 +170,7 @@ SOURCES += rdripc.cpp
SOURCES += rdrssschemas.cpp
SOURCES += rdrsscategorybox.cpp
SOURCES += rdschedcode.cpp
SOURCES += rdschedcodelistmodel.cpp
SOURCES += rdsegmeter.cpp
SOURCES += rdsendmail.cpp
SOURCES += rdsettings.cpp
@@ -343,6 +344,7 @@ HEADERS += rdripc.h
HEADERS += rdrssschemas.h
HEADERS += rdrsscategorybox.h
HEADERS += rdschedcode.h
HEADERS += rdschedcodelistmodel.h
HEADERS += rdsegmeter.h
HEADERS += rdsendmail.h
HEADERS += rdservicelistmodel.h