441 Commits

Author SHA1 Message Date
Fred Gleason
c769a571dc 2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Implemented an end-of-log delimiter in the output of the 'list'
	command for rdclilogedit(1).
2016-07-22 12:50:42 -04:00
Fred Gleason
7bf1cfef9b 2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed bug in 'utils/rdclilogedit/rdclilogedit.cpp' that would
	cause the DB connection to time out.
2016-07-22 12:42:23 -04:00
Fred Gleason
1ecadfff17 2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Added the man page for rdclilogedit(1) to the manifest in
	'rivendell.spec.in'.
2016-07-22 12:33:36 -04:00
Fred Gleason
19175f1efa 2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Added a man page for rdclilogedit(1).
2016-07-22 12:31:02 -04:00
Fred Gleason
b5629494d4 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a '--script' option to rdclilogedit(1).
2016-07-21 19:38:27 -04:00
Fred Gleason
ff23139470 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'setautorefresh' command to rdclilogedit(1).
	* Added a 'setdesc' command to rdclilogedit(1).
	* Added a 'setenddate' command to rdclilogedit(1).
	* Added a 'setpurgedate' command to rdclilogedit(1).
	* Added a 'setservice' command to rdclilogedit(1).
	* Added a 'setstartdate' command to rdclilogedit(1).
2016-07-21 19:26:30 -04:00
Fred Gleason
5ac5d8e60c 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'header' command to rdclilogedit(1).
2016-07-21 17:46:55 -04:00
Fred Gleason
93538cc483 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'new' command to rdclilogedit(1).
2016-07-21 17:26:11 -04:00
Fred Gleason
fb5010fa98 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Refactored rdclilogedit(1) to use synchronous input.
2016-07-21 16:40:26 -04:00
Fred Gleason
985eb461f3 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Moved enforcement of user permissions to the
	'MainObject::DispatchCommand()' method in
	'utils/rdclilogedit/parser.cpp'.
2016-07-21 15:12:41 -04:00
Fred Gleason
d8a6fb56e4 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Implemented '!' override character in rdclilogedit(1) for the
	'exit' command.
2016-07-21 14:51:05 -04:00
Fred Gleason
933b318eb1 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'setcomment' command to rdclilogedit(1).
	* Added a 'setlabel' command to rdclilogedit(1).
2016-07-21 14:43:17 -04:00
Fred Gleason
e0f1b180d6 Fixed typo in ChangeLog 2016-07-21 14:42:20 -04:00
Fred Gleason
85acdfae5c Fixed typo in ChangeLog 2016-07-21 14:23:24 -04:00
Fred Gleason
2af6845d6e 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'settime' command to rdclilogedit(1).
	* Added a 'setmarker' command to rdclilogedit(1).
	* Added a 'settrack' command to rdclilogedit(1).
2016-07-21 14:21:25 -04:00
Fred Gleason
c388bda77b 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Implemented '!' override character in rdclilogedit(1).
2016-07-21 13:33:44 -04:00
Fred Gleason
deeadbf0e9 2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'utils/rdclilogedit/rdclilogedit.cpp' that caused
	large output listings to be truncated.
2016-07-21 12:41:41 -04:00
Fred Gleason
f4cf690ff3 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'utils/rdclilogedit/rdclilogedit.cpp' that caused
	segfaults with certain commands when run without a log loaded.
2016-07-20 19:44:25 -04:00
Fred Gleason
27e674544c 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'settime' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
2016-07-20 19:29:23 -04:00
Fred Gleason
42d9286fd8 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'settrans' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
2016-07-20 18:54:01 -04:00
Fred Gleason
a166e4f731 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'remove' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
2016-07-20 18:40:10 -04:00
Fred Gleason
27e3113f27 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added an 'addcart' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
2016-07-20 18:27:54 -04:00
Fred Gleason
8e0d803ba3 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'save' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
	* Added a 'saveas' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
2016-07-20 18:00:03 -04:00
Fred Gleason
60ce6c966d 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'setcart' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
2016-07-20 17:08:16 -04:00
Fred Gleason
e83ba7317a 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'help' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp'.
2016-07-20 16:32:34 -04:00
Fred Gleason
0402781e01 2016-07-20 Fred Gleason <fredg@paravelsystems.com>
* Stubbed out a command-line log editor in 'utils/rdclilogedit/'.
2016-07-20 15:41:45 -04:00
Fred Gleason
b4f04cb8d5 2016-07-18 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.14.1int01.
2016-07-18 09:36:59 -04:00
Fred Gleason
29927e7709 2016-07-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in 'lib/lib.pro', 'lib/rdweb.cpp, 'lib/rdweb.h' and
	'rdlogedit/edit_logline.cpp' that broke the build under Windows.
2016-07-15 14:16:32 -04:00
Fred Gleason
26822841f5 2016-07-13 Fred Gleason <fredg@paravelsystems.com>
* Made the 'Allow Cart Dragging' checkbox setting persistent across
	RDLibrary sessions in 'rdlibrary/rdlibrary.cpp'.
2016-07-13 11:55:00 -04:00
Fred Gleason
6c31c9e1d4 2016-07-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'RDCart::GetXmlValue()' method that caused
	XML field values not to be unescaped correctly.
