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

@@ -228,6 +228,7 @@ dist_librd_la_SOURCES = dbversion.h\
rdrsscategorybox.cpp rdrsscategorybox.h\
rdschedcartlist.cpp rdschedcartlist.h\
rdschedcode.cpp rdschedcode.h\
rdschedcodelistmodel.cpp rdschedcodelistmodel.h\
rdschedcodes_dialog.cpp rdschedcodes_dialog.h\
rdschedruleslist.cpp rdschedruleslist.h\
rdsegmeter.cpp rdsegmeter.h\
@@ -379,6 +380,7 @@ nodist_librd_la_SOURCES = moc_rd3emptycart.cpp\
moc_rdreplicatorlistmodel.cpp\
moc_rdresourcelistmodel.cpp\
moc_rdripc.cpp\
moc_rdschedcodelistmodel.cpp\
moc_rdschedcodes_dialog.cpp\
moc_rdrsscategorybox.cpp\
moc_rdsegmeter.cpp\