2283 Commits

Author SHA1 Message Date
Fred Gleason
f3bd897eff 2020-05-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDFormPost' that caused an error when processing
	multipart-mime submissions containing '=' characters.
2020-05-23 10:35:25 -04:00
Fred Gleason
18dd09378b 2020-05-23 Fred Gleason <fredg@paravelsystems.com>
* Added a 'cmdline_parser_test' test harness.
	* Fixed a bug in 'RDCmdSwitch' that caused value-only arguments
	containing '=' characters to be incorrectly parsed.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-05-23 10:02:45 -04:00
Fred Gleason
f51f39be11 2020-05-22 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDListView::NumericSort' to the 'RDListView::SortType'
	enumeration.
	* Fixed a bug in rdlibrary(1) that caused cuts to be incorrectly
	sorted when scheduled 'By Specified Order'.
2020-05-22 15:13:23 -04:00
Fred Gleason
0ba49d3e28 2020-05-19 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.4.0.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
v3.4.0
2020-05-19 10:55:55 -04:00
Fred Gleason
fe026781ca Fixed omission in 'ChangeLog'
Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-05-12 13:20:00 -04:00
Fred Gleason
40e2081b7a 2020-05-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that broke the ability to scroll through
	Sound Panel panels by means of the mouse wheel.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-05-12 12:51:12 -04:00
Fred Gleason
155d99fecf 2020-05-02 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.3.0int1.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
v3.3.0int1
2020-05-02 13:11:50 -04:00
Fred Gleason
23df7cbc14 2020-04-27 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.3.0int0.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
2020-05-02 12:53:03 -04:00
Fred Gleason
4d3e54df02 2020-04-27 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.3.0int0.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
v3.3.0int0
2020-04-27 10:11:42 -04:00
Fred Gleason
76a7ec825d Fixed typo in 'ChangeLog'
Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-27 08:06:02 -04:00
Fred Gleason
3cfc7cd077 Fixed typo in 'ChangeLog'
Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-27 08:04:02 -04:00
Fred Gleason
1f6535f832 2020-04-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogedit(1) that caused garbled text to appear
	when 'Start Immediately' was selected din the 'Edit Log Entry'
	dialog box.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-20 09:17:25 -04:00
Fred Gleason
8637def359 2020-04-18 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'EVENTS.PROPERTIES' field from the database.
	* Incremented the database version to 316.
	* Removed the 'RDEventLine::properties()' and
	'RDEventLine::setProperties()' methods.
	* Added 'RDEventLine::propertiesText()' methods.
	* Added a 'Trans' column to the event list in the 'Edit Clock'
	dialog in rdlogmanager(1).
	* Added a 'Trans' column to the event list in the 'List Events'
	dialog in rdlogmanager(1).

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-18 10:09:20 -04:00
Fred Gleason
3c00fd9adf Fixed typo in 'ChangeLog' 2020-04-17 21:46:21 -04:00
Fred Gleason
b49cde611c Fixed typo in 'ChangeLog'
Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-17 12:01:05 -04:00
Fred Gleason
7cd37f82f9 2020-04-16 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'REMARKS' field to 'USER NOTES' in the 'Editing Event'
	dialog in rdlogmanager(1).
	* Renamed the 'REMARKS' field to 'USER NOTES' in the 'Edit Clock'
	dialog in rdlogmanager(1).

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-16 17:47:37 -04:00
Fred Gleason
2e6a13eba1 2020-04-16 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'EVENTS.POST_POINT' field from the database.
	* Removed the 'LOG_LINES.POST_POINT' field from the database.
	* Incremented the database version tp 315.
	* Removed 'RDEventLine::postPoint()' and
	'RDEventLine::setPostPoint()' methods.
	* Removed the 'Post Point' checkbox from the 'Editing Event' dialog
	in rdlogmanager(1).
2020-04-16 17:26:18 -04:00
Fred Gleason
5126a59e05 2020-04-16 Fred Gleason <fredg@paravelsystems.com>
* Added font metrics methods for each standard font role in
	'RDFontEngine'.
	* Refactored the control layout in the 'Editing Event' dialog
	in rdlogmanager.
2020-04-16 16:10:05 -04:00
Fred Gleason
118c019edc 2020-04-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDEventLine' that caused the
	'Append Log' ['AL'] RML to append a copy of the currently loaded
	log instead of the one specified in the RML command.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-15 12:24:47 -04:00
Fred Gleason
095ae09138 2020-04-14 Fred Gleason <fredg@paravelsystems.com>
* Added debug syslog messages to the 'Software Authority' driver
	in ripcd(8).
2020-04-14 10:28:24 -04:00
Fred Gleason
e737fcbc27 2020-04-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Software Authority' driver that caused
	autodetection of the number of GPIOs in a router to be unreliable.
	* Removed superfluous code from rdgpimon(1).
2020-04-13 17:36:17 -04:00
Fred Gleason
f92e8771ce 2020-04-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'List GPIs' dialog in rdadmin(1) that
	prevented changes in GPI assignments from being propagated
	to the underlying device.

