maroy
b3b80d424f
incorporated changes for recursive acquiring of playlists
...
see issue http://bugs.campware.org/view.php?id=1438
2005-09-06 12:52:31 +00:00
maroy
f961cee180
added embedded playlist test case
...
workaround for WebStorageClient::acquirePlaylist
see http://bugs.campware.org/view.php?id=1440
2005-09-04 12:39:25 +00:00
maroy
1894479592
made autogen not to run the configure script automatically
2005-08-02 07:13:38 +00:00
maroy
d097fd47db
merged autoconf-install branch to main branch
2005-08-01 19:26:00 +00:00
fgerlits
63cbb0890e
fixed typo
2005-07-30 15:14:26 +00:00
fgerlits
2f4b978834
now we save the playlist token, to be used in revertPlaylist(), to unlock
...
any stuck edited playlist in case of a crash
2005-07-28 17:24:47 +00:00
maroy
1e94527522
removed dependency on automake versions <= 1.8
...
now 1.8 and newer can also be used
2005-07-03 09:34:51 +00:00
maroy
f767ed2dd8
removed helix from LiveSupport
2005-07-03 08:57:50 +00:00
fgerlits
8c195b9436
added <animate> tag generation to acquirePlaylist. may god be with us.
2005-07-01 18:43:19 +00:00
fgerlits
713d54c3ba
modified acquirePlaylist() in TestStorageClient for gstreamer
2005-07-01 17:56:47 +00:00
fgerlits
42f420efea
half-finished the rewrite of acquirePlaylist(); committed for backup
2005-07-01 16:13:53 +00:00
fgerlits
40ffad79dd
added storageAdmin module to doxygen config file;
...
added playlength format checking in AudioClip and Playlist in the Core
module so it won't crash just throw an exception;
added try-catch block in Storage::getAudioClip() and getPlaylist() to catch
invalid audio clip or playlist format errors
2005-06-27 19:26:41 +00:00
fgerlits
c8159a7323
Removed references to the delete methods (audio clip and playlist),
...
fixing bug #1169 .
2005-06-16 18:37:23 +00:00
fgerlits
8e9971c2e7
removed traces of TagConversion class
2005-06-14 17:14:22 +00:00
fgerlits
4685ab1b5e
fixed bug #981
2005-05-27 13:21:54 +00:00
fgerlits
e1f3e0e9ca
modified the browse tab to use the new MetadataComboBoxText widget;
...
had to change function argument types from Ptr<Glib::ustring>::Ref to Ptr<const Glib::ustring>::Ref all the way down the line.
2005-05-26 20:54:55 +00:00
fgerlits
3d3006bdcc
removed tests for deletePlaylist and deleteAudioClip
...
might put them back after I learn how the new versions work
2005-04-28 10:52:51 +00:00
fgerlits
27b7e34dde
added browse() function to WebStorageClient
2005-04-25 14:51:10 +00:00
maroy
4763ea6e2c
removed 'underquoted definition of PKG_CHECK_MODULES' warnings for
...
aclocal >= 1.8
2005-04-21 07:13:41 +00:00
fgerlits
0fc4dd64d6
moved SearchCriteria from Storage to Core;
...
added get_text() function to Widgets/EntryBin;
moved advanced search input box to Widgets;
added (first, testing) functionality to search button in advanced search
2005-04-20 14:36:54 +00:00
maroy
e8adb2ad08
added getVersion() functions to AuthenticationClientInterface and
...
StorageClientInterface
added checking for auth and storage availability on gLiveSupport startup
as a result of the new XML-RPC getVersion function in PHP auth and storage
see http://bugs.campware.org/view.php?id=826
2005-04-18 10:36:43 +00:00
maroy
66bd876f08
added possibility for personalized development
...
(e.g. sharing a system between multiple developers)
2005-04-08 11:56:37 +00:00
fgerlits
f35e6d9b1a
changed modules/core to make all time_duration values consistently of the
...
form HH:MM:SS.ssssss (before, some were HH:MM:SS, or even just "0") --
this was necessary, because the storage server now checks this
2005-03-07 11:16:12 +00:00
fgerlits
4b060aeca0
got fading to work, mostly;
...
added test of storage -> audio player playback to products/gLiveSupport
2005-03-04 21:30:10 +00:00
fgerlits
f1d83b5036
modified test because test data was changed in modules/storageServer
2005-02-28 13:35:01 +00:00
fgerlits
8b25e057b1
modified WebStorageClient::acquirePlaylist() to use "par" and "begin" SMIL tags instead of "seq" tags. This should be replaced later with proper sound animation tags.
2005-02-23 16:53:58 +00:00
fgerlits
9ff700242a
adjusted the test because the test data changed
2005-02-22 15:37:05 +00:00
fgerlits
aca8977831
cleaned up Playlist, AudioClip etc.
2005-02-03 18:52:27 +00:00
fgerlits
f1701e9477
added the last remaining tests of the XML-RPC methods (Rpc...Test classes)
2005-02-01 16:32:57 +00:00
fgerlits
d78879f893
fixed bug in TestStorageClient reset() [did not reset list of working
...
copies of edited playlists];
some corrections in documentation
2005-01-29 07:58:36 +00:00
fgerlits
82e09c51b3
made 'logical operator' argument to storage server mandatory
2005-01-28 10:06:02 +00:00
fgerlits
bc49af1e38
added reset() method to StorageClientInterface;
...
modified scheduler tests to use this reset() method;
changed getAllPlaylists() and getAllAudioClips() in StorageClientInterface
to use the search() method, and added optional limit and offset arguments;
changed the Makefile.in in modules/storage and products/scheduler to
initialize the storage server after compilation and before running tests;
modified some scheduler tests to work correctly with either Test- or
Web- StorageClient
2005-01-27 20:20:15 +00:00
fgerlits
e273b4eb80
modified storage test data to make the testStorageClient and the webS.C.
...
more similar
2005-01-26 17:51:34 +00:00
fgerlits
047a6ba6d0
added function readTag() to AudioClip class to read ID3v2 tag info
2005-01-25 18:21:42 +00:00
fgerlits
9d3995b658
added more tests to WebStorageClientTest
2005-01-21 12:46:37 +00:00
fgerlits
d3611a44aa
added taglib-1.3.1 to tools
2005-01-20 16:57:32 +00:00
fgerlits
2a8113a892
fixed the search methods
2005-01-20 14:11:37 +00:00
fgerlits
83d1971639
implemented search() in Storage; it works in the TestStorageClient,
...
does not work yet in the WebStorageClient
2005-01-19 20:51:48 +00:00
fgerlits
575e1a56ab
fixed the C++ wrapper of the resetStorage method in the storage server
2005-01-19 11:39:20 +00:00
fgerlits
ffc09993bb
added Storage::SearchCriteria class
2005-01-18 22:40:37 +00:00
maroy
548cd8cf20
chaned script and makefile to honor already existing LD_LIBRARY_PATH
...
environment variable
2005-01-18 15:41:15 +00:00
fgerlits
30060746dd
modified WebStorageClient to reflect changes in storageServer module
2005-01-18 13:14:14 +00:00
fgerlits
5a749c7977
modified the WebStorageClient to keep a cache of the playlists which are
...
currently being edited
2005-01-15 12:07:09 +00:00
fgerlits
72387302c0
changed the return value of createPlaylist() to Ptr<UniqueId>::Ref
2005-01-14 12:29:05 +00:00
fgerlits
bb3b36e45a
added a call to close() after every use of XmlRpcClient
2005-01-13 16:54:55 +00:00
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
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
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
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