mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 15:12:34 +02:00
2019-02-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused macro carts with the 'Use Event Length for Now & Next Updates' attribute set to fail to use the parent rdlogmanager(1) event/clock duration. * Renamed the 'Use Event Length for Now & Next Updates' checkbox in the 'Edit Cart' dialog in rdlibrary(1) to 'Use RDLogManager Length for PAD Updates'. * Updated the screenshot of the 'Edit Cart' dialog in the Operations Guide.
This commit is contained in:
parent
b4aff63e08
commit
c83b170e6d
@ -18442,3 +18442,12 @@
|
||||
2019-02-04 Patrick Linstruth <patrick@deltecent.com>
|
||||
* Fixed a bug in rdlibrary(1) where double-clicking a cart would
|
||||
expand/collapse the item.
|
||||
2019-02-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdairplay(1) that caused macro carts with
|
||||
the 'Use Event Length for Now & Next Updates' attribute set to
|
||||
fail to use the parent rdlogmanager(1) event/clock duration.
|
||||
* Renamed the 'Use Event Length for Now & Next Updates' checkbox
|
||||
in the 'Edit Cart' dialog in rdlibrary(1) to 'Use RDLogManager
|
||||
Length for PAD Updates'.
|
||||
* Updated the screenshot of the 'Edit Cart' dialog in the
|
||||
Operations Guide.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 56 KiB |
@ -3053,7 +3053,12 @@ QString RDLogPlay::GetPadJson(const QString &name,RDLogLine *ll,
|
||||
else {
|
||||
ret+=RDJsonNullField("cutNumber",4+padding);
|
||||
}
|
||||
ret+=RDJsonField("length",ll->forcedLength(),4+padding);
|
||||
if(ll->useEventLength()) {
|
||||
ret+=RDJsonField("length",ll->eventLength(),4+padding);
|
||||
}
|
||||
else {
|
||||
ret+=RDJsonField("length",ll->forcedLength(),4+padding);
|
||||
}
|
||||
if(ll->year().isValid()) {
|
||||
ret+=RDJsonField("year",ll->year().year(),4+padding);
|
||||
}
|
||||
|
@ -506,7 +506,8 @@ EditCart::EditCart(unsigned number,QString *path,bool new_cart,bool profile_rip,
|
||||
rdcart_use_event_length_box->hide();
|
||||
QLabel *rdcart_use_event_length_label=
|
||||
new QLabel(rdcart_use_event_length_box,
|
||||
tr("Use Event Length for Now && Next Updates"),this);
|
||||
tr("Use RDLogManager Length for PAD Updates"),this);
|
||||
// tr("Use Event Length for Now && Next Updates"),this);
|
||||
rdcart_use_event_length_label->setGeometry(350,351,sizeHint().width()-350,19);
|
||||
rdcart_use_event_length_label->setFont(button_font);
|
||||
rdcart_use_event_length_label->setAlignment(Qt::AlignLeft|Qt::TextShowMnemonic);
|
||||
|
@ -932,10 +932,6 @@ poznámky</translation>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -964,6 +960,10 @@ poznámky</translation>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
@ -920,10 +920,6 @@ Notes</source>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -952,6 +948,10 @@ Notes</source>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
@ -921,10 +921,6 @@ Notas</translation>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -953,6 +949,10 @@ Notas</translation>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
@ -746,10 +746,6 @@ Notes</source>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -778,6 +774,10 @@ Notes</source>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
@ -916,10 +916,6 @@ Notes</source>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -948,6 +944,10 @@ Notes</source>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
@ -916,10 +916,6 @@ Notes</source>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -948,6 +944,10 @@ Notes</source>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
@ -918,10 +918,6 @@ limite do sistema! Você ainda quer salvar?</translation>
|
||||
<source>&Beats per Minute:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use Event Length for Now && Next Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>By Specified Order</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -950,6 +946,10 @@ limite do sistema! Você ainda quer salvar?</translation>
|
||||
<source>Edit Cart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Use RDLogManager Length for PAD Updates</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EditMacro</name>
|
||||
|
Loading…
x
Reference in New Issue
Block a user