2006-10-16 Aaron Bockover Banshee 0.11.1 Released 2006-10-16 Aaron Bockover * NEWS: Updated with 0.11.1 release notes * src/Banshee.Base/AudioCdRipper.cs: Fall back on ogg, mp3, and wav profiles if no profile was configured before; friendly error if no profile could be found at all * src/Banshee.Base/Globals.cs: Removed debugging writelines * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Added override for GetConfiguredActiveProfile to fall back on mimetypes for default configurations * src/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBox.cs: Added mime type filtering * src/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Load/save profiles * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: * src/Banshee.Base/BatchTranscoder.cs: * src/Banshee.Base/GstTranscoder.cs: * src/Banshee.Base/Transcoder.cs: Use new audio profile stuff * src/Banshee.Base/Dap/Dap.cs: Use new audio profiles; added ID property for saving profile configuration (DAP) * src/Banshee.Base/Dap/DapPropertiesDialog.cs: Added ProfileComboBoxConfigurable widget to dialog * src/Banshee.Base/Dap/DapMisc.cs: Added mimetype support * src/Banshee.Base/Gui/PreferencesDialog.cs: Loading/saving now done by ProfileComboBoxConfigurable * data/audio-profiles.xml: Added WMA encoding profile * src/Banshee.Base/Makefile.am: Removed old profile support 2006-10-13 Aaron Bockover * configure.ac: Run a second expansion on expanded_datadir; it seems that autoconf 2.60 likes to break 'API' (BGO #361943) 2006-10-13 Aaron Bockover * configure.ac: Bump to 0.11.1 * dbus-sharp/dbus-sharp/*.cs: * dbus-sharp/dbus-sharp-glib/*.cs: * dbus-sharp/Makefile.am: Build bundled dbus-sharp (managed dbus) * dbus-sharp/*.dll: Removed binary-bundled assemblies 2006-10-13 Aaron Bockover Merged from 0.10.12 * src/Banshee.Widgets/CoverArtThumbnail.cs: Scale cover art to a max of 75% of the screen size if too large (BNC #200953) * src/Banshee.Base/Sources/AudioCdSource.cs: Cancel the ripper if the source goes away (hardware eject) (BNC #199902) * src/Banshee.Base/AudioCdRipper.cs: Attempt to lock CD-ROM drive when ripping, unlock when done/canceled/failed using Linux CD-ROM ioctls; should use HAL here, but on SLED it seems libhal_device_lock/unlock does nothing - will punt HAL locking to HEAD (BNC #199902) * src/Banshee.Base/Sources/LocalQueueSource.cs: Implement Banshee.Source.Source.RemoveTrack(TrackInfo) (BNC #188437) 2006-10-12 Aaron Bockover * data/banshee-dialogs.glade: Remove DAP pipeline box * data/audio-profiles.xml: Added audio profiles definition * data/Makefile.am: Install audio-profiles.xml * src/Banshee.Base/ConfigureDefines.cs.in: Added SystemDataDir * src/Banshee.Base/Paths.cs: Added SystemApplicationData * libbanshee/gst-misc-0.10.c: * src/Banshee.Base/GstMisc.cs: Added better pipeline tester * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: Added new pipeline files * src/Banshee.Base/GConfKeys.cs: Cleaned up * src/Banshee.Base/Globals.cs: Added a global AudioProfileManager with pipeline tester support * src/Banshee.Base/AudioCdRipper.cs * src/Banshee.Base/Gui/PreferencesDialog.cs: Use the new pipeline profile support for cd-importing profile * src/PlayerInterface.cs: Hide main window first when closing * src/Banshee.Base/Banshee.AudioProfiles/* * src/Banshee.Base/Banshee.AudioProfiles.Gui/*: New audio profile support; this entry does not do the commit here much justice - this is a big new feature that makes choosing and configuring audio transformation profiles a simple thing 2006-10-10 Aaron Bockover * src/Banshee.Base/Gui/SplashScreen.cs: Use cairo for drawing the progress overlay, make more configurable and reusable for branding * Makefile.am: * configure.ac: * branding/*: Added empty branding build stub/hook to allow for easy building and integration of custom branding options 2006-10-01 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Remove unnecessary logging. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: If a smart playlist is ordered by a time-based column (eg, most recently played), treat it like other smart playlists with time-dependent Conditions. 2006-10-01 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. Fixes an infinite recursion encountered in the Helix engine. 2006-09-29 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus. * hal-sharp/Device.cs: * hal-sharp/Manager.cs: Remove GLib Idle Add hacks/workarounds for situations now handled by managed dbus. Remove GLib dependency from hal-sharp. 2006-09-29 Alp Toker * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Was missed out during the recent API update. 2006-09-28 Aaron Bockover * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: Wrap plugin name in catalog call (BNC #184491) * src/Banshee.Widgets/RatingEntry.cs: Remove explicit focus rect drawing as this should be handled by the theme painting the entry shadow 2006-09-29 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. * Makefile.include: * hal-sharp/Device.cs: * hal-sharp/Makefile.am: * hal-sharp/Manager.cs: * src/Banshee.Base/DBusPlayer.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/HalCore.cs: * src/Banshee.Base/NetworkManager/Manager.cs: * src/Banshee.Base/Notifications/Notification.cs: * src/Banshee.Base/PowerManagement.cs: * src/Main.cs: * tools/BansheeDBusClient.cs: Introduce a much cleaner API for well known buses. * hal-sharp/Communication.cs: Obsoleted by new API, so removed. 2006-09-28 Aaron Bockover Notification support now uses managed DBus instead of binding libnotify DBus implementation and patch by Sebastian Dröge Banshee BGO #357983 * src/Banshee.Base/Notifications/*.cs: New notification support that uses managed DBus instead of binding libnotify * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Work with the updated Notification/DBus API * src/Banshee.Base/Notifications.cs: Removed libnotify binding * src/Banshee.Base/Makefile.am: Added new Notifications sources * src/Banshee.Widgets/RatingEntry.cs: Use 'entry' not 'text' as the draw hint 2006-09-28 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus. Only hook up events that are from dbus-public interfaces, making --show, --hide etc. remote control features work. Return error messages when a reply is expected instead of failing silently. Significant event/match rule fixes. 2006-09-27 Aaron Bockover * libbanshee/misc-glue.c: Added banshee_dbus_compat_thread_init as a proxy to call dbus_g_thread_init in case it is necessary for native libraries that will be pulled in during runtime that use libdbus; it's not necessary for banshee's DBus use at all, but may be necessary for things pulled in process, like libipoddevice; adding in glue to avoid awful configure/map hacks to map to the correct .so version * libbanshee/gtksharp-glue.c: Renamed to misc-glue.c; gross * src/Main.cs: Call banshee_dbus_compat_thread_init as the first call on program entry (sigh); this is allegedly no longer necessary with DBus >= 0.92, but it's here for compat and safety for now :'( * configure.ac: Check for dbus-1/dbus-glib-1 again, but no nasty library versioning hacks to make maps happy 2006-09-27 Aaron Bockover * src/banshee.in: Set {LD,DYLD}_LIBRARY_PATH to $(libdir)/banshee to ensure libbanshee.so can be loaded when needed; removes the need for a map since versioning is a non-issue and allows these environment variables to be overridden to allow for full uninstalled execution * Makefile.include: Set {LD,DYLD}_LIBRARY_PATH to libbanshee/.libs * configure.ac: Do not output Helix/GStreamer .config files * src/banshee.exe.config.in: * src/Banshee.Base/Banshee.Base.dll.config.in: * src/Banshee.Plugins/Daap/Daap.dll.config.in: * src/Banshee.Plugins/MMKeys/MMKeys.dll.config.in: * src/Banshee.Plugins/MetadataSearch/MetadataSearch.dll.config.in: Removed libbanshee dll maps as they are not necessary * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.dll.config.in: * src/Banshee.MediaEngine/Gstreamer/GStreamerPlayerEngine.dll.config.in: * src/Banshee.MediaEngine/Helix/Makefile.am: * src/Banshee.MediaEngine/Gstreamer/Makefile.am: Removed .config file maps as they only went to libbanshee, no longer needed * Main.cs: Remove left over libdbus call 2006-09-27 James Willcox * src/PlayerInterface.cs: show an error deleting a song fails. Fixes #187643 (Novell) 2006-09-27 James Willcox * data/banshee.glade: ellipsize the view name * src/PlayerInterface.cs: limit source names to 256 chars * src/Banshee.Base/Sources/PlaylistSource.cs: ditto Fixes #199345 (Novell) 2006-09-27 Alp Toker * src/Main.cs: Remove old "Suppress finalizing the dbusCore D-Bus proxy object" hack; no longer needed with managed dbus 2006-09-27 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. New API and variant fixes to support upcoming managed Notifications. * hal-sharp/Communication.cs: * src/Banshee.Base/DBusRemote.cs: Work towards a cleaner dbus-sharp public API. 2006-09-26 Aaron Bockover * hal-sharp/Communication.cs: Allow setting the Bus * hal-sharp/Device.cs: Work around big problem in the HAL spec, added explicit StringList support * src/Banshee.Base/HalCore.cs: Set the Hal.Communication.Bus * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Minor fixes * dbus-sharp/NDesk.DBus.dll: Updated 2006-09-26 James Willcox * src/Banshee.Plugins/Daap/daap-sharp/*: update to 0.3.5 2006-09-26 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: More fixes; should fix last remaining known issues from the new managed HAL migration 2006-09-26 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Ignore volumes that will not be mounted and ignore disc volumes to keep them from ever being exposed as DAPs or going into the volume mount wait queue; remove items from the volume mount wait queue if they are physically removed 2006-09-26 Aaron Bockover * hal-sharp/Manager.cs: Added DeviceAddedArgs and DeviceRemovedArgs as in a remove event, the UDI as a device object won't exist * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: * src/Banshee.Base/Dap/DapCore.cs: Updated to use DeviceAdded/RemovedArgs 2006-09-26 Aaron Bockover hal-sharp has been rewritten on top of the new managed DBus; with this commit there is no more native DBus or HAL code in Banshee at all! * Makefile.include: Update build settings for new hal-sharp * configure.ac: Removed all native DBus/HAL checks and hacks * hal-sharp/*.cs: Removed all old hal-sharp binding code; the previous hal-sharp was a binding of libhal, and had to use nasty context hacks to properly integrate with other contexts and DBus connections inside the application/main loop * hal-sharp/Connection.cs: * hal-sharp/Manager.cs: * hal-sharp/Device.cs: New hal-sharp is very simple and implements the HAL DBus specification; it integrates cleanly with everything * banshee.mds: * hal-sharp/hal-sharp.mdp: Added hal-sharp MonoDevelop project * hal-sharp/Makefile.am: Updated to build the new hal-sharp * src/banshee.exe.config.in: * src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in: Removed HAL/DBus maps * taglib-sharp/Makefile.am: Build assembly as TagLib.dll instead of taglib-sharp.dll * libbanshee/Makefile.am: * libbanshee/hal-context.c: * libbanshee/hal-context.h: Removed old native HAL/DBus context/mainloop integration hacks * src/Banshee.Base/Globals.cs: Explicitly initialize HalCore * src/Banshee.Base/HalCore.cs: Ported to new managed HAL API; removed all the bindings to the crappy native HAL/DBus hacks; now exposes only a global Hal.Manager object * src/Banshee.Base/AudioCd/AudioCdCore.cs: * src/Banshee.Base/AudioCd/AudioCdDisk.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: * src/Banshee.Dap/Njb/NjbDap.cs: * src/Banshee.Dap/MassStorage/MassStorageDap.cs: * src/Banshee.Base/Dap/DapCore.cs: * src/Banshee.Dap/Ipod/IpodDap.cs: Ported to new managed HAL API; added cleanups and use more generics in place of legacy code * src/Banshee.Base/Dap/DapMisc.cs: Removed WaitForPropertyChange; Added WaitForVolumeMount * src/Banshee.Base/Dap/Dap.cs: Added WaitForVolumeMount method to queue a volume mount check on the device in DapCore * src/Banshee.Base/Dap/DapCore.cs: Much better API and implementation for dealing with DAP devices that need to be mounted. WaitForVolumeMount replaces WaitForPropertyChange and a new timeout method is used to check for device mounts. This avoids having to keep remote objects around to listen for a property change event 2006-09-25 Gabriel Burt * src/PlayerInterface.cs: Set the SearchEntry as Ready only when appropriate to avoid being told to search when we are just cancelling the search b/c the source is being changed, thus preventing two extra playlist model reloads. * src/Banshee.Widgets/SearchEntry.cs: Add Ready property, and only raise the Changed event when we are Ready. Refactor OnChanged raising code. 2006-09-25 Aaron Bockover 258% hot sweet action: All of Banshee's dbus-sharp code has been ported to and is working against the new managed DBus - all previous dbus-sharp problems are herby eliminated - someone please buy Alp a few beers! * src/Banshee.Base/NetworkManager/Manager.cs: Use StateChangeHandler for propagating the remote event * src/Banshee.Base/NetworkDetect.cs: Use the state from the signal and do not invoke a remote method while in the signal handler 2006-09-25 Aaron Bockover Fix for BGO #357548 and to add better application integration for launching web URLs into a browser * src/Banshee.Base/Gui/AboutDialog.cs: * src/Banshee.Base/ActionManager.cs: * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Use Banshee.Web.Browser.Open instead of Gnome.Url.Show * src/Banshee.Base/Banshee.Web/Browser.cs: New Browser class with an Open method that currently uses Gnome.Url.Show, but provides application-integrated URL launching and common error reporting * src/Banshee.Base/Globals.cs: Set Open hooks on Last.FM.Browser and Banshee.Widgets.LinkLabel to Banshee.Web.Browser.Open * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added Banshee.Web/Browser.cs * src/Banshee.Widgets/LinkLabel.cs: Use an Open hook for launching URLs * src/Last.FM/Browser.cs: Added a Browser class that allows setting an override Open hook; defaults to Gnome.Url.Show * src/Last.FM/Last.FM/Account.cs: Use Last.FM.Browser.Open instead of Gnome.Url.Show * src/Last.FM/Last.FM.mdp: * src/Last.FM/Makefile.am: Added Browser.cs 2006-09-25 Aaron Bockover * dbus-sharp/NDesk.DBus.GLib.dll: * dbus-sharp/NDesk.DBus.dll: Updated * src/PlaylistView.cs: Fixed a GTK+ critical/realized warning * src/Banshee.Base/NetworkManager/Manager.cs: Simplified, only care about a connection state, not anything fancy like device enumeration * src/Banshee.Base/NetworkDetect.cs: Use only Manager.State and its change event * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Removed Device/Network; not needed in the Banshee scope as we only care about the connection status * src/Banshee.Base/NetworkManager/Device.cs: * src/Banshee.Base/NetworkManager/Network.cs: Removed 2006-09-25 Aaron Bockover * src/Banshee.Base/NetworkDetect.cs: * src/Banshee.Base/NetworkManager/Manager.cs: Added signal support 2006-09-25 James Willcox * src/Banshee.Plugins/Daap/DaapCore.cs: oops, be more careful when determining the track format. 2006-09-25 Alp Toker * tools/BansheeDBusClient.cs: Use DApplication.SessionConnection singleton 2006-09-25 James Willcox * src/Banshee.Plugins/Daap/DaapSource.cs: * src/Banshee.Plugins/Daap/DaapCore.cs: Call DAAP.Client.Logout in all cases except when we know the server has just gone away. 2006-09-25 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. Silence warning messages, fix big-endian (again), fix UTF-8, better exception handling. 2006-09-25 James Willcox * src/Banshee.Plugins/Daap/daap-sharp/*: update to latest * src/Banshee.Plugins/Daap/DaapSource.cs: don't call DAAP.Client.Logout for now since it sometimes causes hangs for a long time when the server is unavailable (sigh) 2006-09-24 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Use properties in the DBus interface instead of Get/Set methods now that it is possible with the lovely managed DBus * configure.ac: Require helix-dbus-server 0.3.0 if Helix support is desired * src/Banshee.Base/NetworkDetect.cs: * src/Banshee.Base/NetworkManager/Device.cs: * src/Banshee.Base/NetworkManager/Manager.cs: * src/Banshee.Base/NetworkManager/Network.cs: Updated copyright 2006-09-24 Alp Toker * src/Main.cs: Remove last vestiges of the old dbus-sharp * configure.ac: * src/Makefile.am: * src/Banshee.Base/Makefile.am: Do not depend on the old dbus binding. It is obsoleted by managed dbus. 2006-09-24 Alp Toker * src/Banshee.Base/Globals.cs: * src/Banshee.Base/NetworkDetect.cs: * src/Banshee.Base/NetworkManager/Device.cs: * src/Banshee.Base/NetworkManager/Manager.cs: * src/Banshee.Base/NetworkManager/Network.cs: Use managed dbus for NetworkManager client Note that the signals still need to be ported to ordinary events. 2006-09-24 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: RemotePlayer does not need to handle a singleton case in managed land anymore - the remote object holds 100% of the required functionality * src/Banshee.Base/DBusPlayer.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/PowerManagement.cs: Clean up 2006-09-24 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Use new managed DBus, simplified message handling as the signal signature is now ia{sv} which maps directly to delegate(MessageType, IDictionary) * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Adjust for minor changes in HelixRemotePlayer * src/Banshee.MediaEngine/Helix/Makefile.am: Link against new managed DBus, drop old dbus-sharp link; we are now 80% managed DBus 2006-09-23 James Willcox * src/Bansee.Plugins/Daap/daap-sharp/*: updated to latest 2006-09-23 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. Support for Mono <= 1.1.13, optimizations, improved API. 2006-09-22 Alp Toker * src/Banshee.Base/DBusPlayer.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/PowerManagement.cs: * tools/BansheeDBusClient.cs: Use DApplication.SessionBus singleton 2006-09-21 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib and map. Now works on AMD64, PPC, plus bugfixes and new API. 2006-09-21 James Willcox * src/Banshee.Plugins/Daap/DaapSource.cs: implement IImportable and IImportSource, so you can now import and dnd from DAAP shares. Also, add support for remote playlists. * src/Banshee.Plugins/Daap/DaapPlaylistSource.cs: added 2006-09-21 Aaron Bockover * src/Banshee.Base/TrackInfoHeader.cs: * src/Banshee.Base/TrackInfoPopup.cs: Patch from Sebastian Dröge to not make TrackInfoPopup labels selectable (BGO #356990) * src/Banshee.Base/Notifications.cs: Patch from Michael Monreal to set urgency on libnotify notifications (BGO #356985) * tools/Makefile.am: Use new build variables 2006-09-21 Alp Toker * tools/Makefile.am: * tools/BansheeDBusClient.cs: Use managed dbus for example client 2006-09-21 Aaron Bockover * Makefile.am: Added run target 2006-09-21 Aaron Bockover * src/Banshee.Base/PlayerEngineCore.cs: * src/Banshee.Base/Plugins/PluginCore.cs: Do not try to load plugins from their system installation path if their respective override environment variable is set 2006-09-21 Aaron Bockover * Makefile.include: Broken down even more, added a variable for making running uninstalled easy * src/Makefile.am: Use new RUN_PATH variable to run banshee --uninstalled * banshee.in: Do not set MONO_PATH; is done in Makefile with RUN_PATH * src/Banshee.Base/Plugins/PluginFactory.cs: AddScanDirectory supports recursion now, overloads to turn it off, and added new method for loading plugins: AddScanDirectoryFromEnvironmentVariable * src/Banshee.Base/PlayerEngineCore.cs: BANSHEE_ENGINES_PATH env can be set for loading engines from an alternative path * src/Banshee.Base/Plugins/PluginCore.cs: BANSHEE_PLUGINS PATH does the same, for plugins 2006-09-21 Alp Toker * src/Banshee.Base/PowerManagement.cs: Use managed dbus for gpm client 2006-09-21 Aaron Bockover * Makefile.include: The new global build magic * All Makefile.am: use new Makefile.include, build system is now much simpler and more flexible * src/PlayerInterface.cs: Remove unused namespace 2006-09-21 Alp Toker * src/Banshee.Base/PowerManagement.cs: IPowerManager for managed dbus 2006-09-21 Alp Toker * src/Main.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/DBusPlayer.cs: Use managed dbus for client as well 2006-09-21 Alp Toker * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/DBusPlayer.cs: Start to make use of managed dbus 2006-09-20 Aaron Bockover * Makefile.am: * configure.ac: * dbus-sharp: Added new managed version of dbus-sharp; much to change here * src/Banshee.Base/Makefile.am: Link against NDesk.DBus 2006-09-20 Aaron Bockover * src/Banshee.Base/DBusPlayer.cs: DBusPlayer now implements IDBusPlayer 2006-09-19 Aaron Bockover * configure.ac: explicitly check for dbus-glib-1 versions to map to proper .so versions, added check on dbus-1 for 0.90, which now maps to .so version 3; added lots of missing AC_MSG_RESULTs, so configure output looks a little cleaner * hal-sharp/hal-sharp.dll.config.in: * src/banshee.exe.config.in: Added DBUS_GLIB_SOVERSION * tools/Makefile.am: Do not install banshee-import 2006-09-19 Aaron Bockover * src/PlayerInterface.cs: Manually call Activate on cell renderers if clicked when row is selected (Michael Quinn, BGO #348373) 2006-09-19 Aaron Bockover 0.11.0 Released * NEWS: Updated 2006-09-19 Aaron Bockover * src/Banshee.Dap/Ipod/IpodDap.cs: Use new unknown iPod foo in ipod-sharp, show a dialog if the iPod is unknown * data/images/source-smart-playlist.png: Updated * src/Banshee.Widgets/HigMessageDialog.cs: Exposed LabelVBox * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Use slightly nicer notification string formatting * src/Banshee.Plugins/NotificationAreaIcon/banshee-notificationareaicon.schemas.in: Enabled by default 2006-09-18 Aaron Bockover * configure.ac: Bump to 0.11.0 * autogen.sh: Check for subversion, run taglib-sharp/update-checkout.sh * taglib-sharp/Makefile.am: Build taglib-sharp * taglib-sharp/update-checkout.sh: Shell script to update the taglib-sharp checkout * taglib-sharp/COPYING: Added taglib-sharp license * taglib-sharp/taglib-sharp.dll: * taglib-sharp/taglib-sharp.dll.mdb: Precompiled binaries removed * src/Banshee.Base/Makefile.am: * src/Banshee.Dap/Ipod/Makefile.am: * src/Banshee.Dap/MassStorage/Makefile.am: Link taglib-sharp.dll from top_builddir instead of top_srcdir now that we're actually building it * src/Last.FM/Makefile.am: Added missing EXTRA_DIST files 2006-09-18 Aaron Bockover * src/Banshee.Dap/Ipod/IpodDap.cs: If the iPod model is unknown, run the new submit data tool in ipod-sharp; installed new properties into the interface * src/Banshee.Base/Dap/Dap.cs: Show an error list dialog if songs could not be transcoded * src/Banshee.Base/BatchTranscoder.cs: Support an optional 'desired profile' name; allows errors to be thrown is a profile doesn't exist and should be required 2006-09-18 Gabriel Burt * src/Banshee.Base/SourceManager.cs: Don't add a source twice. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Add debug message when smart playlist is added. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't manually add the loaded playlist to the SourceManager unless the LibrarySource is already loaded. This is a silly workaround the fact that the LibrarySource adds all of its children to the SourceManager when it is added, so children that aren't attached to it when it is added are left out. 2006-09-18 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't add the source to the SourceManager if it's already there. 2006-09-18 James Willcox * configure.ac: require ipod-sharp 0.6.2 * src/Banshee.Dap/Ipod/IpodDap.cs: adjust to artwork API changes 2006-09-17 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Add newly created playlists to the SourceManager so they are registered and updated immediately after creation. Fixes BGO #354534. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Handle the case of the library already being loaded before we are initialized. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Add old playlists to the SourceManager. 2006-09-17 Aaron Bockover * data/images/Makefile.am: * src/Banshee.Hyena/Makefile.am: * tools/Makefile.am: Make distcheck pass * src/Banshee.Base/Banshee.Burner/BurnerFormatList.cs: Disabled in the UI support for MP3 and data CDs - not finished in new burner code 2006-09-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDevice.cs: dispose CameraFile objects when sending a track to (hopefully) free up memory, dispose all objects regardless (now that Dispose is safe in libgphoto2-sharp), and catch doubly-disposing of the GPhotoDevice object. * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: add method DisposeCameraFile, and only access the private camera_file as this was causing it to retrieve all camera files when we tried to dispose the GPhotoDevice. * src/Banshee.Dap/Mtp/MtpDap.cs: update save progress to zero before sending or deleting any tracks. 2006-09-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: added metadata exception handling - now handles unparseable metadata. * src/Banshee.Dap/Mtp/MtpDap.cs: Better debug messages, WaitForPropertyChange when device seems inaccessable * src/Banshee.Dap/Mtp/MtpDeviceId.cs: added 14 new device IDs * src/Banshee.Dap/Mtp/Banshee.Dap.Mtp.mdp: MonoDevelop project created 2006-09-17 Aaron Bockover * src/Makefile.am: * src/Banshee.Hyena/Makefile.am: Do not build SourceView.cs * src/Banshee.Base/Makefile.am: Added Gui/SourceView.cs * src/SourceView.cs: Removed; had GNOME sysadmin copy with history to src/Banshee.Base/Gui/SourceView.cs * src/Banshee.Base/Gui/SourceView.cs: Changed namespace to Banshee.Gui 2006-09-17 Aaron Bockover * libbanshee/nautilus-burn.c (nautilus_glue_burn_drive_get_for_device): Use return nautilus_burn_drive_new_from_path for <2.16; CD burning now works properly for 2.12 again * libbanshee/nautilus-burn.c: * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnDrive.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnRecorder.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnRecorderHandlers.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnRecorderTrack.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/NautilusEnums.cs: Tabs to spaces, sigh 2006-09-17 Aaron Bockover * Makefile.am: Remove burn-sharp * configure.ac: Remove burn-sharp, set LNB_CSFLAGS for 2.16 * libbanshee/libbanshee.mdp: * libbanshee/Makefile.am: Added nautilus-burn.c * libbanshee/nautilus-burn.c: Trimmed glue for libnautilus-burn; added 2.16 compatibility * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added Banshee.Cdrom.Nautilus.Interop * src/Banshee.Base/Banshee.Base.dll.config.in: Added map for libnautilus-burn * src/Banshee.Base/Banshee.Cdrom/IDrive.cs: * src/Banshee.Base/Banshee.Burner/BurnerConfigurationPane.cs: * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: * src/Banshee.Base/Banshee.Burner/BurnerSessionRecorder.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: MediaSize renamed to MediaCapacity * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: Use new BurnDrive constructor instead of iterating a drive list looking for a match - we already know the device node - much better for 2.16 * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusRecorder.cs: Use new API in Banshee.Cdrom.Nautilus.Interop.BurnRecorder * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: Added some null checks, fixed InstallActions, iterate factory expecting IDrive, not IRecorder and explicitly cast IDrive to IRecorder (fixes potential crashes) * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/*: New libnautilus-burn wrapper based on old burn-sharp; only wrap pieces we need, lots of clean up and organization to make managing this wrapper by hand easy; added compatibilty with 2.12, 2.14, 2.16; calls glue in libbanshee * src/Banshee.Base/ComponentInitializer.cs: Dump component intialization exceptions if asked to trap and handle * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerWindow.cs: * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: * src/Banshee.Base/Gui/TrackEditor.cs: Fixed unused compiler warnings * src/Banshee.Hyena/Makefile.am: Remove link requirement for burn-sharp.dll * burn-sharp/*: Removed 2006-09-17 Ruben Vermeersch Very trivial compiler warning fixes. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Comment unused variable. * src/Banshee.Base/Gui/TrackEditor.cs: * src/Banshee.Base/NetworkDetect.cs: Change two occurrences of catch (Exception e) to catch (Exception) as e wasn't even used. 2006-09-16 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationArea.cs: Support transparency (pulled from stable branch, BGO #356350) * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: CTRL+Left click goes to previous, CTRL+Right next, middle play/pause 2006-09-16 Aaron Bockover * src/Banshee.Base/ActionManager.cs: Disabled equalizer for now - it's not finished 2006-09-16 Aaron Bockover * src/Banshee.Base/Globals.cs: Make startup strings translatable 2006-09-16 Aaron Bockover * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs (CheckMedia): Added null checks on discDevice and discDevice.Parent 2006-09-16 Aaron Bockover * src/Banshee.Base/Gui/RatingRenderer.cs: Minor fix, do not rely on widget if null; cache the GC * src/Banshee.Base/Gui/CleanRoomStartup.cs: Dump the exception to stdout 2006-09-16 Aaron Bockover * src/Banshee.Base/Banshee.Base.dll.config.in: Added libnotify map 2006-09-16 Aaron Bockover * data/banshee-dialogs.glade: Added rating; fixed mnemonics * src/Banshee.Base/Gui/TrackEditor.cs: Disable the cover art page for now as it's not going to be complete before the 0.11.0 release; implement rating support; added basic cover art reading, but it is disabled * src/Banshee.Widgets/RatingEntry.cs: Better x-pos to rating 'formula' that does not depend on Allocation.Width * src/Banshee.Base/Gui/RatingRenderer.cs: Reverted back to showing the dots on prelight; prelight is only set when the cursor enters the entire row - not on the cell or row+column, so it's buggy * src/Banshee.Base/DBusPlayer.cs: Added SetPlayingRating, GetMaxRating * src/Main.cs: Added set-rating command line option * src/banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: Updated 2006-09-16 Ruben Vermeersch * src/Banshee.Base/FileNamePattern.cs: Fix the Regex for file name escaping. For real this time. (BGO #333813) 2006-09-16 Ruben Vermeersch * src/Banshee.Plugins/Audioscrobbler/Engine.cs: Remove a debug line that's no longer needed. This shouldn't have been committed :-). 2006-09-15 Ruben Vermeersch Notification bubbles in the tray. * src/Banshee.Base/Makefile.am: Add Notifications.cs. * src/Banshee.Base/Notifications.cs: Simple wrapper around libnotify. * src/Banshee.Plugins/NotificationAreaIcon/Makefile.am: Added NotificationAreaIconConfigPage.cs. * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIcon.dll .config.in: Add the dllmap for libgobject. * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconConf igPage.cs: Configuration dialog for the notification messages. * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlug in.cs: Show notifications when song changes. * src/Banshee.Plugins/NotificationAreaIcon/banshee-notificationarea icon.schemas.in: Add the key to store the "show bubbles" preference. 2006-09-13 Aaron Bockover * src/Banshee.Base/BansheeBranding.cs: Implement DefaultCoverArt * src/Banshee.Base/Branding.cs: Added DefaultCoverArt property * src/Banshee.Base/TrackInfoHeader.cs: Use Branding.DefaultCoverArt 2006-09-13 Aaron Bockover * src/Banshee.Base/BansheeBranding.cs: Implement ApplicationLogo * src/Banshee.Base/Branding.cs: Added ApplicationLogo property 2006-09-11 Aaron Bockover * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Ignore stream tags unless the track is an UnknownTrackInfo (stream) 2006-09-11 Aaron Bockover * src/Banshee.Base/Gui/RatingRenderer.cs: Only show the circles in the renderer when prelit and the cursor is inside the cell area 2006-09-11 Aaron Bockover * src/Banshee.Base/TrackInfoHeader.cs: banshee-logo.png is now in Banshee.Base.dll 2006-09-11 Aaron Bockover * src/Makefile.am: ASSEMBLY_NAME was renamed to BANSHEE; bin wrapper script installation should work again 2006-09-11 Aaron Bockover * src/PlayerInterface.cs: Adapted to changes in DBusPlayer, Library, and CellRendererRating 2006-09-11 Aaron Bockover * src/PlaylistView.cs: Use new CellRendererRating * src/Banshee.Base/Gui/RatingRenderer.cs: New version, supports being activatable so rating can be set just by clicking * src/Banshee.Base/DBusPlayer.cs: Fixes * libbanshee/Makefile.am: Remove inotify glue, added gtksharp-glue.c * libbanshee/gtksharp-glue.c: Small amount of glue for overriding GtkCellRenderer.activate virtual method; allows managed CellRenderers to be (somewhat hackishly) activatable * libbanshee/inotify-glue.c: * libbanshee/inotify.h: Removed 2006-09-11 Aaron Bockover * src/Banshee.Base/Globals.cs: Make PlaylistView a Gtk.Widget; add null check out PlaylistContainer * src/Banshee.Base/BansheeBranding.cs: Load the application logo from Banshee.Base * src/Banshee.Base/Library.cs: Load the LibrarySource here instead of in PlayerInterface * src/Banshee.Base/Makefile.am: Added banshee-logo.png * src/Banshee.Base/Gui/ExceptionDialog.cs: Fixed accelerator key * src/Makefile.am: Removed banshee-logo.png, added Banshee.Hyena to SUBDIRS * configure.ac: Generate src/Banshee.Hyena/Makefile * data/banshee-dialogs.glade: ImportButton has_default * banshee.mds: Added Banshee.Hyena * src/Banshee.Hyena/: Banshee.Hyena is an experimental new application front-end being developed very in a rather leisurely manner; primary goal right now is to see just how flexible the core and to work out component and design bugs 2006-09-11 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Only act on ButtonPress (Arif Lukito, BGO #352940) 2006-09-11 Aaron Bockover * taglib-sharp/*: Updated 2006-09-11 Aaron Bockover * src/Banshee.Base/Plugins/PluginDialog.cs: don't CenterAlways (BGO #353797) 2006-09-11 Aaron Bockover * src/Banshee.Widgets/SearchEntry.cs: Reset filter to default/first item on clear/cancel of search (BGO #353958) 2006-09-10 Gabriel Burt * src/PlayerInterface.cs: Make ctrl-f and / focus the search entry. 2006-09-09 Ruben Vermeersch * src/Banshee.Widgets/ActionButton.cs: Added 'new' keyword on Action property to allow for proper functionality under Gtk# 2.12, which provides Gtk.Widget.Action (BGO #355100, patch by Michael Monreal) (basically avoids two warnings when compiling Banshee.Widgets) 2006-09-07 Ruben Vermeersch * src/PlayerInterface.cs: Unbreak the build (related to abock's latest commit on the DBusPlayer stuff) 2006-09-06 Aaron Bockover * src/Banshee.Base/DBusPlayer.cs: New version does not rely on knowing anything about the PlayerInterface in banshee.exe; has new event for UICommands so PlayerInterface can act accordingly; do not allow operations to run until all components have booted; added Shutdown * src/Banshee.Base/Globals.cs: All DBus registration and setup is done as a component now, not in the PlayerInterface; DBusPlayer is booted as the first component, but will not perform actions until all components have booted - this allows for the best instance detection * src/Banshee.Base/ComponentInitializer.cs: Added IsRunFinished * src/RemotePlayer.cs: Moved to src/Banshee.Base/DBusPlayer.cs * src/Main.cs: Adjust to DBusPlayer changes; implement command line argument for new Shutdown DBus method * src/banshee.mdp: * src/Makefile.am: * src/Banshee.Base/Makefile.am: Updated 2006-09-06 Aaron Bockover * src/Banshee.Base/Gui/ImportDialog.cs: If an audio CD is an available source, make the first one the active default selection (instead of the first source); added 'enter' key accelerator (BNC #202865) * src/Banshee.Base/ActionManager.cs: CTRL+I to activate 'import music' * src/Banshee.Base/Gui/ErrorListDialog.cs: Make return the default accelerator, not escape 2006-09-06 Aaron Bockover * src/Makefile.am: Updated with some much needed cleaning * src/banshee.mdp: Updated * src/PlayerInterface.cs: Handle potential exception from DBusRemote 2006-09-06 Ruben Vermeersch * src/Makefile.am: Unbreak the build (Patch by Michael Monreal, BGO #354589) 2006-09-05 Aaron Bockover * src/IPlaybackModel.cs: Removed, has never been used for anything * src/PlaylistModel.cs: Do not implement pointless IPlaybackModel 2006-09-05 Aaron Bockover * configure.ac: * Makefile.am: Added new tools/ build * tools: New tools build, cleaning up /src as this stuff doesn't belong there (yay for cleaning) * src/banshee-import.in: * src/BansheeImport.cs: * src/BansheeDbusClient.cs: Moved to /tools * src/BansheeDbusClient.Makefile: Removed 2006-09-05 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Remove unused variables and capitalize minutes in the title of a default playlist. * data/banshee-dialogs.glade: Make expander not expanded by default. 2006-09-05 Aaron Bockover * src/Banshee.Base/Plugins/PluginCore.cs: Do not load the deprecated smart playlist plugin * src/Banshee.Base/Plugins/PluginFactory.cs: Allow removing plugins from the factory * data/banshee-dialogs.glade: Added smart playlist editor 2006-09-05 Aaron Bockover * src/Banshee.Base/Gui/ImageFileChooserDialog.cs: Added a FileChooserDialog for browsing images; shows a preview too 2006-09-05 Aaron Bockover * src/Banshee.Base/Banshee.SmartPlaylist/*: Smart playlist plugin moved from banshee-official-plugins; now is always available and built into core (currently still loaded as a plugin internally however) * src/Banshee.Base/Makefile.am: Updated * src/Banshee.Base/Plugins/PluginCore.cs: Load new internal Smart Playlists plugin * src/Banshee.Base/Plugins/PluginFactory.cs: Allow loading plugins publicly directly from types (useful for internal 'static' plugins) * src/Banshee.Widgets/RatingEntry.cs: New star rating input entry based on Gabriel Burt's version from the smart playlists plugin in banshee-official-plugins * src/Banshee.Widgets/Makefile.am: * src/Banshee.Widgets/Banshee.Widgets.mdp: Updated * src/Banshee.Base/Gui/RatingRenderer.cs: Updated to use new graphics * data/images/rating-rated.png: * data/images/rating-unrated.png: Added new rating graphics * data/images/star.png: * data/images/circle.png: Removed * data/images/Makefile.am: Updated 2006-09-04 Aaron Bockover * src/PlayerInterface.cs (OnWriteCDAction): return if there are no burners available (BGO #346044) 2006-09-04 Aaron Bockover * src/Banshee.Widgets/DiscUsageDisplay.cs: Use a red gradient if the disk is full (BGO #345515) 2006-09-04 Aaron Bockover * src/SourceView.cs: Show source text in italics if Source.HasEmphasis * src/Banshee.Base/Source.cs: Added virtual HasEmphasis source, can be overridden and true to let the source view know it needs to emphasize the source in some way * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: Implement HasEmphasis and set true when the source is auto-created (BGO #345490) 2006-09-04 Ruben Vermeersch * src/Banshee.Plugins/Audioscrobbler/Engine.cs: * src/Banshee.Plugins/Audioscrobbler/Queue.cs: Only run the state machine when a track is ready for submit. Removes a useless idle loop and thus reduces cpu usage. 2006-09-04 Ruben Vermeersch * src/PlaylistModel.cs: Only call QueueSync when it's needed (rather than every 300ms). 2006-09-03 Aaron Bockover * src/PlayerInterface.cs: * src/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Added 'stop when finished' 2006-09-02 Aaron Bockover * banshee.pc.in: Replaced entagged-sharp with taglib-sharp (plugins will build again) * src/Banshee.Base/Gui/TrackEditor.cs: Minor fixes 2006-09-02 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDap.cs: Removed Wav as a valid filetype, as for some reason some songs would not get transcoded on sync and send as Wavs rather than mp3. 2006-09-01 Aaron Bockover * data/banshee-dialogs.glade: Renamed a widget * src/Banshee.Base/Gui/TrackEditor.cs: Implemented EnterNextTitle 2006-09-01 Aaron Bockover * taglib-sharp: Updated with latest fixes 2006-08-28 Aaron Bockover * src/Banshee.Base/Gui/ConfirmShutdownDialog.cs: New dialog that is shown on shutdown if there are IInstanceCriticalJobs in the scheduler * src/Banshee.Base/Banshee.Kernel/IInstanceCriticalJob.cs: New * src/Banshee.Base/Gui/ErrorListDialog.cs: Added expander * src/Banshee.Base/Banshee.Kernel/Scheduler.cs: Scheduler is now eventful and queryable * src/Banshee.Base/Banshee.Kernel/IntervalHeap.cs: Minor API fix * data/banshee-dialogs.glade: Added expander to ErrorListDialog * src/PlayerInterface.cs: Connect to Globals.ShutdownRequested, perform user interface shutdown sequence when event is raised * src/Banshee.Base/Globals.cs: Added ShutdownRequested event support and new Shutdown method that checks to see if the scheduler has any instance critical jobs scheduled * src/Banshee.Base/Makefile.am: Added new files * src/Banshee.Base/StreamTagger.cs: Make the SaveTrackMetadataJob an IInstanceCriticalJob 2006-08-27 Aaron Bockover * src/Banshee.Base/Gui/TrackEditor.cs (SaveTrack): catch GConf.NoSuchKeyException 2006-08-27 Aaron Bockover * src/Banshee.Base/Banshee.Kernel/IntervalHeap.cs: implemented IList (Add, Remove, Contains), optimized heap growing, added Synchronzied(IntervalHeap) to get a synchronizable IntervalHeap * tests/Banshee.Kernel.cs: Added more tests for IntervalHeap 2006-08-27 Aaron Bockover * configure.ac: Export DISTCHECK_CONFIGURE_FLAGS * data/Makefile.am: * src/Makefile.am: * src/Banshee.Base/Makefile.am: * src/Banshee.Dap/Ipod/Makefile.am: * src/Banshee.Dap/MassStorage/Makefile.am: * taglib-sharp/Makefile.am: * tests/Makefile.am: Updated to make distcheck work; it's been a while * tests/ConsoleUi.cs: Updated 2006-08-26 Aaron Bockover * tests/*: Added NUnit test framework, started testing Banshee.Kernel * configure.ac: Added tests/nunit checks * src/Banshee.Plugins/Audioscrobbler/Makefile.am: Updated * src/Banshee.Plugins/Audioscrobbler/Banshee.Plugins.Audioscrobbler.dll.config.in: Renamed from Audioscrobbler.dll.config.in 2006-08-26 Aaron Bockover * src/Banshee.Base/Sources/AudioCdSource.cs: Reordered context menu 2006-08-26 Aaron Bockover * src/Banshee.Base/Banshee.Cdrom/IDiscDuplicator.cs: interface for duplicating a CD * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDiscDuplicator.cs: Nautilus implementation of IDiscDuplicator; runs nautilus-cd-burner * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Updated * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: Provide an IDiscDuplicator * src/Banshee.Base/Sources/AudioCdSource.cs: Added custom context menu with 'Copy CD' action * src/Banshee.Base/Gui/TrackEditor.cs: Schedule metadata save with highest priority 2006-08-26 Aaron Bockover * data/banshee-dialogs.glade: Updated UI * src/Banshee.Base/GConfKeys.cs: Added WriteMetadata key, removed obsolete keys * src/Banshee.Base/PlayerEngineCore.cs: * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Added TrackInfoUpdated method * src/Banshee.Base/StreamTagger.cs: Added SaveTrackMetadataJob for writing metadata back to files inside scheduler * src/Banshee.Base/Gui/PreferencesDialog.cs: Added Write Metadata checkbox * src/Banshee.Base/Gui/TrackEditor.cs: Schedule SaveTrackMetadataJobs for saving metadata back to files if user has enabled this * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/Unix.cs: Fixed WriteStream Open() call to allow Read/Write 2006-08-26 James Willcox * src/Banshee.Plugins/Daap/daap-sharp: updated to latest * src/Banshee.Plugins/Daap/*.cs: adjusted to daap-sharp API changes 2006-08-25 Aaron Bockover * data/banshee-dialogs.glade: Updated interface * src/Banshee.Base/Gui/TrackEditor.cs: Allow syncing all common fields; removed sync button on track number and title as it doesn't make sense 2006-08-24 Aaron Bockover * data/banshee-dialogs.glade: Moved WindowTrackInfo from banshee.glade * data/banshee.glade: Moved WindowTrackInfo to banshee-dialogs.glade * banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: * src/TrackProperties.cs: * src/Makefile.am: Removed TrackProperties.cs, moved to Banshee.Base * src/PlayerInterface.cs: Updated to call Banshee.Gui.TrackEditor * src/Banshee.Base/Gui/TrackEditor.cs: Updated to reflect new GUI, use TagLib for getting audio stream properties 2006-08-24 Aaron Bockover * banshee.mds: * src/Banshee.Base/Banshee.Base.mdp: Updated * src/Banshee.Base/GstMisc.cs: Do not return a fake mime type, let taglib-sharp handle that (taglib/asf, etc.) * src/Makefile.am: * src/Banshee.Dap/MassStorage/Makefile.am: Link against taglib-sharp * src/BansheeImport.cs: Disabled parts until can port to taglib-sharp 2006-08-24 Aaron Bockover * entagged-sharp: removed in favor of taglib-sharp * taglib-sharp: added in favor of entagged-sharp (better mainstream format support, supports writing) * src/Banshee.Base/Banshee.Library/DatabaseWriteException.cs: Exception for database-specific write problems * src/Banshee.Base/Banshee.Library/Import.cs: Import layer to handle saving imported tracks found through ImportManager to library * src/Banshee.Base/Sources/ImportErrorsSource.cs: New source to show errors when importing * src/Banshee.Base/FileImportSource.cs: * src/Banshee.Base/FolderImportSource.cs: * src/Banshee.Base/HomeDirectoryImportSource.cs: Use new Banshee.Library.Import class for queueing imports * src/Banshee.Base/LibraryTrackInfo.cs: Use StreamTagger with ProcessUri * src/Banshee.Base/Makefile.am: Adde new sources * src/Banshee.Base/Source.cs (RemoveChildSource): If source is active source, set active source to default source * src/Banshee.Base/StreamTagger.cs: Add a TagLib-based MergeTrackInfo * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/Unix.cs: * src/Banshee.Base/IO/Interfaces.cs: * src/Banshee.Base/IO/IOProxy.cs: Add support for TagLib VFS and mimetype finding implementations * src/Banshee.Base/FileTrackInfo.cs: * src/TrackProperties.cs: * src/Banshee.Dap/MassStorage/MassStorageDap.cs: * src/Banshee.Dap/Ipod/DatabaseRebuilder.cs: Use TagLib * src/PlayerInterface.cs: Removed import handling code * src/Banshee.Dap/Ipod/Makefile.am: * src/Banshee.Base/Makefile.am: Link against taglib-sharp, not entagged-sharp * configure.ac: * Makefile.am: Added taglib-sharp 2006-08-10 Ruben Vermeersch * data/banshee.glade: * src/TrackProperties.cs: Long overdue patch for BGO #327371 (window for edit song metadata should be resizable). 2006-08-09 Aaron Bockover * banshee.mds: * libbanshee/libbanshee.mdp: Added MD project for libbanshee * libbanshee/gst-playback-0.10.c: Set video-sink on playbin to a fakesink to keep video windows from popping up (and often crashing the app with XLib errors) 2006-08-09 Aaron Bockover * banshee.mds: Added Last.FM.mdp * src/Gnome.Keyring/*: synced sources * src/Last.FM/Makefile.am: Added new Last.FM files * src/Last.FM/Test.cs: Added test * src/Last.FM/Last.FM/Account.cs: Completed, moved to propery build layout * src/Last.FM/Last.FM.Gui/AccountLoginForm.cs: Login form that is Last.FM.Account aware * src/Last.FM/Last.FM.Gui/AccountLoginDialog.cs: Dialog box embedding Last.FM.AccountLoginForm * src/Last.FM/Last.FM.Gui/Badge.cs: A linked image showing the last.fm logo/badge * src/Last.FM/Last.FM.Gui/LinkLabel.cs: A hyperlink button * src/Last.FM/*.png: Added last.fm badge images 2006-08-05 Aaron Bockover * src/Gnome.Keyring/*: synced sources of gonzalo's Gnome.Keyring library from Mono SVN (gnome-keyring-sharp) * src/Last.FM/*: Beginning of general Last.FM/Audioscrobbler library * src/Last.FM/Account.cs: Class to get/set username/password for Last.FM using Gnome.Keyring * configure.ac: * src/Makefile.am: Added Gnome.Keyring, Last.FM 2006-08-05 Aaron Bockover * banshee.mds: * src/banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: Updated MonoDevelop projects * src/Makefile.am: Do not build AmazonSearchService; has never been used * src/AmazonSearchService.wsdl: Removed :-) 2006-08-05 Aaron Bockover * src/*/Makefile.am: * src/*/*/Makefile.am: Added $(top_srcdir)/src/AssemblyInfo.cs to build * src/Banshee.Plugins/Daap/daap-sharp/AssemblyInfo.cs: Removed * src/Banshee.Plugins/Daap/daap-sharp/sync-tree.sh: Remove AssemblyInfo.cs when syncing 2006-08-05 Aaron Bockover * src/Banshee.Base/PlayerEngineCore.cs: Use a PluginFactory; media engines are now flatly installed in Banshee.MediaEngine (no more sub directories therein) * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Implement IPlugin * src/Banshee.Base/Plugins/PluginFactory.cs: Added PluginLoaded event * src/ExceptionDialog.cs: * src/LogCoreViewer.cs: * src/RatingRenderer.cs: * src/ToggleStates.cs: * src/VersionInformationDialog.cs: Moved to Banshee.Base/Gui * src/Banshee.Base/Gui/ExceptionDialog.cs: Details are now collapsed in an expander; minor clean up * src/Banshee.Base/Gui/CleanRoomStartup.cs: Startup(string []) invocation that can optionally, by default, trap exceptions and present them in the Banshee.Gui.Dialogs.ExceptionDialog * configure.ac: Output GStreamerPlayerEngine.dll.config.in * src/Banshee.MediaEngine/Gstreamer/gst-player.dll.config.in: Renamed to GStreamerPlayerEngine.dll.config.in * src/Banshee.MediaEngine/Gstreamer/Makefile.am: Renamed assembly to GStreamerPlayerEngine.dll, install to Banshee.MediaEngine * src/Banshee.MediaEngine/Helix/Makefile.am: Install to Banshee.MediaEngine * src/Main.cs: Use CleanRoomStartup * src/Makefile.am: Removed files and resources moved to Banshee.Base * src/Banshee.Base/Makefile.am: Added resource generator, added new files and resources moved from banshee.exe * src/StockIcons.cs: Removed some icons * src/banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: Updated MonoDevelop projects * src/PlaylistView.cs: * src/PlayerInterface.cs: Updated to reflect namespace changes 2006-08-04 Aaron Bockover * src/Banshee.Base/Gui/GladeWindow.cs: Fixed bug, was missing assembly argument 2006-08-04 Aaron Bockover * banshee.mdp: Removed old MonoDevelop project * banshee.mds: New MonoDevelop solution that includes proper projects * src/banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Widgets/Banshee.Widgets.mdp: * src/MusicBrainz/MusicBrainz.mdp: New MonoDevelop projects; core Banshee can now be built and run from MonoDevelop * data/banshee.glade: Removed Banshee.Base dialogs * data/banshee-dialogs.glade: Moved Banshee.Base dialogs here; resource in Banshee.Base.dll; now more reusable * src/banshee.in: Allow running uninstalled * src/Banshee.Base/Makefile.am: Embed banshee-dialogs.glade * src/Banshee.Base/Gui/GladeWindow.cs: New constructor * src/PlayerInterface.cs: Connect to DeleteEvent manually 2006-08-01 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * data/Makefile.am: Build .po info extractor and generate translators.xml * data/contributors.xml: XML file containing contributor information * data/TranslatorExtract.cs: Program to extract translator information from .po files, generates XML to embed as resource * src/AboutBox.cs: Removed * src/Makefile.am: Do not embed COPYING or build AboutBox.cs * src/PlayerInterface.cs: Use new Banshee.Gui.Dialogs.AboutDialog * src/Banshee.Base/Makefile.am: Added ProductInformation.cs and AboutDialog.cs; embed translators.xml, contributors.xml, and COPYING * src/Banshee.Base/ProductInformation.cs: Static class that reads translators.xml and contributor.xml resources to provide data for display in about dialog * src/Banshee.Base/Gui/AboutDialog.cs: New about dialog that uses Banshee.Base.ProductInformation as a data source 2006-07-29 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Banshee.Base/Banshee.Kernel/Scheduler.cs: Schedules jobs to be executed based on priority on a single thread of execution * src/Banshee.Base/Banshee.Kernel/IntervalHeap.cs: A heap-based priority queue collection for the scheduler * src/Banshee.Base/Banshee.Kernel/IJob.cs: Job interface used for scheduling * src/Banshee.Base/Banshee.Kernel/Job.cs: Job abstract class with a Finished event * src/Banshee.Base/Banshee.Kernel/JobPriority.cs: Job priority levels * src/Banshee.Base/Makefile.am: Added new Banshee.Kernel sources * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: Use new Banshee.Kernel.Scheduler to handle fetching of track data on the scheduler thread 2006-07-29 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDap.cs: fix other import method to use IList. Also update error handling code to work with IEnumerable. 2006-07-29 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDap.cs: quick fix with changing API from abock's earlier commit (IList->IEnumerable) 2006-07-28 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDevice.cs: added GetFile method * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: split out public & private CameraFile, add Extension variable, removed old comments, CameraFile get method now auto-retrieves the file if not gotten yet. * src/Banshee.Dap/Mtp/MtpDap.cs: added fully-functional import method * src/Banshee.Dap/Mtp/MtpDapTrackInfo.cs: renamed device file to proper name, added MakeFileUri method that retrieves a camera file to a temp file with a proper extension Warning: the Import method blocks the UI. Move to a background thread. 2006-07-28 Aaron Bockover * src/PlayerInterface.cs: Minor fix * src/SourceView.cs: Allow dropping IImportSource source on LibrarySource * src/Banshee.Base/Sources/DapSource.cs: Added CancelMessage and an action name to make the HIG stop dialog not suck 2006-07-28 Aaron Bockover * src/PlayerInterface.cs: Make the remove and delete songs dialog conform to the HIG 2006-07-28 Aaron Bockover * src/Banshee.Widgets/ActiveUserEvent.cs: New fully-HIG-compliant cancel/stop dialog; support having custom stop messages * src/Banshee.Base/AudioCdRipper.cs: * src/Banshee.Base/BatchTranscoder.cs: * src/Banshee.Base/ImportManager.cs: * src/Banshee.Base/Banshee.Burner/BurnerSessionRecorder.cs: * src/Banshee.Base/Dap/Dap.cs: Added better operation names and custom stop-operation messages so the stop dialog is more HIG compliant and easier to understand * src/Banshee.Base/ActionManager.cs: Set Gtk.Window.DefaultIconName * src/Banshee.Widgets/HigMessageDialog.cs: Set SkipTaskbarHint as suggested by the HIG, make the message label support markup 2006-07-28 Gabriel Burt * src/Banshee.Base/Sources/PlaylistSource.cs: Fire TrackAdded/Removed events when appropriate. Fixes BGO #347014. * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Conform to the HAL spec when exporting files. 2006-07-28 Aaron Bockover This commit breaks major API regarding Banshee.Sources.Source; expect related plugins and other code to break * src/Banshee.Base/Library.cs: * src/Banshee.Base/Source.cs: * src/Banshee.Base/AudioCd/AudioCdDisk.cs: * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: * src/Banshee.Base/Dap/Dap.cs: * src/Banshee.Base/Sources/AudioCdSource.cs: * src/Banshee.Base/Sources/LibrarySource.cs: * src/Banshee.Base/Sources/LocalQueueSource.cs: * src/Banshee.Base/Sources/PlaylistSource.cs: * src/Banshee.Plugins/Daap/DaapSource.cs: * src/Banshee.Plugins/Daap/DatabaseProxy.cs: Use generics on public API; goal was to have Banshee.Source.Source.Tracks be IEnumerable, thus everything else below had to become generic; clean up along the way * src/Banshee.Base/Sources/IImportable.cs: Import takes IEnumerable instead of IList to make implementing both IImportable and IImportSource as easy and efficient as possible * src/Banshee.Base/Sources/DapSource.cs: Implement aforementioned generics changes and implement IImportSource * src/SourceView.cs: Handle exceptions when invoking an import * src/Banshee.Dap/Njb/NjbDap.cs: * src/Banshee.Dap/Mtp/MtpDap.cs: Throw an exception in IImportable.Import as these DAPs do not yet support importing 2006-07-28 Patrick van Staveren * src/Banshee.Base/Dap/DapMisc.cs: added wav and flac types * src/Banshee.Dap/Mtp/GPhotoDevice.cs: also allow wma/asx/wav extensions * src/Banshee.Dap/Mtp/MtpDap.cs: allow wav files (voice recordings), implement IImportable & dummy Import functions w/ error message. Also remove an old comment. * src/Banshee.Dap/Njb/NjbDap.cs: add IImportable & dummy Import functions w/ error message. 2006-07-27 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/SourceView.cs: support dropping on IImportable sources * src/Banshee.Base/FileNamePattern.cs: Fix minor bug regarding extensions * src/Banshee.Base/LibraryTrackInfo.cs: Allow constructor previously reserved for AudioCdTrackInfo to import any TrackInfo * src/Banshee.Base/QueuedOperationManager.cs: Fixes, added necessary support for more advanced operations management * src/Banshee.Base/Sources/IImportable.cs: Added two Import methods * src/Banshee.Base/Sources/DapSource.cs: Implemented IImportable methods; effectively allows super-awesome importing of songs from an iPod (or mass storage DAP) to the Banshee library 2006-07-27 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Makefile.am: * src/DragDrop.cs: Removed legacy DnD code * src/Banshee.Base/Makefile.am: Added new Banshee.Gui.DragDrop files and Sources/IImportable.cs * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerView.cs: Minor fix * src/Banshee.Base/Banshee.Gui.DragDrop/DragDropList.cs: New DnD transportation collection object to allow sending managed objects efficiently over Gtk.SelectionData and with very minimal code overhead * src/Banshee.Base/Banshee.Gui.DragDrop/DragDropTarget.cs: Global DnD target definitions and types * src/Banshee.Base/Banshee.Gui.DragDrop/DragDropUtilities.cs: Utility methods for raw DnD (byte[]/string/Gtk.SelectionData transforms) * src/PlayerInterface.cs: * src/SourceView.cs: Updated to use new Banshee.Gui.DragDrop types, utilities, and most importantly, DragDropList for efficient DnD * src/Banshee.Base/Sources/IImportable.cs: Empty interface for now; can be implemented on sources when the source has import to library support * src/Banshee.Base/Sources/DapSource.cs: Implement IImportable 2006-07-27 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Added equalizer and help/wiki actions * src/PlayerInterface.cs: Minor full screen action clean up and added action for showing eq editor * src/Banshee.Base/Gui/GladeWindow.cs: Base wrapper for Glade windows * src/Banshee.Base/Gui/GladeDialog.cs: Now derives from GladeWindow * src/Banshee.Plugins/Audioscrobbler/Queue.cs: Fix minor warning * src/Banshee.Base/Makefile.am: Added new equalizer files Equalizer support based in part on Ivan N. Zlatev's patch: * data/banshee.glade: Added equalizer editor shell window * src/Banshee.Base/Banshee.Equalizer/EqualizerManager.cs: Manager with a default instance that supports loading/saving EqualizerSettings into XML * src/Banshee.Base/Banshee.Equalizer/EqualizerSetting.cs: Type representing and equalizer preset/configuration * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerBandScale.cs: A scale widget supporting band/frequency and clipped EQ values, shows a frequency label as well * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerLevelsBox.cs: VBox that shows dB levels * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerPresetComboBox.cs: A GtkComboBoxEntry that is EqualizerManager-aware * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerView.cs: A full EQ view widget that combines the BandScale and LevelsBox widgets and supports loading/setting presets from an EqualizerSetting * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerWindow.cs: Default editor window combining glade shell window, EqualizerView and preset support * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Added supported EQ bands/frequencies by the Helix engine; call into new EQ D-Bus methods * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Added D-Bus methods for new EQ support 2006-07-26 Aaron Bockover * configure.ac: Use new intltool 0.3.5 locale handling (BGO #339140, Przemysław Grzegorczyk) * src/PlayerInterface.cs: Suspend search until query is entered to speed up performance (BGO #348274, Dominik Meister) * src/Banshee.Base/ImportManager.cs: Catch more exceptions that can be thrown during import. Based on patch from Julien Sobrier (BGO #348732, Gabriel Burt) * src/Banshee.Dap/Ipod/IpodDap.cs: Added more informative debug output * src/Banshee.Widgets/ActiveUserEvent.cs: Only update on a delay to help unclog the main loop (BGO #347064, James Willcox) * entagged-sharp/Ogg/Util/OggInfoReader.cs: Nominal bitrate in kbps (BGO #342933, Koike Kazuhiko) 2006-07-25 Gabriel Burt * src/Banshee.Base/Source.cs: Fix small bug where we set the parent of a child to itself (BGO #348726, thanks Julien Sobrier). 2006-07-25 Ruben Vermeersch * src/Banshee.Base/Gui/PreferencesDialog.cs: Fix music folder preference (BGO #348600) 2006-07-19 Aaron Bockover Patch from Ed Catmur (BGO #346501) * configure.ac: Check for libnautilus-burn 2.15.x and set compat defines for 2.12.x, 2.14.x, and 2.15.x * burn-sharp/glue.c: Stay compatible with older (<=2.14.x) API and work with new 2.15.x API 2006-07-18 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Banshee.Widgets/Makefile.am: Add Tile.cs and TileView.cs * src/Banshee.Widgets/TileView.cs: Scrollable widget that nicely arranges child widgets into a table that should rarely horizontally scroll, much like the application browser in SLED 10 * src/Banshee.Widgets/Tile.cs: Added a base Tile widget class; the tile concept can be seen in Beagle, and in SLED 10's main menu, application browser, and control panel 2006-07-18 Gabriel Burt * src/Banshee.Base/Sources/PlaylistSource.cs: If the Library is not loaded, delay loading a playlist's tracks. (BGO #346702) * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Fixed wrong indexes used in WriteLine, caught and patched by Przemysław Grzegorczyk (BGO #347440) 2006-07-18 Aaron Bockover * hal-sharp/HalDevice.cs: Added null checks for Hal.Context to prevent crashes in places; happened in new NautilusDriveFactory when dbus was down 2006-07-18 Aaron Bockover * src/Banshee.Base/Makefile.am: Removed a file that I haven't committed yet 2006-07-18 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDeviceId.cs: sync'd device list with libgphoto 2006-07-17 Aaron Bockover * src/Banshee.Base/Makefile.am: Added MediaEngine/IEqualizer.cs (left out from IEqualizer.cs commit) 2006-07-17 Aaron Bockover * HACKING: Updated 2006-07-17 Aaron Bockover * src/Banshee.Base/MediaEngine/IEqualizer.cs: Added an equalizer interface that media engines can implement 2006-07-12 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDevice.cs: * src/Banshee.Dap/Mtp/MtpDap.cs: removed a bunch of unnecessary debug statements, cleaned up device detection so that it only happens when necessary. Also removed SetOwner method so that Banshee doesn't allow in UI. 2006-07-12 Ruben Vermeersch Patch by Bertrand Lorentz (BGO #336761) * data/banshee.schemas.in: * src/PlayerInterface.cs: * src/PlaylistView.cs: Add support for showing a year column and searching track by year. The year column visibility defaults to false. 2006-07-11 Ruben Vermeersch * src/Banshee.Base/Plugins/PluginFactory.cs: Create user plugin dir if it doesn't exist. (BGO #346612) Makes life of plugin writers a bit easier as they can safely assume the user plugin dir exists. * src/Banshee.Plugins/Audioscrobbler/Queue.cs: Remove the unnecessairy test to check if the user plugin dir exists. 2006-07-10 Francisco Javier F. Serrador * src/Banshee.Base/Banshee.Cdrom.Gui/RecorderSpeedComboBox.cs: Fixed typo 2006-07-08 Aaron Bockover * libbanshee/gst-transcode-0.10.c: Expand virtual element 'cdwavenc' into a better pipeline to produce proper WAV PCM (proper endianness, width, depth, signed, rate, and channel attributes) * src/Banshee.Base/PipelineProfile.cs: Added support for virtual 'cdwavenc' * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: Use new virtual 'cdwavenc' profile for writing audio CDs 2006-07-06 Aaron Bockover Patch by Christopher Orr (BGO #346815) * src/Banshee.Base/PowerManagement.cs: Make Inhibit method generic; allow multiple reasons for inhibiting GNOME Power Manager. * src/Banshee.Base/Banshee.Burner/BurnerSessionRecorder.cs: Use Inhibit to stop computer suspending/hibernating while burning a CD. 2006-07-07 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Ensure track info popup is not clipped on left side of screen (BGO #346876, Edward Duffy) 2006-07-06 Aaron Bockover Patch from James Willcox * configure.ac: Require ipod-sharp 0.6.0 * src/Banshee.Base/TrackInfo.cs: Make cover_art_file protected * src/Banshee.Dap/Ipod/DatabaseRebuilder.cs: * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Dap/Ipod/IpodDapTrackInfo.cs: Updated to work with new ipod-sharp 0.6.0/SVN Track API and added cover art syncing support 2006-07-06 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Banshee.Base/Globals.cs: Initialize/destroy power management support * src/Banshee.Base/Makefile.am: Added PowerManagement.cs * src/Banshee.Base/PowerManagement.cs: Basic power management support that currently uses the DBus interface to GNOME Power Manager (2.15.x is currently required); If playing, Inhibit will be called, when not playing, UnInhibit will be called (BGO #344946) * src/Banshee.Base/TrackInfoPopup.cs: Increased cover art size 2006-07-02 Aaron Bockover * src/data/UIManagerLayout.xml: Added DebugMenu menu; moved the version information and logged events items into it (BGO #346425) * src/Banshee.Base/ActionManager.cs: Added DebugMenuAction implementation; do not show unless --debug is passed 2006-07-02 Aaron Bockover * src/Main.cs: Enable the exception dialog * src/PlayerInterface.cs: Do not show main interface if --hide was passed * src/Banshee.Base/BansheeBranding.cs: Do not show the splash screen if --hide was passed (BGO #346424) 2006-07-02 Gabriel Burt * src/Banshee.Base/ChildSource.cs: Fix whitespace. * src/Banshee.Base/Source.cs: Add NameComparer and SizeComparer IComparers and add virtual SortChildren function to sort with them, allowing ordering of non-PlaylistSource children of the Library. (BGO #344829) * src/Banshee.Base/Sources/LibrarySource.cs: Use SortChildren method from Source. Remove option to sort by creation order. * src/Banshee.Base/Sources/PlaylistSource.cs: Remove sorting functionality from LoadSources function, as sorting is done with SortChildren now. 2006-07-02 Aaron Bockover * src/PlaylistView.cs (SelectPlaying): Check PlayingPath for null before calling SelectPath on it * src/PlayerInterface.cs (SearchBySelectedTrack): Focus the playlist view * src/Banshee.Base/QueuedSqliteDatabase.cs: Updated by rubenv in a previous commit to add a WakeUp method and not hang on Dispose 2006-07-02 Aaron Bockover Revised patch from Dominik Meister (BGO #333904) * data/UIManagerLayout.xml: * src/Banshee.Base/ActionManager.cs: Added search by criteria entries * src/PlayerInterface.cs: Implement search by criteria from selection * src/Banshee.Widgets/SearchEntry.cs: Allow setting the search filter restrition 2006-07-02 Aaron Bockover * src/Banshee.Base/ImportManager.cs: Catch any exception on the 'starts with' test for path file names when importing in case there is poor encoding (BGO #68088, Marin Krkač) * src/PlaylistView.cs: More natural sorting of playlists by artist (BGO #342835, Denis Washington) * src/PlayerInterface.cs (OnSimpleSearch): Pump the main event loop before updating the view to allow for the scroll to playing request to work properly for now (BGO #328886, Marin Krkač) * src/Banshee.Base/QueuedSqliteDatabase.cs: Use a generic Queue for the queue; eliminate busy waiting to reduce CPU usage (BGO #346381, Ruben Vermeersch) 2006-07-02 Aaron Bockover Patch from Dominik Meister to add Jump To Playing support (BGO #339847) * data/UIManagerLayout.xml: Added JumpToPlayingAction to show in the track view context menu * src/PlayerInterface.cs: Implemented JumpToPlayingAction * src/Banshee.Base/ActionManager.cs: Added JumpToPlayingAction definition * src/PlaylistView.cs: Implemented SelectPlaying method 2006-07-02 Aaron Bockover * src/Banshee.Base/Makefile.am: Added PluginFactory.cs and IPlugin.cs 2006-07-02 Aaron Bockover * src/Banshee.Base/ComponentInitializer.cs: Use an Initializing concept vs an Initialized concept, so when tasks block, the UI doesn't look like it's 'off by one' * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Install ActionManager actions in overloaded InterfaceInitialize method, not in PluginInitialize; this is now required since the Banshee.Base.ActionManager's interface definition is loaded after PluginInitialize * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: assign recorder with newly added media to all burner sources if source does not already have a set recorder (BGO #345475) * src/Banshee.Base/Plugins/PluginFactory.cs: Generic class to allow loading of types (and instantiations) from directories/assemblies; reduces all the plugin loading redundancy for the three types of plugins used in Banshee * src/Banshee.Base/Plugins/IPlugin.cs: Base IPlugin interface to allow classes to work with PluginFactory * src/Banshee.Base/Plugins/Plugin.cs: Implement new IPlugin interface * src/Banshee.Base/Plugins/PluginCore.cs: Use new PluginFactory for the update 'generic' Plugin type * src/Banshee.Base/Plugins/PluginDialog.cs: Fix to work with new generics/PluginFactory support * src/Banshee.Base/Dap/Dap.cs: DapDevice now implements IPlugin * src/Banshee.Base/Dap/DapCore.cs: DapCore now uses a PluginFactory and all collections were updated to use generics * data/UIManagerLayout.xml: Added a separator in the Music menu * banshee.mds: Updated MonoDevelop solution 2006-06-22 Aaron Bockover * src/Banshee.Plugins/Daap/DaapCore.cs: Ignore services with 'Jono' in them (Jono has bad taste, apparently) 2006-06-26 Ruben Vermeersch * banshee.mdp: Updated MonoDevelop project 2006-06-21 Aaron Bockover New preferences dialog (BGO #345516) * banshee.mdp: Updated MonoDevelop project * data/banshee.glade: Removed legacy preferences window and added a simplified new preferences dialog * src/Preferences.cs: Removed legacy preferences window * src/PlayerInterface.cs: Invoke the new preferences dialog * src/Banshee.Base/Makefile.am: Added Gui/PreferencesDialog.cs * src/Banshee.Base/PipelineProfile.cs: Added a Changed event needed for instant-apply in the new preferences dialog * src/Banshee.Base/Gui/PreferencesDialog.cs: New instant-apply and much simplified preferences dialog implementation 2006-06-21 Aaron Bockover * src/PlaylistView.cs: Use theme icons for playback indication 2006-06-21 Aaron Bockover * docs/MonodocNodeConfig.cs: return proper error codes to allow make to report failures (Ruben Vermeersch, BGO #338491) * src/Banshee.Base/PipelineProfile.cs: Set outputformat=1 for faac profile (John Eckhart, BGO #341547) * libbanshee/gst-playback-0.10.c: Properly parse track_str from CDDA URI (substring length off-by-one, Koike Kazuhiko, BGO #341704) * src/Banshee.Base/FileNamePattern.cs: Escape file names containing a colon (:) (James Stembridge, BGO #333813) * src/PlayerInterface.cs (DoesTrackMatchSearch): Allow for fuzzy searching (OR/NOT support) and relaxed culture-based string comparison ('pele' will match 'Pelé'); patch by Marin Krkac, based on original fuzzy search patch by Travis Bradshaw (BGO #333893, #327671) * src/Banshee.Base/Utilities.cs (StringUtil): Added RelaxedIndexOf method for relaxed culture-based string matching (Marin Krkac) 2006-06-21 Aaron Bockover Rating patch by P. van de Geer (BGO #336042) * src/Main.cs: Added --query-rating argument * src/RemotePlayer.cs: Added GetPlayingRating remote method 2006-06-20 Aaron Bockover Committed Patrick van Staveren's MTP support * configure.ac: Added checks for libgphoto2-sharp and require --enable-mtp to be explicitly passed to build experimental/unstable MTP support * src/Banshee.Dap/Makefile.am: Added Mtp to SUBDIRS * src/Banshee.Dap/Mtp/*: Experimental/unstable MTP DAP support 2006-06-20 Aaron Bockover * src/Banshee.Base/BansheeBranding.cs: Removed rogue Console.WriteLine 2006-06-20 Aaron Bockover * src/Main.cs: Added call to NotifyStartupComplete call for when commands are sent to remote instance; enqueue files over DBus * src/PlayerInterface.cs: Do not add LocalQueueSource to SourceManager * src/RemotePlayer.cs: Added EnqueueFiles remote method * src/Banshee.Base/SourceManager.cs: Added ContainsSource method * src/Banshee.Base/Sources/LocalQueueSource.cs: Support enqueuing files after instantiation; play first file on enqueue 2006-06-20 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Core.cs: Removed * src/Main.cs: Initialize stock icons before instantiating UI * src/Makefile.am: Removed Core.cs * src/PlayerInterface.cs: * src/TrackProperties.cs: Do not reference PlayerCore * src/Banshee.Base/ActionManager.cs: Delay loading UI until after globals startup initialization * src/Banshee.Base/Branding.cs: Moved BansheeBranding to new file; only initialize the default branding once * src/Banshee.Base/Globals.cs: Run all initialization processes through the new ComponentInitializer * src/Banshee.Base/ComponentInitializer.cs: Object to keep track of component initialization; used for reporting progress of startup * src/Banshee.Base/BansheeBranding.cs: Added splash screen support * src/Banshee.Base/Gui/SplashScreen.cs: Default splash screen that shows load progress, and can be re-used for custom brandings * data/images/splash.{png,svg}: New upstream/default branded splash screen graphic * data/images/Makefile.am: Added splash.png 2006-06-20 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: Make default source name 'New Audio CD' not 'New CD' (BGO #345489) 2006-06-20 Aaron bockover * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: In default constructor, bind the source session to the first available recorder with blank media if possible (BGO #345475) 2006-06-20 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: Add null check on return from FindSourceForDrive; call source.Unmap on match (BGO #345474) * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: Implement OnDispose in place of Uninitialize 2006-06-20 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: * src/Banshee.Plugins/Daap/DaapSource.cs: Implement new virtual method and properties for unmapping 2006-06-20 Gabriel Burt * data/UIManagerLayout.xml: Rename the DeletePlaylist action to UnmapSource. * src/PlayerInterface.cs: Use CanUnmap property of Sources to set visiblity of Unmap option in context menu. Set the label of the rename and delete items with on the source's SourceType property. Make the OnRename and OnUnmap handlers source-independent. * src/Banshee.Base/ActionManager.cs: Add the UnmapSourceAction to the list of global actions instead of to the PlaylistActions group. * src/Banshee.Base/Source.cs: Add virtual Unmap method and SourceType, and CanUnmap, UnmapLabel, and UnmapIcon properties. * src/Banshee.Base/Sources/DapSource.cs: * src/Banshee.Base/Sources/PlaylistSource.cs: Implement new virtual method/properties. 2006-06-20 Aaron Bockover * src/DragDrop.cs: Added ObjectToSelectionData and SelectionDataToObjects * src/PlayerInterface.cs: Let SourceView handle its own drag source/dests * src/SourceView.cs: Added internal DnD support; sources can be dropped on to other sources * src/Banshee.Base/Source.cs: Added SourceDrop virtual method and IsDragSource property to control source DnD * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: Implement SourceDrop; playlists can be dropped on to the CD burning source * src/Banshee.Base/Sources/PlaylistSource.cs: Implement IsDragSource and SourceDrop; playlists can be dragged to other sources (including other playlists) 2006-06-19 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: call default constructor from IRecorder constructor 2006-06-19 Aaron Bockover * src/Banshee.Base/Branding.cs: added Branding support that was implemented on the stable branch * src/AboutBox.cs: * src/PlayerInterface.cs: * src/Banshee.Base/IconThemeUtils.cs: use Banshee.Base.Branding * src/Banshee.Base/Globals.cs: Initialize Branding class * src/Banshee.Base/Makefile.am: added Branding.cs 2006-06-19 Aaron Bockover * src/PlayerInterface.cs: Use NamingUtil to create a nice name for burner source when creating from track selection * src/Banshee.Base/Utilities.cs: Added new NamingUtil static class with GenerateTrackCollectionName and PostfixDuplicate methods; GenerateTrackCollectionName is an updated/simplified/fixed version of PlaylistUtil.GoodUniqueName (BGO #325181) * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: Do not name source after the drive name (which is often a bunch of gibberish) * src/Banshee.Base/Sources/PlaylistSource.cs: Use new NamingUtil methods in place of old PlaylistUtil.{GoodUniqueName,PostfixDuplicate} 2006-06-16 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerConfigurationPane.cs: Updated some strings * src/Banshee.Widgets/DiscUsageDisplay.cs: Overlay 'Insert Disc' text when Capacity <= 0 and reduce disc opacity; removed orange slice 2006-06-16 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * data/banshee.glade: Removed cd burning prefs page * src/BurnCore.cs: * src/BurnTransaction.cs: * src/NautilusBurnUtil.cs: Removed legacy cd burning layer * src/Makefile.am: Removed above files from build * src/Preferences.cs: Removed cd burning prefs * src/Banshee.Base/ActionManager.cs: Moved WriteCDAction out of selection group * src/PlayerInterface.cs: Make WriteCDAction always sensitive if active source is BurnerSource; if BurnerSource is active, start the burn for the source, otherwise create a new BurnerSource or use an empty one and append selection to new source and start it burning; this allows for 'select and burn' behavior of legacy burning layer and also gives the opportunity for editing layout before burn as well * src/Banshee.Base/Banshee.Burner/BurnerConfigurationPane.cs: Removed Write CD button; using WriteCDAction instead for consistency * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: Added public CreateSource and CreateSourceOrFindEmpty methods * src/Banshee.Base/Banshee.Burner/BurnerSessionRecorder.cs: Fixed many strings * src/Banshee.Base/Banshee.Burner/BurnerSource.cs: Burn method public 2006-06-16 Aaron Bockover * src/Banshee.Widgets/DiscUsageDisplay.cs: New cairo widget to show disc usage (radial progress bar for the new CD Burning UI) * src/Banshee.Widgets/Makefile.am: Added DiscUsageDisplay to build * data/UIManagerLayout.xml: Added 'New CD' action * data/banshee.glade: Added BurnerOptionsDialog * src/SourceView.cs: When in edit/rename mode on a source row, cancel the edit when focus is lost * src/Banshee.Base/Globals.cs: Initialize new BurnerCore * src/Banshee.Base/Makefile.am: Added build rules for all the hot new Banshee.Burner/Banshee.Cdrom* love * src/Banshee.Base/Banshee.Burner/*: New CD burning UI (source based) to allow for creation of CDs from multiple sources; will deprecate the old CD burning method (single-source, selection based) * src/Banshee.Base/Banshee.Cdrom/*: Interfaces and simple types for CD-ROM drive and recorder hardware and events * src/Banshee.Base/Banshee.Cdrom.Gui/*: Widgets for Banshee.Cdrom; includes DriveComboBox and RecorderSpeedComboBox * src/Banshee.Base/Banshee.Cdrom.Iso/*: Interfaces for creating ISO-9660 CD images * src/Banshee.Base/Banshee.Cdrom.Iso.Mkisofs/*: mkisofs process/exec implementation of Banshee.Cdrom.Iso * src/Banshee.Base/Banshee.Cdrom.Nautilus/*: libnautilus-burn implementation of Banshee.Cdrom 2006-06-13 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Remove unneeded checks that broke .is_audio_player functionality (James Stembridge, BGO #344795) 2006-06-13 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: If usb.vendor doesn't exist fall back to info.vendor, and translate "Vendor" (James Stembridge, BGO #344803). Use different HAL property to get a better device name. 2006-06-13 Aaron Bockover * src/RemotePlayer.cs: Ensure a null string is not returned (BGO #344774) 2006-06-12 Aaron Bockover * src/Banshee.Base/SourceManager.cs: Proxy Updated events of child sources through SourceManager.Updated (Denis Washington, BGO #343120) 2006-06-12 Aaron Bockover * src/SourceView.cs: Added BeginRenameSource to make a source's row become editable and focused; made UpdateRow internal as it's only used by the row renderer * src/PlayerInterface.cs: Use SourceView.BeginRenameSource for renaming instead of a dialog when the source rename action is invoked 2006-06-12 Gabriel Burt * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Dap/Njb/NjbDap.cs: Updated to work with changes to Dap.cs, specifically overriding AddTrack and calling OnTrackAdded. 2006-06-12 James Stembridge * src/Banshee.Base/Dap/DapCore.cs: Include all volumes when performing initial scan for DAP devices, not just those that are children of devices tagged by hal with portable_audio_player * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Check for duplicates when adding a song to the device; if the volume for a new device isn't yet available from VFS, wait for it; don't initialize Gnome VFS if it's already been initialized; accept devices with a file .is_audio_player in the root 2006-06-12 Gabriel Burt * src/Banshee.Base/Makefile.am: add QueuedOperationManager.cs. * src/Banshee.Base/QueuedOperationManager.cs: New file, allows for generic asynchronous events like copying files to a USB DAP, etc. * src/Banshee.Base/Dap/Dap.cs: Make the tracks ArrayList protected and allow sub-classes to override AddTrack. * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Fix the bug where the DAP couldn't be plugged in when Banshee started, handle copying files to the device asynchronously using a QueuedOperationManager that pops up a ActiveUserEvent if the transfer is slow. Escape artist/album/title when creating the destination filename. Catch exceptions in the copy. * src/Banshee.Widets/ActiveUserEvent.cs: Add an option for having the user event not register itself (and therefore not show itself) until at least a second has passed, at which time if the operation is less than 33% done, it is registered and shown (and otherwise it is not). 2006-06-05 Aaron Bockover * configure.ac: Fixed Helix detection; no longer require --disable-helix to be passed; will be enabled/disabled automatically 2006-06-05 Aaron Bockover * src/Banshee.Base/Makefile.am: Removed ENABLE_GST_10 define * src/Banshee.Base/AudioCdRipper.cs: Removed GStreamer 0.8 code and dependency on GSTREAMER_0_10; overlooked from previous commit 2006-06-03 Aaron Bockover * src/PlayerInterface.cs: start playing a source when it is double clicked in the source view (Przemysław Grzegorczyk, BGO #326634); delay updating status bar to only once every 1/5 second (Ruben Vermeersch, BGO #336001) * src/Banshee.Dap/MassStorage/MassStorageDap.cs: escape file names of added tracks properly; do not use volume label from storage device if it is empty (James Stembridge, BGO #337807, #337808) * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Use Present() instead of Visible when showing/hiding the main window by clicking the tray icon (Przemysław Grzegorczyk, BGO #328949) * src/Banshee.Base/LogCore.cs: LogCore.PushInformation actually called LogCore.PushWarning (Bertrand Lorentz, BGO #335706) * src/PlaylistModel.cs: Delay raising the updated event to increase speed a little (Ruben Vermeersch, BGO #336010) * src/Banshee.Base/ImportManager.cs: Use a static mutex to do handle user event locking to prevent a potential race condition (based on patch by Ed Catmur, BGO #331974) 2006-06-03 Aaron Bockover * src/SourceView.cs: Allow drag drops if source AcceptsInput * src/Banshee.Base/Source.cs: Added AcceptsInput property 2006-06-03 Aaron Bockover * libbanshee/: Removed all GStreamer 0.8 backend library code * configure.ac: Removed GStreamer 0.8 checks and VLC checks; only GStreamer 0.10 and Helix (helix-dbus-server) are supported engines now * src/Banshee.Base/GstTranscoder.cs: * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Removed GStreamer 0.8 support * src/Banshee.MediaEngine/Gstreamer/Makefile.am: Removed conditional define for GStreamer 0.10 * src/Banshee.MediaEngine/Vlc/: Removed VLC support 2006-05-29 Aaron Bockover * src/BurnCore.cs: Calculate the total duration of the selection and ensure the media is large enough to hold it; all strings were reused and it will prompt to insert media before transcoding in order to check its size (BNC #151332) 2006-05-29 Aaron Bockover * libbanshee/gst-cd-rip-0.10.c: Added id3v2mux to list of tag muxers to search for when encoding to MP3 and no muxer was specified * src/banshee.in: Set GST_PLUGIN_PATH to $(libdir)/banshee/gstreamer-0.10 to support loading private plugins (gstxing, gstdtdriver on SUSE/SLED) * banshee.mds: * banshee.mdp: Updated MonoDevelop project 2006-05-25 Aaron Bockover * configure.ac: * src/Banshee.Plugins/Makefile.am: * src/Banshee.Plugins/FileSystemMonitor/*: Removed FSM plugin; it is unmaintained and very buggy; it will be imported as a standalone plugin module to Banshee Subversion where someone may choose to continue working on it 2006-05-24 Aaron Bockover * src/PlayerInterface.cs (OnRestartSongAction): If pipeline is paused, play the song from the beginning 2006-05-23 Aaron Bockover * src/PlayerInterface.cs: When right clicking on a source, use the custom source menu if it provides one, otherwise use the default * src/Banshee.Base/Source.cs: new property, ActionPath that allows sources to provide a path to a UI merged into Globals.ActionManager * src/Banshee.Base/Sources/LibrarySource.cs: Implement ActionPath and provide a UI for setting the sort order on playlists in the view * src/Banshee.Base/Sources/PlaylistSource.cs: Allow specifying a PlaylistSortCriteria and a PlaylistSortOrder when loading the playlists 2006-05-22 Aaron Bockover * banshee.mdp: Added new files to MonoDevelop project * src/Banshee.Base/Catalog.cs: Added new Catalog class under Mono.Gettext namespace (for now) to hopefully (in time) replace Mono.Unix.Catalog; this new version supports gettext domains (necessary for plugins) and binds gettext domains to assemblies; current draw-back is that calling System.Reflection.Assembly.GetCallingAssembly does a stack walk and is therefore slow (Mono.Gettext.Catalog.GetString is about twice as slow as Mono.Unix.Catalog.GetString right now) * src/Banshee.Base/Makefile.am: Added Catalog.cs 2006-05-22 Aaron Bockover Child Source patch from Lukas Lipka * src/Makefile.am: Fixed small build bug regarding CLEANFILES (Aaron) * src/Banshee.Base/Makefile.am: Add ChildSource.cs to build. * src/Banshee.Base/ChildSource.cs: Child source implementation added. * src/Banshee.Base/Library.cs: Removed unneeded Hashtable. * src/Banshee.Base/Source.cs: Add code and events for child source support. * src/Banshee.Base/SourceManager.cs: Remove ActiveSourceIndex since it wont work with child sources. * src/Banshee.Base/Sources/LibrarySource.cs: Moved the loading of playlists here instead of PlayerInterface. * src/Banshee.Base/Sources/PlaylistSource.cs: Change this to work as a ChildSource instead of a Source. * src/PlayerInterface.cs: Add playlists as child sources. Move the loading of playlists into LibrarySource. * src/SourceView.cs: Implement child source support. Rewrite the DND code to support dragging from child source to child source. 2006-05-22 Aaron Bockover Fixes ported up from BANSHEE_0_10_9_SL: * src/Banshee.Base/PlayerEngineCore.cs (set_Volume): pass on value to every loaded engine, not just active engine (BNC #176255) * src/Main.cs: Call dbus_g_thread_init after Gtk.Application.Init(); fixes the CD burning crash seen on SMP machines (BNC #175378) * src/PlaylistView.cs: Use a custom IComparer to sort columns by desired order before attaching to view; use AppendColumn on sorted columns instead of InsertColumn (BNC #120666) * src/Banshee.Base/Database.cs: Added ViewOrder column to PlaylistEntries table schema; check to see if ViewOrder exists on an existing PlaylistEntries table and if not, alter the table accordingly (BNC #168653) * src/Banshee.Base/Sources/PlaylistSource.cs: No longer sync local playlist back to database after every minor change; operations are now directly translated into SQL queries (append, delete, reorder) to bring great speed improvements when handling large playlists (BNC #168653) * src/PlayerInterface.cs: Reset vertical scroll adjustment of the playlist view to the upper bound minus the page size if the value is greater than that when changing sources (BNC #174406) 2006-05-18 Aaron Bockover * src/BansheeImport.cs: a new standalone program that can import music from the command line and create an initial database * src/banshee-import.in: wrapper script for banshee-import.exe * src/Makefile.am: build banshee-import.exe and install * configure.ac: generate src/banshee-import 2006-05-13 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * libbanshee/gst-tagger.c: * libbanshee/gst-tagger.h: Merged full GStreamer tag parser * src/Banshee.Base/GstTagger.cs: Added bindings to the new GstTagger API * src/Banshee.Base/LibraryTrackInfo.cs: Use GstTagger instead of Entagged to parse metadata from files * src/Banshee.Base/StreamTagger.cs: Updated TrackInfoMerge to merge all applicable tags from a StreamTag into a TrackInfo; added StreamType to CommonTags * src/Banshee.Base/TrackInfo.cs (set_MimeType): made public 2006-05-10 Aaron Bockover * libbanshee/gst-mbtrm.c: * libbanshee/gst-mbtrm.h: New GStreamer plugin to calculate the TRM ID of a PCM audio stream; currently a static plugin in libbanshee * libbanshee/gst-misc-0.10.c: Load the static mbtrm plugin * libbanshee/gst-cd-rip-0.10.c: Use mbtrm in the pipeline; currently the have-trm-id signal is used only to print the TRM ID; will be used in the future to actually fetch metadata if necessary * libbanshee/Makefile.am: Added gst-mbtrm.[ch] 2006-05-09 Aaron Bockover * configure.ac: Switch to gmcs * src/BurnCore.cs: * src/PlaylistColumns.cs: * src/PlayerInferface.cs: Removed unused private variables; clean up * src/QueryBuilder.cs: * src/QueryBuilderModel.cs: Removed; never has been used in core and is now in use in the Smart Playlist plugins * src/Makefile.am: Removed QueryBuilder.cs and QueryBuilderModel.cs 2006-05-08 Aaron Bockover * docs/Makefile.am: Prefix doc_DATA with $(DESTDIR) so distcheck works 2006-05-07 Aaron Bockover * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Added explicit support for ogg/vorbis to keep the vorbis leak in Helix from happening * src/Banshee.Widgets/HigMessageDialog.cs: Make 'Return' the default dialog action key (BNC #172450, Robert Vojta) * src/Banshee.Base/LibraryTrackInfo.cs: Add Path.DirectorySeparatorChar to 'StartsWith' check to determine if files should be copied, otherwise 'Music to import' will be treated as 'Music' (BNC #171101 Robert Vojta) * src/Banshee.Base/FileTrackInfo.cs: properly load files in shallow directories from command line (BNC #163911, Simon Brys) 2006-05-06 Aaron Bockover Patches from Mike Urbanski * src/PlayerInterface.cs: Added an additional action button box for toolbar source items; do not steal CTRL+A from search entry (revised) * src/Banshee.Base/Globals.cs: expose ActionButtonBox 2006-05-05 Aaron Bockover * docs/en/*: Updated docs (including contributions from rubenv) 2006-05-04 Aaron Bockover * configure.ac: Set version to 0.11.0-cvs to set apart from the 0.10.x series * banshee.pc.in: Added pluginapi variable to define the second API revision for the 0.11.x series (new API has been introduced since 0.10.x and some plugins may not be backwards compatible) 2006-05-04 Aaron Bockover * src/AboutBox.cs: Added missing comma / fix broken build 2006-05-04 Jakub Friedl * src/AboutBox.cs: Added Jakub Friedl to Translator Credits (Czech) 2006-05-03 Aaron Bockover * src/Banshee.MediaEngine/Vlc/VlcPlayerEngine.cs: fix build error for VLC engine (BGO #340496) 2006-05-02 Aaron Bockover * entagged-sharp/Ogg/OggFileReader.cs: Added application/x-vorbis+ogg and application/x-vorbis+ogg as a SupportedMimeType (BNC #169616) 2006-05-01 Gabriel Burt * src/Banshee.Base/LibraryTrackInfo.cs: Call TrackInfo's OnChanged when saving changes to a Track. * src/Banshee.Base/TrackInfo.cs: Add event and protected virtual method OnChanged for when a track is changed. * src/Banshee.Base/Sources/PlaylistSource.cs: Add Id property, and public ClearTracks and ContainsTrack methods. 2006-05-01 Gabriel Burt * src/Banshee.Base/Dap/DapCore.cs: Fix small bugs that caused iPods to sometimes show up as mass storage devices (BGO #340313). 2006-05-01 Aaron Bockover Fix a locking bug that caused crashes (BGO #340306) * src/Banshee.Base/Source.cs: Added virtual TracksMutex object that can be used to properly lock the Tracks collection * src/PlayerInterface.cs: * src/PlaylistModel.cs: lock SourceManager.ActiveSource.TracksMutex when performing operations on SourceManager.ActiveSource.Tracks * src/Banshee.Base/Sources/LibrarySource.cs: * src/Banshee.Base/Sources/PlaylistSource.cs: implement TracksMutext by inlining the internal collection SyncRoot mutex and locking when necessary 2006-04-20 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Added GetIsLive * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Added http support to SourceCapabilities, added more RealPlayer-specific file formats to ExplicitDecoderCapabilities; implemented CanSeek by calling GetIsLive on the remote player; properly handle buffering and title messages 2006-04-17 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * configure.ac: Check for gmcs, will probably start using it soon * data/banshee.schemas.in: Added schema for IOBackend * src/Banshee.Base/GConfKeys.cs: Added IOBackend * src/Banshee.Base/ImportManager.cs: Use Banshee.IO.IOProxy for reading files/directories * src/Banshee.Base/Makefile.am: Added Banshee.IO files * src/Banshee.Base/IO/IOProxy.cs: Loads IO types and instantiates proper backend based on IOBackend gconf key; provides File and Directory properties * src/Banshee.Base/IO/Interfaces.cs: Provides IIOConfig, IFile, and IDirectory interfaces for writing new IO backends * src/Banshee.Base/IO/SystemIO.cs: IO backend implementations based on the .NET System.IO namespace (exists for Win32 porting... one day, but of course works fine on Linux too) * src/Banshee.Base/IO/Unix.cs: IO backend implementations based on Mono.Unix (preferred backend for Unix/Linux as it's faster and potentially more accurate than System.IO) 2006-04-17 Aaron Bockover * configure.ac: Require njb-sharp 0.3.0+ * src/Banshee.Base/Dap/Dap.cs: Added virtual Activate method (see below); handle failure case if a track queued for a sync is null for some reason; if the transcoder handles its own threading and the finished event is raised from the main thread, spawn a new thread for the synchronize (the gst 0.10 transcoder does threading internally so we cannot guarantee a dedicated thread from the transcoder to do syncing in) * src/Banshee.Base/Sources/DapSource.cs: Added Activate method that calls Activate on the device; needed for NJB devices which cannot remain open for the entire session and must be accessed on demand * src/Banshee.Dap/Njb/Makefile.am: Link against Mono.Posix for Catalog.GetString support * src/Banshee.Dap/Njb/NjbDap.cs: Delay device activation (open+capture) until direct access to device is necessary; close the device when access is no longer necessary; ping every 5 minutes to keep device from shutting down, but to allow the handle to be closed most of the time; show an error dialog and do not crash if there is a problem grabbing a a handle to the device; wrap all access calls in GrabDevice/ReleaseDevice to properly reference and perform operations on the device; update the icon name to the proper icon spec name 2006-04-17 Aaron Bockover * entagged-sharp/Mp4/Mp4FileReader.cs: Added audio/mp4, audio/m4a mime types to SupportedMimeTypes (BGO #338777) 2006-04-14 Aaron Bockover * configure.ac: Make description of --enable-gstreamer more informative 2006-04-17 Aaron Bockover * src/DragDrop.cs: Check data length before trying to convert to string and catch any exceptions in the conversion (BGO #333946) * src/Banshee.Dap/Njb/NjbDapTrackInfo.cs: Use SafeUri 2006-04-14 Aaron Bockover * docs/en/index.html: Added title/remarks and copyright information 2006-04-14 Aaron Bockover * docs/Makefile.am: Added update-html and upload-html rules 2006-04-14 Aaron Bockover * docs/Makefile.am: added update-cvs section with a script to manage XML removes/adds from/to CVS * docs/*: Updated monodoc documentation (finally) 2006-04-14 Sebastian Dröge * src/MusicBrainz/Client.cs (GetID): Check for null/handle any exception 2006-04-14 Aaron Bockover * rc/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Hide to the tray on CTRL+W (Ruben Vermeersch, BGO #338259) 2006-04-14 Aaron Bockover * src/PlayerInterface.cs: Correctly update the statusbar when searching by calling ClearModel on playlist view (Ruben Vermeersch, BGO #336006) * src/PlaylistView.cs: Show zeros as empty strings instead of ugly zeros (Thijs Vermeir, BGO #337962) * docs/en/Banshee.Base/ActionManager.xml: Updated 2006-04-10 Aaron Bockover * src/PlayerInterface.cs: Call model.RemoveTrack instead of model.Remove * src/PlaylistModel.cs (RemoveTrack): If the removed iter is the playing iter, set the playing iter to zero (BGO #324768) 2006-04-09 Aaron Bockover * src/Banshee.Dap/MassStorage/Makefile.am: Enable installation of the USB Generic Mass Storage DAP support; do not expect it to work without the proper HAL FDI updates 2006-04-09 Aaron Bockover * configure.ac: Removed --with-gstreamer-0-10 in favor of --enable-gstreamer=[0.10|0.8], the default check is now for 0.10 2006-04-09 Sebastian Dröge * configure.ac: * po/LINGUAS: Use a LINGUAS file instead of putting all languages into configure.ac. http://live.gnome.org/GnomeGoals/PoLinguas 2006-04-09 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/Banshee.Base/SafeUri.cs: Replacement URI class for System.Uri that uses GLib's g_filename_to_uri and g_filename_from_uri functions; should fixes lots of various URI issues * src/*: Anything that referenced a System.Uri has been uprooted to use a Banshee.Base.SafeUri 2006-04-09 Aaron Bockover * entagged-sharp/Mpc/Util/MpcInfoReader.cs: * src/TrackProperties.cs: Fix 0 KB/Sec bitrate bug (#324353) 2006-04-07 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationArea.cs: Do not crash when the panel crashes 2006-04-06 Aaron Bockover * src/: * libbanshee/: * data/banshee.glade: merged fixes from BANSHEE_0_10_9_SL branch 2006-04-05 Aaron Bockover * data/banshee.glade: Fixed packing in ErrorListDialog 2006-04-05 Aaron Bockover * libbanshee/gst-playback-0.10.c: do not try to unref playbin if it was never reffed * src/PlaylistView.cs: do not show the same file as playing multiple times * src/Banshee.Base/Utilities.cs: Updated (C) header 2006-04-05 Aaron Bockover * libbanshee/gst-misc-0.10.c: disable gstreamer typefinding (again) (sigh) 2006-04-05 Aaron Bockover * data/banshee.glade: make horizontal scrolling automatic * src/BurnCore.cs: do not try to burn files that don't exist and do not allow burning if not enough disk space * src/Banshee.Base/BatchTranscoder.cs: Move the instantiation of ActiveUserEvent to Start() * src/Banshee.Base/Utilities.cs: Added GetDirectoryAvailableSpace to PathUtil 2006-04-04 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * data/banshee.glade: Added ErrorListDialog * libbanshee/gst-transcode-0.10.c: strdup the output URI and and free when necessary * src/BurnCore.cs: show an ErrorListDialog for files that cannot be transcoded, giving an option to cancel or continue; various fixes for MP3 and data disk burning * src/PlayerInterface.cs: fix to respect the disk type for burning * src/Preferences.cs: use only a single gconf key for disk type * src/Banshee.Base/BatchTranscoder.cs: do not try to transcode a file if the file type is the requested transcode type * src/Banshee.Base/GstTranscoder.cs: Free the input/output URIs * src/Banshee.Base/Makefile.am: Added ErrorListDialog.cs * src/Banshee.Base/Gui/ErrorListDialog.cs: ErrorListDialog glade implementation; shows a HIG error dialog with a list view 2006-04-04 Aaron Bockover * src/Banshee.Plugins/Daap/Daap.dll.config.in: map to libnss_mdns-0.2.so * src/Banshee.Plugins/Daap/daap-sharp/Server.cs: handle exception when trying to shutdown the service locator 2006-04-03 Aaron Bockover * src/PlayerInterface.cs: Remove tooltip from slider (BNC #158403) * src/Banshee.Base/GstMisc.cs: check for NULL from the string marshaller 2006-04-01 Aaron Bockover * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Claim explicit support for ASF and FLAC 2006-03-31 Aaron Bockover * configure.ac: Added expanded_bindir * data/org.gnome.Banshee.service.in: Prefix Exec path with @expanded_bindir@ to make DBus activation work 2006-03-31 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.c: Properly activate the org.gnome.HelixDbusPlayer service using DBus activation through org.freedesktop.DBus.StartServiceByName() (Thanks Timo, fixes #161682) 2006-03-31 Aaron Bockover * libbanshee/gst-cd-rip-0.10.c: Add a proper ID3 muxer in to the pipeline if it didn't already exist and one can be found, similar to the oggmux injection 2006-03-30 Aaron Bockover * libbanshee/gst-misc-0.10.c: Fix from Sebastian Dröge for gstreamer typefinding; re-enabled * libbanshee/gst-playback-0.10.c: Reset pipeline on an error so we can try again later * src/Banshee.Base/PlayerEngineCore.cs: * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Support explicit switching based on supported decoders * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Explicitly declare WMA support, as it's impossible for Helix to ever do this * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: if DBus activation fails, manually run helix-dbus-server and try up to 15 times at half-second intervals to connect to it before giving up (Option B fix for BNC #161682) * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Ping the server every five seconds; if Banshee does not shut down properly, the server will shutdown if not pinged within 10 seconds; Added explicit decoder support for AAC and MP3 2006-03-30 Hendrik Richter * configure.ac: Added German translation. 2006-03-28 Fredrik Hedberg * data/UIManagerLayout.xml: Added a placeholder for ViewMenu additions. 2006-03-27 Fredrik Hedberg * src/Banshee.Base/Globals.cs: * src/PlayerInterface.cs: Expose MainContainer via InterfaceElements. 2006-03-24 Christian Schaller * src/Banshee.MediaEngine/Helix/Makefile.am: small fix to enable 'make dist' even when --disable-helix is passed 2006-03-21 James Willcox * src/Banshee.Base/Sources/DapSource.cs: when creating the 'syncing' widget, do a ShowAll() on it. 2006-03-21 Aaron Bockover * src/PlayerInterface.cs: Prefer the stream length over the metadata length in all situations, provided the stream length is non-zero * src/Banshee.Base/PlayerEngineCore.cs: Fixed automatic engine switching based on source type, handle any exceptions thrown by active engine and reset the engine * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: * src/Banshee.Base/MediaEngine/PlayerEngine.cs: make SourceCapabilities IEnumerable * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Removed http as a supported source capability as HTTP under Helix is broken 2006-03-20 Aaron Bockover * libbanshee/gst-cd-rip-0.10.c: If vorbisenc is chosen as the encoder for ripping and an oggmux is not in the pipeline profile, attempt to insert an oggmux element (BGO #335211) 2006-03-20 Aaron Bockover * NEWS: Updated with 0.10.9 release notes * configure.ac: Bumped to 0.10.9 * libbanshee/gst-misc-0.10.c: disabled typefinding with gstreamer 0.10 as it's a little buggy; will fall back on gnome vfs for now * src/PlayerInterface.cs: Do not switch sources if a source eject fails * src/Banshee.Base/AudioCd/AudioCdDisk.cs: Do not allow ejecting if we are ripping the CD * src/Banshee.Base/Sources/AudioCdSource.cs: Propagate the return of the disk eject 2006-03-20 Sebastian Dröge * src/MusicBrainz/Client.cs: Reverted a small part of Michael Hutchinson's proxy patch in GetIDFromUrl() to fix a bug in parsing of Urls which resulted in returning of a invalid result type. 2006-03-20 Aaron Bockover * src/PlaylistView.cs: Sensitize/desensitize audio cd rows based on their rip state * src/Banshee.Base/AudioCdRipper.cs: Update newly ripped track with its ripped URI so it can be played while the rest of the disk is ripping * src/Banshee.Base/Library.cs: Removed unused function * src/Banshee.Base/PlayerEngineCore.cs: Do not attempt to play track if it is explicitly marked as being unable to play; reversed order of Reset/Close in Close wrapper * src/Banshee.Base/TrackInfo.cs: Mark CanPlay as virtual * src/Banshee.Base/TrackInfoHeader.cs (SetIdle): Hide the box * src/Banshee.Base/AudioCd/AudioCdDisk.cs: Added an IsRipping property * src/Banshee.Base/AudioCd/AudioCdTrackInfo.cs: Added Disk, IsRipped, and CanPlay properties * src/Banshee.Base/Sources/AudioCdSource.cs: If current playing track in the engine is from the CD, shut down the engine; set disk.IsRipping accordingly * src/Banshee.Base/Sources/LibrarySource.cs: Removed old cruft * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Updated to reflect minor changes in the Buffering API in PlayerEngine * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Guard against a potential nullref 2006-03-19 Aaron Bockover * entagged-sharp/EncodingInfo.cs: Handle invalid integer durations * src/PlayerInterface.cs: Moved the audio-CD specific view and ripping stuff into AudioCdSource; do not treat the LibrarySource as anything special; it now handles track additions like any good source should * src/Banshee.Base/Sources/AudioCdSource.cs: Handle ripping directly in the source; create a custom view to handle the audio CD status bar and embed the playlist view * src/Banshee.Base/Sources/LibrarySource.cs: Raise the proper OnTrackAdded/OnTrackRemoved events * src/Banshee.Base/AudioCd/AudioCdDisk.cs: Make Tracks property IEnumerable 2006-03-19 Aaron Bockover * data/UIManagerLayout.xml: Added RefreshSong * src/PlayerInterface.cs: When an entry in the main window is focused, disable the accel group from the main window, when not focused, re-enable it; handle skipping and song restarting in the ActionManager; playback seek group is now sensitive based on the engine state * src/Banshee.Base/ActionManager.cs: Added key bindings to more playback actions, added RestartSongAction 2006-03-19 Aaron Bockover * src/PlayerInterface.cs (ShowPlaylistView): Detach the playlist container before re-embedding it in the main view, in case the previous source has embedded it * src/Banshee.Base/Globals.cs: Added PlaylistContainer and DetatchPlaylistContainer utilities for sources to use to help embedding the PlaylistView in a custom view 2006-03-19 Aaron Bockover * src/Banshee.Base/Gui/SeekDialog.cs: Implement the glade SeekDialog; forgot to commit last time 2006-03-19 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/PlayerInterface.cs: Handle SeekToAction and show the new seek dialog * src/Banshee.Base/ActionManager.cs: Implement an action for SeekToAction * src/Banshee.Base/Makefile.am: Added Gui/SeekDialog.cs * src/Banshee.Base/Gui/OpenLocationDialog.cs: Fixed typo in header * src/Banshee.Widgets/StreamPositionLabel.cs: Added FormatString parameter * data/UIManagerLayout.xml: Added SeekToAction to playback menu * data/banshee.glade: Added SeekDialog 2006-03-18 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Use DisplayArtist, DisplayAlbum, and DisplayTitle for setting the display data in TrackInfoHeader 2006-03-17 Aaron Bockover * libbanshee/gst-playback-0.10.c: Create a custom audio sink that contains a tee element; plugins can request and connect to new source pads from the tee to stream audio to elements in their control without breaking the normal flow of data to the sound card * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Implement PlayerEngine.GetBaseElements and return an IntPtr array containing the playbin, audiotee, and audiobin elements plugins can use to extend the pipeline * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Removed SetProperty; added GetBaseElements that returns an IntPtr array 2006-03-17 Aaron Bockover * src/Banshee.Base/AudioCd/AudioCdDisk.cs (Eject): Stop playback if the playing stream is a track on the disk that is about to be ejected * libbanshee/gst-playback-0.10.c (gst_playback_open): Reset the pipeline to READY state if not already there 2006-03-17 Aaron Bockover * libbanshee/gst-playback-0.10.c: Perform a manual seek on an audio CD if the current playing stream is from the same CD; this eliminates the need to set uri on playbin, so the pipeline does not need to re-link and the CDDA device does not need to be closed and opened again 2006-03-16 Aaron Bockover * configure.ac: Do an explicit -x test for gst-inspect before running an element check 2006-03-16 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * libbanshee/Makefile.am: Added gst-tagger.[ch] * libbanshee/gst-playback-0.10.c: Support parsing tags from incoming audio stream and send off to consuming API * libbanshee/gst-tagger.c: * libbanshee/gst-tagger.h: Common API for handling tag reading/writing from GStreamer audio streams * src/PlayerInterface.cs: Update the metadata header when the PlayerEngineEvent.TrackInfoUpdated event is raised * src/TrackProperties.cs: * src/Banshee.Base/Globals.cs: * src/Banshee.Base/GstMisc.cs: * src/Banshee.Base/LibraryTrackInfo.cs: * src/Banshee.Base/PipelineProfile.cs: Updated to reflect namespace change for some GStreamer Utility methods * src/Banshee.Base/GstTagger.cs: Parse GStreamer tags into StreamTag instances * src/Banshee.Base/StreamTagger.cs: Common data structure for representing a single metadata tag; method for merging these into TrackInfo objects; added class with constant tag names (1:1 GStreamer correlation) * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Update playing TrackInfo with tags that are read from the audio stream * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Added bindings for the stream tag reading support 2006-03-16 Aaron Bockover * libbanshee/gst-playback-0.10.c: Parse device node from cdda:// URI and set it on the cdda source element in notify::source, non-default CD-ROM drives should work for playback under the 0.10 backend now; Manually seek on the cdda source element if changing tracks and the device does not change * src/PlayerInterface.cs: Display error messages sent from PlayerEngine * data/banshee.schemas.in: Set default engine to helix-remote 2006-03-16 Aaron Bockover * data/banshee.glade: Set the open button to default; make the dialog not visible by default 2006-03-16 Aaron Bockover * src/Banshee.Base/Gui/OpenLocationDialog.cs: Focus the text box when showing the dialog, open the URI when entry is activated (enter pressed) 2006-03-16 Aaron Bockover * data/banshee.glade: Removed combo box from Open Location dialog * src/Banshee.Base/GConfKeys.cs: Added OpenLocationHistory key * src/Banshee.Base/Gui/OpenLocationDialog.cs: Implemented history support and added a browse button that launches a FileChooserDialog (that supports remote locations); 2006-03-16 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * configure.ac: Remove AM_GST_ELEMENT_CHECK calls and check for elements against the proper gst-inspect manually; AM_GST_ELEMENT_CHECK is not versioned and as a result, 0.10 checks were actually made against the 0.8 version of gst-inspect * data/banshee.glade: Removed the positon label and seek slider * libbanshee/gst-playback-0.10.c: Added buffering support and stream seekability detection * src/PlayerInterface.cs: Use new SeekSlider and StreamPositionLabel widgets; updated old stuff to use new stuff; handle the Buffering event and display the buffering progress in StreamPositionLabel * src/Banshee.Base/PlayerEngineCore.cs: Added CanSeek proxy property * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Buffering should be an event, not a state; reworked signatures to account for this * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Wrap the new buffering and stream seek detection in the engine implementation * src/Banshee.Widgets/LinearProgress.cs: Use the shared ColorBlend in DrawingUtilities * src/Banshee.Widgets/Makefile.am: Added SeekSlider.cs, StreamPositionLabel.cs, and DrawingUtilities.cs: * src/Banshee.Widgets/SeekSlider.cs: Custom Gtk.Scale that is well adapted to seeking in streams * src/Banshee.Widgets/StreamPositionLabel.cs: Custom Label that draws a buffering progress bar under the position label when buffering, and updates automatically based off SeekSlider events * src/Banshee.Widgets/DrawingUtilities.cs: Added static class that contains the ColorBlend method; shared between a few widgets 2006-03-15 Aaron Bockover * src/PlayerInterface.cs: * src/PlaylistView.cs: * src/Banshee.Base/TrackInfoPopup.cs: * src/Banshee.Base/Utilities.cs: Show track durations longer than one hour properly (BGO #333472, Ruben Vermeersch) 2006-03-15 Aaron Bockover * src/MusicBrainz/Client.cs: Added proxy server support (Michael Hutchinson) 2006-03-15 Aaron Bockover Patches by Sebastian Dröge: * *Makefile.am: Don't remove Makefile.in and other files generated by autogen.sh on distclean. Move these files to MAINTAINERCLEANFILES. This makes banshee buildable after a distclean. * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Show the TrackInfoPopup only after 500ms when the mouse cursor is still over the Notification Area Icon and let it disappear on EndOfStream when we don't play anything else after 250 ms. * src/Banshee.Plugins/NotificationAreaIcon/Makefile.am: * src/Banshee.Plugins/NotificationAreaIcon/banshee-notificationareaicon.schemas.in: Rename the missed instances of tray icon to notification area icon. * src/Banshee.Widgets/CoverArtThumbnail.cs: Delay showing the popup for 500ms 2006-03-14 Aaron Bockover * libbanshee/xing: Nuked, gone, good-bye, sorry * libbanshee/Makefile.am: Killed xing * configure.ac: Removed xing 2006-03-13 Aaron Bockover Version 0.10.8 Released * NEWS: Updated with 0.10.8 Release Notes * configure.ac: Bumped to 0.10.8 * src/PlayerInterface.cs: Sensitize the Sync button based on DapDevice.CanSynchronize * src/Banshee.Base/TrackInfo.cs: Added TrackNumberTitle property * src/Banshee.Dap/MassStorage/MassStorageDap.cs: use TrackNumberTitle 2006-03-13 Aaron Bockover New NotificationAreaIcon plugin by Sebastian Dröge: * banshee.mdp: Updated MonoDevelop project * configure.ac: Added NotificationAreaIcon stuff for new plugin * data/UIManagerLayout.xml: Removed the tray icon menu * data/banshee.schemas.in: Removed tray icon schema entries * src/Makefile.am: Removed NotificationAreaIcon.cs * src/NotificationAreaIcon.cs: Removed * src/Banshee.Base/ActionManager.cs: * src/PlayerInterface.cs: Removed tray-specific code * src/Banshee.Base/Globals.cs: Added property to get handle to main window * src/Banshee.Plugins/Makefile.am: Added NotificationAreaIcon to SUBDIRS * src/Banshee.Widgets/Makefile.am: Removed NotificationAreaIcon.cs * src/Banshee.Widgets/NotificationAreaIcon.cs: Removed * src/Banshee.Plugins/NotificationAreaIcon/: Moved all the old tray icon code into new NotificationAreaIcon plugin 2006-03-13 Aaron Bockover * banshee.mdp: Updated MonoDevelop project * src/banshee.in: Removed HELIX_LIBS; handled by helix-dbus-server * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Added process activation support to automatically run helix-dbus-server if not found over dbus already * src/Banshee.Base/PlayerEngineCore.cs: Do not die if a PlayerEngine could not be instantiated; report an error and continue Patches by Sebastian Dröge: * src/Banshee.Plugins/Audioscrobbler/Engine.cs: Ports the audioscrobbler plugin to the new PlayerEngine API. Seeking is now recognized correctly and pausing in a big track doesn't submit it twice anymore. * src/Banshee.Base/Sources/LibrarySource.cs: fix double import bug for the first track imported in an empty library 2006-03-12 Aaron Bockover * configure.ac: Removed Helix/RealPlayer detection; detect helix-dbus-server if --enable-helix * data/banshee.glade: Removed the engine description text box * src/Preferences.cs: Removed engine description * PlayerEngineCore.cs: Added a log entry to show selected engine * src/Banshee.MediaEngine/Helix/: Removed C# bindings to Helix/hxclientkit; helix support has been moved out of process to helix-dbus-server * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: DBus client object to the new helix-dbus-server program * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: PlayerEngine implementation of HelixRemotePlayer; Helix support is out of process * src/Banshee.MediaEngine/Vlc/VlcPlayerEngine.cs: New VLC implementation of PlayerEngine; no more IPlayerEngines! * src/Banshee.Base/IPlayerEngine.cs: Removed * src/Banshee.Base/Makefile.am: Removed IPlayerEngine.cs 2006-03-11 James Willcox * src/Banshee.Plugins/Daap/daap-sharp: Updated from Mono svn (again) 2006-03-10 James Willcox * src/Banshee.Plugins/Daap/daap-sharp: Updated from Mono svn 2006-03-10 Aaron Bockover * banshee.mdb: Updated MonoDevelop project * src/Banshee.Base/PlayerEngineCore.cs: first pass at dynamic engine switching * src/Banshee.Base/Dap/Dap.cs: Added CanSynchronize * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Added SetProperty method * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Renamed IsSynchronizable to CanSynchronize; commented out some 'broke the build' stuff until gabaug can discuss * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Added SetProperty method to set GObject properties on the underlying playbin * src/Banshee.MediaEngine/Helix/HelixPlayer.cs: Port of Helix backend from IPlayerEngine to PlayerEngine 2006-03-10 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Implemented adding and deleting tracks, bytes used. Use new HAL keys for where to find/write music, if they exist. * src/Banshee.Dap/MassStorage/MassStorageTrackInfo.cs: New file, simple subclass of FileTrackInfo. * src/Banshee.Dap/MassStorage/Makefile.am: add MassStorageTrackInfo.cs. 2006-03-09 Aaron Bockover * src/Banshee.Base/PlayerEngine.cs: Replacement for IPlayerEngine; base class that offers common functionality between all engines; new event/message system that is more verbose than old system... allows for metadata extraction from streams and buffering * src/Banshee.Base/PlayerEngineCore.cs: Proxy and wrapper for PlayerEngine that handles all loading of PlayerEngine types and switching out of engines at runtime * src/Banshee.Base/PlayerEngineLoader.cs: Removed, deprecated, etc... PlayerEngineCore now loads and instantiates engines from assemblies * src/PlayerInterface.cs: User interface is completely passive regarding interaction with PlayerEngineCore; UI updates only after getting events and messages from PlayerEngineCore; plugins now have the exact same functionality regarding playback that the UI has traditionally had * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Reworked to implement new PlayerEngine base class; implementation is now much simpler (for 0.10 and 0.8 engines) * src/Banshee.Base/UnknownTrackInfo.cs: A placeholder TrackInfo class tha