maroy
bc9a68f426
the upcoming event is canceled, if it fails initialization
2005-01-10 09:21:14 +00:00
tomas
00dcb2f9ca
Documentation changes.
2005-01-10 04:14:32 +00:00
tomas
5a373a388b
Uninstall order fixed.
2005-01-10 03:35:06 +00:00
tomas
ad01370c52
Store user preferences functionality added.
...
(http://bugs.campware.org/view.php?id=494 )
+Fixed: http://bugs.campware.org/view.php?id=533
2005-01-10 03:04:01 +00:00
tomas
df10eaab66
Some db optimization added.
2005-01-10 02:53:04 +00:00
maroy
5a31ad37ed
scheduling now works, so-so
2005-01-09 16:51:31 +00:00
maroy
2ba3b1d751
fixed reading long ids from the postgresql database
2005-01-09 16:27:33 +00:00
maroy
8c64d58be5
corrected UniqueId reading, but only in one method..
2005-01-09 16:01:50 +00:00
maroy
630d91fdfe
added run_web target
2005-01-09 16:01:17 +00:00
maroy
840a11929a
added fromDecimalString()
2005-01-09 16:00:02 +00:00
maroy
26da504e90
added simplePlaylistTest
2005-01-09 13:32:14 +00:00
maroy
24ccbdd770
schedule list now supposedly displays the scheduled playlist's title
2005-01-09 12:09:02 +00:00
maroy
b4bae27485
updated localization
2005-01-09 11:50:03 +00:00
maroy
f99bc8bc40
added SchedulePlaylistWindow and SchedulerWindow
...
and lots of other changes
2005-01-09 10:58:32 +00:00
maroy
55f9031672
added configuration to use web-based resources for storage
2005-01-09 10:57:46 +00:00
maroy
c11f956563
added uploadPlaylist, displaySchedule and removeFromSchedule methods
...
added proper XML-RPC error handling
2005-01-08 13:39:30 +00:00
maroy
4eac8957fd
moved LiveSupport::Storage::StorageException and derivatives to
...
LiveSupport::Core::XmlRpcException
2005-01-08 12:40:33 +00:00
maroy
a08d2b4dcd
added some more functions
2005-01-08 12:39:33 +00:00
fgerlits
0cf03f59bb
changed #includes to refer to the XmlRpcTools in Core
...
removed XmlRpcTools and PlayLogEntry from Scheduler
2005-01-07 19:39:38 +00:00
fgerlits
7dfcde7c3b
changed #includes to refer to the XmlRpcTools in Core
...
removed XmlRpcTools and PlayLogEntry from Scheduler
2005-01-07 19:30:29 +00:00
fgerlits
cf1054852c
moved XmlRpcTools (and PlayLogEntry) over to the Core module
2005-01-07 14:55:19 +00:00
maroy
21485a6d01
removed 'cd -' from the end of statements that were like
...
dirname=`cd somethere; pwd; cd -`
2005-01-07 14:04:29 +00:00
maroy
c80f18b5aa
moved ScheduleEntry from LiveSupport::Scheduler to LiveSupport::Core
2005-01-07 13:12:43 +00:00
tomas
8001ffdce4
Result 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.
2005-01-07 02:46:52 +00:00
fgerlits
3d6cb307de
changed StorageClientInterface::storeAudioClip() return type to void
2005-01-06 17:25:40 +00:00
fgerlits
4453635885
addAudioClip() and addPlaylist() now update playlength of Playlist object
2005-01-06 12:59:57 +00:00
maroy
6fd2b02e01
added simple playlist management window
2005-01-06 12:37:47 +00:00
fgerlits
0abd972d26
added clarification to the AudioClip and Playlist class documentation
2005-01-06 11:21:06 +00:00
fgerlits
7c0793a370
added "generate new audio clip ID" functionality to TestStorageClient::
...
storeAudioClip()
2005-01-06 10:40:48 +00:00
tomas
0f1625db38
Search method with structured query support added.
...
(http://bugs.campware.org/view.php?id=481 )
(+probably: http://bugs.campware.org/view.php?id=513 )
+solved: http://bugs.campware.org/view.php?id=522
2005-01-06 01:10:01 +00:00
fgerlits
7259599ce1
changed all(*) XML-RPC references to unique IDs to string, and all(*)
...
PostgreSQL references to BIGINT.
* that I could think of
2005-01-05 19:50:01 +00:00
tomas
130cc75cb8
-
2005-01-04 23:24:14 +00:00
fgerlits
7a56bbf8be
added AudioClip constructor without ID, to be used before storeAudioClip()
...
added run-time type info to Playable: getType(), getAudioClip() and
getPlaylist()
2005-01-04 21:47:56 +00:00
maroy
39acf9f58f
added DJ Bag window
2005-01-04 10:50:12 +00:00
tomas
b2d6de1344
-
2005-01-04 03:18:35 +00:00
tomas
28ab690499
solution of http://bugs.campware.org/view.php?id=523
...
and minor changes
2005-01-04 03:02:06 +00:00
fgerlits
f1ca8879ab
added 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
2005-01-03 19:39:54 +00:00
fgerlits
31cc87b3c5
*** empty log message ***
2005-01-03 13:28:58 +00:00
fgerlits
de9799cc6f
changed test files in storageServer/var/tests
2005-01-03 13:25:39 +00:00
maroy
b2d171cbde
added status bar to file upload window
2005-01-02 12:30:43 +00:00
maroy
dc01754047
fixed open/close cycle, hopefully
2005-01-02 12:30:10 +00:00
maroy
3e851ea7ed
changed the open() call, to enable opening new clips without playing
...
the previous one
2005-01-02 12:04:15 +00:00
maroy
cdec145255
added upload file window
2005-01-02 11:51:49 +00:00
maroy
763065a092
updated to reflect change in AudioPlayerInterface API
2005-01-02 11:51:16 +00:00
maroy
9566112cfd
added getPlaylength() function to AudioPlayerInterface
...
renamed playThis() to open(), and added close() function
2005-01-02 11:50:29 +00:00
fgerlits
6eb6926c8b
added playlist methods to WebStorageClient (everything except acquire and
...
release)
finally got rid of RemoveAudioClip() in Playlist
2004-12-31 14:13:49 +00:00
fgerlits
4d777103f7
added 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
2004-12-30 20:09:28 +00:00
fgerlits
05d760368a
updated config file for new audio clip DTD (title attribute)
2004-12-30 19:57:00 +00:00
fgerlits
1931deef7c
*** empty log message ***
2004-12-30 12:25:04 +00:00
fgerlits
29e95ebf70
changed Makefiles to use curlpp instead of curl
2004-12-30 11:51:48 +00:00