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

* Refactored the 'Log Events' dialog in rdlogmanager(1) to use
	the model based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-09 19:10:22 -05:00
parent 17ed26f066
commit 4b516d398c
16 changed files with 572 additions and 276 deletions

View File

@@ -53,6 +53,7 @@ dist_rdlogmanager_SOURCES = add_clock.cpp add_clock.h\
edit_schedrules.cpp edit_schedrules.h\
edit_schedcoderules.cpp edit_schedcoderules.h\
edit_track.cpp edit_track.h\
eventlistmodel.cpp eventlistmodel.h\
generate_log.cpp generate_log.h\
importcartsmodel.cpp importcartsmodel.h\
importcartsview.cpp importcartsview.h\
@@ -81,6 +82,7 @@ nodist_rdlogmanager_SOURCES = moc_add_clock.cpp\
moc_edit_schedrules.cpp\
moc_edit_schedcoderules.cpp\
moc_edit_track.cpp\
moc_eventlistmodel.cpp\
moc_generate_log.cpp\
moc_importcartsmodel.cpp\
moc_importcartsview.cpp\