Commit graph

15167 commits

Author SHA1 Message Date
fgerlits
ecd2c3d55c added (provisional) URI field to AudioClip 2004-11-05 17:32:54 +00:00
maroy
7a1f319439 added playlistExecutor and eventScheduler modules to global config files 2004-11-05 13:54:37 +00:00
maroy
9e3e321ade refactored generic thread functionality into LiveSupport::Core::Thread 2004-11-05 13:29:59 +00:00
maroy
b1cc568fae added Thread class 2004-11-05 13:29:16 +00:00
maroy
5a0544bedf added event scheduler module 2004-11-05 12:14:32 +00:00
maroy
d7d84661c4 added TimeConversion::sleep() function 2004-11-05 12:11:49 +00:00
maroy
5f03d18970 added TimeConversion class 2004-11-04 12:39:54 +00:00
maroy
28f3dbc318 added BUILD_ROOT environment variable, needed by the Helix build 2004-11-03 15:26:15 +00:00
fgerlits
af87182cc8 just tidied it up a bit, enjoying that now I can, with the new CPU 2004-11-03 09:57:54 +00:00
maroy
803608e94f added include dir to source directories 2004-11-03 07:22:35 +00:00
maroy
07f62dce05 re-enabled simple play test 2004-11-02 13:00:59 +00:00
maroy
81ab3d0b05 added reference to the bug about the build script connecting to the Helix CVS 2004-11-02 10:29:46 +00:00
maroy
e67837d91b added SMIL tests (and discovered some Helix bugs) 2004-11-02 09:17:29 +00:00
maroy
d6fdf26a7c fixed typo in path 2004-11-01 09:23:29 +00:00
maroy
11ea8dec6b added playlist executor doc generation 2004-11-01 09:21:41 +00:00
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