Commit Graph

400 Commits

Author SHA1 Message Date
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
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
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 ae6fb6216d moved outputItemPlayingNow.reset() from stopOutputAudio() to onStop()
this fixed bug #1445
2005-09-05 10:01:43 +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
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
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 ec462c8092 added elapsed/remaining time indicator 2005-08-24 14:37:45 +00:00
fgerlits 4fdb46e098 fixed bug #1394 2005-08-17 14:42:44 +00:00
fgerlits 52b4d475b5 fixed a minor sed issue in development environment setup 2005-08-16 17:29:57 +00:00
fgerlits fd7471a7e8 fixed the loading of the editedPlaylistToken user preference item 2005-08-13 14:03:38 +00:00
fgerlits f81b76a12a changed temp file location from $prefix/tmp to /tmp
(this directory needs to be user writable!)
2005-08-12 16:39:25 +00:00
fgerlits 4a771a54db corrected typo 2005-08-11 14:01:39 +00:00
fgerlits c0e9c66fb6 removed debug messages;
added try-catch block around the loading of stationLogo.png
2005-08-11 12:01:15 +00:00
fgerlits 8427963800 added debug messages for diagnostic of deb troubles 2005-08-11 06:39:55 +00:00
fgerlits 53563bce1b added missing odbc_template file customization 2005-08-10 17:36:10 +00:00
fgerlits 9568514e76 disabled boost library detection to use our own boost library instead 2005-08-08 11:57:53 +00:00
fgerlits abb6a6b9a4 copied createOdbcDataSource.sh to /bin (NOTE: we have two identical copies,
this is bad.  TODO: something about this);
moved createGstreamerRegistry.sh to /bin
2005-08-05 11:42:58 +00:00
fgerlits 277144d4ee added initial version 2005-08-05 11:32:03 +00:00
fgerlits f813b837d1 corrected some typos 2005-08-04 17:07:36 +00:00
maroy 69247c704d more changes to hopefully the final 1.0 release 2005-08-03 07:37:56 +00:00
maroy 11894494c4 changed modules to check for boost date-time lib 2005-08-02 08:45:41 +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 eac694b83a changed scaling algorithm for radio logo image from BILINEAR to HYPER
(whatever that means) -- it's still a bit fuzzy
2005-08-01 14:25:52 +00:00
fgerlits 26667aad3d changed station logo from WBAI to CAMP 2005-08-01 14:21:28 +00:00
fgerlits d1842b7a24 fixed bug #914, finally? 2005-08-01 11:27:37 +00:00
fgerlits 80fdbf921f made use of Gtk::Label more civilized (still broken though) 2005-08-01 11:12:48 +00:00
fgerlits 644c547cb1 undid previous change 2005-07-31 13:53:35 +00:00
fgerlits 22a511feff moved cuePlayer->close() to releaseCueAudio, to make sure it always gets
called
2005-07-31 12:31:41 +00:00
fgerlits 29d2143cad moved outputPlayer->close() to its correct place in GLiveSupport;
removed unnecessary 'playable' member variable from NowPlaying
2005-07-31 12:29:25 +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
fgerlits 88afcf426a added renumbering of rows in popTop() 2005-07-28 11:35:26 +00:00
fgerlits 325092f8df changed "plughw:0,0" to "default" 2005-07-28 09:33:47 +00:00
fgerlits b2ae622471 updated playback functions for the new behavior of the audio player (no onStop() fired on manual stop, or on pause) 2005-07-27 15:07:19 +00:00
fgerlits d594085ea9 changed display of fade info to timeDurationToShortString() 2005-07-27 11:18:38 +00:00
fgerlits dfc8c0d356 added error checking to ScratchpadWindow::onEditPlaylist();
prettified Widgets::MessageWindow
2005-07-26 14:47:22 +00:00
maroy 299345f8f6 replaced all gifs with pngs 2005-07-25 14:11:52 +00:00