log src/cue/cuesheet.c @ 1274:bcf6dc9564f4

age author description
Mon, 16 Jul 2007 00:39:17 +0900 Yoshiki Yazawa - eliminate gdk_threads_*() based on giacomo's suggestion.
Sun, 15 Jul 2007 00:19:10 +0900 Yoshiki Yazawa add gdk_threads_*() guard around playlist_set_position() so that playlist advance work again. thanks to giacomo!
Thu, 12 Jul 2007 04:36:03 +0900 Yoshiki Yazawa - quick fix for link breakage to libaudid3tag.so when --prefix is specified.
Thu, 21 Jun 2007 21:00:35 +0900 Yoshiki Yazawa fix for crash when the file pointed in a cuesheet does not exist. closes #978. trunk
Thu, 24 May 2007 23:13:01 -0700 nenolod [svn] - cue: convert to plugin API v2 trunk
Mon, 30 Apr 2007 21:19:47 -0700 yaz [svn] - add check for cfg.stopaftersong at the end of cue. trunk
Tue, 10 Apr 2007 14:19:15 -0700 nenolod [svn] - chase audacious r4268 (patch by Joker). trunk
Mon, 26 Mar 2007 14:44:46 -0700 yaz [svn] - now do_setpos() takes relative position as the argument and works even if cuesheets are included in large playlist. may close #869. trunk
Thu, 15 Mar 2007 08:04:47 -0700 yaz [svn] - refine watchdog thread. trunk
Thu, 15 Mar 2007 04:43:58 -0700 yaz [svn] - support "Repeat". trunk
Wed, 14 Mar 2007 23:50:12 -0700 yaz [svn] - make use of playlist_set_position() instead of playlist_prev/next(). now cuesheet directly jumps to the objective track. trunk
Wed, 14 Mar 2007 06:43:19 -0700 yaz [svn] - add 1sec guard time after issue of playlist_prev/next. trunk
Tue, 13 Mar 2007 09:37:27 -0700 yaz [svn] - make "stop after current song" work. trunk
Mon, 12 Mar 2007 11:31:14 -0700 yaz [svn] - make use of new millisecond seek API. trunk
Mon, 12 Mar 2007 09:12:26 -0700 yaz [svn] - should check data != NULL before clear data->playing. trunk