log src/audacious/playlist.c @ 3165:8775dfc57ead trunk

age author description
Wed, 25 Jul 2007 15:46:00 -0500 William Pitcock Remove mainwin_set_info_text() craq. Still some work to do. trunk
Tue, 24 Jul 2007 01:05:57 -0500 William Pitcock Use message passing to make sure the UI is updated in the main thread. trunk
Fri, 20 Jul 2007 20:17:57 -0500 William Pitcock Handle non-probe-for-tuple functions without crashing. trunk
Fri, 20 Jul 2007 20:06:27 -0500 William Pitcock Remove unused __playlist_ins(). trunk
Fri, 20 Jul 2007 20:06:07 -0500 William Pitcock Call playlist_ins() instead of __playlist_ins(). trunk
Fri, 20 Jul 2007 19:42:24 -0500 William Pitcock Fix warnings. trunk
Fri, 20 Jul 2007 19:37:11 -0500 William Pitcock Use ProbeResult (try 1) trunk
Fri, 20 Jul 2007 09:09:58 -0500 William Pitcock Invoke "Plugins are not derived work" clause provided by GPL3. trunk audacious-1.4.0-DR1
Fri, 20 Jul 2007 08:59:47 -0500 William Pitcock GPL3 relicensing. trunk
Thu, 19 Jul 2007 12:49:50 +0900 Yoshiki Yazawa add url unescape code to playlist_get_info_text().
Mon, 16 Jul 2007 13:43:27 -0500 William Pitcock Fix a bug in backslash to slash conversion. Closes #1006.
Tue, 17 Jul 2007 00:31:43 +0900 Yoshiki Yazawa unescape url encoded filename where real filename is needed.
Sun, 15 Jul 2007 20:02:21 +0200 Giacomo Lozito recursive directory scan for add file dialog works again
Fri, 06 Jul 2007 01:12:17 -0500 William Pitcock playlist_dir_find_files(): Return list of URIs. trunk
Fri, 06 Jul 2007 01:08:15 -0500 William Pitcock Use vfs_file_test() where appropriate. trunk
Tue, 03 Jul 2007 21:20:01 -0500 William Pitcock Remove inlined urldecoding functions and use g_filename_from_uri() instead where appropriate. trunk
Tue, 03 Jul 2007 19:44:41 -0500 William Pitcock Remove urldecode.c, urldecode.h, fix references accordingly. trunk
Sun, 03 Jun 2007 21:48:44 -0700 yaz [svn] - make playback stop on removing playlist. trunk
Wed, 23 May 2007 23:01:01 -0700 nenolod [svn] - move playlist_recalc_total_time() out of the giant playlist lock in playlist_delete_filenames(). reported by dotzen, closes #908. trunk
Thu, 17 May 2007 01:54:13 -0700 nenolod [svn] - remove no-longer-necessary debugging notice trunk
Fri, 11 May 2007 12:39:47 -0700 nenolod [svn] - avoid null dereferences trunk
Wed, 09 May 2007 15:07:50 -0700 nenolod [svn] - make audacious build again trunk
Sun, 06 May 2007 15:16:34 -0700 nenolod [svn] - fix cuesheet bug in a better way (e.g. unbreak http:// streams) trunk
Fri, 27 Apr 2007 10:22:03 -0700 yaz [svn] - temporal workaround for a bug which introduced in r4360. without this patch, cuesheet plugin endlessly adds entries in a cue sheet to the current playlist. trunk
Tue, 17 Apr 2007 23:36:31 -0700 magma [svn] Modified playlist_compare_artist so that a leading "the" in an artist's trunk
Tue, 10 Apr 2007 11:27:26 -0700 nenolod [svn] - playlist_get_length_nolock() -> playlist_get_length(), no need for trunk
Tue, 10 Apr 2007 11:25:39 -0700 nenolod [svn] - playlist_set_info() does not change the playlist and shouldn't block trunk
Tue, 10 Apr 2007 11:20:21 -0700 nenolod [svn] - tuple operations do not change the structure of the playlist and trunk
Tue, 10 Apr 2007 11:12:56 -0700 nenolod [svn] - unlock many playlist operations that do not really need locking trunk
Tue, 10 Apr 2007 10:17:48 -0700 nenolod [svn] - probe remote sources (hardcoded to http://, https://) in the background. trunk