Commit Graph

15430 Commits

Author SHA1 Message Date
sebastian 419f56e12a This file descripes conventions storing data in preferences table. 2005-07-22 10:08:23 +00:00
fgerlits 06d4859af2 added pop-up panel for playlist editing functions move up, move down,
and remove
2005-07-21 15:14:40 +00:00
fgerlits 19dd690732 added event handlers to SimplePlaylistManagementWindow:
* when the title is edited (also to create a new playlist if necessary)
* when the playlist is changed from GLiveSupport::addToPlaylist(); a new
signal is created for this purpose in GLiveSupport
2005-07-20 21:43:02 +00:00
fgerlits 0a1622e3cd made window closeable when nothing is edited 2005-07-20 20:39:56 +00:00
fgerlits 533ee75926 change the copy constructor; now it duplicates playlist elements, instead of just copying the pointers 2005-07-20 19:44:49 +00:00
fgerlits 128f8034b8 rewrote Cancel and Save behavior in SimplePlaylistMgmtWindow 2005-07-20 17:55:05 +00:00
fgerlits b297754948 added "restart" command 2005-07-20 14:31:34 +00:00
fgerlits 633de92a04 replaced stale references to OSS audio devices with ALSA names 2005-07-20 09:04:28 +00:00
fgerlits 3cbd9f492b simplified addToScratchpad() 2005-07-19 18:26:31 +00:00
fgerlits f23a6a2f62 modified addToScratchpad to update to the new version of the playlist (for example, in case its title got changed) 2005-07-19 18:21:01 +00:00
fgerlits b68c5cab38 added clarifying comments about when onStop() is emitted 2005-07-19 13:29:22 +00:00
fgerlits 5ee12ad34a updated download location to sourceforge 2005-07-18 09:43:50 +00:00
fgerlits b08dba6b5c added "edit playlist" menu item to Scratchpad window 2005-07-15 15:43:19 +00:00
fberckel 5bcaae0a29 updated saveplaylistdialog and emptytitleerror string 2005-07-15 15:14:15 +00:00
fgerlits 923bfad1a4 added check for fade info to make sure fade in + fade out is not
longer than the whole clip
2005-07-15 14:59:08 +00:00
fberckel 85b8bcbd52 updated echo's and spare line's 2005-07-14 19:39:30 +00:00
fgerlits 6efcdee4ca added fade in/out editing to SimplePlaylistManagementWindow 2005-07-14 15:56:59 +00:00
sebastian bb9553f329 *** empty log message *** 2005-07-14 11:55:20 +00:00
fgerlits 2b368af7ad added fade in and fade out columns to playlist editor window 2005-07-13 15:00:04 +00:00
fgerlits 4d1574ca0b added timeDurationToHhMmSsString() function 2005-07-13 14:18:07 +00:00
maroy 5b751a1809 fixed firing of onStop events, that was fires also at pause, and
prematurely (one coudln't call close() from the event handler)
fix for issue #1248, see http://bugs.campware.org/view.php?id=1248
2005-07-12 06:09:55 +00:00
fberckel 567da89848 change some log file name 2005-07-12 05:23:23 +00:00
fgerlits f38f329c6c minor reformatting 2005-07-11 09:30:38 +00:00
fgerlits bcbd03cc28 WhiteWindow-ized SchedulePlaylistWindow, fixing bug #1170 2005-07-07 15:56:36 +00:00
fgerlits a46ef4879b added Type column label in SearchWindow localizations (see bug #1168) 2005-07-07 10:51:10 +00:00
fgerlits 0d75c4e499 added another test to check event listening 2005-07-06 15:53:51 +00:00
maroy 53893a3e50 fix for proper gstreamer registry creation on installation and in the
debian package
2005-07-05 11:23:50 +00:00
maroy eea04b3886 added OSS DSP support for GstreamerPlayer 2005-07-05 08:55:56 +00:00
maroy e8b6c8d7e8 updated date for re-release of 1.0rc1 2005-07-04 12:38:27 +00:00
maroy 54a85c8b3d fixed issue of gstreamer elements not being registered properly on
installation
2005-07-04 12:34:34 +00:00
maroy f75891c532 scheduler no longer crashes on startup if the database server is not started
yet.
solution for issue #1200, see http://bugs.campware.org/view.php?id=1200
2005-07-04 10:38:39 +00:00
fgerlits cb07f820bd took out python; on second thought, we probably don't need it 2005-07-03 21:22:22 +00:00
maroy 9e9cebaf90 added proper xml prolog to sample files 2005-07-03 17:55:14 +00:00
maroy 239ff252fc moved all gstreamer pipeline initialization to the open() call,
thus calling start() will be fast. opening can be still slow though
(like 10 secs for some SMIL files).
this is in response to issue #1229, see
http://bugs.campware.org/view.php?id=1229
2005-07-03 15:11:23 +00:00
maroy 0459fd787b updated release documentation. a fix for issue #961
see http://bugs.campware.org/view.php?id=961
2005-07-03 14:04:47 +00:00
maroy 7e6bba2b11 added proper RFC 2822 style date into changelog 2005-07-03 13:21:53 +00:00
maroy e6fd970d88 added reference to gLiveSupport 2005-07-03 13:06:17 +00:00
maroy b04cc9b174 fixed typo 2005-07-03 12:54:00 +00:00
maroy 6a4974aea7 made some fixes to the installation scripts 2005-07-03 12:50:07 +00:00
fgerlits 366a4d0ea2 updated products/gLiveSupport/AudioPlayerTest
(see bug #1231)
2005-07-03 12:46:56 +00:00
maroy d65946151a added missing acinclude file 2005-07-03 12:03:31 +00:00
fgerlits 646b2e6fb4 removed "< 1.8" from automake requirement 2005-07-03 11:45:24 +00:00
maroy 55b020739a using absolut paths for output directory 2005-07-03 10:56:27 +00:00
maroy 2db710ef6b updated debian changelog 2005-07-03 10:54:34 +00:00
maroy c7cb2c2ac4 removed helix from the distribution script 2005-07-03 10:38:06 +00:00
maroy f900c3e361 removed obsoleted tools 2005-07-03 10:37:44 +00:00
maroy 8fbc2ecfd6 added check for not running when generated files are around 2005-07-03 10:32:32 +00:00
maroy ad57d08acc renamed some patches from .diff to .patch 2005-07-03 10:05:27 +00:00
maroy 7af7d7d90d removed reference to darkice 2005-07-03 09:41:12 +00:00
maroy 1e94527522 removed dependency on automake versions <= 1.8
now 1.8 and newer can also be used
2005-07-03 09:34:51 +00:00