mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-15 17:11:33 +01:00
2019-08-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'DROPBOXES.LOG_TO_SYSLOG' field to the database. * Incremented the database version to 309. * Added a 'Log Events in Syslog' checkbox to the 'Dropbox Configuration' dialog in rdadmin(1). * Added special name logic to RDApplication to detect when a dropbox is being started. * Modified the '--log-filename=' switch in rdimport(1) to accept both directory and filename components. * Removed the '--log-directory=' switch from rdimport(1). * Added an 'ID' column to the list of dropbox configurations in the 'Rivendell Dropbox Configurations; dialog in rdadmin(1).
This commit is contained in:
@@ -73,7 +73,10 @@ class EditDropbox : public QDialog
|
||||
QLabel *box_force_to_mono_label;
|
||||
QLineEdit *box_metadata_pattern_edit;
|
||||
QLineEdit *box_user_defined_edit;
|
||||
QCheckBox *box_log_to_syslog_check;
|
||||
QLabel *box_log_path_label;
|
||||
QLineEdit *box_log_path_edit;
|
||||
QPushButton *box_log_path_button;
|
||||
QCheckBox *box_delete_source_box;
|
||||
QCheckBox *box_normalization_box;
|
||||
QLabel *box_normalization_level_label;
|
||||
|
||||
Reference in New Issue
Block a user