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 +0000
0bb6923efdfixed copy, move, delete problems in html ui
tomas
2005-01-12 17:56:01 +0000
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 +0000
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 +0000
9a185bb141fixed playlist event now scheduler correclty plays scheduled events
maroy
2005-01-10 09:36:24 +0000
bd36de8bd4added missing include for <string>
maroy
2005-01-10 09:24:27 +0000
bc9a68f426the upcoming event is canceled, if it fails initialization
maroy
2005-01-10 09:21:14 +0000
00dcb2f9caDocumentation changes.
tomas
2005-01-10 04:14:32 +0000
5a373a388bUninstall order fixed.
tomas
2005-01-10 03:35:06 +0000
4eac8957fdmoved LiveSupport::Storage::StorageException and derivatives to LiveSupport::Core::XmlRpcException
maroy
2005-01-08 12:40:33 +0000
a08d2b4dcdadded some more functions
maroy
2005-01-08 12:39:33 +0000
0cf03f59bbchanged #includes to refer to the XmlRpcTools in Core removed XmlRpcTools and PlayLogEntry from Scheduler
fgerlits
2005-01-07 19:39:38 +0000
7dfcde7c3bchanged #includes to refer to the XmlRpcTools in Core removed XmlRpcTools and PlayLogEntry from Scheduler
fgerlits
2005-01-07 19:30:29 +0000
cf1054852cmoved XmlRpcTools (and PlayLogEntry) over to the Core module
fgerlits
2005-01-07 14:55:19 +0000
21485a6d01removed 'cd -' from the end of statements that were like dirname=`cd somethere; pwd; cd -`
maroy
2005-01-07 14:04:29 +0000
c80f18b5aamoved ScheduleEntry from LiveSupport::Scheduler to LiveSupport::Core
maroy
2005-01-07 13:12:43 +0000
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 +0000
3d6cb307dechanged StorageClientInterface::storeAudioClip() return type to void
fgerlits
2005-01-06 17:25:40 +0000
4453635885addAudioClip() and addPlaylist() now update playlength of Playlist object
fgerlits
2005-01-06 12:59:57 +0000
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 +0000
39acf9f58fadded DJ Bag window
maroy
2005-01-04 10:50:12 +0000
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 +0000
763065a092updated to reflect change in AudioPlayerInterface API
maroy
2005-01-02 11:51:16 +0000
9566112cfdadded getPlaylength() function to AudioPlayerInterface renamed playThis() to open(), and added close() function
maroy
2005-01-02 11:50:29 +0000
6eb6926c8badded playlist methods to WebStorageClient (everything except acquire and release) finally got rid of RemoveAudioClip() in Playlist
fgerlits
2004-12-31 14:13:49 +0000
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 +0000
05d760368aupdated config file for new audio clip DTD (title attribute)
fgerlits
2004-12-30 19:57:00 +0000
2fe057b9e5audioclip and playlist internal file types added, several next mime-types supported now
tomas
2004-12-30 02:35:47 +0000
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 +0000
11f46d11bawrote configuration of AudioClip from metafile; added toXml() method to AudioClip
fgerlits
2004-12-29 10:02:29 +0000
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 +0000
7adc50d7damodified to use new locstor.storeAudioClip method
fgerlits
2004-12-28 10:40:53 +0000
3b01df226cadded get/set methods for title and for general metadata in AudioClip and in Playlist
fgerlits
2004-12-27 19:52:02 +0000
54df237819minor bug ...
tomas
2004-12-27 15:56:09 +0000
8ae91afd94Gunid testing added.
tomas
2004-12-27 15:31:13 +0000
a9e52421d9Gunid format change! Gunid is internally bigint (8B int). Gunid is transported as 16 hex digits string in input parameters and output results.
tomas
2004-12-27 14:49:25 +0000
4f23838731re-added storeAudioClip test
fgerlits
2004-12-27 11:23:55 +0000
ea3b4af262got storeAudioClip to work, kinda sorta
fgerlits
2004-12-24 13:19:51 +0000
5c7db7cf98fixed a typo in UniqueId.h
fgerlits
2004-12-23 23:15:47 +0000
518ae21eebadded curl-7.12.3 in tools/ plagiarized MD5 code from Mordechai T Abzug into Core::Md5 class
fgerlits
2004-12-23 21:53:22 +0000
de2b5a49a2modified the authentication and storage modules to throw their own exception classes AuthenticationException and StorageException instead of invalid_argument and logic_error
fgerlits
2004-12-23 11:37:55 +0000
adf05eaf29Changed WebStorageClient because storage server behavior changed.
fgerlits
2004-12-22 09:05:06 +0000