Commit Graph

201 Commits

Author SHA1 Message Date
maroy 81972cffe6 added AudioPlayerInterface and AudioPlayerFactory 2004-11-01 08:37:57 +00:00
maroy 45edb6399e added PlaylistExecutor, with a minimal implementation using Helix libraries 2004-10-31 10:24:54 +00:00
maroy cc16ebe3e5 updated tools_setup target to include the helix library as well 2004-10-31 10:18:35 +00:00
maroy f80f05be5d added Helix client library sources 2004-10-31 09:51:10 +00:00
fgerlits 8e121e1a47 added FadeInfo methods 2004-10-27 14:10:03 +00:00
fgerlits b2e359ac21 modified the play log methods 2004-10-27 12:18:20 +00:00
tomas 8e31c1e5b4 short doc/INSTALL added 2004-10-26 23:11:35 +00:00
tomas 47468b07ed doc/INSTALL rewritten, var/conf.php reformatted 2004-10-26 23:11:02 +00:00
tomas 53d1e15b44 short doc/INSTALL text added and var/conf.php reformatted 2004-10-26 23:10:13 +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 680d7eccf9 ugh - cleaned up the mess I made earlier when I added the error reporting
to the XML-RPC server methods...  it works now, I think
2004-10-22 12:48:58 +00:00
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 0663e46425 added list of playlist elements to the Playlist class 2004-10-14 10:25:16 +00:00
fgerlits 9411445823 added PlaylistElement 2004-10-14 08:53:39 +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 b3a5c6b329 audioClip.xml is used (by tests) to configure an AudioClip 2004-10-11 15:49:57 +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 8e3a6e1584 added test for the deletePlaylist() method 2004-10-04 14:52:48 +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
fgerlits f0abe66287 added 'void deletePlaylist(xmlRpcValue playlistId)' to
StorageClientInterface, and provided dummy implementation
in TestStorageClient
2004-10-04 08:56:30 +00:00
tomas 4b07803e0c Major changes in transport layer - generalized for metadata and search jobs. 2004-09-29 01:51:37 +00:00
tomas d086760277 Major changes in transport layer and xmlrpc interface.
Transport prepared for search jobs.
2004-09-29 01:37:40 +00:00
tomas a07710d09e create session id in special method 2004-09-29 01:26:49 +00:00
tomas 081298ea89 Initial revision 2004-09-21 00:43:11 +00:00
tomas 510091e734 Transport submodule added + relevant changes
Archive module have to be installed for Tranport.
2004-09-21 00:40:30 +00:00
tomas 70637ef59e Transport submodule added + relevant changes.
Transport need Archive module to be installed.
2004-09-21 00:27:41 +00:00
tomas 800acdbcc5 title change 2004-09-21 00:23:52 +00:00
maroy 91a0422bb1 added scheduler model 2004-09-15 06:54:04 +00:00
tomas 123db9ca08 LocStor.php - corrections in doxygen comments. 2004-09-12 23:54:41 +00:00
tomas 83a6d5e452 Little corrections. 2004-09-12 23:28:00 +00:00
tomas 72d8984500 Forgotten doxygen comments added. 2004-09-12 22:21:26 +00:00
tomas f62c1fab5d Initial revision 2004-09-12 21:58:48 +00:00
tomas 37f30a7efd Major changes with LiveSupport local storageServer module. 2004-09-12 21:55:51 +00:00
tomas 53e7a3d8cc Initial revision 2004-09-12 21:39:27 +00:00
tomas 0dee919581 Initial revision 2004-09-12 21:31:19 +00:00
tomas a9b564e98d test 2004-08-25 14:11:54 +00:00
tomas fd23d0bd6a test 2004-08-25 14:00:43 +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 ebd2eea52a added code coverage reporting 2004-08-02 05:30:55 +00:00
maroy 9452656cc0 fixed mistyped package name 2004-08-02 05:26:16 +00:00
maroy 0e5d9ac1bb added code coverage reporting 2004-08-02 05:25:24 +00:00
maroy f1df790463 added coverage test reporting 2004-08-02 05:07:20 +00:00
maroy ff07492ec3 added lcov to modules setup 2004-08-02 04:57:30 +00:00
maroy 9048a8328e added lcov-1.3 2004-08-02 04:56:00 +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 cb11baaeef updated the install script so that it installs reference documentation as well 2004-07-26 06:01:56 +00:00
maroy 6f98fc2ebf updated patch to also create the documentation when installing 2004-07-26 03:58:55 +00:00
maroy a49ee5b3e4 added flawfinder target 2004-07-26 03:09:44 +00:00
maroy c9a6517785 updated comments to correctly point to the boost libs instead of loki 2004-07-25 17:20:25 +00:00
maroy 8d40009537 fixed misspelled CVSROOT 2004-07-25 17:12:06 +00:00
maroy 2a800acf59 fixed mistyped Author string in meta tag 2004-07-25 17:07:16 +00:00
maroy 59e24f3c5f removed bogus links to local filesystem versions of files 2004-07-25 16:58:40 +00:00
maroy a6e063300e added design model 2004-07-25 16:48:33 +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 c3fd7b9be1 added setup target to main Makefile, and getting started document 2004-07-24 13:50:08 +00:00
maroy 750f091ba4 fixed stylesheet to properly display summaries 2004-07-24 08:28:20 +00:00
maroy 249d53a88c added global test result reporting 2004-07-24 08:26:12 +00:00
maroy 0257515683 made XML test report output non-standalone 2004-07-24 08:14:38 +00:00
maroy b492553d7a added XML test reporting 2004-07-24 08:13:07 +00:00
maroy f41e3d5a1f made XML test report non-standalone 2004-07-24 08:11:01 +00:00
maroy 75de88f80d made test XML output non-standalone 2004-07-24 08:07:21 +00:00
maroy 4ad1a9cdd9 added nostandalone patch 2004-07-24 08:05:44 +00:00
maroy 9266c24285 added HTML test reporting 2004-07-24 06:02:13 +00:00
maroy 382753c6b7 added XML test reporting 2004-07-24 05:54:47 +00:00
maroy 90e8e8be5c added overall doxygen documentation generation 2004-07-23 18:40:55 +00:00
maroy 8431bdbf11 updated bug-reporting e-mail address 2004-07-23 18:40:23 +00:00
maroy 6a6518dbca added initial version of the scheduler product 2004-07-23 18:34:27 +00:00
maroy 628c515e6c added xmlrpc++ 2004-07-13 2004-07-23 18:22:28 +00:00
maroy 0a106a3bee added module storage 2004-07-23 17:25:51 +00:00
maroy b53bd7753c added module db 2004-07-23 16:46:50 +00:00
maroy 64801e12e8 added libodbc++ 0.2.3 2004-07-23 16:38:41 +00:00
maroy b6719e6b7c added module core 2004-07-23 16:19:52 +00:00
maroy a0fde3b4cd added CppUnit 1.10.2 2004-07-23 16:12:05 +00:00
maroy 40ac349698 added libxml++ 1.0.4 2004-07-23 15:58:58 +00:00
maroy 9c60b17e7e added boost-1.31 2004-07-23 15:52:02 +00:00
maroy 95de7e89bf added keepme file, so that the directory is not empty 2004-07-23 15:34:58 +00:00
maroy 38c61b0dd5 added development environment documentation 2004-07-23 15:33:30 +00:00
tomas 13ecac28d0 reinsert 2004-07-23 00:22:13 +00:00
tomas 2949dbe982 dir structure change 2004-07-22 23:42:05 +00:00
tomas 0e968e6288 Initial revision 2004-06-02 20:08:28 +00:00