log

age author description
Wed, 06 May 2009 12:11:06 -0400 John Lindgren Sanity check to work around a WMA decoding error.
Wed, 06 May 2009 08:31:28 -0400 John Lindgren Show right-click menu on blank areas of playlist (closes #15)
Tue, 05 May 2009 17:07:24 -0500 William Pitcock arts: removed
Tue, 05 May 2009 10:00:57 -0400 John Lindgren Some minor changes; shuffle works again for CDs.
Mon, 04 May 2009 23:23:36 -0400 John Lindgren Remove non-existant CD tracks from playlist. Sorry, Luis, I guess you were outvoted.
Mon, 04 May 2009 16:57:36 -0400 John Lindgren Add type hint to CD Audio preferences window.
Mon, 04 May 2009 02:26:11 +0100 Tony Vroon Tone down debugging message, no need to print this publically.
Sun, 03 May 2009 20:53:48 -0400 John Lindgren Finish fixing hang-ups; remove confusing and broken "rescan"; handle no-disk more gracefully.
Sun, 03 May 2009 19:33:51 -0500 Kiyoshi Aman stdio no longer exists; rename relevant heading accordingly.
Mon, 04 May 2009 01:06:21 +0100 Tony Vroon Warning fix from Mark Loeser <halcy0n@gentoo.org>.
Mon, 04 May 2009 00:00:36 +0100 Tony Vroon Flip signedness around to squelch ~15 warnings.
Sun, 03 May 2009 22:47:38 +0100 Tony Vroon Remove debug g_print; the crasher has been identified.
Sun, 03 May 2009 08:59:43 -0400 John Lindgren Show "Add CD" command on playlist "Add" menu (closes #41)
Sat, 02 May 2009 11:16:23 -0400 John Lindgren Set up a hook_call for showing the main menu, since it's implemented in a plugin now (fixes #38).
Fri, 01 May 2009 12:28:48 -0500 William Pitcock scrobbler: add support for custom audioscrobbler servers. (closes #23)
Thu, 30 Apr 2009 18:23:44 -0400 John Lindgren Clean up some of the roll-up code so that it no longer causes problems with metacity/xfwm4. (How? I don't know.)
Thu, 30 Apr 2009 18:14:57 -0400 John Lindgren Link GIO plugin against libgio.
Thu, 30 Apr 2009 12:35:54 -0500 William Pitcock gio: fix FD leak
Thu, 30 Apr 2009 12:27:14 -0500 William Pitcock gio: getc() would infinite loop in a situation
Thu, 30 Apr 2009 11:10:58 -0500 William Pitcock Added tag audacious-plugins-2.0-alpha2 for changeset 3be50bf1ee9b
Thu, 30 Apr 2009 18:06:46 +0200 Michal Lipski ported OSS
Thu, 30 Apr 2009 09:45:04 -0500 William Pitcock gio: do not register file:// twice by filtering it from the list
Thu, 30 Apr 2009 09:36:17 -0500 William Pitcock gio: support gvfs
Thu, 30 Apr 2009 09:10:41 -0500 William Pitcock vfstrace: add to build
Thu, 30 Apr 2009 09:08:56 -0500 William Pitcock stdio: drop from the distribution, since gio is now functionally equivilant
Thu, 30 Apr 2009 09:06:55 -0500 William Pitcock gio: fread()/fwrite(): return size / nmemb, not total bytes read/written.
Thu, 30 Apr 2009 08:54:31 -0500 William Pitcock vfstrace: merge plugin
Thu, 30 Apr 2009 14:29:20 +0100 Tony Vroon Add probe priority of 2, this should go before low-level audio driver such as ALSA. Closes bug #35 by Petr Psa.
Thu, 30 Apr 2009 14:16:43 +0100 Tony Vroon Actually drop this include as it would never have worked, this was shadowing a system header or not including anything at all.
Thu, 30 Apr 2009 14:05:46 +0100 Tony Vroon Change internal strings.h include to audstrings, to coincide with core changes by John Wehle for bug #49.