mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-12-15 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDLogLine::refreshCart()' method. * Refactored the 'Edit Log' dialog in rdlogedit(1) to use Qt's MVC API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -41,7 +41,7 @@ all:
|
||||
bin_PROGRAMS = rdlogedit
|
||||
|
||||
dist_rdlogedit_SOURCES = add_meta.cpp add_meta.h\
|
||||
drop_listview.cpp drop_listview.h\
|
||||
drop_tableview.cpp drop_tableview.h\
|
||||
edit_chain.cpp edit_chain.h\
|
||||
edit_event.cpp edit_event.h\
|
||||
edit_log.cpp edit_log.h\
|
||||
@@ -51,12 +51,13 @@ dist_rdlogedit_SOURCES = add_meta.cpp add_meta.h\
|
||||
list_listviewitem.cpp list_listviewitem.h\
|
||||
list_reports.cpp list_reports.h\
|
||||
log_listview.cpp log_listview.h\
|
||||
logmodel.cpp logmodel.h\
|
||||
rdlogedit.cpp rdlogedit.h globals.h\
|
||||
render_dialog.cpp render_dialog.h\
|
||||
voice_tracker.cpp voice_tracker.h
|
||||
|
||||
nodist_rdlogedit_SOURCES = moc_add_meta.cpp\
|
||||
moc_drop_listview.cpp\
|
||||
moc_drop_tableview.cpp\
|
||||
moc_edit_chain.cpp\
|
||||
moc_edit_event.cpp\
|
||||
moc_edit_log.cpp\
|
||||
@@ -65,6 +66,7 @@ nodist_rdlogedit_SOURCES = moc_add_meta.cpp\
|
||||
moc_edit_track.cpp\
|
||||
moc_list_reports.cpp\
|
||||
moc_log_listview.cpp\
|
||||
moc_logmodel.cpp\
|
||||
moc_rdlogedit.cpp\
|
||||
moc_render_dialog.cpp\
|
||||
moc_voice_tracker.cpp
|
||||
|
||||
Reference in New Issue
Block a user