log src/console/Audacious_Driver.cxx @ 3030:c442f8407dcb

age author description
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Mon, 16 Jun 2008 07:15:33 +0300 Matti Hamalainen Removed the deprecated set_eq() function from InputPlugin and other places.
Mon, 16 Jun 2008 05:48:57 +0300 Matti Hamalainen Remove references to output plugin field in InputPlugins (hopefully I didn't
Tue, 10 Jun 2008 00:52:44 +0200 mf0102 adapt C++ plugins to new API
Mon, 19 May 2008 04:20:50 +0300 Matti Hamalainen Removed #includes that should not be included anymore.
Mon, 31 Mar 2008 14:55:14 +0300 Matti Hamalainen Include cleanups, part #2.
Sun, 18 Nov 2007 21:45:12 +0900 Yoshiki Yazawa set have_subtune
Thu, 18 Oct 2007 02:27:16 +0300 Matti Hamalainen Fix subtunes support to match the new core (possibly not working yet)
Sat, 13 Oct 2007 20:43:07 -0500 William Pitcock gentitle changes
Thu, 11 Oct 2007 15:07:45 -0500 William Pitcock playback_mutex is entirely unnecessary as there is no longer a critical section here.
Mon, 08 Oct 2007 02:02:02 -0500 William Pitcock chase last changeset in aud
Sun, 07 Oct 2007 14:19:19 -0500 William Pitcock change some places to use set_params() instead of set_info() directly
Sun, 07 Oct 2007 00:25:33 -0500 William Pitcock s/vfs_/aud_vfs_/g
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Tue, 02 Oct 2007 02:20:03 +0300 Matti Hamalainen Removed some extraneous includes.
Tue, 02 Oct 2007 01:59:24 +0300 Matti Hamalainen Some missed #include "" to <> changes.
Mon, 01 Oct 2007 23:01:22 +0100 chainsaw Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
Tue, 25 Sep 2007 18:16:25 +0300 Matti Hamalainen console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Mon, 24 Sep 2007 11:13:14 -0500 William Pitcock Convert some makefiles, remove some -DHAVE_CONFIG_H.
Wed, 19 Sep 2007 02:25:05 +0200 Giacomo Lozito - updated libconsole plugin subtune code
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sat, 08 Sep 2007 06:58:08 +0300 Matti Hamalainen Branch merge.
Fri, 07 Sep 2007 12:46:01 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Sun, 09 Sep 2007 22:42:22 +0300 Matti Hamalainen xmms_show_message() changed to audacious_info_dialog()
Fri, 07 Sep 2007 15:19:39 +0200 mf0102 "about" dialog of console plugin opens now correctly
Fri, 07 Sep 2007 15:14:36 +0200 mf0102 fixed some more plugins
Fri, 07 Sep 2007 04:03:42 -0500 William Pitcock "sorry, unimplemented: non-trivial designated initializers not supported". What a crock of g++.
Tue, 21 Aug 2007 17:11:59 +0900 Yoshiki Yazawa replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
Thu, 16 Aug 2007 15:52:26 +0200 mf0102 removed NSFE playlist option (which was marked TODO)