Commit graph

1516 commits

Author SHA1 Message Date
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
maroy
623c48d4a8 fix for issue #1425
see http://bugs.campware.org/view.php?id=1425
2005-08-26 10:39:59 +00:00
maroy
f5c678f38c oops, left the relevant patch commented out 2005-08-26 10:36:58 +00:00
maroy
f0e84a099d replaced gst-plugins 0.8.9 with 0.8.10
also added new patch for adder element to specify caps
see http://bugs.campware.org/view.php?id=1229
and http://bugzilla.gnome.org/show_bug.cgi?id=314146
2005-08-26 10:36:25 +00:00
fgerlits
67d444bf4f ellipsized the status bar (so long error messages don't mess up the screen)
removed disfunctional file type combo box; should be replaced with mime-type
  autodetection later
improved spacings marginally
2005-08-26 09:49:36 +00:00
fgerlits
d5c62413ba fixed bug #1346 2005-08-26 09:21:24 +00:00
fgerlits
2bf8faeaef added event handling for double-click or Enter on TreeView items 2005-08-25 17:53:08 +00:00
fgerlits
8dc19fb932 made the play and stop buttons in the master panel permanent 2005-08-25 17:02:53 +00:00
fgerlits
6a303bd419 removed tools_distclean task from recompile target 2005-08-25 11:09:41 +00:00
maroy
969e83e754 fix still for issue #1421, so that the workaround is only enabled for
ogg vorbis files.
see http://bugs.campware.org/view.php?id=1421
2005-08-25 09:49:18 +00:00
fgerlits
ec462c8092 added elapsed/remaining time indicator 2005-08-24 14:37:45 +00:00
maroy
dc0d2f38b8 fix for issue #1421
see http://bugs.campware.org/view.php?id=1421 for details
2005-08-24 10:56:12 +00:00
fgerlits
61d2e535d3 changed reference to createDatabase.sh to point to its correct location 2005-08-22 17:34:55 +00:00
maroy
6e1647ffe5 improved playlist opening times, see issue #1229
http://bugs.campware.org/view.php?id=1229
2005-08-22 15:02:20 +00:00
sebastian
da5b1f6e71 *** empty log message *** 2005-08-21 15:31:30 +00:00
sebastian
2a71ad1439 Shorten wording in contextmenues 2005-08-21 15:30:43 +00:00
sebastian
655899680a Disable JS "do you really wanna edit existing data" 2005-08-21 15:30:12 +00:00
sebastian
058fc5ab72 Bug 1416 2005-08-21 15:29:29 +00:00
maroy
29efb72bee fixed issue of initializing the GstreamerPlayer after de-Initializing it
causing a segfault
2005-08-21 08:27:26 +00:00
maroy
5efe455008 updated configure script 2005-08-21 08:26:35 +00:00
fgerlits
c05ac08f78 added ls_tmp_dir substitution to use_setup script 2005-08-20 14:19:59 +00:00
fgerlits
3a22c657b1 added debug code in open() 2005-08-20 12:13:17 +00:00
sebastian
600c4f25dc *** empty log message *** 2005-08-18 13:50:22 +00:00
sebastian
0a0ed59540 instruction to set up php.ini 2005-08-17 20:23:14 +00:00
sebastian
c25a1d97c4 typo 2005-08-17 20:14:29 +00:00
fgerlits
4fdb46e098 fixed bug #1394 2005-08-17 14:42:44 +00:00
sebastian
e674ac5ce5 *** empty log message *** 2005-08-17 10:01:43 +00:00
fgerlits
52b4d475b5 fixed a minor sed issue in development environment setup 2005-08-16 17:29:57 +00:00
tomas
224b841f9d #1400 fixed 2005-08-16 12:45:00 +00:00
fgerlits
500c324579 changed version number to 1.0rc2 2005-08-16 11:16:49 +00:00
tomas
badacf36e8 Check for sampleData.php existence added. 2005-08-15 14:06:30 +00:00