1536 Commits

Author SHA1 Message Date
Fred Gleason
dbc7d4e327 2018-11-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'RDTextFile()' function that caused zombification
	of client programs.
2018-11-29 16:50:42 -05:00
Fred Gleason
a9a3f385ad 2018-11-29 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SERVICES.INCLUDE_IMPORT_MARKERS' field to the database.
	* Added a 'LOGS.INCLUDE_IMPORT_MARKERS' field to the database.
	* Incremented the database version to 301.
	* Added an 'Inlcude Import Markers in Finished Logs' checkbox to
	the 'Edit Service' dialog in rdadmin(1).
2018-11-29 14:44:38 -05:00
Fred Gleason
4220a2c9d4 Merge branch 'deltecent-hpinodes' 2018-11-26 12:03:55 -05:00
Fred Gleason
448420c763 Fixed conflict in 'ChangeLog' 2018-11-26 12:03:21 -05:00
Patrick Linstruth
e6e4be944e Fixed 'if' statement formatting 2018-11-26 08:34:11 -08:00
Fred Gleason
1c6b6024e0 Merge branch 'deltecent-audioport' 2018-11-26 10:26:39 -05:00
Fred Gleason
0ae5049a55 Fixed conflict in 'ChangeLog' 2018-11-26 10:19:18 -05:00
Fred Gleason
15d731cf84 Merge branch 'deltecent-currentlog' 2018-11-26 09:33:53 -05:00
Fred Gleason
08a45595b8 Fixed conflict in 'ChangeLog' 2018-11-26 09:33:36 -05:00
Fred Gleason
ec726c4fa3 Merge branch 'deltecent-refreshlog' 2018-11-26 09:02:33 -05:00
Patrick Linstruth
af0ad25dee Optimized RDAudioPort SQL queries. 2018-11-25 18:58:18 -08:00
Patrick Linstruth
54e505e00a Updated ChangeLog 2018-11-24 18:53:17 -08:00
Patrick Linstruth
462955d0af Fixed regression with rdairplay(1) loading previous log 2018-11-24 18:51:52 -08:00
Patrick Linstruth
6e2d97e4e2 Fixed bug where requested port could overrun HPI_MAX_NODES. 2018-11-23 21:38:25 -08:00
Patrick Linstruth
f93de77666 Fixed regression where remote log changes did not auto refresh in rdairplay(1). 2018-11-23 21:32:55 -08:00
Fred Gleason
10b08d65a8 2018-11-21 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'SERVICES.MUS_WIN_PATH', 'SERVICES.MUS_WIN_PREIMPORT_CMD'
	'SERVICES.TFC_WIN_PATH', and 'SERVICES.TFC_WIN_PREIMPORT_CMD' fields
	from the database.
	* Incremented the database version to 300.
	* Removed the 'RDSvc::ImportOs' enumeration.
	* Removed the 'Windows Import Path' and 'Windows Preimport Command'
	fields from the 'Edit Service' dialog in rdadmin(1).
2018-11-21 09:56:54 -05:00
Fred Gleason
ce560d1c25 2018-11-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in the systemd unit file that caused an
	"Unknown lvalue 'RestartLimitInterval' in section 'Service'" warning
	to be generated when installing the base RPM.
2018-11-21 07:39:50 -05:00
Fred Gleason
bcb96c2bda Merge branch 'deltecent-install' 2018-11-21 07:12:52 -05:00
Fred Gleason
5d0f8b1bf0 Fixed conflict in 'ChangeLog' 2018-11-21 07:11:41 -05:00
Fred Gleason
1617e978fd 2018-11-20 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'rivendell-opsguide' RPM package to be 'noarch'.
	* Added the components of the 'rivendell-opsguide' subpackage to
	the 'rivendell' RPM package.
2018-11-20 16:37:56 -05:00
Fred Gleason
61a02d63b5 2018-11-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a packaging conflict between the 'rivendell' and
	'rivendell-opsguide' RPM packages.
