2007-04-01 Aaron Bockover 0.12.1 Released * configure.ac: Bump to 0.12.1 * build/m4/banshee/dap-ipod.m4: Require ipod-sharp 0.6.3 * NEWS: Updated with release notes 2007-03-31 Aaron Bockover * src/Core/Banshee.Base/Paths.cs: Fix a typo in DefaultLibraryPath (BGO #422442) 2007-03-31 Aaron Bockover * src/Dap/Banshee.Dap.Ipod/IpodDap.cs: Fixed major bug where no tracks would be read on an HFS+ iPod; handle new iPod shuffles a little better; map to more suitable device icons for new Nanos and Shuffles * src/Dap/Banshee.Dap.Ipod/UnsupportedDatabaseView.cs: Dot not offer to rebuild the database if iPod is read only/HFS+ * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: * src/Core/Banshee.Base/Dap/DapPropertiesDialog.cs: Do not crash when reading profile properties * src/Core/Banshee.Base/Banshee.Kernel/Scheduler.cs: Added Suspend/Resume methods to stop the processing of scheduled jobs * src/Core/Banshee.Base/QueuedOperationManager.cs: Internals rewritten to use the scheduler instead of creating its own threads; there was a huge bug here that ended up potentially spawning hundreds of threads. Evil. The scheduler rocks. * src/Core/Banshee.Base/Sources/DapSource.cs: Added some null checks and updated to reflect changes in QOM * src/Plugins/Banshee.Plugins.Podcast/PodcastDBManager.cs: Do not bail reading the DB if the date/time is invalid 2007-03-05 Aaron Bockover 0.12.0 Released * NEWS: Updated with 0.12.0 release notes 2007-03-05 Aaron Bockover * configure.ac: Bumped to 0.12.0 * src/Core/Banshee/banshee.in: Prepend GST_PLUGINS_PATH instead of overwriting it 2007-03-05 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: Implement StartPlayback method which will play either the selected station, the first station in the selected group, or the first station in the first group when there is no selection (happens when the main play button is clicked); disabled the previous/next actions as they do not apply to radio * src/Plugins/Banshee.Plugins.MiniMode/SourceModel.cs: Updated FindSource to be recursive like the SourceView (Scott Peterson, BGO #414505) * src/Core/Banshee.Base/Gui/SourceView.cs: Fixed ellipsis code to not use excessive substrings in a try/catch form; efficient and no longer ugly (Scott Peterson, BGO #414485) * src/Plugins/Banshee.Plugins.MiniMode/minimode.glade: Full screen button should not have relief now that others do not * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPane.cs: Update background of recommendations pane on StyleSet (Brian Kerrick Nickel BGO #413593) * src/Core/Banshee.Base/PlayerEngineCore.cs: Added null check for CurrentTrack (BGO #410364) * src/Core/Banshee.Base/SafeUri.cs: Added Equals method * src/Core/Banshee.Base/Source.cs: Added StartPlayback virtual method that sources can override to handle when the play button is pressed while the engine is in idle * src/Core/Banshee.Widgets/FadingAlignment.cs: Updated to be a bit more subtle and use better color choices (background+mid); Added a subtle left border to blend better with the view widget (BGO #412584) * src/Core/Banshee/PlaylistModel.cs: Reset the PlayingIter to zero when a new stream is started * src/Core/Banshee/PlaylistView.cs: Set as 'now playing' when the playing iter is set, do not update the iter is non-zero; set the PlayingIter when the URIs of two tracks are equal, caches to reduce comparisons; fixes both (BGO #408128, #348079, BNC #228720) * src/Core/Banshee/PlayerInterface.cs: In PlayPause, call StartPlayback on the active source if it implements the method and the engine is in the idle state * src/Core/Banshee/Main.cs: Manually call gdk_set_program_class as there appears to be an issue with window grouping in SLED FCS and SP1; also use Gnome.Program.Run instead of Gtk.Application.Run (BNC #249494) 2007-02-26 Mike Kestner * autogen.sh: don't clobber existing ACLOCAL_FLAGS. 2007-02-26 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/StationManager.cs: Ensure that local stations can be loaded even if the remote ones can't (BNC #248831) * src/Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/Playlist.cs: Throw an exception if the XSPF document does not have a valid root node to ensure that a NullReferenceException doesn't get thrown (can be bad due to how Mono handles them - often they lead to an unhandled SIGSEGV) 2007-02-25 Gabriel Burt * src/Core/Banshee/PlayerInterface.cs: Make the Remove content menu option insensitive for SmartPlaylistSources. Make the Add to Playlist/Ratings menus show up for SmartPlaylistSources. Fixes BGO #411221. 2007-02-24 Aaron Bockover * src/Core/Banshee/PlayerInterface.cs: Use the Fading Alignment under the playlist header * src/Core/Banshee.Widgets/FadingAlignment.cs: Make the gradient look nicer * data/banshee.glade: Reordered some widgets to allow for proper spacing 2007-02-23 Aaron Bockover * libbanshee/gst-playback-0.10.c: Set the pipeline to playing or paused when at the right time when buffering a stream so the clock can't get ahead of itself, which may cause some streams to rebuffer depending on the stream and network speed (BGO #410278) 2007-02-22 Aaron Bockover * src/Core/Banshee.Base/FileNamePattern.cs: Forgot to mark ExpandTokenHandler as public too 2007-02-22 Aaron Bockover * src/Core/Banshee.Base/FileNamePattern.cs: Make AddConversion and the Conversion struct public, inlined access to the conversion table values (Alptacular) 2007-02-21 Aaron Bockover * src/Plugins/Banshee.Plugins.Recommendation/RecommendationUtilities.cs (HostInjectionHack): Work around a last.fm web services bug where they return URIs without a host name on some content. It appears the host name is always static3.last.fm, but that may not be the case for all data or it may change in the future - last.fm should fix their stuff (BGO #408068) 2007-02-21 Aaron Bockover * src/Core/Banshee/banshee.in: Do not use @MONO@, which hard codes the mono runtime location; just use mono and let the right one be chosen from PATH - useful when working with parallel mono environments * src/Core/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: Add an explicit null check for HalCore.Manager to get around any potential SEGV signal issues when throwing NullReferenceException; ensures that even if HAL isn't available, the app should continue to load, regardless of signal settings (which determine if SEGV can chain up to NullReferenceException by being handled by the runtime)) * ext/hal-sharp/Manager.cs: Do the same as the above, plus throw a more descriptive exception with cute DBus details 2007-02-21 Aaron Bockover * src/Dap/Banshee.Dap.Ipod/IpodQueryJob.cs * src/Dap/Banshee.Dap.Ipod/IpodMetadataProvider.cs: Updated to reflect API updates in the metadata services 2007-02-21 Aaron Bockover * build/m4/banshee/dbus.m4: * build/Common.Makefile: * ext/dbus-sharp/Makefile.am: * configure.ac: Patch from Sebastian Dröge to allow linking against an external installation of NDesk DBus (BGO #409964) 2007-02-20 Aaron Bockover * src/Core/Banshee.Widgets/VolumeButton.cs: Do not show the slider dock when scrolling on the volume button; stop the scroll signal emission in event-after to keep the tooltip showing (and reflecting the updated volume level) as the scroll happens, like the panel applet volume button 2007-02-20 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/TextViewLabel.cs: A GtkTextView that acts and looks more like a GtkLabel - but it has nice word wrapping * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Make the dialog resizable in the X direction; Use the new TextViewLabel to show the description so when resizing, it can wrap properly; set a good default minimum width * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Use the TextViewLabel to show the description (widget is based on code that was written directly into ProfileComboBoxConfigurable.) 2007-02-20 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: * src/Core/Banshee.Base/Banshee.Metadata/IMetadataLookupJob.cs: * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: * src/Core/Banshee.Base/Banshee.Metadata/IMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata/BaseMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Base.mdp: * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedQueryJob.cs: * src/Core/Banshee.Base/Globals.cs: * src/Core/Banshee.Base/AudioCd/AudioCdDisk.cs: * src/Core/Banshee.Base/Makefile.am: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Use the new MetadataSettings so there's no dependency on core/app features that previously made the metadata services only usable inside the Banshee application context; provide a GlobalMetadataSettings implementation that implements settings for the application core 2007-02-20 Aaron Bockover 0.11.7 Released * NEWS: Updated with 0.11.7 notes * configure.ac: Bump to 0.11.7 2007-02-19 Aaron Bockover * src/Engines/Banshee.MediaEngine.GStreamer/GstPlayerEngine.cs: Do not update the CurrentTrack if it is null * src/Core/Banshee/PlaylistView.cs: call column.SetMaxFixedWidth(this) * src/Core/Banshee/PlayerInterface.cs: Show dialogs for LogCore LogEntrys that have been logged before connecting to the event; prompt for importing when the StartupInitializer is done, not through some library loaded hack * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: Added SetMaxFixedWidth to size fixed width columns properly * src/Core/Banshee/Banshee.TrackView.Columns/TrackNumberColumn.cs: Set the fixed width strings * src/Core/Banshee/Main.cs: Handle any exceptions that happen when trying to initialize DBus; log a warning if there's a problem * src/Core/Banshee.Base/Gui/SplashScreen.cs: Turn off KeepAbove so the splash screen doesn't force itself above other windows * src/Core/Banshee.Base/DBusPlayer.cs: If only one CD is available and no argument is passed to --audio-cd, select the single CD 2007-02-07 Aaron Bockover * ext/dbus-sharp/*: Updated dbus-sharp and dbus-sharp-glib to 0.4.0 and 0.3.0 respectively; number of fixes and performance improvements including a fix for surviving a session bus restart 2007-02-05 Aaron Bockover * libbanshee/gst-cd-rip-0.10.c: Fix major crasher that sometimes happens when canceling a CD rip; caused by memory corruption due to not setting an unreffed object pointer to null; _free calls _cancel to avoid code dupication * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: Allow the view to scroll horizontally * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPlugin.cs: Hide the pane when the player state goes idle * src/Core/Banshee/PlayerInterface.cs: Set the cover art for the cover art view to null when idle * src/Core/Banshee.Widgets/CoverArtView.cs: Hide on null * src/Core/Banshee.Base/FileNamePattern.cs: Added more characters to escape, and cache the regular expression 2007-02-05 Aaron Bockover 0.11.6 Released * NEWS: Updated * NOTES: Reset * src/Plugins/Banshee.Plugins.Radio/Makefile.am: Added files to EXTRA_DIST 2007-02-05 Aaron Bockover * src/Core/Banshee.Base/Gui/SourceView.cs: Prevent a possible nullref when dropping on the view and not on a row (BNC 236798) * src/Core/Banshee.Widgets/ActionButton.cs: Decreased spacing between icon and label; looked strange now that the buttons don't have relief * configure.ac: Bumped to 0.11.6 2007-02-05 Aaron Bockover * Plugins/Banshee.Plugins.Radio/StationManager.cs: Added Create, Update, and Remove station methods; support showing/hiding remote stations * Plugins/Banshee.Plugins.Radio/RadioPlugin.cs: Support showing/hiding remote stations * Plugins/Banshee.Plugins.Radio/RadioSource.cs: Added UI for editing, adding, and removing stations * Plugins/Banshee.Plugins.Radio/StationGroup.cs: Added Save method * Plugins/Banshee.Plugins.Radio/StationModel.cs: Support adding, updating, and removing stations * Plugins/Banshee.Plugins.Radio/StationEditor.cs: Editor dialog for local stations * Plugins/Banshee.Plugins.Radio/RadioActions.xml: Updated UI * Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/Playlist.cs: * Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/XspfBaseObject.cs: * Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/Track.cs: Added basic XML write support for XSPF playlists 2007-02-04 Aaron Bockover * src/Core/Banshee.Widgets/VolumeButton.cs: Port of the C version of BaconVolumeWidget - a much more natural and easy to use volume button 2007-02-03 Aaron Bockover * src/Core/Banshee.Base/Gui/TrackEditor.cs: * data/banshee-dialogs.glade: Changed wording on the copy all fields button to make it easier to understand and translate (BGO 399650) 2007-02-03 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Remove Dispose override, added SaveColumns * src/Core/Banshee/PlayerInterface.cs: Call playlistView.SaveColumns 2007-02-02 Aaron Bockover * src/Core/Banshee.Widgets/CoverArtThumbnail.cs: Call SetSizeRequest on the image, not on the window, ensure Resize on the window is always smaller than the image so the image.SetSizeRequest ends up making the window fit perfectly to the scaled cover art (Fixes BGO 334698); split CoverArtView into a separate file * src/Core/Banshee.Widgets/CoverArtView.cs: Split class out of old file 2007-02-01 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Add a 1px fixed column that can't be moved or resized and is always in the last position; do not allow columns to be dragged to the right of this special column; this ensures that if the user drags a resizable column into the 'last' position, it will not fill to eat the remaining width of the view, thus creating a false width; this should _finally_ get rid of unwanted horizontal scrolling. This fix is hereby dedicated to Whiprush. * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: Turn on ellipsizing on columns CellRendererText renderers, fixed packing of the renderer - a bug exposed by setting ellipsizing * src/Core/Banshee.Base/Sources/AudioCdSource.cs: Show a 'Copy CD' action button in the header when the source is active 2007-02-01 Aaron Bockover * data/banshee.glade: Made spacing look better now that buttons do not have a relief style * data/UIManagerLayout.xml: Added placeholder for actions that are 'new' * data/audio-profiles/Makefile.am: CLEANFILES->DISTCLEANFILES, fixes a potential build issue regarding generating the audio profiles .xml files * src/Plugins/Banshee.Plugins.Podcast/*: Added a subscribe button to the toolbar, change the verbage of 'feed' to 'podcast' as it's more user friendly (BNC 237045, 237038) * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: Do not show the playlist header and disable Write to CD action * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Fixed a potential crasher regarding showing cover art (BNC 236428) * src/Core/Banshee/PlayerInterface.cs: Fixed visibility logic of the playlist header; fixed a tiny focus bug * src/Core/Banshee.Widgets/ActionButton.cs: Set relief to none * src/Core/Banshee.Widgets/FadingAlignment.cs: Added a nice fading widget, but it's not in use anywhere right now; my idea didn't work out like I wanted it to, but the widget may still be useful * src/Core/Banshee.Widgets/DiscUsageDisplay.cs: * src/Core/Banshee.Widgets/DrawingUtilities.cs: Moved GdkColorToCairoColor from private widgets to avoid duplication * src/Core/Banshee.Base/Gui/ExceptionDialog.cs: Do not load the icon name for the window from branding because the dialog might be handling a crash from before branding initialization, in which case a nullref will occur * src/Core/Banshee.Base/IconThemeUtils.cs: Finally updated to use the binding API for Gtk.IconTheme love; this code was written in the Gtk# 2.4 era, when there was no binding for Gtk.IconTheme; gets rid of a lot of native interop at the Banshee level * src/Core/Banshee.Base/Sources/AudioCdSource.cs: Disable the Write to CD action * src/Core/Banshee.Base/TrackInfoHeader.cs: Ensure the cover art thumbnail is hidden on idle, not just empty * src/Core/Banshee.Base/SourceManager.cs: Respect source.CanWriteToCD * src/Core/Banshee.Base/Source.cs: Added CanWriteToCD virtual property 2007-01-31 Gabriel Burt * src/Core/Banshee.Base/FileNamePattern.cs: Escape &'s too. * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Log exceptions caught while transferring songs. 2007-01-31 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: If the DAP is not restricted to a particular folder depth, use the normal Banshee FileNamePattern when copying music over. Fixes BGO #398491. 2007-01-30 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: * src/Dap/Banshee.Dap.MassStorage/MassStorageTrackInfo.cs: Cleanup whitespace (follow HACKING). 2007-01-29 James Willcox * src/Plugins/Banshee.Plugins.Daap/daap-sharp/Database.cs: updated from upstream, fixes a problem where track numbers weren't showing up. 2007-01-24 Aaron Bockover * src/Core/Banshee.Widgets/PropertyTable.cs: Do not add a key label if the key string is null * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigureButton.cs: Protected against a potential nullref * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Added ':' to the end of the control labels * src/Core/Banshee.Base/Sources/DapSource.cs: Override the default source property label to 'iPod Properties', where iPod is the generic device name - nicer than 'Source Properties' * src/Core/Banshee.Base/Dap/DapPropertiesDialog.cs: Use a description box container so the profile selector doesn't look goofy 2007-01-24 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: * src/Core/Banshee.Base/Banshee.AudioProfiles/Profile.cs: Use the XML utilities in Banshee.Base.Localization to select the right string node based on xml:lang * src/Core/Banshee.Base/Localization.cs: Utilities to read the instance language setting (based on g_get_language_names()); XML utilities to to select nodes matching a query that also match against an xml:lang for the language in the current instance * src/Core/Banshee.Base/Makefile.am: * src/Core/Banshee.Base/Banshee.Base.mdp: Added Localization.cs * data/audio-profiles/vorbis.xml.in: Missed two strings to be translated 2007-01-23 Aaron Bockover * data/audio-profiles/*.xml.in: Moved from *.xml, edit to allow intltool to extract and merge translations * data/audio-profiles/Makefile.am: Added, use INTLTOOL_XML_RULE to support translating the audio profiles * data/Makefile.am: Include audio-profiles in SUBDIRS, do not install the audio profiles as the audio-profiles/Makefile will do that now * configure.ac: Generate data/audio-profiles/Makefile 2007-01-22 Patrick van Staveren * build/m4/banshee/dap-mtp.m4: properly quote error string and give more useful output. 2007-01-22 Aaron Bockover * configure.ac: Bumped to 0.11.5 * NEWS: Updated with 0.11.5 release notes * src/Core/Banshee.Base/BatchTranscoder.cs: Added the ability to register alternative Transcoder types for handing WAV encoding * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: Removed the obsolete API * src/Plugins/Banshee.Plugins.MetadataSearch/banshee-plugin-metadatasearcher.schemas.in: Updated 2007-01-21 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Added a Lookup method that returns bool; support instances with a pre-determined ASIN * src/Core/Banshee.Base/AudioCd/AudioCdDisk.cs: Perform a sync lookup through MusicBrainzQueryJob to fetch cover art for audio CDs * src/Core/Banshee.Base/AmazonCoverFetcher.cs: Removed legacy cover art downloader 2007-01-21 James Willcox * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: add a 'AddProvider' method * src/Core/Banshee.Base/Banshee.Metadata/MetadataProviderFactory.cs: removed * src/Dap/Banshee.Dap.Ipod/IpodMetadataProvider.cs: add a new metadata provider which gets the cover art off the iPod when available. * src/Dap/Banshee.Dap.Ipod/IpodQueryJob.cs: added 2007-01-21 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: Added SaveHttpStreamPixbuf that normalizes image data over HTTP to JPEG form and saves it to the cover art location, if the dimensions are greater than 50x50 * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Use SaveHttpStreamPixbuf from the base class 2007-01-20 Aaron Bockover * src/Plugins/Banshee.Plugins.MetadataSearch/MetadataSearchConfigDialog.cs: Removed * src/Plugins/Banshee.Plugins.MetadataSearch/MetadataSearchPlugin.cs: R Rewritten to use the new Banshee.Metadata services APIs; shows progress of the operation in an ActiveUserEvent * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: Ensure jobs are removed from the private queries table when they are unscheduled as well as finished * src/Core/Banshee.Base/Banshee.Kernel/Scheduler.cs: In Unschedule(), match jobs that implement the interface of a type or is that are a subclass of a type; added ScheduledJobsCount; use Globals.Debugging * src/Core/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Added a top level 'Tools' menu * src/Plugins/Banshee.Plugins.Podcast/data/PodcastMenu.xml: * src/Plugins/Banshee.Plugins.Audioscrobbler/AudioscrobblerMenu.xml: Moved main menu actions to the new 'Tools' top level menu 2007-01-19 Aaron Bockover Merged patch by Trey Ethridge that loads embedded cover art in streams; implemented as the first-priority metadata provider in the new metadata services framework. BGO #388162. * src/Core/Banshee.Base/Banshee.Metadata/MetadataProviderFactory.cs: Added EmbeddedMetadataProvider. * src/Core/Banshee.Base/Paths.cs: Added overloaded method to get cover art path that takes the file extension * src/Core/Banshee.Base/TrackInfo.cs: Updated CoverArtFileName to try all possible file extensions that we support when using the new artist_album_id * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedMetadataProvider.cs: Implements the metadata provider interface. * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedQueryJob.cs: Does the work of retrieving the cover art from the file and caching it. * src/Core/Banshee.Base/StreamTagger.cs: Updated TrackInfoMerge method to use any file extension. It was hard coded to only use ".jpg". 2007-01-19 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: New metadata service job that runs all provider jobs in chain+sync * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: Primary singleton for scheduling metadata lookups; runs a MetadataServiceJob in the Banshee scheduler * src/Core/Banshee.Base/Banshee.Metadata/IMetadataProvider.cs: Updated * src/Core/Banshee.Base/Banshee.Metadata/BaseMetadataProvider.cs: New base class for service jobs * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzMetadataProvider.cs: Updated to work with the changes in the metadata service APIs 2007-01-17 Aaron Bockover * src/Core/Banshee.Base/BansheeBranding.cs: Fixed branding initialization bug wherein the default cover art would never be loaded if a custom branding were available * src/Core/Banshee/Banshee.TrackView.Columns/RatingColumn.cs: * src/Core/Banshee/banshee-interface.schemas.in: Rating is on by default * src/Plugins/Banshee.Plugins.Podcast/PodcastCore.cs: Removed debug line 2007-01-17 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/TrackNumberColumn.cs: Make this column a fixed width * src/Core/Banshee/Banshee.TrackView.Columns/AlbumColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/TitleColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/DurationColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/ArtistColumn.cs: Set better default widths for these columns * src/Core/Banshee/banshee-interface.schemas.in: Updated from above * src/Core/Banshee.Base/Library.cs: Fixed library path bug found in SP1 2007-01-17 Aaron Bockover * src/Core/Banshee.Base/Gui/PreferencesDialog.cs: * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Show the description in a GtkTextView * data/banshee-dialogs.glade: Fixed more alignment issues * data/audio-profiles/*: Updated profile names and descriptions to provide more detail and be more user-friendly 2007-01-17 Aaron Bockover * data/audio-profiles/wavpack.xml: Fixed 2007-01-17 Ruben Vermeersch * data/audio-profiles/mp3-lame.xml: Change the vbr-mode parameter, which doesn't exist, to vbr. Fixes BGO #397753. 2007-01-17 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigureButton.cs: Only enable when the profile can be configured * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Do not show the advanced expander if there are no advanced variables * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Show the description of the profile in a label below the combo box * src/Core/Banshee.Base/Globals.cs: * src/Core/Banshee.Base/GstMisc.cs: Added SExp functions for building GStreamer pipelines * src/Core/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: Flatten the SExp result tree * build/m4/shamrock/mono.m4: Hopefull this will work on evil distros that put the GAC in lib64 and on good distros that put it in lib * data/banshee-dialogs.glade: Fix alignment on label * data/audio-profiles/*: Updated to the latest SExp syntax and use new gst-construct-* functions to help build pretty pipelines 2007-01-17 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Make sure not to modify a list while iterating over it. Push removal of songs into a separate thread so it doesn't block. 2007-01-17 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Instead of copying instantly when adding a file to a DAP, wait until the Synchronize button is pressed like how other DAPs operate. Fixes BGO #370229. Doing so gives us transcoding nearly for free, fixing BGO #354727. Based on patch by Juri Pakaste. * src/Core/Banshee.Base/Dap/DapMisc.cs: Add GetCodec method. * src/Core/Banshee.Base/Dap/Dap.cs: Allow subclasses to set the SupportedExtensions and SupportedPlaybackMimeTypes properties. 2007-01-16 Gabriel Burt * src/Core/Banshee.Base/Gui/SourceView.cs: Let tracks from smart playlists be dragged around. Patch by Chris Turchin, fixes BGO #377885. * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Set IsDragSource for future DAP playlist use. 2007-01-16 James Willcox * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: Move the HTTP stuff up to the parent class * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/*.cs: new metadata provider which uses MusicBrainz to find cover art. It is the default provider now, since it gets much higher quality images compared to the Rhapsody backend. If it fails, the Rhapsody backend is used as a fallback. 2007-01-15 Aaron Bockover * src/Core/Banshee.Base/Banshee.Configuration/GConfConfigurationClient.cs: Support disabling actual GConf support via BANSHEE_DISABLE_GCONF * build/gconf-schema-rules: Set BANSHEE_DISABLE_GCONF so a GConf client is not actually created during the schema generation; necessary for building in build services, etc. 2007-01-15 Alp Toker * ext/hal-sharp/Device.cs: Add internal DType enum copied from dbus-sharp since it will no longer be available in future versions. 2007-01-15 Aaron Bockover 0.11.4 Released * NEWS: Updated with 0.11.4 release notes 2007-01-14 Aaron Bockover * src/Core/Banshee.Base/IO/IOProxy.cs: Enable the GNOME VFS IO backend 2007-01-14 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/*: Added initial code for local station management, not complete * src/Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/XspfBaseObject.cs: Add a null check 2007-01-14 Aaron Bockover * src/Plugins/Banshee.Plugins.Podcast/PodcastPlugin.cs: Added a better description of what podcasting is * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: * src/Plugins/Banshee.Plugins.Radio/source-radio.png: Use Jakub's new radio icon (sweeeet) * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Base/Globals.cs: Rework the SmartPlaylistCore so that it is not a plugin, instead initialize/dispose it directly as we always want smart playlists to be available 2007-01-14 Aaron Bockover * src/Plugins/: Moved Radio, Podcast, MiniMode, Recommendation plugins from banshee-official-plugins * build/m4/shamrock/mono.m4: Use Mono's libdir (BGO #394033) 2007-01-12 Patrick van Staveren * src/Dap/Banshee.Dap.Karma/KarmaDap.cs: add PluginModuleEntry, on behalf of Bob Copeland. BGO 392013. 2007-01-10 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/Literals.cs: Use the en-US culture to format doubles * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Add enables/disables support on the variable node, used by the check type * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Fixed minor bug with check control, add enables/disables support for the check control * src/Core/Banshee.Base/Globals.cs: Load profiles even if they're not being tested * data/audio-profiles/wma.xml: Use the check control for vbr * data/audio-profiles/wavpack.xml: Added a wavpack profile by Sebastian Dröge 2007-01-06 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Support the check type; added a text view to dump the S-Expression eval in when running in debug mode * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Added check type * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/CastFunctionSet.cs: Added cast-bool * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/Literals.cs: Override ToString on BooleanLiteral to return lower-case true/false * data/audio-profiles/mp3-xing.xml: * data/audio-profiles/wma.xml: * data/audio-profiles/vorbis.xml: * data/audio-profiles/flac.xml: Updated 2007-01-06 Aaron Bockover This commit adds some incredible power to the audio profiles support. Profile process (i.e. GStreamer pipelines) are now defined using an S-Expression like language. This is a big change, but very, very well worth it. I will be flying and unavailable today/Jan 6, so if this commit breaks the build or functionality somehow, revert to the previous svn revision. * src/Core/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: Added SExpEngine integration to compile the pipeline process; removed transformation/Abakos support as it can now be done inline in S-Exp * src/Core/Banshee.Base/Globals.cs: Add the gst-element-is-available S-Exp function * src/Core/Banshee.Base/GstMisc.cs: Added a S-Exp function, gst-element-is-available, which is a S-Exp wrapper around TestPipeline; this S-Exp function can be used to conditionally include an element or pipeline piece inside of the master pipeline: (+ "lame" (if (gst-element-is-available "xingmux") "! xingmux" "")) * data/audio-profiles/*.xml: Ported all the pipelines to S-Exp expressions * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/*: The new SExpEngine - written in 10 hours! Probably lots of holes to fill, but it has a lot of built in functionality and is working for what we need for audio profiles; the parser could probably use some love 2007-01-05 Peter Teichman * src/Core/Banshee.Base/LibraryTrackInfo.cs: Fix an integer overflow when importing tracks with numbers that don't fit into 32 bits. (BNC #219700) Also, only use numbers in filenames as track numbers when they're at the beginning of the filename. 2007-01-05 Aaron Bockover * src/Core/Banshee.Base/Gui/SourceView.cs: Expand node if source.Expanded is true or source.AutoExpand is not null and is true; override the OnRowExpanded/OnRowCollapsed methods to store the expansion state in the source * src/Core/Banshee.Base/Source.cs: Added Expanded virtual bool property and made AutoExpand a nullable bool * src/Core/Banshee.Base/Sources/LibrarySource.cs: Override Expanded and read/store the value in configuration; Override AutoExpand and return it as null, so the Expanded property is used exclusively in the view * src/Core/Banshee.Base/Banshee.Configuration.Schema/LibrarySchema.cs: Added SourceExpanded property * src/Core/Banshee.Base/Globals.cs: * src/Core/Banshee.Base/StreamTagger.cs: * src/Core/Banshee.Base/Gui/RatingRenderer.cs: Fixed some minor warnings * src/Core/Banshee.Base/Makefile.am: Added ScriptCore.cs 2007-01-05 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Removed old unused column variables * src/Core/Banshee/PlayerInterface.cs: Show the rip check button again * src/Core/Banshee.Base/Plugins/ScriptCore.cs: Split script support out from PluginCore into new ScriptCore; added StartupInvocationEntry and ScriptCore.InstallInvocation to allow scripts to install menu/UI hooks in the Music menu - provides simple user-initiated invocation for scripts * src/Core/Banshee.Base/Plugins/PluginCore.cs: Split script support out into new ScriptCore * src/Core/Banshee.Base/Globals.cs: Initialize ScriptCore * data/UIManagerLayout.xml: * src/Core/Banshee.Base/ActionManager.cs: Created action for the Scripts menu 2007-01-04 Aaron Bockover * src/Core/Banshee.Base/FileNamePattern.cs: Filter the display pattern too * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Support enables/disables on preset variables; support min/max labels * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Added enables/disables support and min-label, max-label * src/Core/Banshee.Base/Banshee.AudioProfiles/Abakos.Compiler/Expression.cs: Work around parser bug * src/Core/Banshee.Base/Globals.cs: Do not test audio profiles if BANSHEE_PROFILES_NO_TEST is set * src/MonoDevelopBootstrap.cs: Use Mono.Unix.Native.Syscall.system to exec make run so the environment can be set * data/audio-profiles/vorbis.xml: Set min-label, max-label * data/audio-profiles/mp3-lame.xml: Support VBR 2007-01-04 Aaron Bockover * src/Core/Banshee.Base/Plugins/PluginFactory.cs: Handle reflecting against dynamic modules * src/Core/Banshee.Base/Plugins/PluginCore.cs: After compiling a boo script, always call factory.LoadPluginsFromAssembly, and always invoke the assembly.EntryPoint and with the proper number of arguments; this allows you to not have to specify a Main() method at all in the boo script * src/Core/Banshee.Base/FileNamePattern.cs: Added FilterHandler to allow plugins and scripts to perform further formatting on the FileNamePattern 2007-01-03 Ruben Vermeersch * src/Core/Banshee.Base/ArgumentQueue.cs: Allow duplicate arguments to be passed. This avoids a crash when you pass --play --play (or similar) and avoids dirty hacks in the launcher script. The first passed argument will be used. Any subsequent arguments with the same name (and their parameters) will be ignored. * src/Core/Banshee/banshee.in: Add support for profiling banshee. By passing --profile=name (where name is the name of the profiler you wish to use), the chosen profiler will be started. Also added support for starting profilers, traces and enabling debug by using environment variables. You can now start banshee with BANSHEE_DEBUG=1, BANSHEE_PROFILE=heap-shot and BANSHEE_TRACE=something. 2007-01-03 Peter Teichman * src/Core/Banshee/PlayerInterface.cs: Disable "Delete Song From Drive" in playlist listings (BNC #218997) Start playing the next song if the current one is deleted (BNC #218993) 2007-01-03 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/RatingColumn.cs: Make the column a fixed width and not resizable (BGO #385547) * src/Core/Banshee.Base/Gui/RatingRenderer.cs: Added static Width propery 2007-01-03 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Call CreatePopupableHeader on the columns after adding to the view (must be done after AppendColumn) * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: Added clever hack from Peter Johanson to allow button press events on tree view column headers, thus display a context menu on each column header on right click, allowing to hide the column or show the columns dialog 2007-01-03 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/*.cs: Make the SchemaEntry properties all public so they can be picked up by gconf schema extractor * src/Core/Banshee/banshee-interface.schemas.in: * src/Core/Banshee.Base/banshee-core.schemas.in: Updated, schema entries are sorted by key now * build/GConfSchemaExtractor.cs: Sort the schema entries by key to ensure that the schema content doesn't change just because the reflection iterating order in the assembly may have changed, which will cause false modifications (this is apparent when compiling between gmcs/make and gmcs/MonoDevelop) 2007-01-03 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/*.cs: Use an enum to ID columns and their sort orders, will make adding new columns easier; always sort track number in ascending order if not explicitly sorting on the track number column; sort by the parent folder uri of a track before sorting by album, which allows the same album to be in the library multiple times in different file system locations, but grouped and sorted properly in the view when sorting by track, album, or artist * src/Core/Banshee/Banshee.TrackView.Columns/UriColumn.cs: Added Uri Column; shows the local path if the file is local; if local, show the relative path from the base library path if path is a child of the base library * src/Core/Banshee/PlaylistView.cs: Instantiate Uri column * src/Core/Banshee.Base/Gui/PreferencesDialog.cs: QueueDraw on the playlist view when the library location changes; if the Uri column is visible, the displayed path may change when changing base library location * src/Core/Banshee.Base/Library.cs: Added set accessor on the Location property, added CachedLocation to avoid GConf calls on the get accessor to improve rendering in the Uri column renderer 2007-01-02 Ruben Vermeersch * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Prevent the notification bubble from showing up twice. 2007-01-02 Aaron Bockover * src/Core/Banshee.Base/Globals.cs: FreeHGlobal(mono_jig_segv_handler) 2007-01-02 Aaron Bockover * src/Core/Banshee.Base/GstMisc.cs: * libbanshee/gst-misc-0.10.c: Removed TestEncoder * src/Core/Banshee.Base/Globals.cs: Use sigaction before and after startup to grab and restore the JIT's SEGV handler due to a bad bug in GStreamer's SEGV signal handling (Gst BGO #391777); this should stop the random segfaults that have been happening lately 2007-01-01 Ruben Vermeersch * src/Makefile.am: Quick'n dirty fix to make HEAD build again. Happy newyear all! 2006-12-31 Aaron Bockover * src/PlayerInterface.cs: * src/Banshee.Base/Gui/SeekDialog.cs: Synced functionality, minor fixes 2006-12-31 Aaron Bockover * src/Makefile.am: * src/Banshee.Base/Makefile.am: * src/PlayerWindowSchema.cs: * src/Banshee.Base/Banshee.Configuration.Schema/PlayerWindowSchema.cs: Moved PlayerWindowSchema to Banshee.Base * build/Makefile.am: Install gconf-schema-extractor.exe * configure.ac: Bump to 0.11.4 2006-12-31 Aaron Bockover * src/PlayerInterface.cs: Use Album instead of DisplayAlbum, set the MoreInfoUri on the TrackInfoHeader; Use a stop icon instead of a pause icon if the stream cannot pause; support the Contacting engine state * src/StockIcons.cs: Added stop icon * src/PlaylistView.cs: Added protected IntPtr constructor * src/Banshee.Base/Banshee.Metadata/SchedulerMetadataProvider.cs: Added some more null checks * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Use Album instead of DisplayAlbum * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Support parsing Real Radio clip metadata and sending results as StreamTags; support cover art lookup inside live streams when track changes occur; support virtual sub-tracks on live streams when duration events come in; this allows the UI to show proper position/duration on subsets of a live stream * src/Banshee.Base/PlayerEngineCore.cs: Added CanPause property, if Pause() is called and the track cannot pause, stop it instead * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Added a Contacting state and use current_track.IsLive instead of current_track is UnknownTrackInfo to ensure tag updates only occur on live/radio streams * src/Banshee.Base/StreamTagger.cs: Added CommonTags.MoreInfoUri and support merging a duration that is already a TimeSpan * src/Banshee.Base/UnknownTrackInfo.cs: Set is_live * src/Banshee.Base/TrackInfoHeader.cs: Set MoreInfoUri, use a LinkLabel for the title; do not show the album if it is null * src/Banshee.Base/TrackInfo.cs: Removed Equals/GetHashCode overrides, added AreEqual(a,b) static method; Added IsLive and MoreInfoUri properties * src/Banshee.Widgets/StreamPositionLabel.cs: Added IsContacting * src/Banshee.Widgets/LinkLabel.cs: Added ActAsLink - link functionality can be disabled by setting this to false, it will act as a normal label; use the selection background color for the link foreground color; Added Ellipsize and Selectable properties; Selectable is always disabled if in link mode * src/Banshee.Widgets/Banshee.Widgets.mdp: Updated 2006-12-31 Aaron Bockover * src/Banshee.Base/Banshee.Metadata/*.cs: New generic metadata query APIs * src/Banshee.Base/Banshee.Metadata.Rhapsody/*.cs: Rhapsody cover art fetching implementation of Banshee.Metadata APIs * src/Banshee.Base/PlayerEngineCore.cs: Query the metadata query APIs on track change; send results as a track info update event * src/Banshee.Base/TrackInfo.cs: Cover art fixes * src/Banshee.Base/StreamTagger.cs: Added album-cover-id * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Updated 2006-12-30 Aaron Bockover * GNOME Subversion: About f*cking time. 2006-12-29 Alp Toker * dbus-sharp/*: Updated to 0.3.1. Fixes 64-bit Linux regression. 2006-12-29 Alp Toker * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: Compile fix for 2.0; see Mono bug #80384 2006-12-29 Aaron Bockover * src/Banshee.Base/NetworkDetect.cs: Added NetworkUnavailableException 2006-12-29 Aaron Bockover * src/Banshee.Base/Banshee.Web/Browser.cs: Added UserAgent field 2006-12-28 Aaron Bockover * src/Banshee.Base/Banshee.Playlists.Formats.Xspf/*: Implemented read support for most of the XSPF specification * tests/Xspf/*: * tests/Makefile.am: Added Xspf test suite * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: 2006-12-26 Aaron Bockover * src/banshee.in: source scripts into the wrapper that are installed into $(libdir)/banshee/shell-init/ and are +x; Useful if plugins need to ensure certain environment variables are initialized 2006-12-24 Ruben Vermeersch * src/Banshee.Base/Gui/ExceptionDialog.cs: Set UseUnderline to false on the label of the exception, this caused exception messages to be garbled if they contained an underscore. 2006-12-23 Ruben Vermeersch * src/Banshee.Widgets/CoverArtThumbnail.cs: Fix funny aspect ratio weirdness (BGO #388903). 2006-12-23 Aaron Bockover NOTE: A new configuration system has been added. With this change also comes a reorganization of the GConf keys. Keys are organized into namespaces and also are now correctly formatted (under_cased and not CamelCased). As such, all old settings will be lost. A migration path will be introduced before the next release, but be warned if using CVS from here until 0.11.4 - your settings will not be migrated until otherwise noted! * src/Banshee.Base/Banshee.Configuration/ConfigurationClient.cs: new static top-level configuration API that is platform agnostic * src/Banshee.Base/Banshee.Configuration/GConfConfigurationClient.cs: GConf backend to new configuration API * src/Banshee.Base/Banshee.Configuration/IConfigurationClient.cs: Interface for configuration backends * src/Banshee.Base/Banshee.Configuration/SchemaEntry.cs: Generic structure representing a configuration setting. Should be defined as public static readonly instances in classes so GConf schema XML files can be generated automatically * src/Banshee.Base/Banshee.Configuration.Schema/ImportSchema.cs: * src/Banshee.Base/Banshee.Configuration.Schema/LibrarySchema.cs: Define lots of namespaced configuration settings (SchemaEntry) * src/TrackViewColumnWindow.cs: Column window using new TrackViewColumn API * src/Basnhee.TrackView.Columns/*: Added TrackViewColumn base column implementation that extends Gtk.TreeViewColumn and specific column implementations extending TrackViewColumn. Each column implementation handles its own configuration, sorting, and rendering. * src/Banshee.Base/DBusRemote.cs: NameReply changed to RequestNameReply in managed DBus 0.3.0 * src/Banshee.Base/BatchTranscoder.cs: Return if the batch_queue is empty, avoids a possible nullref * src/Banshee.Base/Gui/FileChooserDialog.cs: FileChooserDialog that automatically restores/sets the last folder URI * src/Banshee.Base/Gui/ImageFileChooserDialog.cs: * src/Banshee.Base/FolderImportSource.cs: * src/Banshee.Base/FileImportSource.cs: Use the new Banshee FileChooserDialog * src/Banshee.Base/GConfKeys.cs: Removed * src/Banshee.Base/Globals.cs: Removed old GConf client * src/Banshee.Base/StringUtil.cs: Added CamelCaseToUnderCase * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: * src/Banshee.Plugins/Daap/DaapCore.cs: * src/Banshee.Plugins/Daap/DaapPlugin.cs: * src/Banshee.Plugins/MMKeys/MMKeysPlugin.cs: * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconConfigPage.cs: * src/Banshee.Base/Gui/OpenLocationDialog.cs: * src/Banshee.Base/Gui/PreferencesDialog.cs: * src/Banshee.Base/Gui/TrackEditor.cs: * src/Banshee.Base/IO/IOProxy.cs: * src/Banshee.Base/Plugins/Plugin.cs: * src/Banshee.Base/Plugins/PluginCore.cs: * src/Banshee.Base/Plugins/PluginDialog.cs: * src/Banshee.Base/Sources/AbstractPlaylistSource.cs: * src/Banshee.Base/Sources/LibrarySource.cs: * src/Banshee.Base/StreamTagger.cs: * src/Banshee.Base/PlayerEngineCore.cs: * src/Banshee.Base/LibraryTrackInfo.cs: * src/Banshee.Base/Library.cs: * src/Banshee.Base/FileNamePattern.cs: * src/Banshee.Base/AudioCdRipper.cs: * src/PlayerInterface.cs: Use the new Banshee.Configuration APIs, getting and setting configuration from SchemaEntry objects * src/Banshee.Base/Banshee.AudioProfiles/ProfileConfiguration.cs: Use the new configuration APIs to get the base key * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Place document.Load inside try/catch, dump exception if it occurs (useful if profile XML is invalid) * src/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: Added GetPendingProcessesById, CompileProcess(Process), AddProcess(Process) methods and allow defining multiple pipeline processes with the same id using an order attribute. This allows for defining various pipelines for a single process, the first pipeline that compiles will be used. * src/PlaylistView.cs: Use new columns, cleaned up lots of code * src/Makefile.am: Added new files, include new auto-schema rule * banshee.mds: Updated * build/Common.Makefile: Added MONO_BASE_PATH and LINK_BANSHEE_BASE * build/Makefile.am: Build GConfSchemaExtractor.cs * build/GConfSchemaExtractor.cs: Creates a GConf schema XML file from assemblies containing SchemaEntry objects * build/gconf-schema-rules: Makefile.am include file with rule for automatically generating and installing schemas from assemblies * data/audio-profiles/*.xml: Updated * dbus-sharp/*: Updated to 0.3.0 * data/Makefile.am: * data/banshee.schemas.in: Removed old manual schemas * Makefile.am: * autogen.sh: Manually copy mkinstalldirs if it wasn't copied by automake 2006-12-17 Gabriel Burt * src/Banshee.Base/Gui/SourceView.cs: Don't enter source renaming mode unless the user presses F2 or right clicks and selects 'Rename'. Prevents entering rename mode when a source is selected and you try to drag it or double click it to start it playing. 2006-12-17 Gabriel Burt Add initial support for DAPs to have playlists. Code contributed by Trey Ethridge, Patrick van Staveren, Kevin Kubasik, and Gabriel Burt. * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: new files * src/Banshee.Base/Banshee.Playlists.Formats/M3u.cs * src/Banshee.Base/Banshee.Playlists.Formats/PlaylistFile.cs * src/Banshee.Base/Banshee.Playlists.Formats/Pls.cs: New files for importing and exporting playlist files, written by Trey Ethridge. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: The Playlist ConfirmUnmap dialog was moved, updating reference here. * src/Banshee.Base/Sources/AbstractPlaylistSource.cs: New abstract class that PlaylistSource (should be renamed to LibraryPlaylistSource..) and DapPlaylistSource derive from. * src/Banshee.Base/Sources/DapPlaylistSource.cs: New source for DAP playlists. * src/Banshee.Base/Sources/DapSource.cs: Handle SourceDrop. If a PlaylistSource is dropped on a DAP and it is IPlaylistCapable, create a new DAP playlist from the dropped source. * src/Banshee.Base/Sources/IPlaylistCapable.cs: New interface for DAPs and Sources that can have child playlists. * src/Banshee.Base/Sources/PlaylistSource.cs: Refactored into AbstractPlaylistSource. 2006-12-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDevice.cs: fix sync'ing not creating path properly. 2006-12-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: * src/Banshee.Dap/Mtp/MtpDap.cs: add / clean up debug info 2006-12-17 Ruben Vermeersch * src/Banshee.Base/FileNamePattern.cs: Also escape |, < and >. Again related to BGO #333813. 2006-12-17 Ruben Vermeersch * src/Banshee.Base/FileNamePattern.cs: Also escape single and double quotes. (Should fix BGO #333813). 2006-12-15 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Add a predefined smart playlist for 'Unheard Podcasts'. 2006-12-15 Gabriel Burt Rename PlaylistID to SmartPlaylistID in the two relevant tables. Add ability to have smart playlists derived from other smart playlists. * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: If editing an existing playlist, pass it on to the QueryModel so it can use it to figure out what smart playlists to show as condition options. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Add operators for being/not being in a smart playlist. In terms of eventual code reuse somewhere like F-Spot, this is hacky and gross. But it's quick. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Support using other smart playlists in the condition for this one. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Do the column rename, support smart playlists being dependent on one another. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Support identifying and listening to smart playlists we depend on. Show a special dialog confirmation if we have dependent smart playlists and we are removed. 2006-12-15 Gabriel Burt * src/PlayerInterface.cs: Handle DapPropertiesChanged more gracefully. * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: When saving a smart playlist, queue a refresh instead of calling it from the thread. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't order the tracks by id when refreshing; recent regression, fixes BGO #384816. Also, assume Add/RemoveTrack calls are in main thread, and add QueueRefresh method used by the editor. * src/Banshee.Base/Dap/Dap.cs: Add a public property to get at a Dap's Source object. Raise PropertiesChanged in the standard way. * src/Banshee.Dap/MassStorage/MassStorageDap.cs: When adding tracks to the source (either when first loading or transferring), queue updates to the track count in the source view. Display more helpful error messages when unable to eject the DAP. 2006-12-14 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Load iPods that have an .is_audio_player file as regular USB mass storage devices. 2006-12-13 Peter Teichman * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Add a menu accelerator for Music->Close, and change Music->New Audio CD 2006-12-13 Peter Teichman * src/Banshee.Base/ActionManager.cs: * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Add menu accelerators for actions that haven't had them. (Fixes BNC #202861) 2006-12-13 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Make 'Quit' italics 2006-12-13 Aaron Bockover * build/Common.Makefile: Run NJB uninstalled properly * src/Main.cs: Do not use UcFirst - just pass the program name * src/PlayerInterface.cs: Call InterfaceElements.PrimaryWindowClose if it is set; if set, the close action from the title bar will close the window instead of quitting the application (Fixes BGO #358192) * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Set InterfaceElements.PrimaryWindowClose handler to override the quit behavior for the window's [X] button. Notify user of the action if it's never been performed before; only set the close handler if /apps/Banshee/NotificationAreaIcon/quit_on_close in GConf is not set * src/Banshee.Plugins/NotificationAreaIcon/banshee-notificationareaicon.schemas.in: Added schema keys for quit_on_close and notify_on_close * src/Banshee.Base/Globals.cs: Added InterfaceElements.PrimaryWindowClose * src/Banshee.Base/StringUtils.cs: Implemented culture aware sorting that also ignore 'the' prefixes on strings; speeds sort operation up by about 15%. (Fixes BGO #384235) * src/PlaylistView.cs: Use new culture aware sorting for strings * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: Added StringUtils.cs * src/Banshee.Base/Utilities.cs: Removed old StringUtils class 2006-12-13 Aaron Bockover * build/m4/banshee/boo.m4: Require 0.7.6 for booc precompilation * build/m4/banshee/dap-njb.m4: Cosmetic AC_MSG_RESULT fix 2006-12-12 Aaron Bockover * src/Banshee.Widgets/ActiveUserEvent.cs: * src/Banshee.Widgets/ActiveUserEventsManager.cs: Queue ActiveUserEvent objects if the ActiveUserEventsManager is not yet available * src/Banshee.Base/Dap/Dap.cs: Do not remove source if it is null * src/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Check for null to prevent NullReferenceExceptions, even though they're handled; this allows startup to work inside gdb without having to set pass on SIGSEGV * libbanshee/gst-cd-rip-0.10.c: Use gst_element_link instead of gst_element_link_many to provide higher resolution error reporting; removed old muxer injection hacks now that we have awesome audio profile support with proper pipeline definitions * build/m4/shamrock/gstreamer.m4: Print the full gst-inspect path that is found instead of just 'yes' * build/m4/banshee/dap-njb.m4: Fixed lib64 detection for njb-sharp Libraries variable * build/Common.Makefile: Support running MTP uninstalled 2006-12-12 Patrick van Staveren * build/m4/banshee/dap-mtp.m4: * src/Banshee.Dap/Mtp/MtpDap.cs: fix verification based on newer hal fdi information. Initialization should work now with libgphoto2 2.3.0 or later, but not younger. 2006-12-09 Patrick van Staveren First update in quite some time... * src/Banshee.Dap/Mtp/GPhotoDevice.cs: * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: lots of syntax cleanups Who the heck wrote this to begin with? Oh...it was me... * src/Banshee.Dap/Mtp/MtpDeviceId.cs: * src/Banshee.Dap/Mtp/Makefile.am: removed MtpDeviceId in favour of detecting libgphoto2 compatible devices from HAL properties. * src/Banshee.Dap/Mtp/MtpDap.cs: lots of syntax cleanups, use HAL properties to determine if this is a MTP device, lots more debug. Handle multiple instance devices without a popup. Play nicely if there is a libgphoto2 camera plugged in as well. 2006-12-09 Aaron Bockover Banshee 0.11.3 Released! * NEWS: Fixed small bug * README: * AUTHORS: Updated * MAINTAINERS: Removed, not sure why we had both 2006-12-09 Aaron Bockover * src/Main.cs: setup the GNOME Program outside the Interface initialization handler, it needs to be done before startup of any components 2006-12-09 Aaron Bockover * NEWS: Updated with release notes * data/contributors.xml: Updated * src/PlayerInterface.cs: Get rid of the old source view loading pane * src/Banshee.Base/ActionManager.cs: * src/Banshee.Base/Globals.cs: * src/Main.cs: Load the interface itself as a startup component; this allows the splash screen to stay up the entire startup time, showing progress of the interface load * src/Banshee.Base/Plugins/PluginCore.cs: Added support for disabling plugins altogether by setting BANSHEE_PLUGINS_DISABLE * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Focus the playlist name entry on UI load 2006-12-08 Aaron Bockover * build/icon-theme-installer: New script that meant to be used from within make/automake to install icons into the theme in an easy and proper way. It also updates the icon cache * data/images/Makefile.am: Use new icon-theme-installer * build/Makefile.am: EXTRA_DIST icon-theme-installer * data/images/splash.png: Updated splash from Jakub * src/Banshee.Base/Plugins/PluginCore.cs: Create the user plugins directory as some plugins expect it to be there 2006-12-08 Aaron Bockover * configure.ac: * build/m4/banshee/libbanshee.m4: * build/m4/shamrock/i18n.m4: Moved some macro calls back to configure.ac as gnome-autogen greps configure.ac (booo) for these call to see what programs it will need to run (libtoolize, intltoolize, autoheader); would be nice if gnome-autogen could parse ACLOCAL_FLAGS and grep through the -I files as well. Hiss. Fixes BGO #383844. 2006-12-08 Ruben Vermeersch * src/Banshee.Base/IO/GnomeVfs.cs: * src/Banshee.Base/IO/Interfaces.cs: * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/Unix.cs: Added a Move(from, to) method. 2006-12-08 Aaron Bockover * src/Banshee.Base/Sources/PlaylistSource.cs: Added a confirmation method that shows a dialog asking to unmap; has do not show me again check box, fixes BGO #360466 * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Use PlaylistUtil.ConfirmUnmap * data/UIManagerLayout.xml: Added a close item placeholder * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconMenu.xml: Fill in the close item placeholder * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Added close action that hides to the tray * src/Banshee.Base/Gui/SourceView.cs: Do not allow dragging tracks from a source onto itself (BGO #345620) * src/Banshee.Base/ImportManager.cs: Added ImportFinished event Scott Peterson, BGO #362994 2006-12-08 Aaron Bockover * src/Main.cs: Added a --no-source-change argument that can be supplied with --dap or --audio-cd to disable selecting the source in the source view and instead simply present the already running instance. This will allow Banshee to start with the source selected if no instance was running but not change to the source if an instance was already started. Fixes BGO #345476 2006-12-08 Aaron Bockover * data/UIManagerLayout.xml: Added Copy to the context menu * src/Banshee.Base/ActionManager.cs: Removed 'Song(s)' from the menu items - that's implied * src/PlayerInterface.cs: Use a UTF8 encoding for the nautilus file copy; make the target static; show/hide the jump to playing item based on our current playback state 2006-12-08 Aaron Bockover * src/PlayerInterface.cs: Implement nautilus copy files action, fixes BGO #344542 * data/UIManagerLayout.xml: * src/Banshee.Base/ActionManager.cs: Added Copy item to Edit menu 2006-12-08 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Clean up some methods, and add a remove queue to hopefully speed things up when songs are removed from the library. 2006-12-08 Aaron Bockover * src/PlayerInterface.cs: Fixed default accelerator for remove track confirmation dialog * src/Banshee.Widgets/SeekSlider.cs: Set the slider insensitive if no playback is happening (idle) 2006-12-07 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Prevent a crasher by wrapping an access into the Library's dictionary of tracks in a try/catch. 2006-12-07 Aaron Bockover * data/UIManagerLayout.xml: * src/Banshee.Base/ActionManager.cs: Move the source properties action to the edit menu * src/Banshee.Base/SourceManager.cs: Set the source properties action's visibility and not sensitivity * src/Banshee.Base/Database.cs: Added new columns to the Playlists table * src/Banshee.Base/Source.cs: Make SortColumn and SortType virtual * src/Banshee.Base/Sources/PlaylistSource.cs: Override SortColumn and SortType properties to read/write the Playlists table for the playlist * src/Banshee.Base/Sources/LibrarySource.cs: Override SortColumn and SortType properties to read/write from/to GConf * src/Banshee.Base/Gui/SourceView.cs: Fixed right click source activation bug. Source should never change on a right click - only the highlight * data/banshee.schemas.in: * src/Banshee.Base/GConfKeys.cs: Added LibrarySortColumn, LibrarySortType 2006-12-07 Aaron Bockover * src/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: * src/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Fixed locale issues with loading of some profiles (vorbis) due to culture format rules that are not compatible with GStreamer (all pipeline input should be en_US); all conversions use an en-US CultureInfo now 2006-12-07 Aaron Bockover * data/audio-profiles/aac.xml: Fixed faac bitrate range problem 2006-12-07 Aaron Bockover * src/Banshee.Widgets/SearchEntry.cs: Set the base style on the action icons in the search entry when the style has been fully set on the entry (BGO #321773) 2006-12-07 Aaron Bockover * src/PlaylistModel.cs: Save/restore the sort ID from the active source Fixes BGO #353125. * src/Banshee.Base/Source.cs: Added SortColumn and SortType properties to allow for saving the sort ID along with the source and not globally 2006-12-07 Aaron Bockover * data/images/: Excellent new playlist icons from Jimmac 2006-12-07 Aaron Bockover * src/PlaylistView.cs: Fix the sort order for the track number column to properly sort by artist, album, then track number; sorting by track number is now the most logical sort/group operation (BGO #314149) 2006-12-07 Aaron Bockover * src/Banshee.Base/ActionManager.cs: Don't set the default string for the source properties label here * src/Banshee.Base/Source.cs: Added SourcePropertiesLabel and SourcePropertiesIcon virtual properties; set the default string here now * src/Banshee.Base/SourceManager.cs: Assign the source properties action its label and icon based on the active source's SourcePropertiesLabel and SourcePropertiesIcon properties * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Override the SourcePropertiesLabel to 'Edit Smart Playlist...' as it makes a lot more sense than 'Source Properties...' 2006-12-07 Aaron Bockover * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Handle the MissingPlugins error code * Gabriel Burt: The next time you see this man, buy him some beer. 2006-12-07 Gabriel Burt * src/PlayerInterface.cs: Handle multiple tracks being added or removed at once in OnSourceTrackAdded/Removed. * src/PlaylistModel.cs: Add helpers for turning off and then restoring the sort order of the model, useful b/c otherwise when doing many additions or removals from the model it sorts after each one. Fixes BGO #325968. Also, actually do something in RemoveTrack, fixes BGO #344833. * src/Banshee.Base/Source.cs: Make TrackEventArgs an ICollection instead of IEnumerable so we can get a Count easily. Support sending multiple tracks with the OnTrackAdded and OnTrackRemoved helpers. * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: whitespace. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Make some translated strings static. Simplify and improve the way smart playlists are refreshed, removing unnecessary track removals (used to just clear everything out and start over). Make sure to raise events inside the main loop to prevent crashing. 2006-12-05 Aaron Bockover * configure.ac: Organized, moved major pieces to shamrock/banshee m4 macros so this is easier to manage * libbanshee/Makefile.am: Cleaned up * build/m4/banshee/*.m4: New Banshee specific m4 macros * build/m4/shamrock/*.m4: New reusable Shamrock m4 macros 2006-12-05 Aaron Bockover * libbanshee/gst-playback-0.10.c: Set gconfaudiosink.profile=1 if supported ('music and movies' profile) 2006-12-05 Aaron Bockover * libbanshee/gst-playback-0.10.c: Added gst_playback_get_error_quarks to return the GST_*_ERROR quarks/domains * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Added enums for all the error codes in the GST_*_ERROR domains; work off those domains/codes 2006-12-05 Aaron Bockover * src/PlaylistView.cs: Show a message for TrackPlaybackError.CodecNotFound * libbanshee/gst-playback-0.10.c: Extended the error callback to propagate the error code * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Update managed delegate and handler to handle the new error code parameter; Set PlaybackError on the track based on the GStreamer error code, not the string message * src/PlayerInterface.cs: * src/PlaylistModel.cs: Cleaned up unused variables 2006-12-05 Aaron Bockover Patch to fix BGO #340222: Do not stop playing after a playback error * src/PlayerInterface.cs: On playback error, advance to the next song linearly and without repeating (eliminates the possibility of an endless loop if all tracks in the source cannot be played) * src/PlaylistModel.cs: Stop playing in some states when the repeat mode is ErrorHalt * src/PlaylistView.cs: Set row pixbuf based on new TrackPlaybackError enum of the track, show status on errored tracks ('Missing') * src/Banshee.Base/PlayerEngineCore.cs: Set default TrackPlaybackError on a track for which the underlying engine raises an error but does not set it on the track itself * src/Banshee.Base/TrackInfo.cs: Small syntax cleanup, added TrackPlaybackError enum and PlaybackError property to TrackInfo * src/Banshee.Dap/Ipod/IpodDapTrackInfo.cs: Set PlaybackError to TrackPlaybackError.Drm if the song is protected * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Support the resource not found error and set PlaybackError accordingly 2006-12-05 Ruben Vermeersch * src/Banshee.Base/Gui/PreferencesDialog.cs: Allow users to specify custom LibraryFilePattern and LibraryFolderPattern preferences to gconf, yet don't crash in the preferences screen. 2006-12-05 Ruben Vermeersch * data/banshee.schemas.in: Stupid detail of the day: add missing closing ) to make them all line up in /apps/Banshee/LibraryFolderPattern. Ony char fix. 2006-12-05 Aaron Bockover * src/Banshee.Base/IO/Interfaces.cs: * src/Banshee.Base/IO/Unix.cs: * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/GnomeVfs.cs: Use SafeUri for IFile methods * src/Banshee.Base/IO/Utilities.cs: Delete a file and trim its parent directories * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: Added Utilities.cs * src/Banshee.Base/ImportManager.cs: Use SafeUri when checking file 2006-12-05 Aaron Bockover * src/PlayerInterface.cs: Save/restore the active filter on sources (BGO #345218) * src/Banshee.Base/Source.cs: Added FilterQuery and FilterField 2006-12-04 Aaron Bockover * src/Banshee.Base/IO/Unix.cs: Specify directory perms in base 10; C# doesn't support octal literals - nor does the compiler warn if an octal literal is found (stating that it will be interpreted in base 10); fixes the bad perms on UNIX backend created directories 2006-12-04 Aaron Bockover * src/Banshee.Base/IO/Unix.cs: Use g_mkdir_with_parents to recursively create directories or fall back on System.IO.Directory.CreateDirectory 2006-12-04 Aaron Bockover * build/m4/shamrock/expansions.m4: Fixed datadir expansion macro 2006-12-04 Aaron Bockover * data/banshee-dialogs.glade: * src/Banshee.Base/Gui/PreferencesDialog.cs: Added file/folder pattern boxes and fixed up mnemonics * data/banshee.schemas.in: * src/Banshee.Base/GConfKeys.cs: Added LibraryFilePattern and LibraryFolderPattern; deprecated FileNamePattern * src/Banshee.Base/Makefile.am: Added SampleTrackInfo.cs * src/Banshee.Base/SampleTrackInfo.cs: A sample track info object used for demonstrating file/folder patterns * src/Banshee.Base/FileNamePattern.cs: More flexible patterns; broken into file and folder components; tokens have full descriptions and expansion delegate handlers (the conversion token handles its own expansion) * tests/FileNamePattern.cs: Added unit tests for FileNamePattern * tests/GenericCollectionController.cs: Fixed broken test * tests/Makefile.am: Added FileNamePattern.cs 2006-11-29 Aaron Bockover * data/banshee.schemas.in: Added WriteMetadata schema 2006-11-29 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Use volume.fsusage=filesystem instead of volume.policy.should_mount 2006-11-29 Aaron Bockover * configure.ac: Use Shamrock expansion macros * build/Makefile.am: * build/m4/Makefile.am: Added Makefile to EXTRA_DIST the m4 macros * data/images/Makefile.am: * src/BooBuddy/Makefile.am: Add missing files to EXTRA_DIST 2006-11-27 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Added some debug logging calls; respect volume.ignore 2006-11-27 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Trim white space from directory names to prevent bug. Fixes BGO #375146. 2006-11-27 Gabriel Burt * src/Banshee.Base/ImportManager.cs: Expose label strings as public properties. * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Set the strings for the ImportManager to make it clear that the songs are being loaded, not imported from the DAP. Fixes BGO #355880. 2006-11-27 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Lazy load several HAL properties that won't change instead of going over the dbus to get them every time, fixing the managed-dbus related crashes. Allow overriding the HAL properties (or setting them in case they are missing) in key=value form within the .is_audio_player file. Display folder depth, audio folders, and playback formats in the DAP properties. Use LogCore instead of Console.WriteLine's in several places. 2006-11-27 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Silently ignore iPods so as not to confuse the user if iPod support isn't installed or their iPod isn't recognized by it. Fixes BGO #355890. 2006-11-27 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Work with the new PropertyModified event args, use a registration wait list to make sure the same device doesn't get multiple event handler registrations; this _should_ finally fix all the iPod detection problems - the root of which was outdated and incorrect HAL documentation * hal-sharp/Device.cs: Wrap the proper delegate signature of Hal.Device.PropertyModified which is ia(sbb), not sbb like the outdated HAL specification implies. Thanks to Sebastian Dröge and Alp Toker for looking into the issue. 2006-11-26 Aaron Bockover * build/Common.Makefile: Reference installed njb-sharp libraries in the run path (Bertrand Lorentz, BGO #379119) 2006-11-26 Aaron Bockover * src/Banshee.Base/Globals.cs: Initialize gstreamer before gconf. (Tim Yamin, BGO #379529) 2006-11-25 Ruben Vermeersch * data/banshee.glade: Lower the border size of vbox3 to zero. Fixes BGO #369786. 2006-11-22 Aaron Bockover * autogen.sh: Set ACLOCAL_FLAGS to include new m4 macros * configure.ac: Use the new SHAMROCK mono macros * build/m4/shamrock/*.m4: Helper macros, new mono-specific macros for properly detecting mono components * build/m4/banshee/*.m4: Banshee-specific m4 macros 2006-11-22 Aaron Bockover Initial Rio Karma support by Bob Copeland (BGO #348730) * configure.ac: * src/Banshee.Dap/Makefile.am: Added build settings for Karma * src/Banshee.Dap/Karma/*: Initial support for the Rio Karma DAPs 2006-11-22 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Use Device.PropertyModified instead of a poll/wait table to check for volume.is_mounted 2006-11-22 Aaron Bockover * build/Common.Makefile: Globally ignore compiler warning 0278 as gmcs incorrectly reports it: http://bugzilla.ximian.com/show_bug.cgi?id=79998 2006-11-22 Aaron Bockover * taglib-sharp/update-checkout.sh: Updated * tests/Makefile.am: * tests/GenericCollectionController.cs: Added some tests for the yet to be completed GenericCollectionController * src/BooBuddy/BooBuddy.mdp: * src/BooBuddy/BooBuddyInterpreter.cs: * src/BooBuddy/BooBuddyShell.cs: * src/BooBuddy/BooBuddyWindow.cs: * src/BooBuddy/Makefile.am: Updated; support new reflection debugging * src/BooBuddy/BooBuddy.Debugger/DebugAliasAttribute.cs: Attribute to alias methods for easier invocation in the shell * src/BooBuddy/BooBuddy.Debugger/DebugAliasBuilder.cs: Builds alias methods using reflection * src/BooBuddy/BooBuddy.Debugger/Reflection.cs: Some reflection utilities useful in debugging * src/Banshee.Base/IO/IOProxy.cs: * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/Unix.cs: * src/Banshee.Base/IO/GnomeVfs.cs: Initial pass at GNOME VFS backend support - not complete. Other backends use the MimeType support from the GNOME VFS backend however * src/Banshee.Widgets/Banshee.Widgets.mdp: * src/Banshee.Widgets/Makefile.am: * src/Banshee.Widgets/DictionaryComboBox.cs: Added a custom combo box for displaying a string-valued dictionary * src/Banshee.Base/GenericCollectionController.cs: Initial work for a new playback controller * src/Banshee.Base/Makefile.am: Added GenericCollectionController.cs * src/banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: * hal-sharp/hal-sharp.mdp: Updated * banshee.mds: Added * src/Banshee.Dap/Ipod/Ipod.mdp: Added Ipod MD project * configure.ac: Added booc check; booc will be used to 'pre-compile' Boo macros during build to ensure they at least compile; optional * libbanshee/gst-misc-0.10.c: * libbanshee/gst-misc.h: * src/Banshee.Base/GstMisc.cs: Removed GStreamer-based mime type detection 2006-11-21 Aaron Bockover * build/Common.Makefile: Rules for running uninstalled with DAP support * src/Banshee.Base/Dap/DapCore.cs: Fixed tiny regression introduced after 0.11.2 (CVS only) regarding the loading of DAP assemblies 2006-11-16 Ruben Vermeersch * src/Banshee.Plugins/MMKeys/MMKeysConfigPage.cs: Mark string "Configure Keyboard Shortcuts" for translation, fixes BGO #376070. 2006-11-16 Ruben Vermeersch * po/POTFILES.in: Add 3 missing files (src/Banshee.Base/SourceManager.cs, src/Banshee.Plugins/Daap/DaapContainerSource.cs, src/Banshee.Plugins/Daap/DaapErrorView.cs). * po/POTFILES.skip: Remove non exisiting libbanshee/gst-cd-trm.c. Fixes BGO #375890. 2006-11-15 Gabriel Burt * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Fix regression caused by minimize (minimize effect showed the window being put in the taskbar, which was confusing). 2006-11-12 Gabriel Burt * src/Banshee.Base/Globals.cs: Make InterfaceElements.MainWindow mutable so minimode can set itself as such and the notify plugin can behave correctly (eg hide and show the correct main window when the icon is clicked). * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Minimize instead of hiding the main window when clicking the notify icon and set the task bar hint to false to avoid having to reset the size/position of the main window. Remove ResizeMoveWindow function. Only show notification popups if Banshee is not currently focused - fixes BGO #361534. 2006-11-09 Ruben Vermeersch * src/PlayerInterface.cs: Fix typo as reported in BGO #372720. 2006-11-04 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Add rate limiting that prevents Banshee from going nuts when many tracks are changed at once (when importing, say). Fixes BGO #363066. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Use the rate limiting. Also, don't delete the smart playlist when it's emptied. 2006-11-02 Jakub Steiner * music-player-banshee-32.png: add another common size for the app icon, 32x32px 2006-11-01 Ruben Vermeersch * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Change some WriteLine's to debug messages through the logger. 2006-11-01 Aaron Bockover Patch by Christopher James Halse Rogers (BGO #365200) * src/Banshee.Base/AudioCdRipper.cs: Add optional error-correction when importing CDs, enabling the paranoia mode of the cdparanoiasrc. * data/banshee-dialogs.glade: * src/Banshee.Base/GConfKeys.cs: * src/Banshee.Base/Gui/PreferencesDialog.cs: Add a checkbox to the Preferences dialog to enable/disable CD error-correction. 2006-11-01 Aaron Bockover * src/Banshee.Base/AmazonCoverFecther.cs: Do not download cover art if the file already exists (Alexandros Frantzis, BGO #367047) * src/Banshee.Base/TrackInfo.cs: Make DateAdded mutable (Sebastian Dröge, BGO #367889) 2006-10-31 Aaron Bockover * src/PlayerInterface.cs: Fixed modifier bug (BGO #368436) * src/banshee.mdp: Updated * src/Banshee.Plugins/Daap/DaapCore.cs: Removed the Jono block from GUADEC; we love Jono - rock on * src/BooBuddy/BooBuddyShell.cs: Started on code completion * src/BooBuddy/BooBuddyWindow.cs: Embed reference to shell as 'shell' 2006-10-31 Aaron Bockover * src/Banshee.Base/Sources/LibrarySource.cs: Queue added tracks in a pending queue and flush it ever 1.5 seconds, this speeds up importing by around 1.5 minutes on a 5100 track set * src/PlaylistModel.cs: Removed old unused and confusing code * src/PlayerInterface.cs: Updated the status bar text, do not run it in an idle handler * src/Banshee.Base/ImportManager.cs: Use a timer for the import * src/Banshee.Base/Makefile.am: * src/Banshee.Plugins/Daap/Daap.mdp: Updated * src/Banshee.Base/Dap/DapCore.cs: Use PluginFactory.IncludeMask 2006-10-31 Aaron Bockover * src/Banshee.Base/IO/IOProxy.cs: Use a static table of types instead of reflection * src/Banshee.Base/BansheeTodo.cs: Removed * src/Main.cs: Removed BansheeTodo support * src/Banshee.Base/TrackInfo.cs: Removed old BansheeTodo attributes * src/Banshee.Base/Utilities.cs: Added InvokeMethod and ModuleGetTypes reflection utilities * src/Banshee.Base/Banshee.AudioProfiles/Abakos.Compiler/Functions.cs: Disabled reflection-loaded functions * src/Banshee.Base/Branding.cs: * src/Banshee.Base/Plugins/PluginFactory.cs: Check for PluginModuleEntry.GetTypes() in plugin assemblies and use that instead of Assembly.GetTypes() if it exists; fall back otherwise * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Dap/MassStorage/MassStorageDap.cs: * src/Banshee.Dap/Mtp/MtpDap.cs: * src/Banshee.Dap/Njb/NjbDap.cs: * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: * src/Banshee.Plugins/Daap/DaapPlugin.cs: * src/Banshee.Plugins/MMKeys/MMKeysPlugin.cs: * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Provide a PluginModuleEntry.GetTypes() 2006-10-29 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Don't show static playlists unless there is at least one. Fixes BGO #354389. 2006-10-26 Aaron Bockover * src/Banshee.Base/TrackInfo.cs: Make PlayCount and LastPlayed properties mutable (Scott Peterson, BGO #357127) 2006-10-25 Aaron Bockover * src/Banshee.Plugins/Daap/Daap.mdp: Updated * src/Banshee.Plugins/Daap/DaapSource.cs: Show an icon for locked * src/Banshee.Plugins/Daap/DaapErrorView.cs: Updated disconnected message 2006-10-25 Aaron Bockover * src/Banshee.Base/Plugins/PluginCore.cs: Do not crash if ~/.gnome2/banshee/scripts does not exist. Nice. 2006-10-25 Aaron Bockover * banshee.mds: * src/Banshee.Plugins/Daap/Daap.mdp: Added Daap project * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Dap/Ipod/UnsupportedDatabaseView.cs: Offer to rebuild the database if iTunesDB is missing altogether; use ShadowContainer * src/Banshee.Plugins/Daap/DaapLoginDialog.cs: Added proper dialog activate accel key * src/Banshee.Plugins/Daap/DaapSource.cs: Use DaapErrorView to display errors inside the source * src/Banshee.Plugins/Daap/DaapErrorView.cs: A ShadowContainer+MessagePane view that shows friendly error messages; warns about the iTunes 7 problem * src/Banshee.Plugins/Daap/Makefile.am: Added DaapErrorView.cs * src/Banshee.Widgets/Makefile.am: * src/Banshee.Widgets/Banshee.Widgets.mdp: Added ShadowContainer.cs * src/Banshee.Widgets/ShadowContainer.cs: A shadowed/painted Alignment * src/Banshee.Widgets/MessagePane.cs: Support overriding the arrow pixbuf 2006-10-24 Aaron Bockover * src/PlayerInterface.cs: Moved SourceView ButtonPressEvent handler and SensitizeActions to SourceView and SourceManager classes * src/BooBuddy/BooBuddy.mdp: * src/Banshee.Base/Banshee.Base.mdp: * src/BooBuddy/Makefile.am: Updated * src/BooBuddy/BooBuddyWindow.cs: * src/BooBuddy/BooBuddyInterpreter.cs: Split out the interpreter from the window * src/BooBuddy/BooBuddyShell.cs: Cosmetic work * src/Banshee.Base/Source.cs: Added CanActivate property * src/Banshee.Plugins/Daap/DaapContainerSource.cs: Override CanActivate to be false * src/Banshee.Base/SourceManager.cs: Added SensitizeActions * src/Banshee.Base/Gui/SourceView.cs: Do not allow activation or button press events to happen on sources that have CanActivate=false * src/Banshee.Base/Plugins/PluginCore.cs: Support loading Boo scripts; scripts are compiled and run at startup - scripts can either provide a static Main method or can implement the standard Banshee plugin API for full plugin integration 2006-10-23 Aaron Bockover Banshee 0.11.2 Released * NEWS: Updated * configure.ac: * build/Common.Makefile: * src/Boo/Makefile.am: Use external boo if --enable-external-boo is passed (Sebastian Dröge) 2006-10-23 Aaron Bockover Patch by Scott Peterson, BGO #363548 * src/Banshee.Base/Source.cs: Fix for ClearChildSources * src/Banshee.Plugins/Daap/DaapCore.cs: * src/Banshee.Plugins/Daap/DaapContainerSource.cs: * src/Banshee.Plugins/Daap/DaapSource.cs: DAAP sources show up under a master DAAP container source * src/Banshee.Plugins/Daap/Makefile.am: Added DaapContainerSource.cs 2006-10-23 Aaron Bockover * build/Common.Makefile: Fixed make run * data/Makefile.am: * src/Makefile.am: * src/Boo/Makefile.am: * src/BooBuddy/Makefile.am: Fixes for make distcheck 2006-10-21 Aaron Bockover * banshee.mds: * src/BooBuddy/BooBuddy.mdp: Added BooBuddy MonoDevelop project * configure.ac: * src/Makefile.am: Added BooBuddy * build/Common.Makefile: Added BooBuddy/Boo rules * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Updated * src/Banshee.Base/ActionManager.cs: Run the Boo Buddy interpreter * src/Banshee.Base/Banshee.Debugger/Shell.cs: Removed * src/Boo/Boo.Lang.Interpreter.dll: Added * src/BooBuddy: Boo Buddy is simple Boo interpreter shell that lets applications easly add Boo interpreting against loaded assemblies * src/BooBuddy/BooBuddyShell.cs: Interactive shell for Boo interpreting * src/BooBuddy/BooBuddyWindow.cs: Main Boo Buddy window that interfaces with the Boo interpreter and the interactive Boo Buddy shell 2006-10-21 Aaron Bockover * src/PlayerInterface.cs: Only unload the accel group when the search entry is focused if the key event does not have a modifier 2006-10-21 Aaron Bockover * src/Banshee.Base/ActionManager.cs: Only show Shell in --debug, added CTRL-SHIFT-S binding 2006-10-21 Aaron Bockover * src/Main.cs: * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Globals.cs: * src/Banshee.Base/Sources/TestSource.cs: * src/Banshee.Base/Banshee.Debugger/Client.cs: * src/Banshee.Base/Banshee.Debugger/RemoteMethodAttribute.cs: * src/Banshee.Base/Banshee.Debugger/Server.cs: Removed yesterday's DBus plus reflection-based stuff * configure.ac: Output src/Boo/Makefile * src/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Added view menu item for Shell * src/Makefile.am: Added Boo to SUBDIRS * build/Common.Makefile: Rules for Boo * src/Boo/*.dll: Added Boo libraries * src/Banshee.Base/Banshee.Debugger/Shell.cs: Added new Boo support and UI 2006-10-21 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDeviceId.cs: added Toshiba Gigabeat S 2006-10-21 Aaron Bockover * src/Banshee.Base/Gui/SourceView.cs: AutoExpand now works for child sources (Scott Peterson, BGO #363548) 2006-10-21 Aaron Bockover * src/Banshee.Base/Sources/TestSource.cs: Test source for testing the functionality of the source base class, source manager, and source view; tests can be invoked using the new interactive remote debugger * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added TestSource.cs * src/Banshee.Base/ChildSource.cs: Child sources can now be parents * src/Banshee.Base/Source.cs: * src/Banshee.Base/SourceManager.cs: * src/Banshee.Base/Gui/SourceView.cs: Patched by Scott Peterson to allow recursive sources (BGO #363548) * src/Banshee.Base/SourceManager.cs: Added RemoveSource(Type), use generics for the source list 2006-10-21 Aaron Bockover * src/Main.cs: Run the debugger client if --debug-client is passed * src/Banshee.Base/Globals.cs: Start the debugger server, expose the Shutdown method to the remote debugger * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added Banshee.Debugger files * src/Banshee.Base/Banshee.Debugger/Server.cs: Remote debugger server; allows public static methods flagged with RemoteMethodAttribute in Banshee to be run remotely over DBus * src/Banshee.Base/Banshee.Debugger/Client.cs: Simple command line client to the remote DBus debugger server * src/Banshee.Base/Banshee.Debugger/RemoteMethodAttribute.cs: Attribute to expose a public static method to the remote debugger 2006-10-21 Aaron Bockover * configure.ac: Added a missing AC_MSG_RESULT 2006-10-20 Aaron Bockover * build/Common.Makefile: Added BANSHEE_PROFILES_PATH for running uninstalled * data/Makefile.am: XML profile definitions split into multiple files to make it easy for distros to add/remove/customize specific profiles * data/audio-profiles.xml: Removed, split into multiple files * data/audio-profiles/*.xml: Added multiple files from old single file * src/Banshee.Base/Globals.cs: Always load profiles from path set in BANSHEE_PROFILES_PATH env variable * src/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Added PossibleValuesKeys which can be used to look up variable values in the XML-defined order (vs distributed hash) * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Support loading multiple XML files from a directory * src/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: use PossibleValuesKeys to populate the combo box in XML-defined order 2006-10-20 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Add escape method since Aaron removed it from the Sql namespace. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Add back in escaping that Aaron took out. Its ugly, but bigger changes will need to be made to improve how Smart Playlists interacts with the db. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Fix up the commit's update query to use the new DbCommand class. 2006-10-20 Aaron Bockover * src/PlaylistModel.cs: * src/Banshee.Base/Library.cs: More use of DbCommand * src/Banshee.Base/Banshee.Kernel/Scheduler.cs: Added Unschedule(Type) * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: Use DbCommand for the query and use Scheduler.Unschedule(Type) before rescanning the library 2006-10-20 Aaron Bockover * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Start moving to DbCommand (BNC #212477) 2006-10-20 Aaron Bockover Most of the work done for BNC #212477, provides nicer safer way to do SQL queries against the local library, better APIs, and some optimizations * src/PlayerInterface.cs: * src/PlaylistModel.cs: * src/Banshee.Base/Library.cs: * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: * tools/BansheeImport.cs: Removed legacy Sql namespace from use; still needs porting to DbCommand (still using String.Format) * src/Banshee.Base/LibraryTrackInfo.cs: * src/Banshee.Base/Sources/PlaylistSource.cs: Use new DbCommand/DbParameter * src/Banshee.Base/QueuedSqliteDatabase.cs: Added new DbCommand/DbParameter classes; made API easy to use for generating proper SQL that guards against SQL injection attacks (while this could only be possible by local input previously, it's still a good thing) * src/Banshee.Base/Sources/ImportErrorsSource.cs: Guard against null ref * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: * src/Banshee.Base/SqlGenerator.cs: Removed 2006-10-19 Patrick van Staveren * configure.ac: require libgphoto2-sharp 2.2.1.4.trunk or better 2006-10-19 Aaron Bockover * configure.ac: Bump to 0.11.2, output build/Makefile, use top_srcdir and not top_builddir for the internal gmcs 2006-10-19 Aaron Bockover * Makefile.am: Add build to SUBDIRS * build/Makefile.am: EXTRA_DIST * build/Common.Makefile: moved from Makefile.include at the root * All applicable Makefile.am: Include build/Common.Makefile 2006-10-19 Aaron Bockover * configure.ac: Run gmcs on build/mcs-test-79698.cs to test for BXC #79698; use build/gmcs.exe as the MCS compiler if building build/mcs-test-79698.cs fails (indicating the installed compiler has the bug) * build/gmcs.exe: The gmcs compiler from Mono 1.1.18 with the patch for http://bugzilla.ximian.com/show_bug.cgi?id=79698 applied * build/mcs-test-79698.cs: Test case for the above bug 2006-10-19 Alp Toker * src/Banshee.Base/Sources/AudioCdSource.cs: Avoid gmcs compiler error by referring to disk instance as a field. * src/Banshee.Dap/Ipod/UnsupportedDatabaseView.cs: * src/PlayerInterface.cs: Replace invalid anonymous method syntax that causes gmcs to fail with correct C# 2.0. 2006-10-18 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDap.cs: should fix build problems See comments on BGO 361878 before compiling MTP support 2006-10-17 Aaron Bockover * configure.ac: Revert to pre-intltool 0.35 method of using po/LINGUAS, but in a more forward-compatible way (po/LINGUAS format does not need reverting to pre-0.35 format); intltool 0.35 is not available in enough distributions for it to be worth using right now - no complaining! ALL_LINGUAS=`grep -v '^#' $srcdir/po/LINGUAS | sed -r ':a;N;$!ba;s/\n/ /g; s/[ ]+/ /g'` 2006-10-17 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerFormatList.cs: Fixed local variable resolution problem with the anonymous delegate 2006-10-17 Alp Toker * dbus-sharp/dbus-sharp/IntrospectionSchema.cs: * dbus-sharp/dbus-sharp/UnixMonoTransport.cs: Removed. This dead code was being inadvertently compiled due to the wildcard in the makefile, causing the build to fail on old Mono releases. 2006-10-16 James Willcox * src/Banshee.Plugins/Daap/daap-sharp/*: updated from mono svn 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