Commit Graph

5988 Commits

Author SHA1 Message Date
sebastian 2f268aba62 some tweaks 2005-08-02 12:22:26 +00:00
maroy 9f47bdc30f renamed wrongly name file 2005-08-02 11:35:51 +00:00
maroy 65a3b0f1b3 fixed typo 2005-08-02 11:33:53 +00:00
maroy 0b048d2069 added mkinstalldirs, for bug #1357 2005-08-02 11:29:52 +00:00
maroy 4c9bfe5124 updated documentation for 1.0 release 2005-08-02 10:02:20 +00:00
sebastian 707805a511 *** empty log message *** 2005-08-02 09:49:55 +00:00
maroy 58fd5c470c updated debian package generation files 2005-08-02 08:45:57 +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 4a2a4cc155 added libboost and libgtk2 to package dependencies 2005-08-02 07:13:07 +00:00
maroy 665d69d0bd running configure after autogen if needed 2005-08-02 06:16:25 +00:00
sebastian 26e76a82cb *** empty log message *** 2005-08-01 22:59:26 +00:00
sebastian f7745e6f59 drag & drop for playlisteditor 2005-08-01 22:57:43 +00:00
sebastian 49f5cb85fa drag & drop for playlisteditor 2005-08-01 21:45:05 +00:00
sebastian c4a05bb3ab drag & drop for playlisteditor 2005-08-01 20:28:33 +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
sebastian 60cbc98a58 fixed bug #1331 2005-07-30 21:25:02 +00:00
sebastian be5acaa6db *** empty log message *** 2005-07-30 18:28:45 +00:00
sebastian cf41b8f0a6 better placement for contextmenues/alttext 2005-07-30 17:38:03 +00:00
fgerlits 63cbb0890e fixed typo 2005-07-30 15:14:26 +00:00
sebastian 395c0af2bd replaced gif?s with png?s 2005-07-30 13:39:23 +00:00
sebastian a264b42824 *** empty log message *** 2005-07-29 13:43:27 +00:00
tomas 9d13994d07 Uninstall of previous db removed. (#992) 2005-07-29 08:52:07 +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
tomas 8427aae7ac The locstor.playlistIsAvailable method returns additional ownerid and ownerlogin
fields in the result. (#1293)
2005-07-28 12:11:52 +00:00
tomas da017f9200 The revertEditedPlaylist method added in XMLRPC interface. 2005-07-28 11:51:19 +00:00
tomas 2d9bb23bbe The revertEditedPlaylist method moved to LocStor. 2005-07-28 11:49:34 +00:00
tomas f75834dc22 Test space handling added to prevent existing storage data in tests. 2005-07-28 11:48:11 +00:00
tomas 91dfea7787 minor change 2005-07-28 11:43:49 +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 f42e5b094d modified failing GstreamerPlayerTest::pauseResumeTest to actually fail 2005-07-27 21:05:30 +00:00
fgerlits 43204f9cd3 added test case for bug #1295 2005-07-27 20:23:24 +00:00
fgerlits 6adb1f0faf more instructions for Studio localization 2005-07-27 16:34:03 +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 3548340451 added new timeDurationToShortString() function 2005-07-27 11:12:43 +00:00
fgerlits 7adf52fe92 added new file 2005-07-27 08:36:08 +00:00
tomas 10c715cdae The readKeys method added. 2005-07-27 00:54:13 +00:00
fgerlits dfc8c0d356 added error checking to ScratchpadWindow::onEditPlaylist();
prettified Widgets::MessageWindow
2005-07-26 14:47:22 +00:00
fgerlits 1769fe5b48 changed duration_from_string() calls to TimeConversion::parseTimeDuration() 2005-07-26 11:34:02 +00:00
sebastian aba0318f3c *** empty log message *** 2005-07-26 10:56:16 +00:00
fgerlits 9fb1cf5a54 added parseTimeDuration() function, to replace boost::posix_time::
duration_from_string(), which is badly broken
2005-07-26 10:36:01 +00:00