Commit Graph

18448 Commits

Author SHA1 Message Date
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
maroy 299345f8f6 replaced all gifs with pngs 2005-07-25 14:11:52 +00:00
tomas 8577486f25 New target pear_setup added. (#980) 2005-07-24 18:26:28 +00:00
tomas 6bf46501fe The normalizeExtent method added, + #1201 2005-07-24 16:18:59 +00:00
tomas 693ee8bd48 Params lang and deflang added to displayPlaylistClipAtOffset method (#1269) 2005-07-24 12:59:41 +00:00
tomas 858ccefd74 A 'title' field have been added to return struct of
GreenBox::displayPlaylistClipAtOffset() method
(#1269)
2005-07-24 12:49:09 +00:00
sebastian b6954cd630 *** empty log message *** 2005-07-23 18:05:51 +00:00
sebastian cc1830560a dynamic update of now/next clip infobox added 2005-07-23 18:04:47 +00:00
sebastian b87375f90c *** empty log message *** 2005-07-23 17:59:57 +00:00
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