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

* Added 'RDMacroCartModel'
	* Refactored the macro cart editor dialog in rdlibrary(1) to use the
	model-based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-05 15:44:43 -05:00
parent 5e1205cda4
commit e6eededea4
23 changed files with 556 additions and 293 deletions

View File

@@ -187,6 +187,7 @@ dist_librd_la_SOURCES = dbversion.h\
rdlogplay.cpp rdlogplay.h\
rdmacro.cpp rdmacro.h\
rdmacro_event.cpp rdmacro_event.h\
rdmacrocartmodel.cpp rdmacrocartmodel.h\
rdmarker_bar.cpp rdmarker_bar.h\
rdmarker_button.cpp rdmarker_button.h\
rdmarker_edit.cpp rdmarker_edit.h\
@@ -361,6 +362,7 @@ nodist_librd_la_SOURCES = moc_rd3emptycart.cpp\
moc_rdlogmodel.cpp\
moc_rdlogplay.cpp\
moc_rdmacro_event.cpp\
moc_rdmacrocartmodel.cpp\
moc_rdmarker_bar.cpp\
moc_rdmarker_edit.cpp\
moc_rdmatrixlistmodel.cpp\