log

age author description
Mon, 13 Aug 2007 23:26:26 +0300 Calin Crisan ccrisan Add CD menu entry is now created with the ui_plugin_menu functions
Mon, 13 Aug 2007 20:24:36 +0900 Yoshiki Yazawa make use of get_gentitle_format() and tuple_formatter_make_title_string()
Mon, 13 Aug 2007 06:08:08 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Mon, 13 Aug 2007 06:07:58 -0500 William Pitcock Backed out changeset 97914b65790a
Mon, 13 Aug 2007 19:58:07 +0900 Yoshiki Yazawa branch merge.
Mon, 13 Aug 2007 19:57:03 +0900 Yoshiki Yazawa - make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available.
Mon, 13 Aug 2007 02:42:21 -0500 William Pitcock [security] Add g_thread_exit() to curl_manage_request() to avoid a resource starvation DoS.
Sun, 12 Aug 2007 21:53:56 +0200 Christian Birchinger Register cue:// with uri_set_plugin
Sun, 12 Aug 2007 21:36:14 +0200 Christian Birchinger Register cdda:// with uri_set_plugin
Sun, 12 Aug 2007 21:16:48 +0200 Christian Birchinger Register tact:// with uri_set_plugin
Sun, 12 Aug 2007 20:44:02 +0200 Christian Birchinger Add an init function with a uri_set_plugin call
Sun, 12 Aug 2007 07:17:10 -0500 William Pitcock Port some changes over from XMMS that:
Sat, 11 Aug 2007 23:51:50 -0500 William Pitcock Improve ${codec} and ${quality} tuples.
Sat, 11 Aug 2007 23:48:14 -0500 William Pitcock fix musepack tag retrieval
Sat, 11 Aug 2007 23:56:22 +0200 Giacomo Lozito converted sid plugin to new tuple system
Sat, 11 Aug 2007 22:15:50 +0200 Giacomo Lozito fixed modplug, wasn't working properly with new threading model
Sat, 11 Aug 2007 18:10:34 +0300 Cristi Magherusan the label wasn't restored on failure
Sun, 12 Aug 2007 00:06:35 +0900 Yoshiki Yazawa use get_gentitle_format() to get format string so that presets and custom string can coexist.
Sat, 11 Aug 2007 17:57:19 +0300 Cristi Magherusan merge
Sat, 11 Aug 2007 17:56:51 +0300 Cristi Magherusan the menu item is now disabled during upload
Sat, 11 Aug 2007 14:56:15 +0100 Tony Vroon Add actual codec information to wav-sndfile tuple. Untested.
Sat, 11 Aug 2007 15:57:05 +0300 Cristi Magherusan merge
Sat, 11 Aug 2007 15:55:14 +0300 Cristi Magherusan lots of fixes
Sat, 11 Aug 2007 15:28:13 +0300 Calin Crisan ccrisan Fixed libcdio and libcddb autoconf detection
Sat, 11 Aug 2007 20:10:10 +0900 Yoshiki Yazawa tuple API update.
Sat, 11 Aug 2007 12:21:30 +0200 Giacomo Lozito use tuple_free(x) in place of mowgli_object_unref(x)
Sat, 11 Aug 2007 12:10:33 +0200 Tomasz Mon GTK_STOCK_SAVE can't be default, so don't use gtk_widget_grab_default() on it
Sat, 11 Aug 2007 14:29:58 +0900 Yoshiki Yazawa fix compile errors if DEBUG is defined.
Sat, 11 Aug 2007 14:27:41 +0900 Yoshiki Yazawa playlist entry doesn't have "track-name".
Sat, 11 Aug 2007 02:50:12 +0200 Giacomo Lozito do not assume that mtp_cleanup is only called after mtp_init (it's not true for general plugins); also, destroy the menuitem as it seems that it still holds a reference after being removed from its menushell