Commit Graph

130 Commits

Author SHA1 Message Date
fgerlits 27ac235d06 added savePlaylist and revertEditedPlaylist 2004-10-20 06:16:31 +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 555294c0a5 added save current state / revert to previous state mechanism to Playlist 2004-10-18 12:30:34 +00:00
fgerlits acd6329cac moved XML-RPC packing/unpacking functions to XmlRpcTools.cxx 2004-10-16 15:30:39 +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 cad97c0806 modified PlaylistElement to contain (a pointer to) an actual AudioClip
instance, not just its ID
2004-10-15 09:33:28 +00:00
fgerlits 55a0dcc50f added addAudioClip XML-RPC server method 2004-10-14 17:36:05 +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 8a0df09960 *** empty log message *** 2004-10-13 15:51:17 +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 8837f77e65 added XmlRpcTools to uml model
modified createPlaylist to lock playlist for editing (forgot earlier)
2004-10-09 14:41:04 +00:00
fgerlits a815a437d9 added XmlRpcTools utility class
implemented createPlaylist and openPlaylistForEditing methods
2004-10-08 17:56:37 +00:00
fgerlits e21003f101 added locking to Playlist
made collaboration diagrams for createPlaylist and openPlaylistForEditing
2004-10-07 19:35:41 +00:00
fgerlits 39dd193d00 added DisplayPlaylistsMethod and its appendages 2004-10-06 20:34:08 +00:00
fgerlits 9de81aedc6 added deletePlaylist 2004-10-05 08:48:42 +00:00
fgerlits dff6f1aafd added DeletePlaylistMethod and DeletePlaylistMethodTest 2004-10-04 10:53:18 +00:00
fgerlits b902abb8e6 this is a simple wrapper class; takes an xmlrpc method call, extracts the
UniqueId of the playlist, and calls the appropriate method of a StorageClient
2004-10-04 09:00:25 +00:00
maroy 91a0422bb1 added scheduler model 2004-09-15 06:54:04 +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 d6c4823a44 updated documentation 2004-07-25 15:44:22 +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 0257515683 made XML test report output non-standalone 2004-07-24 08:14:38 +00:00
maroy 382753c6b7 added XML test reporting 2004-07-24 05:54:47 +00:00
maroy 6a6518dbca added initial version of the scheduler product 2004-07-23 18:34:27 +00:00