mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2017-09-01 Fred Gleason <fredg@paravelsystems.com>
* Added 'CUTS.ORIGIN_LOGIN_NAME' and 'CUTS.SOURCE_HOSTNAME' fields to the database. * Incremented the database version to 267. * Added 'RDCut::originLoginName()', 'RDCut::setOriginLoginName()', 'RDCut::sourceHostname()' and 'RDCut::setSourceHostname()' methods in 'lib/rdcut.cpp' and 'lib/rdcut.h'. * Added '<originLoginName>' and '<sourceHostname>' tags to the cut XML schema in 'RDCart::xmlSql()' and 'RDCut::xml()' methods. * Refactored the layout of the 'Cut Info/Record' dialog in RDLibrary. * Added a 'Source Host' control to the 'Cut Info/Record' dialog in RDLibrary.
This commit is contained in:
@@ -77,6 +77,10 @@ class RDCut
|
||||
void setWeekPart(int dayofweek,bool state) const;
|
||||
QString originName() const;
|
||||
void setOriginName(const QString &name) const;
|
||||
QString originLoginName() const;
|
||||
void setOriginLoginName(const QString &name) const;
|
||||
QString sourceHostname() const;
|
||||
void setSourceHostname(const QString &name) const;
|
||||
unsigned weight() const;
|
||||
void setWeight(int value) const;
|
||||
int playOrder() const;
|
||||
|
||||
Reference in New Issue
Block a user