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