5c5e8c7de9Updated the methods in the scheduler module to use the changed storage client interface. Re-formatted try-catch blocks everywhere to make them less readable.
fgerlits
2005-01-12 20:28:31 +00:00
0bb6923efdfixed copy, move, delete problems in html ui
tomas
2005-01-12 17:56:01 +00:00
300a90ab83added documentation to the storage clients rewrote the TestStorageClient to better mirror the behavior of the WebStorageClient added copy constructors to AudioClip and Playlist (needed in TestS.C.)
fgerlits
2005-01-12 15:46:51 +00:00
67910f4fcfadded title field in saved playlist fixed (kind of; I still don't understand them) some problems arising from StorageException -> XmlRpcException change
fgerlits
2005-01-10 10:36:56 +00:00
9a185bb141fixed playlist event now scheduler correclty plays scheduled events
maroy
2005-01-10 09:36:24 +00:00
bd36de8bd4added missing include for <string>
maroy
2005-01-10 09:24:27 +00:00
bc9a68f426the upcoming event is canceled, if it fails initialization
maroy
2005-01-10 09:21:14 +00:00
00dcb2f9caDocumentation changes.
tomas
2005-01-10 04:14:32 +00:00
5a373a388bUninstall order fixed.
tomas
2005-01-10 03:35:06 +00:00
4eac8957fdmoved LiveSupport::Storage::StorageException and derivatives to LiveSupport::Core::XmlRpcException
maroy
2005-01-08 12:40:33 +00:00
a08d2b4dcdadded some more functions
maroy
2005-01-08 12:39:33 +00:00
0cf03f59bbchanged #includes to refer to the XmlRpcTools in Core removed XmlRpcTools and PlayLogEntry from Scheduler
fgerlits
2005-01-07 19:39:38 +00:00
7dfcde7c3bchanged #includes to refer to the XmlRpcTools in Core removed XmlRpcTools and PlayLogEntry from Scheduler
fgerlits
2005-01-07 19:30:29 +00:00
cf1054852cmoved XmlRpcTools (and PlayLogEntry) over to the Core module
fgerlits
2005-01-07 14:55:19 +00:00
21485a6d01removed 'cd -' from the end of statements that were like dirname=cd somethere; pwd; cd -
maroy
2005-01-07 14:04:29 +00:00
c80f18b5aamoved ScheduleEntry from LiveSupport::Scheduler to LiveSupport::Core
maroy
2005-01-07 13:12:43 +00:00
8001ffdce4Result structure and documentation changes in searchMetadata/localSearch methods. (http://bugs.campware.org/view.php?id=481) File doc/search.html removed - content moved to inline docs. XR_LocStor class moved to separate file.
tomas
2005-01-07 02:46:52 +00:00
3d6cb307dechanged StorageClientInterface::storeAudioClip() return type to void
fgerlits
2005-01-06 17:25:40 +00:00
4453635885addAudioClip() and addPlaylist() now update playlength of Playlist object
fgerlits
2005-01-06 12:59:57 +00:00
7a56bbf8beadded AudioClip constructor without ID, to be used before storeAudioClip() added run-time type info to Playable: getType(), getAudioClip() and getPlaylist()
fgerlits
2005-01-04 21:47:56 +00:00
39acf9f58fadded DJ Bag window
maroy
2005-01-04 10:50:12 +00:00
f1ca8879abadded 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
fgerlits
2005-01-03 19:39:54 +00:00
763065a092updated to reflect change in AudioPlayerInterface API
maroy
2005-01-02 11:51:16 +00:00
9566112cfdadded getPlaylength() function to AudioPlayerInterface renamed playThis() to open(), and added close() function
maroy
2005-01-02 11:50:29 +00:00
6eb6926c8badded playlist methods to WebStorageClient (everything except acquire and release) finally got rid of RemoveAudioClip() in Playlist
fgerlits
2004-12-31 14:13:49 +00:00
4d777103f7added 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
fgerlits
2004-12-30 20:09:28 +00:00
05d760368aupdated config file for new audio clip DTD (title attribute)
fgerlits
2004-12-30 19:57:00 +00:00
2fe057b9e5audioclip and playlist internal file types added, several next mime-types supported now
tomas
2004-12-30 02:35:47 +00:00
562705b031changed return values in AudioClip and Playlist from Ptr<std::string>::Ref and Ptr<Glib::ustring>::Ref to Ptr<const ... >::Ref finished adding audio clip methods to WebStorageClient modified helix install script to copy the splay executable to $LS/usr/bin (HELIX_LIBS needs to be set to "$LS/usr/lib/helix/" for this to work)
fgerlits
2004-12-29 19:16:33 +00:00
11f46d11bawrote configuration of AudioClip from metafile; added toXml() method to AudioClip
fgerlits
2004-12-29 10:02:29 +00:00
f57fa14fbdPlaylist methods added in PHP and XMLRPC layers. +solved bug: http://bugs.campware.org/view.php?id=520 +minor change in _createGunid - for only non-negative bigint.
tomas
2004-12-29 01:51:00 +00:00
7adc50d7damodified to use new locstor.storeAudioClip method
fgerlits
2004-12-28 10:40:53 +00:00