log

age author description
Sun, 17 Dec 2006 10:35:49 -0800 nenolod [svn] - ui/Makefile was missing. trunk
Sun, 17 Dec 2006 10:35:32 -0800 nenolod [svn] - add XML interface declaration for the playlist editor trunk
Sun, 17 Dec 2006 10:10:21 -0800 giacomo [svn] - jump to file: detach model from treeview before updating its rows, then reattach it trunk
Sun, 17 Dec 2006 09:22:48 -0800 nenolod [svn] - fix widgets/skin.c references. trunk
Sun, 17 Dec 2006 09:12:56 -0800 nenolod [svn] - fix trunk
Sun, 17 Dec 2006 08:52:31 -0800 nenolod [svn] - move vfs from libaudacious to main audacious trunk
Sat, 16 Dec 2006 11:20:00 -0800 giacomo [svn] added enter keypress shortcut for search-in-playlist dialog trunk
Sat, 16 Dec 2006 10:44:25 -0800 giacomo [svn] - added auto-enqueue option for search-in-playlist trunk
Sat, 16 Dec 2006 07:56:32 -0800 giacomo [svn] - changed playlist_shuffle_list to pick a playlist as parameter instead of calling playlist_get_active trunk
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
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