log audacious/playlist.h @ 2237:d507d2c1f75c trunk

age author description
Sat, 16 Dec 2006 05:41:27 -0800 giacomo [svn] - clear and free a playlist passed to playlist_remove_playlist trunk
Sat, 16 Dec 2006 05:18:19 -0800 giacomo [svn] added playlist_free and ensure that each created playlist is freed in mainwin_quit_cb; the list of playlists is freed there as well trunk
Sat, 16 Dec 2006 04:49:16 -0800 giacomo [svn] - made playlistwin_update_list depend on passed Playlist* instead of blindly using playlist_get_active(); this solves many locking issues with multiple playlists, but SHOULD be reviewed in every place playlistwin_update_list is used; added a playlist_new_from_selected() call too trunk
Sat, 16 Dec 2006 02:52:03 -0800 giacomo [svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme trunk
Fri, 15 Dec 2006 11:14:46 -0800 giacomo [svn] added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria trunk
Fri, 15 Dec 2006 08:23:51 -0800 nenolod [svn] - add playlist_select_playlist() to select a literal playlist trunk
Fri, 15 Dec 2006 07:28:29 -0800 nenolod [svn] - add playlist_select_next(), playlist_select_prev() trunk
Fri, 15 Dec 2006 07:20:41 -0800 nenolod [svn] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get() trunk
Tue, 12 Dec 2006 08:38:32 -0800 nenolod [svn] - move to GPLv2-only. Based on my interpretation of the license, we are trunk
Mon, 11 Dec 2006 05:49:54 -0800 nenolod [svn] - provide the old ABI for plugins (intermediate layer). trunk
Mon, 11 Dec 2006 04:19:56 -0800 nenolod [svn] - finish conversion to new API. trunk
Mon, 11 Dec 2006 04:08:43 -0800 nenolod [svn] - much closer now trunk
Mon, 11 Dec 2006 03:44:07 -0800 nenolod [svn] - more updates trunk
Mon, 11 Dec 2006 03:25:21 -0800 nenolod [svn] - this commit breaks the API. I'm not done here, but hopefully the new API is trunk
Mon, 11 Dec 2006 01:56:42 -0800 nenolod [svn] - add playlist.queue and playlist.shuffle for the queue and shuffle lists associated with each playlist. trunk
Mon, 11 Dec 2006 01:53:05 -0800 nenolod [svn] - cleanup the declaration of PlaylistEntry, and add some initial structure for migrating to multiple playlists. trunk
Mon, 18 Sep 2006 01:59:07 -0700 nenolod [svn] - C++ friendliness trunk
Mon, 18 Sep 2006 01:56:09 -0700 nenolod [svn] - use audacious/titlestring.h instead of libaudacious/titlestring.h trunk
Sat, 19 Aug 2006 12:28:56 -0700 yaz [svn] - xspf stores all meta data in tuples now. trunk
Thu, 10 Aug 2006 19:03:21 -0700 nenolod [svn] - some experimental shit trunk
Thu, 10 Aug 2006 18:49:44 -0700 nenolod [svn] - saving now uses PlaylistContainer class. trunk
Wed, 02 Aug 2006 16:00:13 -0700 chainsaw [svn] Fix postal code. trunk
Wed, 02 Aug 2006 15:44:07 -0700 chainsaw [svn] Update FSF address in copyright notices. Update autotools templates. trunk
Tue, 25 Jul 2006 12:12:29 -0700 nenolod [svn] via Christian Birchinger <joker -at- netswarm.net>: trunk
Sun, 16 Jul 2006 09:11:31 -0700 nenolod [svn] - sort by track number trunk
Thu, 15 Jun 2006 05:07:23 -0700 nenolod [svn] - sort by Artist trunk
Wed, 14 Jun 2006 22:17:20 -0700 nenolod [svn] - more sanity for input_get_song_tuple() trunk
Wed, 14 Jun 2006 19:03:23 -0700 nenolod [svn] - attach a TitleInput tuple to the PlaylistEntry class. trunk
Fri, 28 Apr 2006 22:46:00 -0700 nhjm449 [svn] - jumptofile and queue support fun trunk
Sat, 18 Mar 2006 14:31:38 -0800 giacomo [svn] added multiple 'remove duplicates' (by title, by filename, by path+filename) trunk
Sat, 18 Mar 2006 07:34:43 -0800 giacomo [svn] added a 'remove duplicates' option to the playlist removal menu trunk
Sat, 07 Jan 2006 10:13:28 -0800 nenolod [svn] Generate cache content on demand if it was not previously there. trunk
Thu, 29 Dec 2005 22:44:13 -0800 nenolod [svn] This commit reduces the amount of times we probe a source down to ONE trunk
Thu, 29 Dec 2005 22:10:26 -0800 nenolod [svn] Cache the decoder used for each PlaylistEntry. This reduces the amount trunk
Mon, 24 Oct 2005 03:06:47 -0700 nenolod [svn] Import audacious source. trunk