log

age author description
Mon, 18 Dec 2006 04:13:20 -0800 nenolod [svn] - fix XML description of the playlist editor (unbreak menus) trunk
Mon, 18 Dec 2006 03:59:55 -0800 nenolod [svn] - new signal handling which does not block (based on concept from BMP 0.9.8 that never got released) trunk
Mon, 18 Dec 2006 03:34:52 -0800 yaz [svn] - fix the logic of bmp_playback_stop(). now JTF works well even if the playing is paused. trunk
Mon, 18 Dec 2006 03:34:11 -0800 nenolod [svn] - add proper XML header trunk
Mon, 18 Dec 2006 03:25:13 -0800 nenolod [svn] - port playlist editor to XML interface description trunk
Sun, 17 Dec 2006 11:48:12 -0800 giacomo [svn] - jump to file: use G_TYPE_UINT to store the song number in the model trunk
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
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