Commit graph

7663 commits

Author SHA1 Message Date
fgerlits
db0fcb87fb changed try-catch formatting
added deletePreferencesItem() to authentication module
2005-01-13 14:43:42 +00:00
fgerlits
5c5e8c7de9 Updated the methods in the scheduler module to use the changed storage client
interface.
Re-formatted try-catch blocks everywhere to make them less readable.
2005-01-12 20:28:31 +00:00
tomas
0bb6923efd fixed copy, move, delete problems in html ui 2005-01-12 17:56:01 +00:00
tomas
798b48c6b3 fixed:
http://bugs.campware.org/view.php?id=541
2005-01-12 17:55:20 +00:00
fgerlits
300a90ab83 added 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.)
2005-01-12 15:46:51 +00:00
tomas
c51863678b - 2005-01-12 15:29:35 +00:00
tomas
51f0a745fc - 2005-01-12 15:21:59 +00:00
tomas
820a400ae8 Some bugs in rename and copy operations fixed. 2005-01-12 13:15:17 +00:00
tomas
5850a9bba1 wrong & in JS code fixed 2005-01-12 11:02:56 +00:00
maroy
d605427efc added getVolume() and setVolume() to HelixPlayer 2005-01-11 17:26:03 +00:00
maroy
6c02912c69 Probably solved problem with dom_xml read IO error. 2005-01-11 13:16:21 +00:00
fgerlits
260d0b684a modified test because storage server API changed 2005-01-11 09:24:21 +00:00
maroy
bede8fd94b now the playlist editor window is cleaned after saving a playlist 2005-01-11 09:19:16 +00:00
maroy
59c691ea39 added up and down menus to dj bag entry context menus 2005-01-11 08:57:00 +00:00
maroy
1c74debd0e added support for storing the DJ Bag contents as user preference 2005-01-11 07:54:05 +00:00
maroy
03488154d8 added start and length columns to playlist edit window 2005-01-11 06:46:00 +00:00
maroy
dc08d6c938 added right-click context menu to the scheduler window entries
added Delete menu item to the context menu
2005-01-11 06:32:35 +00:00
maroy
7c50117bf9 fixed typo :) 2005-01-11 06:29:17 +00:00
maroy
2fccaca124 added README file 2005-01-11 06:28:25 +00:00
maroy
5c7ce2b692 added libxml++ 2.8.1 2005-01-11 05:55:51 +00:00
tomas
70c4802b25 Changes according to note 595 in:
http://bugs.campware.org/view.php?id=494
2005-01-10 23:22:30 +00:00
fgerlits
dff985ecb2 added C++ API in the authentication module for the new storage server
methods loadPref and savePref
2005-01-10 21:31:08 +00:00
fgerlits
0bf873f13c added C++ API in the authentication module for the new storage server
methods loadPref and savePref
2005-01-10 21:10:53 +00:00
maroy
34330c184a now getTitle() works fine... 2005-01-10 15:28:11 +00:00
maroy
a26dfdf7ba updated to reflect changes in external APIs 2005-01-10 12:49:48 +00:00
maroy
d58414c65e added event update functionality to the event scheduler 2005-01-10 11:05:28 +00:00
maroy
70a8e75020 added signal possibility to threads 2005-01-10 11:04:44 +00:00
maroy
9adcedb8a4 added scheduled event update / reread functionality 2005-01-10 11:03:25 +00:00
fgerlits
67910f4fcf added title field in saved playlist
fixed (kind of; I still don't understand them) some problems arising from
    StorageException -> XmlRpcException change
2005-01-10 10:36:56 +00:00
maroy
9a185bb141 fixed playlist event
now scheduler correclty plays scheduled events
2005-01-10 09:36:24 +00:00
maroy
bd36de8bd4 added missing include for <string> 2005-01-10 09:24:27 +00:00
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