* Added a 'KillPypadAfterError=' directive to the '[Debugging]'
section of rd.conf(5).
* Documented the '[Debugging]' section in the rd.conf(5) man page.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused output of the Cart
Report to not reflect the current filter and sorting state of the
library list.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the build system that failed to package
'Appendix I. Library Text Searches' in the HTML version of the
Operations Guide.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.1.3int2.
* Incremented the Python API version to 4.1.3+int2.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the PAD subsystem that caused meta-events to be
included in the update events.
* Refactored the PAD subsystem to use native Qt JSON methods.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added a check to the audio importation system to validate metadata
cue point positions relative to the actual audio duration.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused invalid PAD JSON
to be emitted when processing a Chain event.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDAIRPLAY.MESSAGE_WIDGET_URL' field to the database.
* Incremented the database version to 374.
* Added 'RDAirPlayConf::messageWidgetUrl()' and
'RDAirPlayConf::setMessageWidgetUrl()' methods.
* Modified rdairplay(1) to make the Message Widget retain the loaded
URL across instances.
* Modified rdairplay(1) to make the Message Widget continually poll
and update loaded URLs using the 'file:' schema.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogmanager(1) that could throw SQL
'column out of range' errors when importing traffic logs.
* Fixed a bug in rdlogmanager(1) that threw SQL errors when processing
log GUIDs containing apostrophes.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDEventFilter' class.
* Fixed bugs in rdairplay(1) that caused scroll bars to appear when
loading web content into the message widget.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added 'RDTimeEdit::Mode' enumeration.
* Added 'RDTimeEdit::mode()', 'RDTimeEdit::setMode()',
'RDTimeEdit::length()' and 'RDTimeEdit::setLength()' methods.
* Fixed a regression in rdlibrary(1) that caused the 'Forced Length'
control in the 'Edit Cart' dialog to be misformatted when the
system was configured to use 12 hour time format.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added the option to provision users from an existing RSS feed
to the 'Add RSS Feed' dialog in rdadmin(1).
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogmanager(1) that caused clock titles
to fail to be centered in the pie wedge display in the
'Edit Clock' dialog.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that could cause the space bar
to fail to start the next main log event.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Changed the 'AUDIO_CARDS.NAME' database field from 'varchar(64)'
to 'text'.
* Incremented the database version to 373.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added a 'REPLICATORS.PROGRAM_CODE' field to the database.
* Incremented the database version to 372.
* Added 'RDReplicator::programCode()' and
'RDReplicator::setProgramCode()' methods.
* Added a 'Program Code' control to the 'Rivendell Replicators'
dialog in rdadmin(1).
* Renamed the 'Citadel X-Digital Portal' replicator to
'X-Digital National ISCI Model'.
* Added a 'X-Digital Cue Model' replicator.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Updated the screenshot of the Full Log widget in the 'Running Logs
with RDAirPlay' chapter of the Operations Guide.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Changed the recommended base branch for PRs from 'master' to 'v4'
in the 'CONTRIBUTING CHANGES' section of 'CODINGSTYLE'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Documented the meaning of the 'RDLogLine::StartTimeType' enum
in 'lib/rdlog_line.h'.
* Changed the default value of the 'RDLogLine::Imported' start time
from '00:00:00' to NULL.
* Fixed a regression in rdairplay(1) that caused the 'Sch. Time'
column to be removed from the Full Log lists.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused the time remaining
readouts in the Voice Tracker to overlap the Save button when
at the minimum window size.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
* Added 'debhelper' to the list of required build packages for
Debian 11 "Bullseye" in 'INSTALL'.
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>