2021-06-19 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDCartFilter::setDragEnabled()',
	'RDCartFilter::showNoteBubbles()' and
	'RDCartFilter::setShowNoteBubbles()' methods.
	* Removed 'RDCartFilter::loadConfig()' and 'RDCartFilter::saveConfig()'
	methods.
	* Added 'RDMainWindow' to rdlibrary(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-06-19 10:11:01 -04:00
parent 5f6b72d2f4
commit dea256d14d
8 changed files with 152 additions and 53 deletions

View File

@@ -57,6 +57,7 @@ dist_rdlibrary_SOURCES = audio_cart.cpp audio_cart.h\
libraryview.cpp libraryview.h\
list_reports.cpp list_reports.h\
macro_cart.cpp macro_cart.h\
mainwindow.cpp mainwindow.h\
notebubble.cpp notebubble.h\
rdlibrary.cpp rdlibrary.h\
record_cut.cpp record_cut.h\
@@ -73,6 +74,7 @@ nodist_rdlibrary_SOURCES = moc_audio_cart.cpp\
moc_libraryview.cpp\
moc_list_reports.cpp\
moc_macro_cart.cpp\
moc_mainwindow.cpp\
moc_notebubble.cpp\
moc_rdlibrary.cpp\
moc_record_cut.cpp