mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-10-23 Fred Gleason <fredg@paravelsystems.com>
* Added generation of an 'RDLogManager Error Report' when errors are detected when importing voice track markers from an external scheduler file in rdlogmanager(1). * Restored operation of Label/Note carts in rdlogmanager(1). * Fixed a bug in rdlogmanager(1) that caused inline events without explicit start time/length data to fail to be placed. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -90,7 +90,7 @@ class RDSvc : public QObject
|
||||
void setImportLength(ImportSource src,ImportField field,int len) const;
|
||||
QString importFilename(ImportSource src,const QDate &date) const;
|
||||
bool import(ImportSource src,const QDate &date,const QString &break_str,
|
||||
const QString &track_str) const;
|
||||
const QString &track_str,bool resolve_implied_times) const;
|
||||
bool generateLog(const QDate &date,const QString &logname,
|
||||
const QString &nextname,QString *report,RDUser *user,
|
||||
QString *err_msg);
|
||||
@@ -128,4 +128,4 @@ class RDSvc : public QObject
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif // RDSVC_H
|
||||
|
Reference in New Issue
Block a user