Signed-off-by: Fred Gleason <fredg@paraelsystems.com>
2020-04-09 13:09:45 -04:00
Fred Gleason
3229d8a87e Fixed typo in 'ChangeLog' 2020-04-09 12:52:39 -04:00
Fred Gleason
d40308c4b6 Merge branch 'deltecent-issue562' 2020-04-09 08:43:08 -04:00
Fred Gleason
40947d0add Fixed conflict in 'ChangeLog' 2020-04-09 08:27:18 -04:00
Patrick Linstruth
aef1f4c381 Add confirmation dialog to "Copy To Custom" buttons 2020-04-08 20:34:13 -07:00
Fred Gleason
876667ae7d 2020-04-08 Fred Gleason <fredg@paravelsystems.com>
* Changed the error message rendered when 'configure' fails to
	detect one or more of the MusicBrainz dependencies to be less
	ambiguous.
2020-04-08 19:59:09 -04:00
Fred Gleason
818a541190 Merge branch 'deltecent-issue557' 2020-04-08 19:13:09 -04:00
Fred Gleason
813ba053d2 Fixed conflict in 'ChangeLog' 2020-04-08 18:43:15 -04:00
Fred Gleason
a9d5060336 Merge branch 'deltecent-issue555' 2020-04-08 18:37:50 -04:00
Fred Gleason
48d29d9c75 Fixed conflict in 'ChangeLog' 2020-04-08 18:33:04 -04:00
Fred Gleason
0ae0b38840 Merge branch 'deltecent-issue552' 2020-04-08 18:26:55 -04:00
Fred Gleason
d34bedd32b Fixed conflict in 'ChangeLog' 2020-04-08 18:17:51 -04:00
Fred Gleason
21e88e9a17 Merge branch 'deltecent-issue549' 2020-04-08 18:04:45 -04:00
Fred Gleason
df4d2a8efe Fixed conflict in 'ChangeLog' 2020-04-08 18:00:14 -04:00
Fred Gleason
bcdbfcd44a Merge branch 'dklann-dklann-rdlogline' 2020-04-08 17:53:07 -04:00
Fred Gleason
c1f44c8a3f Fixed conflict in 'ChangeLog' 2020-04-08 17:46:52 -04:00
Fred Gleason
b06791ae27 2020-04-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that caused the initial event
	in an imported set to fail receive the proper time and transition
	type if the 'Include Import Markers in Finished Logs' checkbox in
	rdadmin(1) had not been ticked.
2020-04-08 16:49:25 -04:00
Patrick Linstruth
90a20c66ef Modified rdadmin(1) Edit Service dialog to display built-in traffic and music import template values.
Added "Copy To Custom" buttons to rdadmin(1) Edit Service dialog.
2020-04-07 15:10:53 -07:00
Patrick Linstruth
940737bbf2 Modified rdlogmanager(1) to disable merge buttons if the selected
log does not contain any import links.
2020-04-03 11:26:48 -07:00
Patrick Linstruth
d7253e31c1 Modified rdairplay(1) to always scroll log to the top when using
the hour selector.
2020-04-01 08:44:41 -07:00
Patrick Linstruth
98b8297fa1 Fixed a bug in rdairplay(1) with HourSelector::updateTimeData()
where timer was not set properly when crossing midnight.
2020-04-01 08:22:51 -07:00
Patrick Linstruth
3e3cb81bb4 Fixed a bug in rdlogmanager(1) that caused 'Make Post Point'
label to be displayed without last 't'.
2020-03-31 14:57:59 -07:00
David Klann
1424b1ea27 Set log_cut_number in RDLogLine::loadCart(). 2020-03-28 16:11:35 -05:00
Fred Gleason
d0c232eef1 2020-03-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused two events to be
	started by a single spacebar tap if a SoundPanel event had been
	played previously.
2020-03-18 13:39:42 -04:00
Fred Gleason
f351df289d 2020-03-16 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to v3.3.0.
v3.3.0
2020-03-16 10:02:20 -04:00
Fred Gleason
e407d9eeee 2020-03-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Edit Event' dialog in rdlogmanager(1)
	that caused the Transition Type dropdown to be greyed-out when
	the 'IMPORT' controls were set to use the built-in music
	scheduler.
2020-03-13 16:59:14 -04:00
Fred Gleason
a955fee8e7 2020-03-12 Fred Gleason <fredg@paravelsystems.com>
* Fixed a race in ripcd(8) that caused arguments to the
	'Run Shell Command' ['RN'] macro to be corrupted.
2020-03-12 17:38:38 -04:00
Fred Gleason
dc31c60481 2020-03-12 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to v3.2.1int4.
v3.2.1int4
2020-03-12 16:16:07 -04:00
Fred Gleason
7cbacda0e2 2020-03-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that threw a SQL error when attempting
	to modify a DB containing tables set to use character set UTF-8
	to schema 297.
2020-03-09 17:26:42 -04:00