2017-09-20 Fred Gleason <fredg@paravelsystems.com>

* Added a 'DROPBOXES.FORCE_TO_MONO' field to the database.
	* Incremented the database version to 268.
	* 'RDDropbox::forceToMono()' and 'RDDropbox::setForceToMon()' methods
	in 'lib/rddropbox.cpp' and 'lib/rddropbox.h'.
	* Added a 'Force to Monaural' checkbox to the 'Edit Dropbox' dialog
	in rdadmin(1).
This commit is contained in:
Fred Gleason
2017-09-20 12:44:31 -04:00
parent b24d298d1e
commit 674bab322e
20 changed files with 264 additions and 128 deletions

View File

@@ -35,7 +35,8 @@ dist_rdcatchd_SOURCES = batch.cpp\
event_player.cpp event_player.h\
local_macros.cpp\
rdcatchd.cpp rdcatchd.h\
rdcatchd_socket.cpp rdcatchd_socket.h
rdcatchd_socket.cpp rdcatchd_socket.h\
startdropboxes.cpp
nodist_rdcatchd_SOURCES = moc_event_player.cpp\
moc_rdcatchd.cpp\