2016-07-13 10:47:42 -04:00
Fred Gleason
d8636ebb2c 2016-07-13 Fred Gleason <fredg@paravelsystems.com>
* Implemented storage of RDXML data structures within a 'rdxl'
	user defined information frame in ID3 tags 'lib/rdwavefile.cpp' and
	'lib/rdaudio_convert.cpp'.
2016-07-13 10:11:08 -04:00
Fred Gleason
b508b7a0ca 2016-07-12 Fred Gleason <fredg@paravelsystems.com>
* Added support for reading conductor field values (TPE3) from
	ID3 tags in 'lib/rdwavefile.cpp'.
2016-07-12 15:22:20 -04:00
Fred Gleason
b64b01b148 2016-07-12 Fred Gleason <fredg@paravelsystems.com>
* Implemented storage of RDXML data structures within a 'rdxl' chunk
	in WAV files.
2016-07-12 14:36:17 -04:00
Fred Gleason
fc332c3655 2016-07-12 Fred Gleason <fredg@paravelsystems.com>
* Added an '--xml' switch to rdimport(1) in
	'utils/rdimport/rdimport.cpp' and 'utils/rdimport/rdimport.h'.
2016-07-12 08:52:29 -04:00
Fred Gleason
edd8221b6f 2016-07-11 Fred Gleason <fredg@paravelsystems.com>
* Added rdxml_parse_test(1) in 'tests/'.
	* Added a RDCart::readXml()' method in 'lib/rdcart.cpp' and
	'lib/rdcart.h'.
	* Fixed a typo in the 'averageSegueLength' field in the 'RDCart::xml()'
	method in 'lib/rdcart.cpp'.
	* Removed the 'validity' field from the output of the 'RDCart::xml()'
	method in 'lib/rdcart.cpp'.
	* Removed the 'validity' and 'localCounter' fields from the output
	of the 'RDCut::xml()' method in 'lib/rdcut.cpp'.
2016-07-11 14:01:30 -04:00
Fred Gleason
3cac92b29d 2016-07-07 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.14.1int00.
2016-07-06 13:22:40 -04:00
Fred Gleason
5c82d99de7 2016-06-23 Fred Gleason <fredg@paravelsystems.com>
* Refactored layout of dialogs in rdlogedit(1) so as to display
	dialog heirarchy correctly.
2016-06-23 10:37:43 -04:00
Fred Gleason
54e8fdec07 2016-06-22 Fred Gleason <fredg@paravelsystems.com>
* Added statment to create an 'm4' directory in 'autogen.sh'.
2016-06-22 09:45:50 -04:00
Fred Gleason
798f744bd6 2016-06-21 Fred Gleason <fredg@paravelsystems.com>
* Reimplemented 'get_distro.sh' as 'get_distro.pl'.
2016-06-21 20:36:32 -04:00
Fred Gleason
b7db9406d9 2016-06-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'xdg/Makefile.am' that caused the 'make rpm' target
	to break when HPI support was not enabled.
2016-06-18 13:27:24 -04:00
Fred Gleason
c1675087aa 2016-06-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdsvc.cpp' that caused import events with
	minute field values greater than '59' in the Start Time to fail
	to be imported.
2016-06-17 14:55:03 -04:00
Fred Gleason
ec79802cb6 2016-06-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rddownload.cpp' that caused download URLs
	using 'https' protocol to fail to be properly escaped.
2016-06-17 14:06:19 -04:00
Fred Gleason
f04fa15090 2016-06-17 Fred Gleason <fredg@paravelsystems.com>
* Modified rdexport(1) to list correct audio format parameters
	in the XML output.
2016-06-17 12:02:43 -04:00
Fred Gleason
605dfbb964 2016-06-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdcut.cpp' that caused a SQL error when
	generating an XML 'cutList' object.
2016-06-17 10:39:30 -04:00
Fred Gleason
d48935a00a 2016-06-15 Fred Gleason <fredg@paravelsystems.com>
* Added an '--xml' switch to rdexport(1) in
	'utils/rdexport/rdexport.cpp' and 'utils/rdexport/rdexport.h'.
2016-06-15 13:01:03 -04:00
Fred Gleason
aa610a739c 2016-06-15 Fred Gleason <fredg@paravelsystems.com>
* Added '--bitrate=', '--channels=', '--format=', '--quality='
	and '--samplerate=' to rdexport(1) in 'utils/rdexport/rdexport.cpp'
	and 'utils/rdexport/rdexport.h'.
2016-06-15 11:47:26 -04:00
Fred Gleason
faaa5b4cdb 2016-06-14 Fred Gleason <fredg@paravelsystems.com>
* Merged fixes for NULL SQL date-time values from Wayne Merricks
	[GitHub pull request #000133].
2016-06-14 12:33:46 -04:00
Fred Gleason
b4b9b20448 Merge branch 'waynemerricks-stable' into stable 2016-06-14 12:31:34 -04:00
Fred Gleason
d90a226e70 Minor formatting tweaks 2016-06-14 12:31:02 -04:00
Fred Gleason
c21c1a0d5d Merge branch 'stable' of https://github.com/waynemerricks/rivendell into waynemerricks-stable 2016-06-14 11:25:43 -04:00