Commit Graph

  • d7d84661c4 added TimeConversion::sleep() function maroy 2004-11-05 12:11:49 +0000
  • 5f03d18970 added TimeConversion class maroy 2004-11-04 12:39:54 +0000
  • 28f3dbc318 added BUILD_ROOT environment variable, needed by the Helix build maroy 2004-11-03 15:26:15 +0000
  • af87182cc8 just tidied it up a bit, enjoying that now I can, with the new CPU fgerlits 2004-11-03 09:57:54 +0000
  • 803608e94f added include dir to source directories maroy 2004-11-03 07:22:35 +0000
  • 07f62dce05 re-enabled simple play test maroy 2004-11-02 13:00:59 +0000
  • 81ab3d0b05 added reference to the bug about the build script connecting to the Helix CVS maroy 2004-11-02 10:29:46 +0000
  • e67837d91b added SMIL tests (and discovered some Helix bugs) maroy 2004-11-02 09:17:29 +0000
  • d6fdf26a7c fixed typo in path maroy 2004-11-01 09:23:29 +0000
  • 11ea8dec6b added playlist executor doc generation maroy 2004-11-01 09:21:41 +0000
  • 81972cffe6 added AudioPlayerInterface and AudioPlayerFactory maroy 2004-11-01 08:37:57 +0000
  • 45edb6399e added PlaylistExecutor, with a minimal implementation using Helix libraries maroy 2004-10-31 10:24:54 +0000
  • cc16ebe3e5 updated tools_setup target to include the helix library as well maroy 2004-10-31 10:18:35 +0000
  • f80f05be5d added Helix client library sources maroy 2004-10-31 09:51:10 +0000
  • 8e121e1a47 added FadeInfo methods fgerlits 2004-10-27 14:10:03 +0000
  • b2e359ac21 modified the play log methods fgerlits 2004-10-27 12:18:20 +0000
  • 8e31c1e5b4 short doc/INSTALL added tomas 2004-10-26 23:11:35 +0000
  • 47468b07ed doc/INSTALL rewritten, var/conf.php reformatted tomas 2004-10-26 23:11:02 +0000
  • 53d1e15b44 short doc/INSTALL text added and var/conf.php reformatted tomas 2004-10-26 23:10:13 +0000
  • 5a49ab5223 added generatePlayReport XML-RPC server method fgerlits 2004-10-26 12:03:33 +0000
  • b219059333 added play log (PlayLogInterface and its PostgresqlPlayLog implementation) fgerlits 2004-10-25 15:21:32 +0000
  • c36fb8fec2 added PlayLogEntry class fgerlits 2004-10-23 10:01:19 +0000
  • 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 fgerlits 2004-10-22 12:48:58 +0000
  • 27ac235d06 added savePlaylist and revertEditedPlaylist fgerlits 2004-10-20 06:16:31 +0000
  • 7c23b18f91 modified locking fgerlits 2004-10-20 06:15:26 +0000
  • ee413579a4 added fake audio clip retrieval methods to TestStorageClient added displayAudioClip and displayAudioClips XML-RPC server methods fgerlits 2004-10-19 08:09:56 +0000
  • 555294c0a5 added save current state / revert to previous state mechanism to Playlist fgerlits 2004-10-18 12:30:34 +0000
  • acd6329cac moved XML-RPC packing/unpacking functions to XmlRpcTools.cxx fgerlits 2004-10-16 15:30:39 +0000
  • 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 :-) fgerlits 2004-10-15 16:48:44 +0000
  • cad97c0806 modified PlaylistElement to contain (a pointer to) an actual AudioClip instance, not just its ID fgerlits 2004-10-15 09:33:28 +0000
  • 55a0dcc50f added addAudioClip XML-RPC server method fgerlits 2004-10-14 17:36:05 +0000
  • 690c3e7bc0 fixed new playlist format (w/ playlistElement's and audioClipId's) fgerlits 2004-10-14 17:32:56 +0000
  • 0663e46425 added list of playlist elements to the Playlist class fgerlits 2004-10-14 10:25:16 +0000
  • 9411445823 added PlaylistElement fgerlits 2004-10-14 08:53:39 +0000
  • 4bcf8acfb6 fixed some problems with createPlaylist and openPlaylistForEditing fgerlits 2004-10-13 16:46:58 +0000
  • 8a0df09960 *** empty log message *** fgerlits 2004-10-13 15:51:17 +0000
  • b3a5c6b329 audioClip.xml is used (by tests) to configure an AudioClip fgerlits 2004-10-11 15:49:57 +0000
  • e60347862e added AudioClip class to core module added addAudioClipToPlaylist diagram to uml model (not implemented yet) fgerlits 2004-10-11 15:43:47 +0000
  • 8837f77e65 added XmlRpcTools to uml model modified createPlaylist to lock playlist for editing (forgot earlier) fgerlits 2004-10-09 14:41:04 +0000
  • a815a437d9 added XmlRpcTools utility class implemented createPlaylist and openPlaylistForEditing methods fgerlits 2004-10-08 17:56:37 +0000
  • e21003f101 added locking to Playlist made collaboration diagrams for createPlaylist and openPlaylistForEditing fgerlits 2004-10-07 19:35:41 +0000
  • 39dd193d00 added DisplayPlaylistsMethod and its appendages fgerlits 2004-10-06 20:34:08 +0000
  • 9de81aedc6 added deletePlaylist fgerlits 2004-10-05 08:48:42 +0000
  • 8e3a6e1584 added test for the deletePlaylist() method fgerlits 2004-10-04 14:52:48 +0000
  • dff6f1aafd added DeletePlaylistMethod and DeletePlaylistMethodTest fgerlits 2004-10-04 10:53:18 +0000
  • 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 fgerlits 2004-10-04 09:00:25 +0000
  • f0abe66287 added 'void deletePlaylist(xmlRpcValue playlistId)' to StorageClientInterface, and provided dummy implementation in TestStorageClient fgerlits 2004-10-04 08:56:30 +0000
  • 4b07803e0c Major changes in transport layer - generalized for metadata and search jobs. tomas 2004-09-29 01:51:37 +0000
  • d086760277 Major changes in transport layer and xmlrpc interface. Transport prepared for search jobs. tomas 2004-09-29 01:37:40 +0000
  • a07710d09e create session id in special method tomas 2004-09-29 01:26:49 +0000
  • 081298ea89 Initial revision tomas 2004-09-21 00:43:11 +0000
  • 510091e734 Transport submodule added + relevant changes Archive module have to be installed for Tranport. tomas 2004-09-21 00:40:30 +0000
  • 70637ef59e Transport submodule added + relevant changes. Transport need Archive module to be installed. tomas 2004-09-21 00:27:41 +0000
  • 800acdbcc5 title change tomas 2004-09-21 00:23:52 +0000
  • 91a0422bb1 added scheduler model maroy 2004-09-15 06:54:04 +0000
  • 123db9ca08 LocStor.php - corrections in doxygen comments. tomas 2004-09-12 23:54:41 +0000
  • 83a6d5e452 Little corrections. tomas 2004-09-12 23:28:00 +0000
  • 72d8984500 Forgotten doxygen comments added. tomas 2004-09-12 22:21:26 +0000
  • f62c1fab5d Initial revision tomas 2004-09-12 21:58:48 +0000
  • 37f30a7efd Major changes with LiveSupport local storageServer module. tomas 2004-09-12 21:55:51 +0000
  • 53e7a3d8cc Initial revision tomas 2004-09-12 21:39:27 +0000
  • 0dee919581 Initial revision tomas 2004-09-12 21:31:19 +0000
  • a9b564e98d test tomas 2004-08-25 14:11:54 +0000
  • fd23d0bd6a test tomas 2004-08-25 14:00:43 +0000
  • d9c0e838b5 added global code coverage info generation maroy 2004-08-02 06:26:34 +0000
  • 39dd3cec21 added code coverage reporting maroy 2004-08-02 05:38:04 +0000
  • ebd2eea52a added code coverage reporting maroy 2004-08-02 05:30:55 +0000
  • 9452656cc0 fixed mistyped package name maroy 2004-08-02 05:26:16 +0000
  • 0e5d9ac1bb added code coverage reporting maroy 2004-08-02 05:25:24 +0000
  • f1df790463 added coverage test reporting maroy 2004-08-02 05:07:20 +0000
  • ff07492ec3 added lcov to modules setup maroy 2004-08-02 04:57:30 +0000
  • 9048a8328e added lcov-1.3 maroy 2004-08-02 04:56:00 +0000
  • 65269691aa added XML-RPC function reschedule maroy 2004-08-02 03:34:58 +0000
  • eebd0acc87 added XML-RPC method removeFromSchedule to SchedulerDaemon maroy 2004-08-01 06:22:37 +0000
  • 0b445bac8a added XML-RPC functions displaySchedule and displayPlaylist to the Scheduler Daemon maroy 2004-08-01 03:14:24 +0000
  • cb11baaeef updated the install script so that it installs reference documentation as well maroy 2004-07-26 06:01:56 +0000
  • 6f98fc2ebf updated patch to also create the documentation when installing maroy 2004-07-26 03:58:55 +0000
  • a49ee5b3e4 added flawfinder target maroy 2004-07-26 03:09:44 +0000
  • c9a6517785 updated comments to correctly point to the boost libs instead of loki maroy 2004-07-25 17:20:25 +0000
  • 8d40009537 fixed misspelled CVSROOT maroy 2004-07-25 17:12:06 +0000
  • 2a800acf59 fixed mistyped Author string in meta tag maroy 2004-07-25 17:07:16 +0000
  • 59e24f3c5f removed bogus links to local filesystem versions of files maroy 2004-07-25 16:58:40 +0000
  • a6e063300e added design model maroy 2004-07-25 16:48:33 +0000
  • d6c4823a44 updated documentation maroy 2004-07-25 15:44:22 +0000
  • 30eeb29b4b added global test case for testing the uploadPlaylist function through the XML-RPC interface maroy 2004-07-25 15:41:19 +0000
  • c3fd7b9be1 added setup target to main Makefile, and getting started document maroy 2004-07-24 13:50:08 +0000
  • 750f091ba4 fixed stylesheet to properly display summaries maroy 2004-07-24 08:28:20 +0000
  • 249d53a88c added global test result reporting maroy 2004-07-24 08:26:12 +0000
  • 0257515683 made XML test report output non-standalone maroy 2004-07-24 08:14:38 +0000
  • b492553d7a added XML test reporting maroy 2004-07-24 08:13:07 +0000
  • f41e3d5a1f made XML test report non-standalone maroy 2004-07-24 08:11:01 +0000
  • 75de88f80d made test XML output non-standalone maroy 2004-07-24 08:07:21 +0000
  • 4ad1a9cdd9 added nostandalone patch maroy 2004-07-24 08:05:44 +0000
  • 9266c24285 added HTML test reporting maroy 2004-07-24 06:02:13 +0000
  • 382753c6b7 added XML test reporting maroy 2004-07-24 05:54:47 +0000
  • 90e8e8be5c added overall doxygen documentation generation maroy 2004-07-23 18:40:55 +0000
  • 8431bdbf11 updated bug-reporting e-mail address maroy 2004-07-23 18:40:23 +0000
  • 6a6518dbca added initial version of the scheduler product maroy 2004-07-23 18:34:27 +0000
  • 628c515e6c added xmlrpc++ 2004-07-13 maroy 2004-07-23 18:22:28 +0000
  • 0a106a3bee added module storage maroy 2004-07-23 17:25:51 +0000