2007-01-21 Peter Johanson * NEWS: * configure.in: Update with latest news, and bump to 0.8.7 for a new release. 2007-01-21 Peter Johanson * plugins: * src: * deps: * deps/dbus-sharp-glib: * deps/dbus-sharp: * libmuine: * libmuine/id3-vfs: Add a bunch of items to svn:ignore. 2007-01-20 Peter Johanson * configure.in: Depend on Gtk# 2.6. * TODO: * src/AddAlbumWindow.cs: * src/AddSongWindow.cs: * src/AddWindow.cs: * src/CellRendererText.cs: * src/Makefile.am: * src/PlaylistWindow.cs: Remove our CellRendererText hack, and use the real CellRendererText.Ellipsize property. 2007-01-20 Peter Johanson * TODO: Add item about using Gtk.StatusIcon eventually, and clean up a few items that are moot/changed since they were added. 2007-01-20 Peter Johanson * DBusLib/Player.cs: Fix bug #396624. We now return a 0 length byte array if no cover art is found, to work around a NDesk dbus-sharp bug. 2007-01-19 Peter Johanson * deps/dbus-sharp/Makefile: Remove accidentally added Makefile. * plugins/DashboardPlugin.cs: * plugins/Makefile.am: Remove the ancient Dashboard plugin. 2007-01-13 Kostas Papadimas *configure.in: Added 'el' to ALL_LINGUAS 2007-01-10 Alp Toker * deps/dbus-sharp/*: Update dbus-sharp sources with fix for events on interfaces. * DBusLib/Player.cs: Remove workaround for fixed dbus-sharp bug. 2007-01-10 Alp Toker * src/Global.cs: Remove GC.SuppressFinalize() hack left over from old dbus-sharp use. 2007-01-09 Peter Johanson * Makefile.am: Add new deps dir to the build list. * PluginLib/Makefile.am: * configure.in: Remove reference to old dbus-sharp. * data/muine-dbus.pc.in: * data/muine-plugin.pc.in: Move all the muine libs into $(libdir)/muine instead of the GAC. * deps/Makefile.am: New automake file to build both dbus-sharp and dbus-sharp-glib imports. * deps/dbus-sharp/*: Import of dbus-sharp from git.ndesk.org * deps/dbus-sharp-glib/*: Import of dbus-sharp-glib from git.ndesk.org * DBusLib/AssemblyInfo.cs: * DBusLib/IPlayer.cs: * DBusLib/Makefile.am: * DBusLib/Player.cs: * src/DBusService.cs: * src/Global.cs: * src/Makefile.am: Ported to work with new import copy of the NDesk dbus-sharp library. 2006-12-14 Pema Geyleg * configure.in: Added 'dz' to ALL_LINGUAS 2006-12-08 Luis Medinas * libmuine/metadata.c: (metadata_load): Added support for audio/mp4. Patch from Iain 2006-11-13 Wouter Bolsterlee * plugins/Makefile.am: * plugins/NotificationArea.cs: * plugins/TrayIcon.cs: Ported (copy/pasted) trayicon code from Banshee. It seems newer and contains the previous muine-specific patches to the trayicon code. Amongst possible other things, this makes the muine trayicon transparent. Fixes bug #343698.