mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2016-03-23 Fred Gleason <fredg@paravelsystems.com>
* Added a 'CART.USE_WEIGHTING' field to the database. * Added a 'CUTS.PLAY_ORDER' field to the database. * Incremented the database version to 254. * Added a 'Schedule Cuts By' control to the Edit Cart dialog in 'rdlibrary/edit_cart.cpp' and 'rdlibrary/edit_cart.h'. * Added 'RDCart::useWeighting()' and 'RDCart::setUseWeighting()' methods in 'lib/rdcart.cpp' and 'lib/rdcart.h'. * Added 'RDCut::playOrder()' and 'RDCut::setPlayOrder()' methods in 'lib/rdcut.cpp' and 'lib/rdcut.h'.
This commit is contained in:
@@ -54,7 +54,7 @@ class EditCart : public QDialog
|
||||
~EditCart();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
|
||||
|
||||
private slots:
|
||||
void notesData();
|
||||
void scriptData();
|
||||
@@ -79,6 +79,8 @@ class EditCart : public QDialog
|
||||
QComboBox *rdcart_group_box;
|
||||
QLineEdit *rdcart_group_edit;
|
||||
AudioControls rdcart_controls;
|
||||
QComboBox *rdcart_cut_sched_box;
|
||||
QLineEdit *rdcart_cut_sched_edit;
|
||||
QCheckBox *rdcart_syncronous_box;
|
||||
QCheckBox *rdcart_use_event_length_box;
|
||||
QLabel *rdcart_syncronous_label;
|
||||
|
Reference in New Issue
Block a user