2018-11-20 14:32:20 -05:00
Fred Gleason
30f85a3c20 2018-11-20 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up code styling in 'lib/rdsound_panel.cpp'.
2018-11-20 13:40:56 -05:00
Fred Gleason
06eae9dc29 2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Updated the package version to 3.0.0alpha04.
v3.0.0alpha04
2018-11-16 10:38:27 -05:00
Fred Gleason
1c424c6f70 Merge branch 'deltecent-rdeditaudio' 2018-11-16 10:18:36 -05:00
Fred Gleason
1f1b98d1a6 Fixed conflict in 'ChangeLog' 2018-11-16 10:18:16 -05:00
Fred Gleason
6ca773e21d 2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the 298 => 299 schema change in rddbmgr(8) to use the
	new method for dropping a DB field.
2018-11-16 10:06:42 -05:00
Fred Gleason
3ae1e1995f Merge branch 'deltecent-schedcodes' 2018-11-16 09:57:10 -05:00
Fred Gleason
500f7be2aa Resolved conflict in 'ChangeLog' 2018-11-16 09:56:47 -05:00
Fred Gleason
09f4557db6 2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Added '-fno-var-tracking-assignments' to the 'AM_CPPFLAGS' rule
	for rddbmgr(8).
2018-11-16 09:27:50 -05:00
Fred Gleason
c1ba5c92a9 2018-11-16 Fred Gleason <fredg@paravelsystems.com>
* Refactored schema modification routines in rddbmgr(8) to check
	for existence of a field before dropping it.
2018-11-16 09:17:11 -05:00
Patrick Linstruth
2e35e74654 Fixed marker bugs in rdlibrary(1) audio editor widget. 2018-11-15 23:11:38 -08:00
Patrick Linstruth
7269644bd7 Fix indentation 2018-11-15 15:59:25 -08:00
Patrick Linstruth
b5f736bd6e Remove use of convenience library classes 2018-11-15 15:52:30 -08:00
Fred Gleason
fa7918d158 2018-11-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that prevented login from a system with
	no host record in the database.
2018-11-15 14:39:00 -05:00
Fred Gleason
e8c619988f 2018-11-14 Fred Gleason <fredg@paravelsystems.com>
* Added a '--metadata-cart=' switch to the 'audio_convert_test'
	test harness.
	* Added an 'audio_metadata_test' test harness.
	* Modified ID3 tag reading/writing to use TagLib.
2018-11-14 14:40:44 -05:00
Patrick Linstruth
612a63ef32 Scheduler optimization 2018-11-13 18:47:34 -08:00
Patrick Linstruth
3ed7a7ca6f Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table. 2018-11-13 13:16:26 -08:00
Patrick Linstruth
f98d3cf19b Update ChangeLog 2018-11-09 12:05:46 -08:00
Patrick Linstruth
9d1585b59e Add rddbmgr '--generate-audio' switch to INSTALL documentation 2018-11-09 12:01:26 -08:00
Fred Gleason
8af01a466d Merge branch 'deltecent-rdpanel-qt4' 2018-11-09 14:01:28 -05:00
Fred Gleason
749c5750f4 2018-11-09 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging printf in rdpanel(1).
2018-11-09 14:00:05 -05:00
Fred Gleason
2b2b3ecc2d Fixed conflict in 'ChangeLog' 2018-11-09 13:46:15 -05:00
Patrick Linstruth
f21163349d Remove #if 0 block 2018-11-09 10:12:36 -08:00
Fred Gleason
a836463fc0 Merge branch 'deltecent-rdairplay-qt4' 2018-11-09 12:49:44 -05:00
Fred Gleason
ae287fc10d Fixed conflict in 'ChangeLog' 2018-11-09 12:41:11 -05:00
Fred Gleason
25a76c014b 2018-11-09 Fred Gleason <fredg@paravelsystems.com>
* Restored cart note bubbles in rdlibrary(1).
2018-11-09 12:29:39 -05:00
Patrick Linstruth
d58fa84afe Fixed a regression in rdpanel(1) background image. 2018-11-09 07:35:12 -08:00
Patrick Linstruth
1dd92d191f Fixed bug 2018-11-09 07:32:16 -08:00
Patrick Linstruth
cbe663d732 Fixed a regression in rdairplay(1) pie widget. 2018-11-09 06:32:55 -08:00
Fred Gleason
85a7704854 2018-11-09 Fred Gleason <fredg@paravelsystems.com>
* Removed superceded 'StatusTip' class from rdmonitor(1).
2018-11-09 08:15:02 -05:00