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
562705b031
changed 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)
2004-12-29 19:16:33 +00:00
fgerlits
11f46d11ba
wrote configuration of AudioClip from metafile;
...
added toXml() method to AudioClip
2004-12-29 10:02:29 +00:00
fgerlits
3b01df226c
added get/set methods for title and for general metadata in AudioClip
...
and in Playlist
2004-12-27 19:52:02 +00:00
fgerlits
a7721186cd
*** empty log message ***
2004-12-24 14:20:15 +00:00
fgerlits
5c7db7cf98
fixed a typo in UniqueId.h
2004-12-23 23:15:47 +00:00
fgerlits
518ae21eeb
added curl-7.12.3 in tools/
...
plagiarized MD5 code from Mordechai T Abzug into Core::Md5 class
2004-12-23 21:53:22 +00:00
fgerlits
288ad456be
Finally got reading from the storage server to work. Yippee!
2004-12-21 21:00:37 +00:00
fgerlits
48be2884b4
changed UniqueId::IdType from unsigned int to long long int
...
added UniqueId constructor from, and conversion to, std::string
got WebStorageClient::existsAudioClip() to work
2004-12-20 22:08:19 +00:00
maroy
e9f5b6b04c
fixed fallbackTest
2004-12-20 14:02:48 +00:00
maroy
1522d9c053
added LocalizedConfigurable
...
added Glib::ustring functions to LocalizedObject
2004-12-20 13:58:16 +00:00
maroy
790e6ee4c1
migrated from libxml++ 1.x to 2.8
2004-12-17 12:12:31 +00:00
fgerlits
8d8eaa93be
moved AuthenticationClientInterface.h from Core to Authentication
...
moved StorageClientInterface.h from Core to Storage
added tests for AuthenticationClientFactory and StorageClientFactory
2004-12-15 20:36:26 +00:00
fgerlits
12e3b40235
patched incorrect handling of struct tm in XmlRpc::XmlRpcValue
2004-12-13 21:45:41 +00:00
maroy
b9495ba094
time conversion routines now properly throw exceptions, when needed
2004-12-13 13:56:13 +00:00
maroy
b937849015
added TimeCoverstion::tmToPtime()
2004-12-13 12:33:41 +00:00
fgerlits
089744e465
added some stuff to the WebStorageClient, not much to show for it yet
2004-12-08 12:50:09 +00:00
fgerlits
0c6cd50546
added abstract Playable class, which is a common ancestor of AudioClip and
...
Playlist; plus some clarification in the PlaylistElement documentation
2004-12-06 17:19:24 +00:00
fgerlits
3ce857b78b
added parentheses to make gcc happy
2004-12-03 11:07:42 +00:00
maroy
585a096fdb
added capability to Localized object to load a resource bundle based on
...
information in a configuration file
2004-12-01 20:07:37 +00:00
maroy
70968ffbcf
added message formatting functions
2004-11-30 23:57:55 +00:00
fgerlits
34b681064c
added support for playlists containing other playlists
2004-11-29 20:40:36 +00:00
fgerlits
7a6592edbf
wrote specifications for the playlist methods in the storage server
...
started adding a savePlaylist() call to the xml-rpc functions which
call the storage server (I should have done this earlier but didn't)
2004-11-26 18:54:53 +00:00
maroy
952021633d
removed pthread_exit() again. for some reason, the pthread implementation
...
on Mandrake 10 crashes when a thread function exists by calling it.
2004-11-25 09:51:24 +00:00
fgerlits
8d7e16a0c4
changed StorageClientFactory to produce only one kind of client
...
added some documentation (of xml configuration file format)
2004-11-24 16:21:59 +00:00
maroy
9ae4244b4b
addded Thread::yield()
...
replaced usleep() call to nanosleep() in TimeCoversion::sleep()
2004-11-24 13:05:27 +00:00
maroy
723e0459fa
added -pthread option to CFLAGS and LDFLAGS
2004-11-23 11:51:22 +00:00
fgerlits
6b616419df
I thought I committed this last night, but apparently not
2004-11-23 09:42:36 +00:00
maroy
a9fddab949
fixed typo
2004-11-22 12:05:21 +00:00
fgerlits
4d58654fea
moved these over to Core because the StorageClientInterface depends on them
2004-11-22 10:57:24 +00:00
maroy
ef9025c181
fixed typo
2004-11-22 10:41:50 +00:00
maroy
e0cac7c756
added LocalizedObject base class, with one known failing test
2004-11-22 10:30:12 +00:00
maroy
f790cf1965
fixed thread test to make sure it runs on all scheduling environments
2004-11-18 15:59:22 +00:00
maroy
5e8312cc82
fixed bug #0000452 , where the thread was crashing after exit
2004-11-18 15:44:11 +00:00
fgerlits
696aa95c9f
moved doxytag generation to the root Makefile
2004-11-12 10:19:21 +00:00
fgerlits
9db6d24725
removed the URIs from released playlists and audio clips
...
added the XmlRpcServerMethod external to the Scheduler documentation
2004-11-10 17:45:53 +00:00
fgerlits
0e0d7335a1
rewrote acquire/release methods in TestStorageClient
2004-11-09 16:05:44 +00:00
fgerlits
d190bbaf7e
first provisional implementation of the acquire and release methods in
...
the TestStorageClient class
2004-11-08 22:17:42 +00:00
fgerlits
4631706006
removed openForPlaying() and closeForPlaying() methods from Playlist class
...
added acquirePlaylist() to StorageClientInterface
2004-11-08 10:08:10 +00:00
fgerlits
88cb83e636
added openForPlaying() and closeForPlaying() methods to Playlist class
2004-11-08 09:39:16 +00:00
fgerlits
057da6a786
added playlist to SMIL conversion to Playlist class
...
added releasePlaylist and and releaseAudioClip to TestStorageClient
2004-11-06 17:09:39 +00:00
fgerlits
ecd2c3d55c
added (provisional) URI field to AudioClip
2004-11-05 17:32:54 +00:00
maroy
b1cc568fae
added Thread class
2004-11-05 13:29:16 +00:00
maroy
d7d84661c4
added TimeConversion::sleep() function
2004-11-05 12:11:49 +00:00
maroy
5f03d18970
added TimeConversion class
2004-11-04 12:39:54 +00:00
fgerlits
8e121e1a47
added FadeInfo methods
2004-10-27 14:10:03 +00:00
fgerlits
c36fb8fec2
added PlayLogEntry class
2004-10-23 10:01:19 +00:00
fgerlits
7c23b18f91
modified locking
2004-10-20 06:15:26 +00:00
fgerlits
ee413579a4
added fake audio clip retrieval methods to TestStorageClient
...
added displayAudioClip and displayAudioClips XML-RPC server methods
2004-10-19 08:09:56 +00:00