Commit Graph

11046 Commits

Author SHA1 Message Date
fgerlits 3c8c752396 moved gLiveSupport->playOutputAudio() to after all other lines referencing
the playable object, to prevent thread conflicts (see #1354)
2005-09-13 16:18:59 +00:00
fgerlits c50c7dcb95 fixed some more files missed by [1600], [1601] and [1602] 2005-09-10 13:24:02 +00:00
fgerlits 0ddcd2f9eb fixed a few files missed by the previous edit [1601] 2005-09-10 13:07:08 +00:00
fgerlits 4754dc1e4b changed $Source$ anchors to $URL$ 2005-09-10 13:00:36 +00:00
fgerlits 30ac8fb6a3 Added the 'svn:keywords = "Author Revision URL"' property to
*.cxx *.h *.sh *.php *.html Makefile.in configure.ac
in all directories except tmp and usr.
2005-09-10 12:03:42 +00:00
fgerlits 6ac0a8c723 added 'svn:ignore = *' properties to */tmp directories 2005-09-10 11:43:40 +00:00
fgerlits 43600abe1c experimenting with svn:keywords 2005-09-10 10:39:27 +00:00
tomash e0c1cacac3 #1461 - wrong binary files after move to subversion - fixed 2005-09-09 14:14:30 +00:00
tomash e4192a187d #1461
svn admin files are R/O => had to be excluded from any 'cp -R'
2005-09-09 14:11:13 +00:00
maroy 26eddacabb removed unused variable 2005-09-09 09:48:06 +00:00
maroy d626f58d51 fixed some tarballs, which were detected by a wrong mime-type on import 2005-09-09 09:47:03 +00:00
fgerlits 4c693b93e6 added the bison and flex packages to the dependency list;
added some more clarification to install.html;
added /etc/apache2/conf.d as a possible apache config dir in modules/htmlUI/bin/configureApache.sh
2005-09-09 07:57:44 +00:00
maroy 84684a912c test 2005-09-09 07:25:44 +00:00
maroy 42a9792ddd test 2005-09-09 07:22:25 +00:00
sebastian 28b580edec fixing bugs #1456, #1418 2005-09-08 11:31:32 +00:00
maroy cf5e769ee4 added update script, for Michael Aschauer's request 2005-09-08 08:19:03 +00:00
maroy 0c4639c314 updates for position reporting 2005-09-07 13:56:10 +00:00
maroy 7faa025d4a added fix for adder element, to report time positions properly
see http://bugzilla.gnome.org/show_bug.cgi?id=315457
2005-09-07 13:53:25 +00:00
maroy 514ad3c7ae removed obsolete patch 2005-09-07 13:25:25 +00:00
fgerlits 49bc9ee78d fixed bug #1435
now when an item playing in live mode is stopped manually, the next item
does not start playing automatically
2005-09-06 14:34:13 +00:00
fgerlits 5352137855 fixed bug #1447, by adding the new Playlist::eliminateGaps() method 2005-09-06 14:26:40 +00:00
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
fgerlits 89bcc935e5 fixed bug #1435 ("add to live mode" now does not start playing at once) 2005-09-06 12:43:15 +00:00
fgerlits f3f379766f added more metadata fields to the Upload File window, and prettied it some 2005-09-06 10:54:03 +00:00
maroy 90c03e4044 fixed dirty caching issue: now when a playlist was edited, it will
be replaced in the cache as well
2005-09-06 08:26:32 +00:00
fgerlits 3a14e1e42b added some more metadata entry fields to the Upload File window 2005-09-06 07:45:51 +00:00
fgerlits eefae3d466 added missing DTD for tab attribute in metadataType tag 2005-09-05 21:08:50 +00:00
fgerlits 20939a35c5 added "tag" attributes to the gLiveSupport config files 2005-09-05 21:05:17 +00:00
maroy 91acabb7e5 updated getPostion function
see issue http://bugs.campware.org/view.php?id=1443
2005-09-05 19:48:02 +00:00
maroy 3d5fb09162 added ls_gst_autoplug_get_position() function, to make sure position
information is reported correctly
2005-09-05 19:46:48 +00:00
fgerlits a499b508f3 added "tab" attribute to the MetadataType class 2005-09-05 19:38:41 +00:00
fgerlits 5b1e360139 fixed some typos in the documentation header 2005-09-05 14:32:59 +00:00
fgerlits 5d94149180 removed stale code for user input of file type
(auto-detected now, based on extension, by TagLib; should be changed later
to proper mime-type autodetection)
2005-09-05 14:20:50 +00:00
fgerlits 2857217d5c removed debugging code from open() [see bugs #1421 and #1441] 2005-09-05 13:07:08 +00:00
tomas 37a0789f6d #1438 - return structure of recursive accessPlaylist have been changed to
hierarchical struct instead of linear array.
2005-09-05 10:39:43 +00:00
maroy 0a92d1d5ea added null-checks around calls in close()
see http://bugs.campware.org/view.php?id=1444
2005-09-05 10:36:39 +00:00
fgerlits ae6fb6216d moved outputItemPlayingNow.reset() from stopOutputAudio() to onStop()
this fixed bug #1445
2005-09-05 10:01:43 +00:00
maroy 4d09eb1fa2 for openned audio clip position and length, sometimes a null reference
was returned. now a valid time reference of 00:00:00.0000 is returned
see http://bugs.campware.org/view.php?id=1442
2005-09-05 09:02:57 +00:00
maroy 9b7f42866b getting an exception for the output player position caused a segfault
via the NowPlaying panel. now fixed.
see issue http://bugs.campware.org/view.php?id=1442
2005-09-05 09:01:48 +00:00
maroy f46ce15f36 added cache to LiveSupport of openned / acquired audio files and playlists
this is to enhance the resposniveness of the GUI
see http://bugs.campware.org/view.php?id=1229
2005-09-04 13:43:24 +00:00
maroy 050ece2fbc added isOpen() call to the AudioPlayerInterface API 2005-09-04 13:05:39 +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 8dbcf2182c added sample data to tests 2005-09-03 11:40:31 +00:00
tomas 4f6d105fac Recursive accessPlaylist/releasePlaylist implemented. 2005-08-31 09:08:33 +00:00
maroy a7d7121369 futher improvements on opening times for SMIL files
see http://bugs.campware.org/view.php?id=1229
2005-08-27 15:28:43 +00:00
fgerlits 1dd735b754 Changed elapsed/remaining time display to use the AudioPlayerInterface::
getPosition() function instead of the local stopwatch thingie.
2005-08-26 18:56:47 +00:00
fgerlits cb748119cd fixed elapsed/remaining time display to pause when the clip is paused
this is a temporary, imprecise solution until an AudioPlayerInterface API
  gets written
2005-08-26 13:50:07 +00:00
fgerlits 72355ecfd5 fixed bug #1390 2005-08-26 13:11:35 +00:00
maroy 9053f1dad3 added gstPosition() call to AudioPlayerInterface 2005-08-26 11:31:31 +00:00
maroy fdf6a9018f fix for issue #1425, and somewhat for issue #1229
http://bugs.campware.org/view.php?id=1425
http://bugs.campware.org/view.php?id=1229
2005-08-26 10:41:28 +00:00