Fred Gleason
c83b170e6d
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.
2019-02-04 10:25:59 -05:00
Fred Gleason
b4aff63e08
Merge branch 'deltecent-refreshcuts'
2019-02-04 09:14:33 -05:00
Fred Gleason
db8ac86a69
Fixed conflict in 'ChangeLog'
2019-02-04 08:55:38 -05:00
Fred Gleason
7ab92917ef
Merge branch 'deltecent-rdcut'
2019-02-04 08:49:46 -05:00
Patrick Linstruth
3c0e4b6370
Fixed a bug in rdlibrary(1) where double-clicking a cart would expand/collapse the item.
2019-01-31 14:28:20 -08:00
Patrick Linstruth
75bab16887
Fixed a bug in RDCut::copyTo() where the segue gain was not copied.
2019-01-30 17:47:42 -08:00
Fred Gleason
efa4999fa2
2019-01-29 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in the 'EditCut' web API call that caused attempts
to clear the 'START_DAYPART' and 'END_DAYPART' fields to return
an error.
2019-01-29 16:32:06 -05:00
Fred Gleason
0b472716d6
2019-01-29 Fred Gleason <fredg@paravelsystems.com>
...
* Refactored routines for parsing/writing standard date/time strings
(RFC822 and XML xs:dateTime formats) into 'lib/rddatetime.[cpp|h].
* Removed the 'RDWebDateTime()', 'RDGetWebDateTime()',
'RDGetWebDate()', 'RDGetWebTime()', 'RDGetWebMonth()',
'RDXmlDate()', 'RDXmlTime()', 'RDXmlDateTime()' and
'RDXmlTimeZoneSuffix()' functions from 'lib/rdweb.[cpp|h].
* Added a 'dateparse_test' test harness.
2019-01-29 15:40:14 -05:00
Fred Gleason
16d43261a3
Merge branch 'deltecent-dropbox'
2019-01-25 09:16:36 -08:00
Fred Gleason
b36c603f3b
Fixed conflict in 'ChangeLog'
2019-01-25 09:10:13 -08:00
Fred Gleason
af0ca84e85
Merge branch 'deltecent-preimport'
2019-01-25 09:05:15 -08:00
Patrick Linstruth
ef032a84c2
Fix Duplicate button comment
2019-01-25 08:54:31 -08:00
Patrick Linstruth
90d1273fe7
Force new path when duplicating a dropbox.
2019-01-25 08:52:19 -08:00
Fred Gleason
18fc166128
Fixed conflict in 'ChangeLog'
2019-01-25 08:52:02 -08:00
Patrick Linstruth
fe11c5837a
Remove deselection on loss of focus
2019-01-25 07:43:34 -08:00
Fred Gleason
0b39a6658e
Merge branch 'deltecent-pypadconfig'
2019-01-25 06:09:33 -08:00
Fred Gleason
142b2d6d4f
Fixed conflict in 'ChangeLog'
2019-01-25 06:03:30 -08:00
Fred Gleason
2b9264b8ea
Merge branch 'deltecent-xcmd'
2019-01-25 05:42:03 -08:00
Fred Gleason
b79015323d
Fixed conflict in 'ChangeLog'
2019-01-25 05:41:42 -08:00
Patrick Linstruth
92ab5a5e8a
Fix erroneous merge
2019-01-24 13:14:24 -08:00
Patrick Linstruth
6e70e1e49d
Fixed regression with RDTransportButton taking focus
2019-01-24 13:11:49 -08:00
Patrick Linstruth
3d4b577338
Adjusted size of PyPAD configuration window to match size of rdairplay(1).
2019-01-24 12:42:37 -08:00
Patrick Linstruth
61c1b52072
Adjusted size of PyPAD edit window to same size as rdairplay(1)
2019-01-24 12:38:25 -08:00
Patrick Linstruth
aed4008c35
Added ability to duplicate dropboxes in rdadmin(1)
2019-01-24 12:25:32 -08:00
Fred Gleason
568fedd74a
2019-01-21 Fred Gleason <fredg@paravelsystems.com>
...
* Updated comments in 'pypad.Receiver::serviceDescription()' and
'pypad.Receiver::padField()' methods to caution against confusing
the two.
2019-01-21 16:37:24 -05:00
Patrick Linstruth
a3645bd19e
Add pypad_xcmd.py PyPAD script for Pira.cz X-Command protocol
2019-01-19 13:32:35 -08:00
Fred Gleason
6e45c0b624
2019-01-18 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a path bug in the Console Helper configuration that broke
startup of rdalsaconfig(8) and rddbconfig(8) from the desktop
menu when using default --prefix= value.
2019-01-18 07:40:35 -05:00
Fred Gleason
c7c5e6727e
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in rdrender(1) that caused corruption when printing
UTF-8 characters.
2019-01-17 18:19:39 -05:00
Fred Gleason
b23fd5dd63
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
...
* Removed dead debugging lines from the 'RDRenderer' class.
2019-01-17 18:11:53 -05:00
Fred Gleason
08ffd57eca
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in log rendering that caused custom transitions
to be rendered as a PLAY transition.
2019-01-17 18:07:51 -05:00
Fred Gleason
021d9ff5df
2019-01-17 Fred Gleason <fredg@paravelsystems.com>
...
* Changed the alpha warning in 'README' to a beta warning.
* Updated 'UPGRADING'.
* Incremented the package version to 3.0.0beta00.
v3.0.0beta00
2019-01-17 13:20:29 -05:00
Fred Gleason
f78ffab33d
2019-01-16 Fred Gleason <fredg@paravelsystems.com>
...
* Moved the 'RDLicense' class in the convienence library to
'License' in 'rdadmin(1).
2019-01-16 16:53:08 -05:00
Fred Gleason
ee77ff599b
2019-01-15 Fred Gleason <fredg@paravelsystems.com>
...
* Added a 'View Credits' button to the 'System Information' dialog
in rdadmin(1).
2019-01-15 19:34:56 -05:00
Fred Gleason
c694ec78b9
2019-01-15 Fred Gleason <fredg@paravelsystems.com>
...
* Updated copyright notices.
2019-01-15 18:39:18 -05:00
Fred Gleason
9b6a859f01
2019-01-15 Fred Gleason <fredg@paravelsystems.com>
...
* Updated 'INSTALL'.
2019-01-15 18:15:49 -05:00
Fred Gleason
81049eec8e
2019-01-15 Fred Gleason <fredg@paravelsystems.com>
...
* Replaced deprecated 'configparser' method call in the
'pypad.Receiver::setConfigFile()' method.
2019-01-15 17:43:37 -05:00
Fred Gleason
d71a22b020
2019-01-15 Fred Gleason <fredg@paravelsystems.com>
...
* Fixed a bug in rdlogedit(1) that caused indicated meter levels
to be 5 dB too high for incoming signals in the voicetracker dialog.
2019-01-15 17:01:54 -05:00
Fred Gleason
09acd2789e
Merge branch 'deltecent-rdaudioconvert'
2019-01-14 21:45:23 -05:00
Fred Gleason
b55dc156a3
Fixed conflict in 'ChangeLog'
2019-01-14 21:40:37 -05:00
Fred Gleason
6d5382b414
Merge branch 'deltecent-clock'
2019-01-14 14:53:27 -05:00
Patrick Linstruth
578b49a766
Change LogErr to LogWarning
2019-01-14 11:48:56 -08:00
Fred Gleason
cbe479223a
Fixed conflict in 'ChangeLog'
2019-01-14 14:42:02 -05:00
Fred Gleason
4150c62789
Merge branch 'deltecent-scheduler'
2019-01-14 14:34:33 -05:00
Fred Gleason
f50f5a0d4d
Fixed conflict in 'ChangeLog'
2019-01-14 14:34:10 -05:00
Patrick Linstruth
2e108ec3a1
Fixed bug where cloning a clock line could cross hour boundary.
2019-01-12 13:26:48 -08:00
Patrick Linstruth
44bfd738a7
Add error logging to RDAudioConvert class
2019-01-12 12:24:09 -08:00
Patrick Linstruth
29b59ed46e
Add comments about the possible removed from sched codes from SchedCartList::insertItem
2019-01-12 10:49:42 -08:00
Patrick Linstruth
dfcd8b1b65
Fixed regression in scheduler that caused events with two scheduler codes to fail.
...
Updated scheduler reports to indicate scheduler codes.
2019-01-12 10:43:06 -08:00
Fred Gleason
34ad7dac5c
2019-01-11 Fred Gleason <fredg@paravelsystems.com>
...
* Incremented the package version to 3.0.0alpha05.
v3.0.0alpha05
2019-01-11 15:35:31 -05:00
Fred Gleason
9e93dddb02
2019-01-10 Fred Gleason <fredg@paravelsystems.com>
...
* Refactored dropbox instance management to use multicast
notifications.
2019-01-10 18:11:18 -05:00