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
|
Sat, 16 Dec 2006 02:35:16 -0800 |
jerome |
[svn] Added playback-seek{-relative} in audtool.1 man page.
trunk
|
Sat, 16 Dec 2006 02:20:15 -0800 |
jerome |
[svn] Fixed a bug where xmms_remote_jump_to_time was called with seconds instead of milliseconds.
trunk
|
Fri, 15 Dec 2006 21:18:34 -0800 |
nenolod |
[svn] - don't use deprecated function playlist_get().
trunk
|
Fri, 15 Dec 2006 21:14:16 -0800 |
nenolod |
[svn] - log a warning if deprecated functions from <= 1.2 are used
trunk
|
Fri, 15 Dec 2006 20:33:34 -0800 |
nenolod |
[svn] - use g_object_ref() on the list store when we disassociate to make
trunk
|
Fri, 15 Dec 2006 20:20:46 -0800 |
nenolod |
[svn] - while building the jump to file list, disassociate the GtkListStore
trunk
|
Fri, 15 Dec 2006 18:11:42 -0800 |
nenolod |
[svn] - run update-po
trunk
|
Fri, 15 Dec 2006 16:04:22 -0800 |
giacomo |
[svn] regex-powered jump to file - should be considerably faster than the old one
trunk
|
Fri, 15 Dec 2006 11:22:42 -0800 |
giacomo |
[svn] do not assume that a tuple field exists just cause the tuple does, regexec hates null strings
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 10:48:13 -0800 |
nenolod |
[svn] - bail after 15 failures to find an acceptable playback candidate
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:52:09 -0800 |
nenolod |
[svn] - use playlist_get_active() at the top of each thread.
trunk
|
Fri, 15 Dec 2006 07:40:18 -0800 |
nenolod |
[svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().
trunk
|
Fri, 15 Dec 2006 07:38:23 -0800 |
nenolod |
[svn] - add some basic code for the manipulation of temporary playlists
trunk
|
Fri, 15 Dec 2006 07:28:29 -0800 |
nenolod |
[svn] - add playlist_select_next(), playlist_select_prev()
trunk
|
Fri, 15 Dec 2006 07:25:30 -0800 |
nenolod |
[svn] - remove static Playlist default_playlist
trunk
|
Fri, 15 Dec 2006 07:23:19 -0800 |
nenolod |
[svn] - remove all improper uses of playlist_get()
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
|
Wed, 13 Dec 2006 23:15:44 -0800 |
nenolod |
[svn] - fix example
trunk
|
Wed, 13 Dec 2006 22:46:29 -0800 |
nenolod |
[svn] - add the starting point of some audacious C++ bindings
trunk
|
Wed, 13 Dec 2006 20:38:24 -0800 |
nenolod |
[svn] - use str_has_prefix_nocase instead of a literal compare on extension
trunk
|
Wed, 13 Dec 2006 00:38:32 -0800 |
yaz |
[svn] - ar should pick changes
trunk
|
Tue, 12 Dec 2006 23:13:46 -0800 |
nenolod |
[svn] - make sure fd is not NULL before checking it's URI namespace
trunk
|
Tue, 12 Dec 2006 23:13:01 -0800 |
nenolod |
[svn] - at present, only use extension filtering in the file:// namespace.
trunk
|
Tue, 12 Dec 2006 20:48:13 -0800 |
nenolod |
[svn] - warning fix
trunk
|
Tue, 12 Dec 2006 19:51:25 -0800 |
nenolod |
[svn] - improved logic for extension assist
trunk
|
Tue, 12 Dec 2006 19:29:15 -0800 |
nenolod |
[svn] - put this back the way it was
trunk
|
Tue, 12 Dec 2006 19:15:23 -0800 |
nenolod |
[svn] - specifically define this as a table
trunk
|
Tue, 12 Dec 2006 18:39:35 -0800 |
nenolod |
[svn] - preferences pane option for extension-based detection
trunk
|