fgerlits
f1ca8879ab
added acquirePlaylist() and releasePlaylist() to WebStorageClient
...
modified config() methods in Core (Playlist, PlaylistElement, FadeInfo,
and AudioClip) to read ID as hexadecimal string & not decimal number
some config xml files and tests had to be modified accordingly
2005-01-03 19:39:54 +00:00
fgerlits
4d777103f7
added title attribute to AudioClip (in config(), too)
...
updated config files with title attribute
created getXmlString() method in AudioClip, Playlist, PlaylistElement
and FadeInfo
replaced old (and bad) toXml() method with getMetadataString() in AudioClip
2004-12-30 20:09:28 +00:00
fgerlits
1931deef7c
*** empty log message ***
2004-12-30 12:25:04 +00:00
fgerlits
29e95ebf70
changed Makefiles to use curlpp instead of curl
2004-12-30 11:51:48 +00:00
fgerlits
11f46d11ba
wrote configuration of AudioClip from metafile;
...
added toXml() method to AudioClip
2004-12-29 10:02:29 +00:00
fgerlits
3b01df226c
added get/set methods for title and for general metadata in AudioClip
...
and in Playlist
2004-12-27 19:52:02 +00:00
fgerlits
a7721186cd
*** empty log message ***
2004-12-24 14:20:15 +00:00
maroy
790e6ee4c1
migrated from libxml++ 1.x to 2.8
2004-12-17 12:12:31 +00:00
fgerlits
3d733bb524
added some more XML-RPC method test (which don't work yet)
...
added getSchedulerTime XML-RPC method, can't do push yet
2004-12-10 18:06:03 +00:00
fgerlits
fe6a11cab1
added & checked the first new Rpc...Test (the others should now be easy)
2004-12-08 15:03:42 +00:00
fgerlits
44c38ddaf9
added PlayLogFactory install/uninstall to the Scheduler daemon
...
modified the local storage specification
2004-12-03 13:58:23 +00:00
maroy
470d325ce4
renamed SchedulerDaemonGetVersionTest to RpcGetVersionTest
2004-12-02 09:31:32 +00:00
maroy
2b60d95a9c
added getVersion XML-RPC method
2004-12-01 23:33:33 +00:00
fgerlits
7b591bbaa1
changed error reporting in the XML-RPC methods from ad-hoc to standard
...
XML-RPC fault responses
2004-12-01 15:59:59 +00:00
maroy
145e0da83f
starting and stopping the scheduler daemon works now, like a charm
...
see http://bugs.campware.org/view.php?id=469
2004-11-25 14:56:23 +00:00
fgerlits
f561ad58ff
modified to allow only one kind of client at a time
2004-11-24 16:45:58 +00:00
fgerlits
8d7e16a0c4
changed StorageClientFactory to produce only one kind of client
...
added some documentation (of xml configuration file format)
2004-11-24 16:21:59 +00:00
maroy
b58db9c65f
now export LD_LIBRARY_PATH to the targets environment
2004-11-24 13:11:46 +00:00
fgerlits
0a7ca4196c
fixed the authenitication client factory to produce test clients, too
2004-11-24 11:42:49 +00:00
fgerlits
06a2fcd2a0
added a test authentication client, and (temporarily) removed the
...
'make -C modules/storageServer' lines from the makefiles
2004-11-24 11:09:23 +00:00
maroy
723e0459fa
added -pthread option to CFLAGS and LDFLAGS
2004-11-23 11:51:22 +00:00
fgerlits
3aff2f8a8c
added authenticationclient.xml files which I forgot last time
2004-11-23 11:32:36 +00:00
fgerlits
e46a2192ce
added call to authentication server, as well as a new "sessionId" xml-rpc
...
parameter, to *everything*
2004-11-22 13:14:45 +00:00
fgerlits
ca278cecdd
*** empty log message ***
2004-11-12 14:14:23 +00:00
fgerlits
696aa95c9f
moved doxytag generation to the root Makefile
2004-11-12 10:19:21 +00:00
fgerlits
dc58a33ca4
mostly cosmetic changes to TestStorageClient & fiddling with doxytag
2004-11-11 15:39:15 +00:00
fgerlits
9db6d24725
removed the URIs from released playlists and audio clips
...
added the XmlRpcServerMethod external to the Scheduler documentation
2004-11-10 17:45:53 +00:00
maroy
3da6eaa61f
added PlaylistEvent and PlaylistEventContianer tests
2004-11-09 11:25:28 +00:00
maroy
692230835a
added initial version of the event scheduler and audio player
...
integrated into the scheduler daemon
2004-11-08 13:20:37 +00:00
fgerlits
057da6a786
added playlist to SMIL conversion to Playlist class
...
added releasePlaylist and and releaseAudioClip to TestStorageClient
2004-11-06 17:09:39 +00:00
fgerlits
8e121e1a47
added FadeInfo methods
2004-10-27 14:10:03 +00:00
fgerlits
5a49ab5223
added generatePlayReport XML-RPC server method
2004-10-26 12:03:33 +00:00
fgerlits
b219059333
added play log (PlayLogInterface and its PostgresqlPlayLog implementation)
2004-10-25 15:21:32 +00:00
fgerlits
c36fb8fec2
added PlayLogEntry class
2004-10-23 10:01:19 +00:00
fgerlits
7c23b18f91
modified locking
2004-10-20 06:15:26 +00:00
fgerlits
ee413579a4
added fake audio clip retrieval methods to TestStorageClient
...
added displayAudioClip and displayAudioClips XML-RPC server methods
2004-10-19 08:09:56 +00:00
fgerlits
a5b4dd625e
added new removeAudioClipFromPlaylist and validatePlaylist
...
modified the contract for removeAudioClipFromPlaylist to take a relative
offset as argument instead of an audio clip id
(makes more sense this way, also implements more neatly :-)
2004-10-15 16:48:44 +00:00
fgerlits
690c3e7bc0
fixed new playlist format (w/ playlistElement's and audioClipId's)
2004-10-14 17:32:56 +00:00
fgerlits
4bcf8acfb6
fixed some problems with createPlaylist and openPlaylistForEditing
2004-10-13 16:46:58 +00:00
fgerlits
e60347862e
added AudioClip class to core module
...
added addAudioClipToPlaylist diagram to uml model (not implemented yet)
2004-10-11 15:43:47 +00:00
fgerlits
a815a437d9
added XmlRpcTools utility class
...
implemented createPlaylist and openPlaylistForEditing methods
2004-10-08 17:56:37 +00:00
fgerlits
39dd193d00
added DisplayPlaylistsMethod and its appendages
2004-10-06 20:34:08 +00:00
fgerlits
dff6f1aafd
added DeletePlaylistMethod and DeletePlaylistMethodTest
2004-10-04 10:53:18 +00:00
maroy
d9c0e838b5
added global code coverage info generation
2004-08-02 06:26:34 +00:00
maroy
39dd3cec21
added code coverage reporting
2004-08-02 05:38:04 +00:00
maroy
65269691aa
added XML-RPC function reschedule
2004-08-02 03:34:58 +00:00
maroy
eebd0acc87
added XML-RPC method removeFromSchedule to SchedulerDaemon
2004-08-01 06:22:37 +00:00
maroy
0b445bac8a
added XML-RPC functions displaySchedule and displayPlaylist to
...
the Scheduler Daemon
2004-08-01 03:14:24 +00:00
maroy
30eeb29b4b
added global test case for testing the uploadPlaylist function through
...
the XML-RPC interface
2004-07-25 15:41:19 +00:00
maroy
382753c6b7
added XML test reporting
2004-07-24 05:54:47 +00:00