mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
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:
@@ -65,6 +65,8 @@ class EditDropbox : public QDialog
|
||||
QPushButton *box_schedcodes_button;
|
||||
QCheckBox *box_delete_cuts_box;
|
||||
QLabel *box_delete_cuts_label;
|
||||
QCheckBox *box_force_to_mono_box;
|
||||
QLabel *box_force_to_mono_label;
|
||||
QLineEdit *box_metadata_pattern_edit;
|
||||
QLineEdit *box_user_defined_edit;
|
||||
QLineEdit *box_log_path_edit;
|
||||
|
||||
Reference in New Issue
Block a user