2008-03-13 Aaron Bockover Banshee 1.0 Alpha 1 (0.98.1) Released 2008-03-13 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Disable one broken pre-defined smart playlist, and ensure the others are refreshed/reloaded when 'selected for use'. 2008-03-13 Aaron Bockover * NEWS: Updated for 0.98.1 * configure.ac: Require Mono 1.2.2, oops 2008-03-13 Gabriel Burt * src/Libraries/Hyena/Hyena/DateTimeUtil.cs: Super ugly hack to work around ArguemtnOutOfRangeException thrown by DateTime parser. 2008-03-13 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Add Banshee Group radio station as a default. 2008-03-13 Aaron Bockover * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Protect against NRE when comparing track objects 2008-03-13 James Willcox * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Correctly update after cover art appears 2008-03-13 Gabriel Burt * src/Extensions/Banshee.Lastfm/Resources/audioscrobbler.png: Replace 24x24 version with 22x22 version. 2008-03-13 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs: Disable repeat modes in the UI since they are not actually implemented in the playback controller at this time 2008-03-13 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Patch from Alexander Hixon fixing the Audioscrobbler now-playing delay issue, properly listens for the account being updated to update links/actions. * src/Core/Banshee.Core/Resources/contributors.xml: Add Michael Monreal to Artists. 2008-03-13 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Avoid GtkCritical warning by checking that the TreeIter is not Zero before setting a value on it. Fixes bug with closing the Error Source. 2008-03-13 Gabriel Burt * src/Libraries/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteUtils.cs: Patch from Scott Peterson fixing up some DateTime/SQL related issues. 2008-03-13 Aaron Bockover * configure.ac: * src/AssemblyInfo.cs.in: * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Expose a display version in assembly metadata and API * src/Core/Banshee.Core/Banshee.Base/ProductInformation.cs: Fix small bug * src/Core/Banshee.Core/Resources/contributors.xml: Updated * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs: Some minor fixes and cosmetic polish; the link works again 2008-03-12 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/Paths.cs: Redefine LegacyApplicationData to mean the previous ApplicationData, not the one from when we were using ~/.gnome2/banshee * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: Migrate cover art from the new LegacyApplicationData path * src/Core/Banshee.Services/Makefile.am: Fixed build 2008-03-12 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseAlbumInfo.cs: Rename LibraryAlbumInfo to DatabaseAlbumInfo. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Change all DateTime.MinValue stamps to NULL. * src/Extensions/Banshee.Lastfm/Makefile.am: Alphabetize. * src/Libraries/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteUtils.cs: Serialize and unserialze DateTime.MinValue as NULL. * src/nuke-core-tables: Update to new config subdir. 2008-03-12 Gabriel Burt * src/Core/Banshee.ThickClient/Resources/banshee-dialogs.glade: * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/TrackEditor.cs: Disable artist/album editing and add note explaining they are disabled for the preview release. * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: * src/Core/Banshee.Core/Banshee.Streaming/SaveTrackMetadataJob.cs: Save all metadata possible back to files, and add notes about keeping these two classes in sync. 2008-03-12 Scott Peterson * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Don't copy the old db file unless it exists. 2008-03-12 Aaron Bockover * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Make CanPlay false if there is a stream error on the track * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationType.cs: Change some of the icons for now 2008-03-12 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/Paths.cs: Change the application data directory to banshee-1; create the directory if it doesn't exist; added ExtensionsData to Paths * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Copy the old library to the new path if it exists - this will allow both old and new Banshee series to fully coexist * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/Queue.cs: Use the ExtensionsData path 2008-03-12 Aaron Bockover Yes. I made all the build stuff refer to Banshee as banshee-1 instead of banshee-preview. This includes all paths, launchers, and even gconf keys. 2008-03-12 Aaron Bockover * src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeService.cs: Fixed the null check, actually works now * src/Clients/Nereid/Nereid/ViewContainer.cs: Add a 'Help' menu item to the bottom of the search entry filter menu * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add a menu item that takes the user to the documentation on the Wiki for query/search syntaxt and examples * src/Core/Banshee.Widgets/Banshee.Widgets/SearchEntry.cs: Expose the Menu * src/Libraries/Lastfm/Lastfm/Account.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmActions.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Hook up the web browser stuff again so account links work * src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs: Add the account signup button back * src/Libraries/Lastfm/Lastfm/Browser.cs: Fixed up to work again 2008-03-12 Aaron Bockover * src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GnomeService.cs: Added an all-singing, all-dancing GNOME entry service; currently this just hooks up Gnome.Url.Show (gnome-open) to Banshee.Web.Browser; ideally Process.Start would work properly, but it's got some issues, even though it does use xdg-open (which gnome-open should use); gnome-open is also a bit more backwards compatible and may be necessary on SLED, for instance; phew. * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: Fixed the playback indication for database tracks (BGO #520503) * src/Core/Banshee.Services/Banshee.Web/Browser.cs: Implemented an OpenHandler to allow extensions to override the default way of opening a link in a browser * src/Backends/Banshee.Gnome/Banshee.GnomeBackend/GConfConfigurationClient.cs: Renamed namespace from Banshee.Gnome to Banshee.GnomeBackend since there is a possibility of conflicts with the standard Gnome namespace * build/build.rules.mk: Add some rules to filter out duplicate references that will be passed to the compiler due to the dependency chain in the build environment; makes debugging easier even though the compiler would filter this out by itself; also put hard target dependencies on assemblies that are referenced in bin/; hopefully will help some occasional build problems 2008-03-12 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Call RefreshAndReload on smart playlist Refresh action. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Call RefreshAndReload when loading the smart playlists if we just migrated them. 2008-03-12 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/ICacheableItem.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Add a CacheModelId property to Track/Artist/Album classes, and rename SourceEntryId to CacheEntryId. 2008-03-11 Gabriel Burt This commit cleans up and speeds up reloading. * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Listen for Selection.Changed event and reload the track model with the appropriate ReloadTrigger argument. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add a Reload method that takes a ReloadTrigger argument identifying what caused the reload (user query, artist or album filter) so each can be handled optimally. Should fix performance regressions introduced in yesterday's bug fixes. * src/Core/Banshee.Services/Banshee.Collection/SelectAllSelection.cs: If there is only one real item and it's selected, then AllSelected = true. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add a bunch more indexes to CoreTracks. * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: Do not call lower() within ORDER BY fragments for track sorting. This means it will be case sensitive for now. Sqlite's lower() method doesn't work with non-LATIN characters, and it's slow. We need to add columns where we store the result of lowercasing Album, Artist, and Title in C#. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Add a new Refresh method that actually regenerates the smart playlist entries, since this doesn't need to happen on every Reload. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Move the complicated Reload logic into the *ListDatabaseModels. Get rid of FilteredDuration/FileSize properties. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: * src/Core/Banshee.Services/Banshee.Sources/IFileSizeAggregator.cs: * src/Core/Banshee.Services/Banshee.Sources/IDurationAggregator.cs: Remove Filtered* properties - we never display both, so might was well not require it or bother to calculate the un-filtered version. * src/Libraries/Hyena/Hyena.Data/IFilterable.cs: Remove Refilter method. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Fix bug with default sort column where it was based on your column order. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Call new Refresh method on SmartPlaylistSources. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CompositeTrackSourceContents.cs: Remove selection-changed source reload code - that's handled internally by the *ListDatabaseModels now. * src/Libraries/Hyena/Hyena.Data/ModelCache.cs: Change Reload to return void. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Use slightly faster INSERT INTO pattern, and don't automatically Save/RestoreSelection and UpdateAggregates within Reload. 2008-03-11 Aaron Bockover * src/Libraries/Hyena.Gui/Hyena.Gui/CairoExtensions.cs: Do not crash if the native Cairo pop/push group functions do not exist 2008-03-11 Aaron Bockover * build/build.rules.mk: * build/m4/banshee/gtk-sharp.m4: * configure.ac: Check for Gtk# 2.10 or better and define HAVE_GTK_2_10 on all the assemblies; this will allow the build to succeed on Gtk# 2.8 * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/GtkNotificationAreaBox.cs: Do not build if we don't HAVE_GTK_2_10, since GtkStatusIcon was introduced in that version; we only use GtkStatusIcon as a fallback if we are not running on X11/Unix anyway (i.e. it's mainly used for Windows) * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Do not try to instantiate GtkNotificationAreaBox if we don't HAVE_GTK_2_10; and since now we are not guaranteed to have some sort of INotificationAreaBox, properly dispose the notification area service if we never get a reference to one (i.e. running on not X11/Unix and not Gtk# 2.10+) 2008-03-11 Aaron Bockover * src/Clients/Nereid/Nereid/PlayerInterface.cs: Remove a bad line where I set the colormap of the window to be RGBA for no reason; I was playing around one night and committed this awful thing; SORRY 2008-03-11 Aaron Bockover * src/Libraries/Hyena.Gui/Hyena.Gui/PangoCairoHelper.cs: Wrap the Pango Cairo calls we care about so we'll build and run on GTK 2.8 again, which is quite important (yay SLED) * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/BetaReleaseViewOverlay.cs: * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: Use the new Hyena.Gui.PangoCairoHelper API * src/Libraries/Hyena.Gui/Hyena.Data.Gui/CairoHelper.cs: Nuked 2008-03-11 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationType.cs: * src/Extensions/Banshee.Lastfm/Makefile.am: New tag, recommended, neighbour, and personal icons. * src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginForm.cs: Do not update the account information until the Close button is pressed. 2008-03-11 Gabriel Burt * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Removed Equals and GetHashCode override that ignored type differences, and caused the playqueue to disappear if you had a smartplaylist of the same id. 2008-03-10 Gabriel Burt * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Model.cs: Fix scrolling to jump to the first selected item only if a selected item is not already in view. If the model count < the visible rows, scroll to the top. 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnController.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Model.cs: Default the sort of the TrackList to sort by Artist. 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/ICacheableItem.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: Rename CacheId to SourceEntryId, only require T : ICacheableItem in *ModelCache classes, and set the SourceEntryId in SqliteModelCache. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Remove cruft. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Comment out logging. 2008-03-10 Gabriel Burt * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Fix bug with inconsistent table name in SQL. 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Add CacheId property that can be used to uniqued ID an item within a list. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Notify the Library about the metadata-refreshed tracks after closing the user job so it doesn't look like it's hung. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: SpawnFromMain a few methods. * src/Core/Banshee.Services/Banshee.Database/BansheeModelCache.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: * src/Libraries/Hyena/Makefile.am: * src/Libraries/Hyena/Hyena.Data.Sqlite/ICacheableItem.cs: New interface containing CacheId property that *ModelCache and *ModelProvider classes require. 2008-03-10 Aaron Bockover * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Change AudiblyEqual to TrackEqual since it makes more sense; make the base comparison compare the track URIs * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: Override TrackEqual and use database IDs for comparisons since that is much more efficient; not complete however; renamed DbId to TrackId * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Changed to use TrackId instead of DbId 2008-03-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs: Patch from Lukas Lipka to use the stop icon instead of close icon in the UserJobTile widget (BGO #520342) 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Fix smart playlists to work with new ReloadTrack override. 2008-03-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: Use the new Ready state instead of Initialized * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngine.cs: Do not allow state transitions unless the engine is setting itself to the ready state; send the idle state automatically once the engine sends the ready state; all engines must transition to ready before anything else * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Handle the NotReady state in much the same way Idle is handled; some generic code cleanup * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineState.cs: Removed Initialized state in favor of Ready, added the NotReady state, which is the default state for all engines; engines must manually transition to the Ready state before any other state changes can occur * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Set the playing track when PlayerEngineEvent.StartOfStream is raised; do not set the playing track manually when querying the model 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Add override to Reload method with options for suppressing notification and filtering. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Remove RateLimitedFilter method, rework Reload to do suffice. Remove cruft. Call track model's Reload with arguments to suppress notification and artist/album filtering. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Remove cruft, call PruneArtistsAlbums from within OnTracksDeleted * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CompositeTrackSourceContents.cs: Simplify Selection changed handler to just call Reload on the source. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/ISourceContents.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/ObjectListSourceContents.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: Change to use ISource instead of Source. * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Prevent unnecessary Selection.Changed raising. * src/Libraries/Hyena/Hyena.Collections/Selection.cs: Add ToString override for debugging. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Do ++count so Library gets refreshed on even 500s instead of N*500 + 1. 2008-03-10 Aaron Bockover * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Removed all of the excessive [potential] thread spawning; it will be moved to where it is actually necessary (it is not necessary in most cases, is overkill, and can cause unexpected problems); this fixes the regression in the Play Queue 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Fix the build. 2008-03-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: Now depends on the Artist model, resets the artist filter at each reload, exposes CacheId and ClearCache. * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Expose CacheId property and ClearCache method. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Keep references to the artist/album models and regenerate the artist/album filter for each reload. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Reset the count to 0 when finished importing. * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Whitespace. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Avoid triggering the Reloaded event when reloading it twice in a row - no flicker. OnTracksRemoved now reloads the current source, but not the library etc. New PruneArtistsAlbums method that deletes artists/albums from the cache that have been removed from the library. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Rename TracksRemoved event to TracksDeleted for clarity/parity with method names. Override PruneArtistsAlbums method. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CompositeTrackSourceContents.cs: Fix reloading when selection changes. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: TracksRemoved event renamed to TracksDeleted for clarity. 2008-03-10 Gabriel Burt * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Avoid unnecessary db queries in saving/restoring selection. Fix bugs with IndexOf method. * src/Libraries/Hyena/Hyena.Data/DictionaryModelCache.cs: Add lock around Clear command. 2008-03-07 Aaron Bockover * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_DragAndDrop.cs: Calculate the row index for reordering * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Render a line to indicate the row reordering index 2008-03-07 Aaron Bockover * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_DragAndDrop.cs: Some minor fixes and cleanups 2008-03-07 Aaron Bockover * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_DragAndDrop.cs: Added another partial class for drag and drop specific stuff for the view; implement variable velocity scrolling when dragging rows in the view; it's awesome; added a Reorderable property, but it does not do anything yet (other than the awesome scrolling) * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Moved some DnD code into the new partial class * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Set Reorderable and ForceDragSourceSet properties * src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop/DragDropTarget.cs: Removed the model selection target * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs: Use the model selection target from hyena * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: Fixed a crasher/NRE 2008-03-07 Aaron Bockover * src/Libraries/Hyena/Hyena/ConsoleCrayon.cs: Added Hutch's terminfo changes to do all the coloring properly 2008-03-06 Gabriel Burt * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: * src/Core/Banshee.Core/Banshee.Streaming/CommonTags.cs: * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add Composer, Copyright, LicenseUri, and Comment columns to CoreTracks. * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: Add Composer field. 2008-03-06 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: Add ToString override for debugging purposes. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CompositeTrackSourceContents.cs: Scroll to the top if artist or album selection changes to all selected. * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Model.cs: When refreshing the view for the model, scroll to the first selected item if possible. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Libraries/Hyena/Hyena.Data/ModelCache.cs: Add locks to make thread-safe, solves (at least some) spurious browser issues people have been seeing. 2008-03-06 Aaron Bockover * src/Core/Banshee.Widgets/Banshee.Widgets/StreamPositionLabel.cs: Render the buffering progress bar using the GTK styles, take care of the pango layout manually instead of using a GtkLabel to be able to render the text in two colors, depending on the progress bar * build/build.rules.mk: Do not pass -warnaserror if mono is older than 1.2.4 since there appear to be some fake warnings raised with the older gmcs compiler * build/m4/shamrock/mono.m4: Added a method to detect the mono version but not bail if it wasn't met, and set a result * configure.ac: Check for at least mono 1.2.4 and export the result 2008-03-05 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/BetaReleaseViewOverlay.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use the allocation passed to Render to do the maths * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Windowing.cs: Expose ListAllocation as a protected property 2008-03-05 Aaron Bockover Lots of build fixes, preparing for the release * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Always update the addin registry so new/changed addins are rescanned * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs: Workaround for a mono 1.2.4 bug 2008-03-05 Gabriel Burt * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Small but powerful fix - was not clearing the selection between reloads at all. 2008-03-05 Gabriel Burt * src/Core/Banshee.Services/Banshee.Base/RateLimiter.cs: Change to prevent the method from being called while it is still running, queueing another run to happen when the current one finishes, instead of specifying a specific rate limit. * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Set HasSelectAllItem on cache to true. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Avoid parsing the user query if it hasn't changed since we last parsed it. Add SuppressReloads method so we can update both the album and artist filter before doing a Reload, and add a ClearArtistAlbumFilters method that directly, quickly does that. * src/Core/Banshee.Services/Banshee.Collection/AlbumListModel.cs: * src/Core/Banshee.Services/Banshee.Collection/ArtistListModel.cs: * src/Core/Banshee.Services/Banshee.Collection/BansheeListModel.cs: * src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs: Create the selection object within each subclass so that Album and Artist models can create a SelectAllSelection. * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Collection/SelectAllSelection.cs: New class that makes sure the first item is selected as the AllSelected = true state. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Override new ReloadTrackModel method which is called by DatabaseSource's RateLimitedReload and RateLimitedFilter methods. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Add RateLimitedFilter method for spawning off the filter handler. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CompositeTrackSourceContents.cs: Updated to work with SelectAllSelection and to trigger two track model updates when the artist model changes - one that is not filtered by any artists or albums, and one that is filtered by the artist/album selection, if any. * src/Libraries/Hyena/Hyena.Collections/Selection.cs: Change AllSelected and SelectAll to be virtual, add a MaxIndex getter. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Update the SaveSelection and RestoreSelection code to work with artist/album selections that have a first (fake) item "All *". 2008-03-05 Gabriel Burt * src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: Ignore deprecation warning. 2008-03-05 Aaron Bockover * build/build.rules.mk: Turned on -warnaserror and only show the bold compiling message if the terminal supports colors and is a tty * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/CairoHelper.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Model.cs: Fixed warnings 2008-03-05 Gabriel Burt * src/Core/Banshee.Core/Resources/COPYING: Update to 2008. * src/Clients/Nereid/Nereid/PlayerInterface.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmActions.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Fix warnings. 2008-03-04 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Replace confusing constructors with static FindOrCreate methods. Should fix an issue with finding/creating/associating new albums too. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Use new FindOrCreate methods. 2008-03-04 Gabriel Burt * src/Libraries/Hyena/Hyena.Data/ISelectable.cs: Forgot to commit new file. 2008-03-04 Gabriel Burt This commit fixes a long standing bug in trunk - selections now persist across source reloads (assuming the tracks are still in the source/not filtered). * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add a bool CachesJoinTableEntries property so Smart Playlists can use the join table but fill the CoreCache with TrackIDS not EntryIDS - needed, since their EntryIDs don't last long b/c they are wiped/created anew every time its Reloaded. * src/Core/Banshee.Services/Banshee.Collection/BansheeListModel.cs: Don't clear the selection on reload. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Override CachesJoinTableEntries to false. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Check model.CachesJoinTableEntries instead of JoinTable != null. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Whitespace. * src/Libraries/Hyena/Hyena.Data.Sqlite/ICacheableDatabaseModel.cs: Inherit from ISelectable and add CachesJoinTableEntries property. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: SaveSelection before a Reload and RestoreSelection afterward. * src/Libraries/Hyena/Hyena.Data/ModelCache.cs: * src/Libraries/Hyena/Hyena.Data/ArrayModelCache.cs: * src/Libraries/Hyena/Hyena.Data/DictionaryModelCache.cs: Update to use Int64s where appropriate. * src/Libraries/Hyena/Hyena.Data/IListModel.cs: Inherit from ISelectable. * src/Libraries/Hyena/Hyena.Data/ModelSelection.cs: Comment out unimplemented IndexOf method. * src/Libraries/Hyena/Makefile.am: New ISelectable interface. 2008-03-04 Gabriel Burt This commit adds more granular events for when tracks are added, changed, and removed to each track's PrimarySource. Playlists etc can listen for these events, and only reload when necessary (still work to do on this front). Reloads happen not in the main thread, so actions (like rating 4800 songs at once) return quickly, but other sources may take a second or few to be updated. * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: In Save method, trigger PrimarySource's TrackAdded or Changed method as appropriate. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Cache the unfiltered query string. * src/Core/Banshee.Services/Banshee.Collection/ImportManager.cs: Call OnImportFinished even if cancelled. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add CoreRemovedTracks table. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Pass false to DatabaseTrackInfo.Save method, and manually trigger TracksAdded event every 500 songs or when finished/cancelled. * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Use RemoveTrackRange instead of remove_track_command. * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Add stamps for tracking when last handled Tracks* events, add count commands for use in determining if an event affects this source. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Handle TracksChanged and TracksRemoved events from our PrimarySource parent. Right now we just always trigger a Reload, but these handlers are ripe for optimizations that will avoid Reloads unless absolutely necessary. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Trigger the Track* events on the primary source when adding/changing/removing tracks. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Add TracksAdded, TracksChanged, and TracksRemoved methods. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Make SetParentSource a virtual method. * src/Core/Banshee.Services/Banshee.Collection/BansheeListModel.cs: * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Make sure GUI-related events are handled in the main loop. * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: Turn DateTime values into integers. * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Add another override for Query/Query/Execute (HyenaSqliteCommand, params). * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Cache the reload command. 2008-03-04 Aaron Bockover * src/Libraries/Hyena/Hyena/Log.cs: Added InformationTimer methods akin to DebugTimer methods that will work without --debug mode * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Use InformationTimer instead of DebugTimer to show the overall startup time; set the addin cache path to just be the application data path, since Mono.Addins creates its own subdirectory underneath * src/Core/Banshee.Services/Banshee.Services.addins: Scan Extensions and Backends directories for addins * build/build.environment.mk: Define EXTENSIONS_INSTALL_DIR, BACKENDS_INSTALL_DIR * src/Backends/Banshee.GStreamer/Makefile.am: * src/Backends/Banshee.Gnome/Makefile.am: * src/Backends/Banshee.Unix/Makefile.am: * src/Extensions/Banshee.Lastfm/Makefile.am: * src/Extensions/Banshee.MultimediaKeys/Makefile.am: * src/Extensions/Banshee.NotificationArea/Makefile.am: * src/Extensions/Banshee.PlayQueue/Makefile.am: * src/Extensions/Banshee.Skins/Makefile.am: Set the INSTALL_DIR to either EXTENSIONS_INSTALL_DIR or BACKENDS_INSTALL_DIR so addins are a bit more organized in the install/packages * src/Extensions/Makefile.am: Disable the skins extension 2008-03-04 Aaron Bockover * src/Libraries/Hyena/Hyena/ConsoleCrayon.cs: A workaround for the somewhat broken terminfo driver for setting console colors in System.Console on Mono. If xterm and tty is detected, ANSI control codes will be used to color the console, otherwise if the runtime is not mono and the OS is not unix, the regular System.Console API will be used * src/Libraries/Hyena/Hyena/Log.cs: Use Hyena.ConsoleCrayon instead of System.Console to set/reset the terminal colors 2008-03-03 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmTrackInfo.cs: Catch Web exceptions in Love and Ban methods, avoiding crashing. 2008-03-03 Gabriel Burt This patch fixes a poor assumption made quite a while ago that for playlists put the TrackID into the CoreCache table, which if you had a song in a playlist twice would make it impossible to remove one and not the other. * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Fix reload fragments to use the track_model's JoinTable etc when needed. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add JoinTable, JoinPrimaryKey, and JoinColumn properties that allow the model to specify that it joins, for example, the CoreTracks table with the CoreCache table via the CorePlaylistEntries table. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add a EntryID primary key to CoreSmartPlaylistEntries, and create an index for it. * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Add JoinPrimaryKey virtual property, and set the Join* properties. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Fix AddTrackRange method to work with track model's that have a join table. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Change INSERT to add NULL so primary key automatically set. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Implement RemoveTrack by calling RemoveTrackRange with an appropriate Range. Add ReloadPrimarySource method that reloads the current source's "nearest" PrimarySource - either itself, its parent, or all PrimarySources. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Remove RemoveTrack method - fully implemented in DatabaseSource. * src/Libraries/Hyena/Hyena.Data.Sqlite/ICacheableDatabaseModel.cs: Add Join properties. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Handle models that specify a JoinTable. 2008-03-02 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs: Activate the repeat action when it's loaded from configuration 2008-03-02 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/BetaReleaseViewOverlay.cs: Fix some small bugs; do not show with --debug passed 2008-03-02 Alexander Hixon * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Add a null check before sorting out dependencies, so we don't bomb out on creating a new simple Smart Playlist. 2008-03-01 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/BetaReleaseViewOverlay.cs: A sweet overlay thingy that draws some big warning/welcome for users about the state of trunk/preview release * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Render the hot overlay * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Windowing.cs: Expose some properties as protected * src/Libraries/Hyena.Gui/Hyena.Gui.Theatrics/Stage.cs: Fix a bug when iterating actors in the stage by creating a copy to iterate; this allows actor step handlers to modify the stage actors * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs: * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/Theme.cs: Added DrawPie * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/ThemeContext.cs: Add some more state properties 2008-03-01 Scott Peterson * src/Libraries/Hyena/Hyena.Query/QueryNode.cs: Got rid of unnecessary condition. 2008-03-01 Scott Peterson * src/Libraries/Hyena/Hyena.Query/QueryNode.cs: Added methods to search a QueryNode tree for values of a given type either by depth or breadth. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Consume the new QueryNode.SearchForValues method. 2008-03-01 Scott Peterson * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Fixed typo. 2008-03-01 Scott Peterson * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Implements new HasDepenencies property. * src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs: Added HasDependencies property. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: The public Children property is now a ReadOnlyCollection since other code has no business modifying the collection directly. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: No longer reload a child source if it has dependencies (the dependencies will trigger a reload of the source which depends on them). * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Overrided Equals and GetHashCode to compare DbId. * src/Core/Banshee.Services/Banshee.Query/SmartPlaylistQueryValue.cs: Implements new abstract member Resolve(). Used to turn a DbId into a SmartPlaylistSource. * src/Core/Banshee.Services/Banshee.Query/PlaylistQueryValue.cs: Implements new abstract memeber Resolve () (right now it just returns null b/c we don't use the ObjectValue of a PlaylistQueryValue. In the future, this may change). * src/Core/Banshee.Services/Banshee.Query/AbstractPlaylistQueryValue.cs: Added abstract query value to handle the OperatorSet overload used by both SmartPlaylistQueryValue and PlaylistQueryValue. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Made to use generics and addded GetSmartPlaylistFromDbId () method. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Now keeps track of SmartPlaylistSources on which it depends. Used for listening to dependencies' Update events. * src/Libraries/Hyena/Hyena.Query/IntegerQueryValue.cs: SetValue made virtual. * src/Libraries/Hyena/Hyena.Query/IntegerKeyedObjectQueryValue.cs: New abstract class which allows an IntegerObjectValue to map to an object. 2008-02-29 Scott Peterson * src/Core/Banshee.Services/Banshee.PlayerMigration/AmarokPlayerImportSource.cs: Fixed warnings. 2008-02-29 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Show the FilteredFileSize in the status message, like we show the FilteredDuration. 2008-02-29 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmTrackInfo.cs: Modify the LastfmTrackInfo object, and add in the new trackauth variable in the constructor and associated property. We get the trackauth value from the track returned from Last.fm (lastfm:trackauth). * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Only submit NowPlaying tracks if the track is more than 30 seconds in length and the user has enabled scrobbling of tracks. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/Queue.cs: Support the new TrackAuth property in LastfmTrackInfo, submit that and the correct source code if the track was from radio, otherwise say it was from the library. * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Lots of cleanups to do with HACKING guidelines, trying to send stuff when we're not allowed to (ie not connected), and *heaps* of logic/name cleanups. * src/Libraries/Mono.Media/Media.Playlists.Xspf/Track.cs: Expose some lame kind of method to get extra key values. 2008-02-28 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Fix calculation figuring out whether or not the click is on the expander. 2008-02-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Base/RateLimiter.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryBox.cs: * src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryLimitBox.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: * src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginDialog.cs: * src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginForm.cs: Fix warnings. 2008-02-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: Add a Save (bool notify) method so processes that are triggering lots of Save's can avoid notifying the track's PrimarySource until they choose to - eg in the metadata refresh process. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Add comment to PRAGMA cache_size call. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add indices to Core[Smart]PlaylistEntries, and use track.Save (false) when updating the metadata. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Set Library.Importing = true/false around the import process. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Add ReloadChildren method. Add RateSelectedTracks method. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Add Importing property that when set true increases the period between TrackUpdated calls to 5 s (from the normal 0.25 s). Fix bug where Reload always reloaded all children - not something we want to do when the user is searching, say. Explicitly call ReloadChildren where needed. * src/Core/Banshee.Services/Banshee.Base/RateLimiter.cs: Make more thread safe. * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Add an ActiveSource convenience property. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Use ActiveSource property. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Use new ActiveSource property, and call RateSelectedTracks to rate entire selection Ranges at a time - much much faster. * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: Make Execute and WaitForResult internal methods. * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Put locks on the current command around Query/Execute calls to prevent a thread from calling the same command before an earlier thread gets its result. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Avoid checking the cache table more times than necessary. 2008-02-28 Aaron Bockover * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: Added a new base version of TrackInfoMerge that allows you to switch priority/fallback values to prefer either the database track or the taglib file data * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Move the migration consumer stuff out, make the migrator accessible to others * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Use a UserJob to report the migration track scanning progress * src/Core/Banshee.Services/Banshee.ServiceStack/IInitializeService.cs: A simple interface that will tell the service manager to call initialize on it after registering; this allows other objects to listen for the service before the service actually does anything * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Support IInitializeService.Initialize * src/Core/Banshee.Services/Banshee.ServiceStack/UserJob.cs: Added some more ctor overrides to make it easier to use * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeDbFormatMigratorMonitor.cs: A UI for reporting the migration progress in the database layer * src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: Connect to the database migration layer and use the new UI to report progress * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Draw a bubble, shouldn't commit this, in a hurry * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Windowing.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/CellContext.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: Fixed up to use the new Hyena.Gui.Theming API * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Nuked * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkColors.cs: * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/GtkTheme.cs: * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/Theme.cs: * src/Libraries/Hyena.Gui/Hyena.Gui.Theming/ThemeContext.cs: New simple theme API that will make doing the custom drawing easier than the crappy ListViewGraphics bloated/hard to use API 2008-02-27 Aaron Bockover * src/Core/Banshee.Services/Banshee.Base/ThreadAssist.cs: Do not set the main thread automatically and instead require an explicit call to a new InitializeMainThread method just for sanity to avoid possible race * src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: Call ThreadAssist.InitializeMainThread * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Enable the database URI pre-check when importing, minor clean up, wrap the commits in database transactions, and do an explicit save on the LibraryAlbumInfo (not sure if this is correct) * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs: Fixed a big threading bug - the actual user job/manager API is designed to be consumed from many threads, and the UI host for the jobs has to manage threading; this fixes some odd UI behavior after library imports * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs: Use generic/type-safe service manager methods * src/Core/Banshee.Services/Banshee.Collection/ImportManager.cs: Some clean up, remove an anonymous method to make more readable 2008-02-27 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Fix up last SourceView commit. 2008-02-27 Aaron Bockover * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Added a generic Contains method so Contains checks can be type safe just like the generic Get service calls * src/Core/Banshee.Services/Banshee.ServiceStack/TestUserJob.cs: Added a method to spawn a few test user jobs which is useful for debugging the user job API and host tile display * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs: When the magic command line argument is passed, spawn the test jobs * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Only render the focus row if the view actually has focus * src/Libraries/Hyena/Hyena.CommandLine/CommandLineParser.cs: Fix a minor crasher bug 2008-02-27 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Do not activate a Source when its expander is clicked. 2008-02-27 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackRepeatActions.cs: Created UI actions for repeat mode functionality; this is where the repeat mode can be accessed and is stored/loaded from configuration; the UI actions are set up here * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/RepeatActionButton.cs: A special button that syncs its state with the PlaybackRepeatActions and presents the actions as a popup menu * src/Clients/Nereid/Nereid/PlayerInterface.cs: Make the footer actually a Gtk.Toolbar, pack the new RepeatActionButton, and do some allocation magic to ensure the status bar is always centered on the toolbar; moved the only two schema items that are still at the client level into here * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeIconFactory.cs: Added the media-repeat icons into the stock * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Load the PlaybackRepeatActions as a child set of actions * src/Clients/Nereid/Nereid/PlayerWindowSchema.cs: Removed * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added a ToolbarFooter object * src/Libraries/Hyena/Hyena/StringUtil.cs: Added UnderCaseToCamelCase method that does the opposite of what CamelCaseToUnderCaseDoes; use a StringBuilder for the latter * tests/Hyena/StringUtilTests.cs: Added some tests for the above two methods 2008-02-27 Gabriel Burt * src/Clients/Nereid/Nereid/PlayerInterface.cs: Remove unnecessary Show. * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs: Add the inner VBox to the Alignment...hard for it to show otherwise. 2008-02-27 Gabriel Burt * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Improve the metadata refresh process - use the existing OnSlow* calls in the migrator, don't die if a track can't be refreshed, etc. 2008-02-27 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Add and comment out an implementation for 'New Smart Playlist From Search'. It works, but the smart playlist Editor needs to be changed to accept conditions with no field (eg implying search-all-default-fields). * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Comment out 'New Smart Playlist From Search' item. 2008-02-27 Gabriel Burt * src/Core/Banshee.Services/Banshee.Services.mdp: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp: * src/Libraries/Lastfm.Gui/Lastfm.Gui.mdp: * src/Libraries/Lastfm/Lastfm.mdp: * src/Libraries/Mono.Media/Mono.Media.mdp: Fix MD build. * src/Extensions/Banshee.Lastfm/Makefile.am: Remove non-existant file. 2008-02-27 Alexander Hixon * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Support lazy authentication. Also implement retrying if sending a 'Now Playing' track failed. Slightly more detailed logging is also added. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Removed a useless boolean value. Also implemented lazy connecting before queuing tracks. 2008-02-27 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Only scrobble tracks if the 'Enable song reporting' checkbox is active. 2008-02-27 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: Fix crasher - don't update GTK outside the main thread. 2008-02-26 Gabriel Burt This commit brings back a thread-safe database layer. Unfortunately, that currently means switching back to the deprecated Mono.Data.SqliteClient library. Mono.Data.Sqlite does not allow executing a command in one thread and reading it in another, where M.D.SqliteClient does. * Makefile.am: Add BANSHEE_DEV_MONO_OPTIONS env var to enable setting --profile=default:stat for example to run with make run. * build/build.environment.mk: Depend on Mono.Data.SqliteClient again. Mono.Data.Sqlite requires that even reading the results of a query must be done in the same thread that ran the query/owns the connection. * src/Core/Banshee.Core/Banshee.IO/Provider.cs: Clean up. * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: * src/Core/Banshee.Services/Banshee.Configuration/DatabaseConfigurationClient.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: New HyenaSqliteConnection API. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Get rid of unused ctor and execute useful performance-related PRAGMAs. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Use HyenaSqliteConnection's utility methods, new API. Add UserJob to rescan a user's songs when migrating over in order to get fields we now store in the database - like Disc, etc. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Get rid of ProxyToMain call. * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Add null check. * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Reorder loading of Library, Library playlists. * src/Core/Banshee.Services/Banshee.PlayerMigration/AmarokPlayerImportSource.cs: Use Mono.Data.SqliteClient. * src/Core/Banshee.Services/Banshee.ServiceStack/UserJob.cs: Avoid duplication in ctors. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Increase the delay betwen refreshes. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Get rid of ProxyToMain calls. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Do not login to Last.fm radio until a source is activated. * src/Libraries/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: Convert longs in a different way that M.D.SqliteClient likes. * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: Combined with QueuedSqliteCommand code, meant to be called by threaded/queued HyenaSqliteConnection. * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Combined with QueuedSqliteDatabase code (from F-Spot's copy). Supports blocking other threads during transactions and has no busy-waits. 2008-02-26 Aaron Bockover * ChangeLog: Fixed all the improper formatting that has been committed to this file lately. Wrote a guide that describes the proper formatting procedure for this file http://banshee-project.org/ChangeLogForDevelopers * HACKING: Updated with above link 2008-02-25 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Attempt to queue the currently playing track when we dispose the service, in case it's scrobbable, but the user quit before hitting the next button to send it off to the server. It gets queued until next start. * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Fix TrackInfoDisplay by making sure we pass the correct EventMasks so that we don't bombard the user with cover art on track change, if the user had shown the cover art popup previously in the session. Also fixes hiding the cover art popup after the correct amount of time. * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: * src/Libraries/Lastfm/Lastfm/LastfmCore.cs: Remove Account from constructors for RadioConnection and AudioscrobblerConnection. Also get the Connections to reference LastfmCore.Account rather than keeping track of their own copy. 2008-02-24 Alexander Hixon * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Remove class- based UserAgent properties, values and constructor arguments. Use LastfmCore.UserAgent instead. * src/Libraries/Lastfm/Lastfm/LastfmCore.cs: Simplify UserAgent's setter, and update instance creation to reflect changes in ctor definitions. 2008-02-23 Alexander Hixon * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/TrackInfoPopup.cs: Decrease spacing between time and progress bar. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: * src/Libraries/Lastfm/Lastfm/LastfmCore.cs: Use LastfmCore as a singleton to access Last.fm classes. * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Provide support for user agent when sending requests to Audioscrobbler servers. Can be passed via ctor or by setting the UserAgent property. Also marked ctor as internal. * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: Added UserAgent property. Marked ctor as internal. * src/Libraries/Lastfm/Lastfm/Account.cs: Remove the static Account instance, since it's now provided by LastfmCore as a singleton. 2008-02-23 Scott Peterson * src/Core/Banshee.Services/Banshee.Library/ThreadPoolImportSource.cs, * src/Core/Banshee.Services/Banshee.PlayerMigration/AmarokPlayerImportSource.cs: Renamed DoImport to ImportCore as per Framework Design Guidelines, also slapped the new keyword onto the static AmarokPlayerImportSource.CanImport property to get rid of the warning about it hiding a base member of the same name (which it should). 2008-02-23 Alexander Hixon * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs: Get track duration and progress information before showing the popup and relying on the fact that we're playing to determine the progress label text. Showing the popup during a paused song now works. * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/TrackInfoPopup.cs: Add some padding around the TrackInfoDisplay to pretty things up slightly and line up the cover art. * src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginForm.cs: Don't try to run Account.Save if the username or password haven't changed since the time the dialog was opened till the time it closed. Prevents reconnecting if you simply open the dialog and close it again. 2008-02-23 Alexander Hixon * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/TrackInfoPopup.cs: Added LinearProgress hotness. * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedSeekSlider.cs: Fixed a bug where the user would change tracks while a track was mid-way through being buffered, and the first track's buffering result would cover up the song duration/progress information. 2008-02-23 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Rewrote the SongTimer class to use PlayerEngine.Position. Doesn't rely on PlayerEngineState events anymore. This also means that SongTimer works well while listening to songs on Last.fm. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/Queue.cs: * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Implement MusicBrainzId property and using that data to generate requests to Last.fm. Currently isn't attached to any real data source, so the ID is always empty. 2008-02-23 Alexander Hixon * src/Core/Banshee.ThickClient/Banshee.Gui/BaseClientWindow.cs: Port fix across from stable so that using Alt+F4 to close the main window works again. 2008-02-23 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Remove a few bits of commented code. Added Stock.Properties icon for the Configure menu item. * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: Added Ctrl+E keyboard shortcut for equalizer window. * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Added Stock.Preferences icon for Preferences menu item. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Added E keyboard shortcut for track editor dialog. 2008-02-23 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: Use the static instance of Account shared by others, rather than creating a seperate instance. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Added support for keeping track of network connection state and automatically connecting. Also included better debugging messages. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Fix queuing tracks that have actually been played long enough but were not submitted. Also added a few simple checks to see if the current track attempting to be queued is null or has been listened to for less than one second. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/Queue.cs: Send tracks with the correct original play-start time (instead of double-universal time). * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Make sure that errors when POSTing the current track being listened to aren't displayed to the user via the HIG message dialog - log them silently to console instead. 2008-02-22 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: Use a slightly less brain-dead method of checking the total length of the track played. Skipping through a track but playing the correct length for inclusion on a Last.fm profile now works correctly. Also added support for sending NowPlaying information. * src/Libraries/Lastfm/Lastfm/Account.cs: Create an 'Instance' property for use via multiple modules. * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: Uncommented and exposed NowPlaying method, so that Last.fm lists the current track as playing. 2008-02-22 Alexander Hixon * src/Extensions/Banshee.Audioscrobbler: Mark this as removed in SVN. Accidentally missed in previous revision. * src/Extensions/Banshee.Lastfm/Resources/AudioscrobblerMenu.xml: Added missing file, enables Audioscrobbler extension service to load without error. 2008-02-22 Alexander Hixon * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/Queue.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.addin.xml: Cleaned version of the Audioscrobbler plugin from stable. Glue to hook up player engine and AudioscrobblerConnection logic lives here. * src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs: * src/Libraries/Lastfm/Lastfm/IQueue.cs: Seperate out web bits and queue interface into our Last.fm library. Uses version 1.2 of the Last.fm protocol. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Added 'Tools' menu. 2008-02-22 Scott Peterson * src/Core/Banshee.Services/Banshee.Library/ThreadPoolImportSource.cs: Minor fix for fetching the UserJob's Title. 2008-02-22 Scott Peterson * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs, * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: HyenaSqliteConnection.GetSchema now returns an IDictionary rather than a Dictionary. 2008-02-22 Scott Peterson * src/Core/Banshee.Services/Banshee.Library/ImportSourceManager.cs, * src/Core/Banshee.Services/Banshee.PlayerMigration/AmarokPlayerImportSource.cs: Minor change to Amarok's CanImport property name. 2008-02-21 Gabriel Burt * build/build.environment.mk: * configure.ac: * src/Clients/Nereid/Nereid/Client.cs: * src/Extensions/Banshee.Skins/Banshee.Skins.addin.xml: * src/Extensions/Banshee.Skins/Banshee.Skins.mdp: * src/Extensions/Banshee.Skins/Banshee.Skins/SkinManager.cs: * src/Extensions/Banshee.Skins/Makefile.am: * src/Extensions/Banshee.Skins/Resources/GlobalUI.xml: * src/Extensions/Makefile.am: New extension for switching skins (*.gtkrc files under ~/.config/plugins/skins/). 2008-02-21 Gabriel Burt * src/Libraries/Hyena/Hyena.Query/DateQueryValue.cs: Make the regex static. * src/Libraries/Lastfm/Lastfm.Data/DataEntryCollection.cs: * src/Libraries/Lastfm/Lastfm.Data/DataEntry.cs: Enforce the Root as being a XmlElement, and if it doesn't have a child element of the requied name, see if it has an attribute. 2008-02-21 Gabriel Burt * src/Libraries/Hyena/Hyena.Query/DateQueryValue.cs: Cleanup. 2008-02-21 Gabriel Burt * build/build.environment.mk: Add Mono.Unix dep to Hyena so strings can be translated, like they already could be in Hyena.Gui. * src/Core/Banshee.Services/Banshee.Base/RateLimiter.cs: Add option to not run wrapped method immediately, but to have a delay first. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Implement DependsOn using depth-first scan of the ConditionTree. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Set a 10ms delay before responding to OnTrackUpdated. * src/Core/Banshee.ThickClient/Banshee.Query.Gui/SmartPlaylistQueryValueEntry.cs: Check if Editor.CurrentlyEditing is set, and if so, do not put the current playlist or ones that depend on it in the dropdown. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Expose through a public static property what Smart Playlist is currently being edited. * src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryBox.cs: Add and use a Gtk.Entry if the query is more complicated than our GUI can handle. * src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryTermBox.cs: Clean. * src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs: Make methods protected instead of public, throw exception if unable to handle the QueryNode given. * src/Libraries/Hyena/Hyena.Query/DateQueryValue.cs: Support parsing and generating relative-date user queries. * src/Libraries/Hyena/Hyena.Query/FileSizeQueryValue.cs: Put a space between the file size and its unit. * src/Libraries/Hyena/Hyena.Query/IntegerQueryValue.cs: Change the default alias for the Equal operator to "=" instead of "==". * src/Libraries/Hyena/Hyena.Query/QueryListNode.cs: Use ' or ' instead of ', ' to separate OR'd nodes in generated user queries. * src/Libraries/Hyena/Hyena.Query/UserQueryParser.cs: Add a static Parse method for convenience. 2008-02-21 Scott Peterson * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Changed it so that the "Sort Children" option appears only if there are two or more children of a source: a list of one is always sorted :) 2008-02-21 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: Add DateUpdated property and update it in Save method. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Rename DiscNumber to Disc to avoid automatic column creation. Fix issue with DateUpdatedStamp not being created, and use DateAdded as its default value for migrated tracks. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Use the Source property on DatabaseTrackInfo instead of SourceId. Remove reload call to Library since it saving the tracks automatically triggers it now. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Increase minimum time between reloads. * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: Implement IUnmapableSource. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: Add TracksUpdated event. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Try to popdown the menu before rating. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add custom context menu for ErrorSource. * src/Libraries/Hyena/Hyena/Log.cs: Make log type string all the same length so they line up better. 2008-02-21 Scott Peterson This commit begins to port the player migration namespace from stable into trunk. I've only done the Amarok importer as a proof-of-concept and I haven't tested it. This commit is more about laying out the namespace/object design for the player migration stuff for critique. What is presented here in this patch is subject to change if anyone wants to massage it a little more. Otherwise I'll go ahead with porting/testing the other player migrators. So please provide feedback! * src/Core/Banshee.Services/Banshee.Library/ThreadPoolImportSource.cs: Added a base class for IImportSources which will perform a single-method import operation in a ThreadPool thread. * src/Core/Banshee.Services/Banshee.Library/ImportSourceManager.cs: Added Amarok importer to import sources. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Created a new public method AddTrackToLibrary, which contains the logic for adding a track to the library and hooking up the related Artist and Album infos. * src/Core/Banshee.Services/Banshee.PlayerMigration/AmarokPlayerImportSource.cs: Ported the Amarok importer from stable. NOTE: I don't have Amarok - and it's 3am - so I haven't tested this. It needs testing! SOMEONE TEST THIS!!! 2008-02-20 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: If possible, set album art on the lists of tracks. Unfortunately the Last.fm feed for recently loved songs doesn't include the album name, so no cover art there. * src/Libraries/Lastfm/Lastfm.Data/DataEntry.cs: Add new Entry types for Artist data. * src/Libraries/Lastfm/Makefile.am: * src/Libraries/Lastfm/Lastfm.Data/LastfmArtistData.cs: Expose artist-related data. 2008-02-20 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: Fix numbering. 2008-02-20 Gabriel Burt * src/Core/Banshee.Services/Banshee.Web/Browser.cs: Add implementation, gleaned from MonoDevelop. * src/Core/Banshee.Widgets/Makefile.am: * src/Core/Banshee.Widgets/Banshee.Widgets/MenuTile.cs: Subclass of Tile that overrides the OnButtonPress so it can be used to pop up a menu. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmActions.cs: Add actions and handlers for artists, albums, and tracks that go to various websites (Last.fm, Wikipedia) and other fun things. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: Add two lists: 10 most recently played songs, and 10 most recently loved. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationType.cs: Break types out into public static variables. * src/Extensions/Banshee.Lastfm/Resources/GlobalUI.xml: Add Popups for artists, albums, and tracks. Currently only tracks is actually used. * src/Libraries/Lastfm/Makefile.am: * src/Libraries/Lastfm/Lastfm.Data/UserData.cs: * src/Libraries/Lastfm/Lastfm.Data/LastfmUserData.cs: Move to LastfmUserData, and change API - expose as properites data that doesn't take any arguments. Cache results in a local dictionary to avoid hitting the network every time property is accessed. * src/Libraries/Lastfm/Lastfm.Data/LastfmData.cs: Add Refresh method that will ignore the cache. * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: Add comment with unimplemented xmlrpc methods. * src/Libraries/Lastfm/Test.cs: Update to new API. 2008-02-20 Gabriel Burt This commit adds a CorePrimarySources table and a SourceID column to the CoreTracks table, allowing non-Library tracks to be stored there (and therefore benefit from our searching, playlist, smart playlist, and view code). * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Base/RateLimiter.cs: Allow specifying a min_interval on each rate-limited execute. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/DatabaseTrackInfo.cs: Rename to DatabaseTrackInfo, add SourceId property. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add new CorePrimarySources table, add SourceID to CoreTracks, remove unique constraint on CorePlaylistEntries. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: When importing set the SourceId on the new DatabaseTrackInfos. * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Refactor a lot of logic into PrimarySource, and inherit from it. * src/Core/Banshee.Services/Banshee.Library/HomeDirectoryImportSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistFileUtil.cs: Use shorter way of getting a specific service from the ServiceManager. * src/Core/Banshee.Services/Banshee.Sources/PrimarySource.cs: New class to be subclassed by LibrarySource, DaapSource, DapSource, etc - a way of reusing CoreTracks and all associated goodness for non-Library tracks. * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Add Library convenience property. * src/Core/Banshee.Services/Banshee.Services.mdp: * src/Core/Banshee.Services/Makefile.am: Updated * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Use DatabaseTrackInfo. * src/Libraries/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: Avoid problem in Mono.Data.Sqlite in getting Int64 value. * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Add convience methods for Query, Execute, ExecuteReader that accept the same parameters as the HyenaSqliteCommand ctor does, allowing Query("select x from y where ?", z) instead of Query(new HyenaSqliteCommand ("select x from y where ?", z)). * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: Add try/catch around Load method to avoid crashing and provide debugging if there are issues loading a row into an object. 2008-02-20 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/NullPlayerEngine.cs: * src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs: Minor fixes for Windows * win-deps/Mono.Addins.dll.config: Added the .config for Mono.Addins 2008-02-20 Aaron Bockover * src/Clients/Nereid/Nereid/PlayerInterface.cs: If control is being held down when the source view activates a row, set the source to be the playback source, but do not play the first song in that source - this means that ctrl+double-clicking a source will 'queue' that source to play next * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Make sure the editor button works on all database sources * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Because the ctrl+click behavior is strange on this use of the tree view, override it and emulate the row activation * src/Libraries/Hyena.Gui/Hyena.Gui/GtkUtilities.cs: Support reading modifier states from Gdk.EventButton as well; make the array params 2008-02-20 Aaron Bockover * src/Core/Banshee.Services/Banshee.Library/ImportSourceManager.cs: Fixed loading after Scott's commit, defer the loading of these import objects until they are actually needed to improve theoretical startup speed * src/Core/Banshee.Services/Banshee.Library/IImportSource.cs: Added the CanImport member that Scott used in IExtensionImportSource * src/Core/Banshee.Services/Banshee.Library/IExtensionImportSource.cs: Removed, no sense in having this interface * src/Core/Banshee.Services/Banshee.Library/HomeDirectoryImportSource.cs: * src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs: * src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs: Implement CanImport 2008-02-19 Scott Peterson * src/Core/Banshee.Services/Banshee.Library/IExtensionImportSource.cs: Added copyright name. 2008-02-19 Scott Peterson * src/Core/Banshee.Services/Banshee.Library/IExtensionImportSource.cs: Added the IExtensionImportSource interface which extends the IImportSource interface to include bool CanImport { get; }. This means that an extension-provided import source will only be added to the list if the import source can be imported. Such a check might entail determining whether Beagle is installed, or a particular file (other music player's db) is present, &c.. * src/Core/Banshee.Services/Banshee.Library/ImportSourceManager.cs: Made to use the new IExtensionImportSource when adding extension sources to the list of availible import sources. 2008-02-19 Aaron Bockover * src/Clients/Nereid/Nereid/PlayerInterface.cs: Apply the window default background to override the toolbar background instead of just a flat colored rectangle; should play nicer with some themes * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Apply a default background and override OnUnrealized and OnUnmapped * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Windowing.cs: Remove WidgetFlags.Realized in OnUnrealized 2008-02-19 Aaron Bockover * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Added the skip song feature back 2008-02-19 Aaron Bockover * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs: Ported the show/hide TrackInfoPopup/tooltip when the mouse cursor is over the notification area icon * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/TrackInfoPopup.cs: Ported the TrackInfoPopup/tooltip to use the new TrackInfoDisplay * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Implemented proper managed resource disposing and set the current track on size allocation * src/Clients/Nereid/Nereid/PlayerInterface.cs: Set the title of the window to the track information * src/Core/Banshee.ThickClient/Banshee.Gui/BaseClientWindow.cs: Added a TitleChanged event and an UpdateTitle abstract method * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/GtkNotificationAreaBox.cs: Set the tooltip to the primary window's title, track it when it changes * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/INotificationAreaBox.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Added a proxy method for player engine events * src/Extensions/Banshee.NotificationArea/Notifications/Notification.cs: Do not crash when Widget is null 2008-02-19 Aaron Bockover * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Ported notification bubbles. Hawt. 4 u snorp lol. * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngine.cs: Added constant VolumeDelta and SkipDelta public fields * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: Don't use the redundant string parameter version of ServiceManager.Get * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/GtkNotificationAreaBox.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/INotificationAreaBox.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs: Added a Widget property for the notifications to use * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationArea.cs: Ignore some other crappy warnings 2008-02-19 Gabriel Burt * src/Core/Banshee.Services/Banshee.Playlists.Formats/M3uPlaylistFormat.cs: * src/Core/Banshee.Services/Banshee.Playlists.Formats/PlsPlaylistFormat.cs: Uncomment out Save methods, and modify to work with TrackListModel. * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Work on ImportPlaylistAction - still not enabled/working. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Add ExportPlaylistAction handler. * src/Core/Banshee.ThickClient/Makefile.am: * src/Core/Banshee.ThickClient/Banshee.Playlist.Gui/PlaylistExportDialog.cs: Ported from stable. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add Export playlist action to source context menu and edit menu. 2008-02-19 Gabriel Burt * src/Clients/Nereid/Nereid/PlayerInterface.cs: Fix bug in getting sources' custom views. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp: * src/Extensions/Banshee.Lastfm/Makefile.am: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSourceContents.cs: New class, shows how sources can set custom views. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: Set the custom view, allow activating. 2008-02-19 Gabriel Burt * src/Extensions/Banshee.Lastfm/Resources/Banshee.Lastfm.addin.xml: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp: * src/Extensions/Banshee.Lastfm/Makefile.am: Move the addin.xml file up from Resources. 2008-02-19 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/ISourceContents.cs: New interface. * src/Clients/Nereid/Nereid/PlayerInterface.cs: When the ActiveSource is changed, call ISourceContents.ResetSource on the current SourceContents. Check the new source for a NereidSourceContents property and use it if it exists (allowing Sources to define custom views). And finally call ISourceContents.SetSource on the new SourceContents. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CompositeTrackSourceContents.cs: Move to Banshee.Sources.Gui and implement ISourceContents. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/ObjectListSourceContents.cs: New class that wraps a ObjectListView in a ScrolledWindow and implements ISourceContents. * src/Clients/Nereid/Nereid/ViewContainer.cs: Defined Contents as a ISourceContents not a Widget. * src/Core/Banshee.ThickClient/Makefile.am: Updated. 2008-02-19 Aaron Bockover This commit adds most of the functionality of the notification area back, and adds a new layer of cross platform support, so it should work on Windows with limited functionality since Windows doesn't support what the raw X11 version can * src/Clients/Nereid/Nereid/PlayerInterface.cs: * src/Clients/Nereid/Nereid/PlayerWindowSchema.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/BaseClientWindow.cs: Moved some windowing/state functionality into BaseClientWindow; includes stuff like ToggleVisibility * src/Core/Banshee.ThickClient/Banshee.Gui/GtkElementsService.cs: Expose PrimaryWindow as BaseClientWindow and added the PrimaryCloseHandler * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Major refactor of the notification area; get most of the basic interaction functionality working again (clicking the icon, toggling window visibility, popup menu; push the actual notification area down a level into the new INotificationAreaBox abstraction, implementing common events in the service layer * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/INotificationAreaBox.cs: An interface to expose common functionality of the area boxes so that the service can implement common functionality once * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs: An advanced INotificationAreaBox implementation that supports more events on the notification area; this is functionally on par with Banshee stable but will only work on X11; when it fails, GtkNotificationAreaBox will work * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/GtkNotificationAreaBox.cs: An INotificationAreaBox implementation that wraps GtkStatusIcon; this is a very basic one since the GtkStatusApi is extremely limited due to cross platform support; only the context menu and left click are supported, but it will work on Windows 2008-02-18 Aaron Bockover * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmActions.cs: Removed duplicate using declaration * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: Added a property to get the LastfmActions * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: When the lastfm error is account related, add a message action to allow the user to enter their account details * src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs: Fix a few bugs * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: Lots of tabs->spaces 2008-02-18 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Disable the extension manager UI for now 2008-02-18 Aaron Bockover * src/Extensions/Banshee.Lastfm/Resources/GlobalUI.xml: Hide the love/ban from the menu since it doesn't make sense yet * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Hide menu items that don't apply when the source is not library-based 2008-02-18 Aaron Bockover * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmActions.cs: Implement love/hate actions * src/Extensions/Banshee.Lastfm/Resources/GlobalUI.xml: Add love/hate buttons to the header * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeIconFactory.cs: Allow new theme icons to be mapped into stock publicly 2008-02-18 Aaron Bockover * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: Make the network connection handshake run in a thread again 2008-02-18 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedMessageBar.cs: Set some default spacing * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Add a version of DrawFrame that takes a color * src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs: Draw our nice rounded frame and set a good default padding 2008-02-18 Aaron Bockover * src/Clients/Nereid/Nereid/ViewContainer.cs: Pack a ConnectedMessageBar * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceIconResolver.cs: Pulled the icon resolver out of SourceRowRenderer since sources may have multiple icons and it's useful outside of the renderer * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedMessageBar.cs: Works against a number of standardized Message.* properties that can be set on a source's PropertyStore; this allows sources to communicate status messages easily to the user * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Use the new Message.* properties to communicate status messages to the user * src/Libraries/Hyena/Hyena.Data/PropertyStore.cs: Added RemoveStartingWith * src/Libraries/Hyena.Gui/Hyena.Gui.Theatrics/Actor.cs: Added a CanExpire property; reset the percentage to 0 when it reaches 1 and the actor is not allowed to expire * src/Libraries/Hyena.Gui/Hyena.Widgets/AnimatedImage.cs: * src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs: Ported/moved from Banshee.Widgets; AnimatedImage works better and uses Hyena.Gui.Theatrics * src/Libraries/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs: Send the expose events to children * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/LastfmSource.cs: * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Updated to reflect the property name change from IconName to Icon.Name 2008-02-18 Scott Peterson * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Changed LoadAll method to return IEnumerable rather than List. Since the method is only ever iterated over, we can do away with the List object. 2008-02-17 Gabriel Burt * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Avoid hitting the model/database when clicking where there is no row. 2008-02-17 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Add Genre columsn to CoreTracks, and support it as a query field, query order, and ListView column. 2008-02-17 Gabriel Burt * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: Change LastPlayed and DateAdded order names. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: Wrap the migration in a transaction, print error message if it fails. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Only initialize if the migration was successful. * src/Libraries/Hyena.Gui/Hyena.Query.Gui/QueryLimitBox.cs: BansheeQuery's Orders array has nulls in it to indicate where separators would be nice - actually implement those in the ComboBox. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Improve comment. 2008-02-16 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Only keep the last five played or skipped songs. 2008-02-16 Gabriel Burt * src/Libraries/Lastfm/Test.cs: * src/Libraries/Lastfm.Gui/Test.cs: Add tests. 2008-02-16 Gabriel Burt * src/Libraries/Lastfm/Lastfm/Connection.cs: * src/Libraries/Lastfm/Lastfm/RadioConnection.cs: Rename to RadioConnection.cs * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Radio/StationSource.cs: Use RadioConnection. 2008-02-16 Gabriel Burt * src/Extensions/Banshee.Lastfm/*: Grr, overwrote Aaron's last fixes with my svn mv, since I'd initiated it locally before svn up'ing his changes. 2008-02-16 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm: Move Banshee.Lastfm to Banshee.Lastfm.Radio in preparation for merging the Audioscrobbler and Recommendations plugins. 2008-02-16 Gabriel Burt This commit adds support for most of the user-particular data feeds Audioscrobbler offers into Lastfm.dll, our Banshee-independent Lastfm library. * src/Libraries/Lastfm/Lastfm.Data/LastfmDataCollection.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs: * src/Libraries/Lastfm/Lastfm.Data/Profile.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs: Removed files. * src/Libraries/Lastfm/Test.cs: * src/Libraries/Lastfm.Gui/Test.cs: Moved test to Lastfm.Gui. * src/Libraries/Lastfm/Lastfm.Data/DataCore.cs: New static class for doing initialization and settings. * src/Libraries/Lastfm/Lastfm.Data/DataEntryCollection.cs: New class that wraps a XmlNodeList. * src/Libraries/Lastfm/Makefile.am: Updates, add make test rule. * src/Libraries/Lastfm/Lastfm.Data/DataEntry.cs: Move all DataEntry subclasses here. There are too many to have in separate classes (and the header/code ratio is really high). * src/Libraries/Lastfm/Lastfm.Data/UserData.cs: Wrap almost all of the Last.fm data feeds that pertain to a particular user. * src/Libraries/Lastfm/Lastfm.Data/LastfmData.cs: Update for DataCore changes, and instantiate and wrap a DataEntryCollection. 2008-02-16 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Set RowSensitivePropertyName to 'CanPlay' * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Model.cs: * src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Added a RowSensitivePropertyName property, defaulting to 'Sensitive'; objects in the model will be queried for this property to indicate whether the object is sensitive (enabled) or not; render the row's sensitivity * src/Libraries/Lastfm/Lastfm/Connection.cs: Clear the password if invalid 2008-02-16 Aaron Bockover * src/Libraries/Lastfm/Lastfm/Account.cs: Renamed Username to UserName * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmActions.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmSource.cs: * src/Libraries/Lastfm.Gui/Lastfm.Gui/AccountLoginForm.cs: * src/Libraries/Lastfm/Lastfm/Connection.cs: Use the UserName property * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/StationSource.cs: Store the MD5 hashed last.fm password * src/Libraries/Hyena/Hyena/CryptoUtil.cs: Moved some MD5 methods from Last.fm to here * tests/Hyena/CryptoUtilTests.cs: Tests for CryptoUtil 2008-02-16 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Fixed bug with the new NullPlayerEngine fallback loading 2008-02-16 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/PlatformHacks.cs: Only run these hacks if we are on Unix, and don't crash even if we are and they fail * src/Core/Banshee.Services/Banshee.MediaEngine/NullPlayerEngine.cs: A fake engine that does nothing, used to allow Banshee to at least start up on Windows without libbanshee * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Load the NullPlayerEngine if no real engines could be loaded * src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: Disable DBus support if BusG.Init fails * src/Libraries/Hyena.Gui/Hyena.Data.Gui/CairoHelper.cs: Do not P/Invoke to get the cairo context, instead use Gdk.CairoHelper 2008-02-16 Aaron Bockover * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Added a necessary null check and return default (T) for the generic Query method that Scott introduced - fixes the bug everyone has been complaining about 2008-02-16 Aaron Bockover Moved Nereid from Core/ to Clients/; fixed up a lot of MonoDevelop stuff 2008-02-15 Aaron Bockover * build/build.environment.mk: Link against ICSharpCode.SharpZipLib * configure.ac: Check for Mono.Data.Sqlite instead of Mono.Data.SqliteClient 2008-02-15 Gabriel Burt * src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs: * src/Libraries/Lastfm/Lastfm.Data/Profile.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs: * src/Libraries/Lastfm/Lastfm.Data/UserData.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs: Remove unnecessary usings. 2008-02-15 Gabriel Burt * src/Libraries/Lastfm/Lastfm/Connection.cs: Fix warnings. * src/Libraries/Lastfm/Makefile.am: * src/Libraries/Lastfm/Lastfm.Data: Add new namespace. * src/Libraries/Lastfm/Lastfm.Data/DataEntry.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopArtists.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopData.cs: * src/Libraries/Lastfm/Lastfm.Data/LastfmDataCollection.cs: * src/Libraries/Lastfm/Lastfm.Data/LastfmData.cs: * src/Libraries/Lastfm/Lastfm.Data/Profile.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopAlbums.cs: * src/Libraries/Lastfm/Lastfm.Data/UserData.cs: * src/Libraries/Lastfm/Lastfm.Data/UserTopTracks.cs: New files that expose Last.fm metadata. 2008-02-14 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmActions.cs: Handle SourcePropertiesAction for LastfmSource and StationSources. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/StationSource.cs: Set HasProperties = true so Edit Properties action shows up. 2008-02-14 Gabriel Burt * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteUtils.cs: Forgot to svn add. 2008-02-14 Gabriel Burt * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/StationSource.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: * src/Libraries/Hyena/Hyena.mdp: * src/Libraries/Hyena/Makefile.am: The last commit reverted some of scottp's changes due to svn mv'ing files that weren't up to date. 2008-02-14 Gabriel Burt The Last.fm extension can actually play music now. Still need to port the status bar. Also, moved Hyena and Hyena.Gui out of Core and into Libraries. * build/build.environment.mk: Libraries/Lastfm depends on Libraries/Hyena for logging. * configure.ac: * src/Banshee.mds: * src/Core/Banshee.Core/Makefile.am: * src/Core/Core.mds: Reflect new organization. * src/Libraries/Hyena/Makefile.am: * src/Libraries/Hyena/Hyena.mdp: * src/Core/Banshee.Core/Banshee.Core.mdp: * src/Core/Banshee.Core/Banshee.Base/Log.cs: * src/Libraries/Hyena/Hyena/Log.cs: Move Log to Hyena, replace ApplicationContext dep with Debugging property. * src/Core/Banshee.Core/Banshee.Collection/UnknownTrackInfo.cs: * src/Core/Banshee.Core/Banshee.Collection/SampleTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngine.cs: * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Add/use properties for all attributes - the flags are way to painful an API. * src/Core/Banshee.Services/Banshee.Services.mdp: * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Fix whitespace. If the defining assembly for a source is not Banshee.Services, record it for use when retrieving resources. * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: * src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs: * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: * src/Backends/Banshee.Unix/Banshee.IO.Unix/Directory.cs: * src/Core/Banshee.Core/Banshee.Configuration/ConfigurationClient.cs: * src/Core/Banshee.Core/Banshee.IO/Provider.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection/ImportManager.cs: * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: * src/Core/Banshee.Services/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: * src/Core/Banshee.Services/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Services/Banshee.Networking/NetworkDetect.cs: * src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: * src/Core/Banshee.Services/Banshee.Streaming/RadioTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Web/Browser.cs: Add using Hyena. * src/Core/Banshee.Core/Banshee.Base/ApplicationContext.cs: Add static ctor that sets Hyena.Log.Debugging. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs: * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeDialog.cs: Add ctor from stable. * src/Core/Banshee.ThickClient/Banshee.Gui/IconThemeUtils.cs: Support loading resources from arbitrary assemblies (eg from extensions). * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Specify the Source's defining assembly as the assembly to load the icon resource from. * src/Core/Banshee.ThickClient/Banshee.ThickClient.addin.xml: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add RefreshSmartPlaylist action to the Edit menu, and add a BelowAddToPlaylist placeholder in the track context menu. * src/Core/Makefile.am: * src/Core/Hyena.Gui/*: * src/Core/Hyena/*: Move Hyena* to src/Libraries * src/Libraries/Makefile.am: * src/Libraries/Libraries.mds: Add Hyena and Hyena.Gui. * src/Extensions/Extensions.mds: Add Banshee.Lastfm. * src/Extensions/Makefile.am: Add Banshee.Lastfm to the build. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm.mdp: Reflect new/removed files. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastFMSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmSource.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastFMTrackInfo.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmTrackInfo.cs: * src/Extensions/Banshee.Lastfm/Resources/Banshee.LastFM.addin.xml: * src/Extensions/Banshee.Lastfm/Resources/Banshee.Lastfm.addin.xml: Lower case fm. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmActions.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/LastfmTrackListModel.cs: New List based model. * src/Extensions/Banshee.Lastfm/Resources/Actions.xml: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/Plugin.cs: Removed. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/StationEditor.cs: * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/StationSource.cs: Update headers, fix creation/saving, use new model. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/StationType.cs: Update header. * src/Extensions/Banshee.Lastfm/Makefile.am: * src/Extensions/Banshee.Lastfm/Resources/ActiveSourceUI.xml: * src/Extensions/Banshee.Lastfm/Resources/GlobalUI.xml: New action resources. * src/Libraries/Hyena/Hyena.Data/IFilterable.cs: * src/Libraries/Hyena/Hyena.Data/ISortable.cs: Whitespace. * src/Libraries/Hyena/Hyena.Data/PropertyStore.cs: Whitespace, reorder some logic. * src/Libraries/Lastfm.Gui/Lastfm.Gui.mdp: * src/Libraries/Lastfm/Lastfm.mdp: * src/Libraries/Mono.Media/Mono.Media.mdp: New mdp files. * src/Libraries/Lastfm/Lastfm/Account.cs: Remove abstract class modifier. * src/Libraries/Lastfm/Lastfm/Connection.cs: Use Hyena.Log for logging msgs. * src/Libraries/Mono.Media/Makefile.am: * src/Libraries/Mono.Media/Playlists.Xspf/*: * src/Libraries/Mono.Media/Media.Playlists.Xspf/*: Change namespace to Media.Playlists.Xspf. Merge fix for not-quite-compliant Last.fm Playlist files from stable. 2008-02-13 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: Made to use new generic Query method and added GetProperty, SetProperty and ClearProperty. These methods allow you to store/retrieve properties from the database that are not defined in the type T. Suppose you write an extension that needs to keep persistant data on a per-track basis for every track in the library. Rather than define it's own table and join it with CoreTracks, the extension could call LibraryTrackInfo.Provider.GetProperty and SetProperty. This will be used by the iTunes importer at least. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: Added DbColumn class for lightweight column descrption, made to use new SqliteUtils class for simple operations, and protected some constructors. * src/Core/Hyena/Hyena.Data.Sqlite/SqliteUtils.cs: Common sqlite-related functions. * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Replaced QueryInt32 and QueryString with a new generic Query method. Added ColumnExists(string table_name, string column_name) method. Also reworked the way GetSchema works. * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs, * src/Core/Banshee.Services/Banshee.Configuration/DatabaseConfigurationClient.cs, * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: Made to use new generic Query method. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Took advantage of the fact that DbColumn-bound members can now be DateTime or TimeSpan. 2008-02-11 Gabriel Burt * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: Remove debugging WriteLines. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Add CanRefresh property that is true if ordered by random. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add RefreshSmartPlaylist action to the source toolbar and context menu. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Fix whitespace, add and handle RefreshSmartPlaylist action. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/Plugin.cs: Get rid of old PluginModuleEntry. 2008-02-11 Gabriel Burt * src/Libraries/Lastfm.Gui/Makefile.am: Forgot to commit this. 2008-02-11 Gabriel Burt * build/build.environment.mk: Add System.Web to Lastfm deps. * src/Core/Banshee.Services/Banshee.Streaming/RadioTrackInfo.cs: Fix broken build; Xspf is now in Mono.Media. * src/Libraries/Lastfm/Last.FM.mdp: Rename. * src/Libraries/Lastfm/Lastfm/Account.cs: Add Updated event. * src/Extensions/Banshee.Lastfm/Banshee.Lastfm/Connection.cs: * src/Libraries/Lastfm/Makefile.am: * src/Libraries/Lastfm/Lastfm/Connection.cs: Move Connection class out of extension, pull out Banshee dependencies. * src/Libraries/Mono.Media/Playlists.Xspf/LinkEntry.cs: * src/Libraries/Mono.Media/Playlists.Xspf/MetaEntry.cs: * src/Libraries/Mono.Media/Playlists.Xspf/Playlist.cs: * src/Libraries/Mono.Media/Playlists.Xspf/Track.cs: * src/Libraries/Mono.Media/Playlists.Xspf/W3CDateTime.cs: * src/Libraries/Mono.Media/Playlists.Xspf/XmlUtil.cs: * src/Libraries/Mono.Media/Playlists.Xspf/XspfBaseObject.cs: Fix headers and namespaces. 2008-02-11 Gabriel Burt * build/build.environment.mk: * configure.ac: * src/Libraries/Makefile.am: * src/Libraries/Mono.Media/Makefile.am: Create Mono.Media library. * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Playlists.Formats.Xspf/*: Move to Mono.Media, so it can be used by Lastfm library. 2008-02-11 Gabriel Burt * configure.ac: * src/Extensions/Banshee.LastFM/*: Rename to Banshee.Lastfm. 2008-02-11 Gabriel Burt * src/Libraries/*: Update svn:ignore 2008-02-11 Gabriel Burt * src/Makefile.am: * src/Libraries/Makefile.am: New directory for what was Extras in stable. * build/build.environment.mk: * configure.ac: * src/Libraries/Lastfm/*: * src/Libraries/Lastfm.Gui/*: Bring Last.FM library over from stable, and rip out the Gnome.Keyring dependency. * src/Extensions/Banshee.LastFM/*: Bring Last.FM plugin over from stable. Not part of the default build yet; lots of porting still to do. 2008-02-11 Gabriel Burt * src/Extensions/Banshee.LastFM/*: Copy from stable. 2008-02-11 Aaron Bockover * src/Core/Nereid/Nereid/Client.cs: Load custom gtkrc files from either the user config (~/.config/banshee/gtkrc) or any custom gtkrc shipped with the application * src/Core/Nereid/Nereid/PlayerInterface.cs: Get rid of some whitespace 2008-02-11 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Draw a bottom border on the dragging column 2008-02-11 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Major fix that reparents the artist/album/track views when switching browser positions instead of destroying them and rebuilding; fixes a slew of issues with events when switching positions, is much cleaner overall, and probably has some positive (minor) memory implications. Sweet. 2008-02-10 Gabriel Burt * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs: Fix warning. 2008-02-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: * src/Core/Banshee.ThickClient/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerWindow.cs: * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/PlaylistMenuItem.cs: * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/GtkElementsService.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: * src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp: * src/Core/Banshee.ThickClient/Makefile.am: More warnings fixed 2008-02-10 Gabriel Burt This commit greatly improves the smart playlist editor, both in terms of coming up to par with what we have in stable, and in terms of doing that in a clean way. You'll need to blow away your current trunk db to have your smart playlists remigrated. Limits to smart playlists now are functional. You can create and edit smart playlits. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Move GetSort method to BansheeQuery to provide consistent sorting for smart playlists too. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Make LimitCriterion a TEXT field and get rid of OrderDir. Database change, no migration, so run src/nuke-core-tables. * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: Add public static QueryOrder and QueryLimit arrays that define the types of sorting and limiting smart playlists can handle. Break QueryFields into separate public static variables in addition to providing FieldSet. Within static constructor, translate Hyena query operators. * src/Core/Banshee.Services/Banshee.Query/SmartPlaylistQueryValue.cs: Inherit from PlaylistQueryValue. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: Get rid of OrderDir, migrate old smart playlists to use new QueryLimit/Order classes. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Add QueryOrder, Limit, and LimitValue properties that, if all set, define how a smart playlist is limited. Move list of Orders to BansheeQuery. * src/Core/Banshee.ThickClient/Banshee.Query.Gui/BansheeQueryBox.cs: Add SmartPlaylistQueryValueEntry mapping, and instantiate base class (QueryBox) with BansheeQuery's FieldSet, Orders, and Limits. * src/Core/Hyena.Gui/Hyena.Query.Gui/StringQueryValueEntry.cs: * src/Core/Banshee.ThickClient/Banshee.Query.Gui/PlaylistQueryValueEntry.cs: Specify a fixed widths for value entries. * src/Core/Banshee.ThickClient/Banshee.Query.Gui/SmartPlaylistQueryValueEntry.cs: Exact same thing as PlaylistQueryValueEntry - should probably be merged or factored out. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Update to work with QueryLimit/Order classes and save/restore the limit/order. Update the predefined playlists, though I think they're still broken atm. * src/Core/Banshee.ThickClient/Makefile.am: Add new class. * src/Core/Hyena.Gui/Hyena.Query.Gui/DateQueryValueEntry.cs: Make sure query value and gui are in sync, and set a default combo box value. * src/Core/Hyena.Gui/Hyena.Query.Gui/FileSizeQueryValueEntry.cs: Similar to date value entry, provide a dropdown with MB, GB, etc. * src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs: * src/Core/Hyena.Gui/Hyena.Query.Gui/IntegerQueryValueEntry.cs: Make sure the query value is in sync with the gui. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryBox.cs: Contains a QueryTermsBox and a QueryLimitBox. Provides the main GUI interface that the smart playlist Editor deals with. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryLimitBox.cs: New class, a HBox that contains widgetry to limit a smart playlist. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermBox.cs: Instead of defining this as a HBox with field, op, value across it, make QueryTermBox not actually a widet, and put its components into their respective VBoxes so that each column is always the same width. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs: New file, a HBox containing VBoxes for field, op, value, and button columns filled by the components of one or more QueryTermBoxes. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryValueEntry.cs: Set spacing, define default width for entries, and add FileSize entry mapping. * src/Core/Hyena.Gui/Makefile.am: Add new classes. * src/Core/Hyena/Hyena.Query/DateQueryValue.cs: Only offer GreaterThan and LessThan operators, for now at least. * src/Core/Hyena/Hyena.Query/FileSizeQueryValue.cs: Define SetValue method. * src/Core/Hyena/Hyena.Query/QueryLimit.cs: New class used to create named, labelized limit criteria (row based and not). Smart playlists use this to LIMIT their membership if needed. Current, non row-based Limits aren't implemented. * src/Core/Hyena/Hyena.Query/QueryOrder.cs: New class used to create a list of named, labelized orderings. Used in Banshee to give a list of orderings ("selected by") when you limit a smart playlist. * src/Core/Hyena/Hyena.Query/QueryValue.cs: Add ToString override. * src/Core/Hyena/Makefile.am: New files. 2008-02-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/PersistentColumnController.cs: Preserve the hard-coded order when loading the column orders and no order could be loaded from configuration * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Make the column titles translatable 2008-02-10 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnController.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Fixed some really bad compiler warnings and made more progress on column show/hide support through the columns menu; visibility now persists * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnHeaderCellText.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ObjectListView.cs: * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermBox.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Core/Hyena/Hyena.Query/XmlQueryParser.cs: * src/Core/Hyena/Hyena.SExpEngine/ListFunctionSet.cs: Cleaned up more compiler warnings 2008-02-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Fixed/disabled more compiler warnings. 2008-02-10 Aaron Bockover * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: * src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs: * src/Core/Banshee.Services/Banshee.Playlists.Formats.Xspf/Playlist.cs: * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Fixed more compiler warnings 2008-02-10 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Fix some compiler warnings. 2008-02-10 Aaron Bockover * src/Core/Banshee.Services/Banshee.AudioProfiles/ProfileConfiguration.cs: * src/Core/Banshee.Services/Banshee.AudioProfiles/ProfileManager.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: * src/Core/Banshee.Services/Banshee.PlaybackController/ICanonicalPlaybackController.cs: Cleaned up a lot of compiler warnings 2008-02-10 Alan McGovern * src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs: Fixed build issue 2008-02-10 Alan McGovern * src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs: Cosmetic changes and fixed a typo in UploadTrack 2008-02-10 Alan McGovern * src/Dap/Banshee.DapCore/Makefile.am * src/Dap/Banshee.DapCore/Banshee.DapCore/AsyncDevice.cs: Added wrapper to make the calls to devices asynchronous 2008-02-10 Alan McGovern * src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs: Commented out my changes because i can't make em compile ;) 2008-02-10 Alan McGovern * src/Dap/Banshee.DapCore/Banshee.DapCore/IDevice.cs * src/Dap/Banshee.DapCore/Banshee.DapCore/AbstractDevice.cs * src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs: Updated the interface, implemented the abstract class and made MassStorage inherit from AbstractDevice. 2008-02-10 Scott Peterson * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Windowing.cs: Assures that all rows in view are rendered. 2008-02-09 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Do not show the 'sort children' menu item if the source does not have children (thanks Scott) 2008-02-09 Aaron Bockover This commit adds initial support to load/save the column settings in the track list; it is not yet complete, also it adds a popup menu for the columns, but it's not done yet and doesn't work * src/Core/Hyena/Hyena/StringUtil.cs: * src/Backends/Banshee.Gnome/Banshee.Gnome/GConfConfigurationClient.cs: * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: * src/Core/Banshee.Core/Banshee.Base/StringUtil.cs: Moved StringUtil into Hyena * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/PersistentColumnController.cs: A wrapper around ColumnController that loads and saves through Banshee.Configuration * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use PersistentColumnController to load and save settings * src/Core/Hyena.Gui/Hyena.Data.Gui/Column.cs: Added an Id property * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnController.cs: Added IndexOf and EnableColumnMenu * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs: Added a popup menu for selecting which columns are visible * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Fixed reordering logic to work with columns which aren't visible and added right click on the header 2008-02-10 Ruben Vermeersch * src/Dap/Banshee.Dap.MassStorage: Added. * src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage: Added. * src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml: Added. * src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.mdp: Added. * src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs: Added. * src/Dap/Banshee.Dap.MassStorage/Makefile.am: Added. Added a basic Banshee.Dap.MassStorage extension which will be the first device class to be ported, used to test the stack. * src/Dap/Banshee.DapCore/Banshee.DapCore/AbstractDevice.cs: Added. * src/Dap/Banshee.DapCore/Banshee.DapCore/DapCore.cs: Store the extension nodes, not the types themselves. 2008-02-09 Ruben Vermeersch Moved the Banshee.DapCore extension out of src/Extensions/ and into src/Dap/. This folder will house all media device addins. * configure.ac: * src/Dap: Added. * src/Dap/Banshee.DapCore: Copied from src/Extensions/Banshee.DapCore. * src/Dap/Banshee.DapCore/Banshee.DapCore/DeviceClassNode.cs: Removed. * src/Dap/Makefile.am: Added. * src/Extensions/Banshee.DapCore: Removed. * src/Extensions/Banshee.DapCore/Banshee.DapCore: Removed. * src/Extensions/Banshee.DapCore/Banshee.DapCore.mdp: Removed. * src/Extensions/Banshee.DapCore/Banshee.DapCore/DapCore.cs: Removed. * src/Extensions/Banshee.DapCore/Banshee.DapCore/HalCore.cs: Removed. * src/Extensions/Banshee.DapCore/Banshee.DapCore/IDevice.cs: Removed. * src/Extensions/Banshee.DapCore/Makefile.am: Removed. * src/Extensions/Banshee.DapCore/Resources: Removed. * src/Extensions/Banshee.DapCore/Resources/Banshee.DapCore.addin.xml: Removed. * src/Extensions/Banshee.DapCore/hal-sharp: Removed. * src/Extensions/Banshee.DapCore/hal-sharp/Device.cs: Removed. * src/Extensions/Banshee.DapCore/hal-sharp/Manager.cs: Removed. * src/Extensions/Banshee.DapCore/hal-sharp/Volume.cs: Removed. * src/Extensions/Makefile.am: * src/Makefile.am: 2008-02-09 Ruben Vermeersch * src/Extensions/Banshee.DapCore/Banshee.DapCore/DapCore.cs: Get the type from TypeExtensionNode. Use Aaron's trick to get the class name from the node. * src/Extensions/Banshee.DapCore/Banshee.DapCore/DeviceClassNode.cs: Removed. * src/Extensions/Banshee.DapCore/Banshee.DapCore/IDevice.cs: Fix namespace issue. * src/Extensions/Banshee.DapCore/Resources/Banshee.DapCore.addin.xml: Back to TypeExtensionNode. 2008-02-09 Ruben Vermeersch * src/Extensions/Banshee.DapCore/Banshee.DapCore/DapCore.cs: Start porting the device initialization code. * src/Extensions/Banshee.DapCore/Banshee.DapCore/DeviceClassNode.cs: Added. Provides an extension node wich offers types, not instances (this could be useful outside of this extension as well). * src/Extensions/Banshee.DapCore/Banshee.DapCore/HalCore.cs: Don't make manager static (not needed). * src/Extensions/Banshee.DapCore/Banshee.DapCore/IDeviceClass.cs: Will soon be renamed to IDevice. * src/Extensions/Banshee.DapCore/Makefile.am: Add DeviceClassNode. * src/Extensions/Banshee.DapCore/Resources/Banshee.DapCore.addin.xml: Use DeviceClassNode instead of TypeExtensionNode. 2008-02-09 Alan McGovern * src/Extensions/Banshee.DapCore/IDeviceClass.cs: Updated the interface 2008-02-09 Alan McGovern * Banshee.DapCore/IDeviceClass.cs: Slight refactor 2008-02-09 Alan McGovern * Banshee.DapCore/IDeviceClass.cs: Initial ideas for the interface 2008-02-09 Ruben Vermeersch * src/Extensions/Banshee.DapCore/Resources/Banshee.DapCore.addin.xml: Register a new Extension point /Banshee/Dap/DeviceClass. This will be used to register new DAP plugins. Each plugin provides a family of devices (e.g. iPod or MTP). * src/Extensions/Banshee.DapCore/Banshee.DapCore/DapCore.cs: Handle the new extension point. Still need to hook up the initialization code. * src/Extensions/Banshee.DapCore/Banshee.DapCore/IDeviceClass.cs: Added. Currently empty. 2008-02-09 Ruben Vermeersch Add the groundwork for the DapCore plugin. Currently does... nothing. Contains a copy of hal-sharp until we have a properly abstracted HAL. * build/build.environment.mk: Add the dependencies for DapCore. * configure.ac: Generate build files for the new addin. * src/Extensions/Banshee.DapCore: Added. * src/Extensions/Banshee.DapCore/Banshee.DapCore: Added. * src/Extensions/Banshee.DapCore/Banshee.DapCore.mdp: Added. * src/Extensions/Banshee.DapCore/Banshee.DapCore/DapCore.cs: Added. * src/Extensions/Banshee.DapCore/Banshee.DapCore/HalCore.cs: Added. * src/Extensions/Banshee.DapCore/Makefile.am: Added. * src/Extensions/Banshee.DapCore/Resources: Added. * src/Extensions/Banshee.DapCore/Resources/Banshee.DapCore.addin.xml: Added. * src/Extensions/Banshee.DapCore/hal-sharp: Added. * src/Extensions/Banshee.DapCore/hal-sharp/Device.cs: Added. * src/Extensions/Banshee.DapCore/hal-sharp/Manager.cs: Added. * src/Extensions/Banshee.DapCore/hal-sharp/Volume.cs: Added. * src/Extensions/Makefile.am: Add Banshee.DapCore. 2008-02-09 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Finished actual column reordering 2008-02-08 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Fixed double clicking again 2008-02-08 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Implemented most of what is required for column reordering, but not 100% complete yet * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: DrawColumnHighlight now can have an override color * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnController.cs: Added Reorder 2008-02-08 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Fixes to mouse/button behavior: context menu works on multiple selection again and a single row can be selected (clearing all other rows) inside of a multi-row selection 2008-02-08 Aaron Bockover This commit adds child source sorting on the library and gets rid of any remaining gobject/gtk warnings and other ugly debug spew * build/build.rules.mk: Copy .config files to the output directory if they exist in the source directory * configure.ac: Do not generate the .config for Banshee.Widgets * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: If Volume is changed before the engine is initialized then store it temporarily and perform the actual set after initialization * src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: Use Log to print messages instead of Console.WriteLine * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Added child source sorting back * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Connect the UI and actions to allow child source sorting * src/Core/Banshee.Widgets/Banshee.Widgets.dll.config.in: Remove obsolete maps - the only one we need (and it's not even required) is for libgobject inside of the bacon volume widget 2008-02-08 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs: Make GtkScrolledWindow happy by overriding OnSetScrollAdjustments to avoid g_warning spewage 2008-02-08 Scott Peterson * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Got rid of extra semicolon; 2008-02-07 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: Support single row selection toggling when CTRL+Space is pressed 2008-02-07 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: Draw the focus row again, make it really sexy by merging it into the selection if it borders one * src/Core/Hyena.Gui/Hyena.Gui/CairoExtensions.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Support drawing selections/rounded rectangles that fall through to others 2008-02-07 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Header.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Model.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Rendering.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Windowing.cs: Split ListView.cs into several partial class implementations so maintaining and reading the code is a lot easier since this is a huge class; lots of cosmetic cleanup * src/Core/Hyena.Gui/Hyena.Data.Gui/RowActivatedHandler.cs: Moved to its own file from ListView.cs 2008-02-07 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Implement OnDragSourceSet; the ListView will call this when it's okay for drag sources to be enabled * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Added a virtual OnDragSourceSet method that the view will call when drag and drop from the widget is allowed (i.e. when not playing with the header); remove drag sources when the header is pressed, add them back when released 2008-02-07 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Only add the separator to the add to playlist menu if there are actually playlists that can be added to; remove the playlist map and pass the source through the .Data property of the object 2008-02-07 Gabriel Burt * src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: Comment out super-verbose logging. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Sweet little patch that disconnects the [shift]ctrl-a keybindings while focused in the Artist and Album views. 2008-02-07 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Fix bugs with source actions being out of sync with what's highlighted/active. Open Editor for smart playlists when OnSourceProperties. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: If given a smart playlist, set the Hyena.Query.Gui condition. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermBox.cs: * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryBox.cs: Add a QueryNode setter so can initialize with an existing query/smart playlist. 2008-02-07 Gabriel Burt * src/Core/Nereid/Nereid/PlayerInterface.cs: Fix bug that prevented using keybindings while in the search entry. 2008-02-07 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Gui.Dialogs/ExceptionDialog.cs: Use AppendFormat instead of allocating a bunch of separate strings; added a platform check to skip collecting kernel, distro, and LSB information if the platform is not Unix; added some exception handling when gathering this information just in case 2008-02-07 Aaron Bockover This commit adds Mono.Unix IO support back, inside the new Unix/POSIX extension; yay cross-platform * src/Backends/Banshee.Unix/Banshee.IO.Unix: Added the Unix IO backend * src/Backends/Banshee.Unix/Banshee.Unix.addin.xml: Extension file for the unix backend * src/Core/Banshee.Core/Banshee.IO/UnixIOProvider.cs: Removed * src/Core/Banshee.Services/Banshee.Services.addin.xml: Removed extension points that belonged in core, not services * build/build.environment.mk: * build/build.rules.mk: * configure.ac: Build foo 2008-02-07 Aaron Bockover This commit adds GConf support back, inside the new GNOME platform extension; yay cross-platform * build/build.environment.mk: * build/m4/banshee/gtk-sharp.m4: Added build foo for gconf and the gnome platform extension * src/Backends/Banshee.Gnome/Banshee.Gnome.addin.xml: Implement the configuration client extension * src/Backends/Banshee.Gnome/Banshee.Gnome/GConfConfigurationClient.cs: A little cleanup * src/Backends/Banshee.Gnome/Banshee.Gnome/GnomeVfs.cs: Removed since it's never really worked well and we'll be adding GIO support soon anyway * src/Core/Banshee.Core/Banshee.Configuration/ConfigurationClient.cs: Whitespace and header fixes, use Mono.Addins to load an configuration client extension, falling back to the built-in XML client * src/Core/Banshee.Core/Banshee.Configuration/IConfigurationClient.cs: * src/Core/Banshee.Core/Banshee.Configuration/SchemaEntry.cs: * src/Core/Banshee.Core/Banshee.Configuration/XmlConfigurationClient.cs: Whitespace and header fixes, just cosmetics * src/Core/Banshee.Core/Banshee.Core.addin.xml: Core now has two extension points (ConfigurationClient and IOProvider) * src/Core/Banshee.Core/Banshee.IO/Provider.cs: Use Mono.Addins to load the preferred IO provider extension, falling back to the internal System.IO provider * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Initialize the configuration layer before booting services 2008-02-06 Gabriel Burt * src/Core/Nereid/Nereid/PlayerInterface.cs: Patch from Alex Hixon adding the track properties button to the bottom bar. Tweaked to be not quite as tall. 2008-02-06 Gabriel Burt This commit fixes the last big hack in Hyena.Query - operators. Operaters are now defined per QueryValue subclass, so you you will never get a contains operator on an int field, for example. A new Hyena.Query.Gui layer provides widegtry for editing queries while allowing custom types to be integrated seamlessly (see RatingQueryValueEntry and PlaylistQueryValueEntry). You can see the progress of reimplementing smart playlist editing by trying to create a new one. It is not by any means finished, so it doesn't actually save yet. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs: Move FieldSet, AlbumField, and ArtistField from TrackListDatabaseModel to BansheeQuery. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Show the smart playlist dialog on New Smart Playlist action. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Get ArtistField and AlbumField from BansheeQuery, not the TrackListDatabaseModel. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Get somewhat working with new Hyena.Query.Gui code. * src/Core/Banshee.Services/Makefile.am: New Banshee.Query classes. * src/Core/Banshee.Services/Banshee.Query/NaturalIntegerQueryValue.cs: * src/Core/Banshee.Services/Banshee.Query/YearQueryValue.cs: * src/Core/Banshee.Services/Banshee.Query/RatingQueryValue.cs: * src/Core/Banshee.Services/Banshee.Query/PlaylistQueryValue.cs: * src/Core/Banshee.Services/Banshee.Query/SmartPlaylistQueryValue.cs: Subclasses of existing Hyena.Query QueryValue types, providing limits and/or default values. * src/Core/Hyena.Gui/Makefile.am: New Hyena.Query.Gui classes. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryValueEntry.cs: * src/Core/Hyena.Gui/Hyena.Query.Gui/StringQueryValueEntry.cs: * src/Core/Hyena.Gui/Hyena.Query.Gui/IntegerQueryValueEntry.cs: * src/Core/Hyena.Gui/Hyena.Query.Gui/DateQueryValueEntry.cs: New gui classes that define the gui for editing a QueryValue type. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryBox.cs: New VBox subclass that contains multiple QueryTermBoxes. * src/Core/Hyena.Gui/Hyena.Query.Gui/QueryTermBox.cs: New class that represents one QueryTermNode, and one row/condition in the smart playlist editor. * src/Core/Banshee.ThickClient/Makefile.am: * src/Core/Banshee.ThickClient/Banshee.Query.Gui/RatingQueryValueEntry.cs: * src/Core/Banshee.ThickClient/Banshee.Query.Gui/BansheeQueryBox.cs: * src/Core/Banshee.ThickClient/Banshee.Query.Gui/PlaylistQueryValueEntry.cs: New Banshee-specific query gui classes. * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Query/AliasedObjectSet.cs: New generic class for containing a set of of aliased objects. Used by QueryFieldSet and QueryValue's OperatorSet. * src/Core/Hyena/Hyena.Query/QueryValue.cs: Define an OperatorSet for each QueryValue type. * src/Core/Hyena/Hyena.Query/StringQueryValue.cs: Define OperatorSet. * src/Core/Hyena/Hyena.Query/IntegerQueryValue.cs: Add Min/Max/Default value properties, define OperatorSet. * src/Core/Hyena/Hyena.Query/DateQueryValue.cs: Actually use the RelativeDateFactor property. * src/Core/Hyena/Hyena.Query/QueryField.cs: Implement IAliasedObject. * src/Core/Hyena/Hyena.Query/QueryFieldSet.cs: Factor most of the set logic into AliasedObjectSet so it can be reused for Operators. * src/Core/Hyena/Hyena.Query/QueryOperator.cs: Add SqlFormat property instead of doing a switch in QueryTermNode to produce the right SQL for an operator. Get rid of cruft. Add ability to have multiple 'aliases' (user-entered query operators, eg :). * src/Core/Hyena/Hyena.Query/QueryTermNode.cs: Operators are scoped to value types, and have SqlFormat properties; use them. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: * src/Core/Hyena/Hyena.Query/XmlQueryParser.cs: Operators are scoped to value types now. 2008-02-06 Aaron Bockover Okay, so this is a big one. Probably nasty. This commit temporarily breaks settings saving/loading from GConf and the POSIX IO layer is disabled for now as well; these features will be reimplemented as platform extensions in my next commit; This commit puts us very close to being able to run the managed Banshee core out of the box on Windows and probably OS X. * src/Core/Banshee.Services/Banshee.AudioProfiles/ProfileConfiguration.cs: Applied Scott's from SoC that makes this configuration layer just use the standard configuration APIs in Banshee, so profile configuration is stored using whatever provider is active (GConf, XML); Scott rules. * src/Backends/Banshee.Gnome: Moved out GNOME specific code (GConf, GnomeVFS) into this new platform extension, but it's not complete * src/Core/Banshee.Core/Banshee.Base/RateLimiter.cs: * src/Core/Banshee.Services/Banshee.Base/ThreadAssist.cs: Moved to the service layer since these depend on Application * src/Core/Banshee.Core/Banshee.Base/Resource.cs: * src/Core/Banshee.Core/Banshee.Base/NamingUtil.cs: Moved/fixed these classes out of the old Utilities.cs dumping grounds * src/Core/Banshee.Core/Banshee.Configuration/ConfigurationClient.cs: Do not reference the GConfConfigurationClient; for now the Xml one is hard coded to use until I finish turning the GConf support into a provider - no complaining - the next commit will address it * src/Core/Banshee.Core/Banshee.I18n/AssemblyCatalogAttribute.cs: * src/Core/Banshee.Core/Banshee.I18n/Catalog.cs: Moved/cleaned up the internal Banshee gettext wrapper * src/Core/Banshee.Core/Banshee.IO: Redesigned the IO layer to be easier to extend (soon) through extensions and it now provides a cleaner API to use (no more IOProxy) * src/Core/Banshee.Core/Banshee.IO.SystemIO: Fixed up System.IO provider to implement the new Banshee.IO design changes * src/Core/Banshee.Core/Banshee.Base/FileNamePattern.cs: * src/Core/Banshee.Core/Banshee.Collection/FileTrackInfo.cs: * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection/ImportManager.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistFileUtil.cs: * src/Core/Banshee.Services/Banshee.Playlists.Formats/PlaylistParser.cs: Updated to consume the nicer Banshee.IO APIs * src/Core/Banshee.Core/Banshee.IO/StreamAssist.cs: Added a class that makes doing some common stream operations (currently, just saving one stream to another) easier * src/Core/Banshee.Services/Banshee.Metadata.Embedded/EmbeddedQueryJob.cs: * src/Core/Banshee.Services/Banshee.Metadata/MetadataServiceJob.cs: Updated to use the new Banshee.IO APIs and also StreamAssist.Save to reduce so much duplication of stream code * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Added another Inovke method that takes an EventHandler delegate to stay compatible with Gtk.Application.Invoke * src/Core/Banshee.Services/Banshee.Services.addin.xml: Added a few platform extension points * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Removed unnecessary Gnome.Vfs call * src/Core/Banshee.Widgets/Banshee.Widgets/LinkLabel.cs: Removed default Gnome.Open implementation; users must set a handle at all times so the widget is not bound to a platform * src/Core/Nereid/Nereid/Client.cs: Removed crappy Gnome.Program stuff since it really doesn't provide anything for us * src/Extensions/Template/Makefile.am: Small fix * src/Core/Banshee.Core/Banshee.Base/Utilities.cs: * src/Core/Banshee.Services/Banshee.AudioProfiles/GConfProfileConfiguration.cs: Nuked, finally * build/build.environment.mk: * build/m4/banshee/gtk-sharp.m4: Removed gnome-sharp and gconf-sharp dependencies 2008-02-06 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/ActionButton.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/CustomActionProxy.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/RatingActionProxy.cs: Fix mono 1.9 compiler error with amibuous Action references. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Fix mono 1.9 compiler error with if (bool?) statement. 2008-02-05 Aaron Bockover * src/create-extension: A simple script that will create some of the files necessary for creating new extensions; it allows you to specify the extension name extension points that will be implemented and it tries to build at least most of the necessary shell for the extension * src/Extensions/Template/Makefile.am: * src/Extensions/Template/Template.addin.xml: * src/Extensions/Template/Template.mdp: Files to use as the base for generated extensions 2008-02-05 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs: Some minor reorg, finish the DnD split 2008-02-05 Scott Peterson * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Got rid of obsolete type. Last commit, I swear. 2008-02-05 Scott Peterson * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Merged PaintRows into PaintList since PaintList had become a withered shell of its former self, not worth the method call. 2008-02-05 Scott Peterson * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Very minor change - removed unnessisary assignment. 2008-02-05 Scott Peterson * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: A rework of PaintList and PaintRows. Previously, all rows needed to be iterated over three times: once to calculate the selection blocks, once to draw the rule, and once to draw the content. Now it is only iterated over once - rules, content for unselected rows, and selection blocks are drawn during iteration while selected rows are put into a list and their content is drawn at the end. This exploits the fact that the most common numbers of visible selected rows are 0 and 1. The actual performance gains for this patch are rather modest, but tangeble (a millisecond or two for the execution time of PaintList acording to the profiler). 2008-02-04 Scott Peterson * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Made some private fields readonly. 2008-02-04 Scott Peterson * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Core/Banshee.Configuration.Schema/LibrarySchema.cs: * src/Core/Banshee.Core/Banshee.Base/SafeUri.cs: Standardized venacular around "Location" rather than "Path" when refering to the file URI in user-facing strings (BGO 436453) 2008-02-04 Scott Peterson * src/Core/Hyena/Hyena.Data/DictionaryModelCache.cs: Initialize the cache dictionary to the proper capacity (since we know it). 2008-02-04 Aaron Bockover This commit adds source merge behavior and the ability to drag and drop sources in the source view; i.e. drag the play queue to a new playlist to save it * src/Core/Banshee.Services/Banshee.Sources/Source.cs: * src/Core/Banshee.Services/Banshee.Sources/SourceMergeType.cs: Added some stuff to advertise how sources can interact with eachother; concept of merging sources into sources * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Implement merge behaviors * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs: Finished the drag and drop support for the source view internally * src/Core/Hyena.Gui/Hyena.Gui.Theatrics/SingleActorStage.cs: Override OnActorStep so that single actor stages work again * src/Core/Hyena.Gui/Hyena.Gui.Theatrics/Stage.cs: Nuke ugly writeline 2008-02-04 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Sources/Source.cs: * src/Core/Hyena/Hyena.mdp: * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Data.Query/*: * src/Core/Hyena/Hyena.Query/*: Change Hyena.Data.Query namespace to Hyena.Query. 2008-02-04 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Only draw the hot cairo stuff if we have a cairo context (and we don't when the row is being dragged) 2008-02-04 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Check to see if the actor TreeIter is valid in notify_stage.ActorStep - expire the actor if it is not * src/Core/Hyena.Gui/Hyena.Gui.Theatrics/Stage.cs: Allow the step handler to expire the actor by returning false 2008-02-03 Aaron Bockover This commit adds Drag and Drop support from the track list to the source view; i.e. you can drag tracks to the play queue or playlists * src/Core/Banshee.Services/Banshee.Sources/Source.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Added and implemented AcceptsInputFromSource and MergeSourceInput methods that allows source to see if they are 'compatible' with other sources; for instance, copying some tracks from one source to another * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Implemented source-mode drag and drop for the track list * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs: Implemented dest-mode drag and drop for track contexts (cannot DnD to/from source view yet) * src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop/DragDropTarget.cs: Modernized the drop targets we'll start with for trunk * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Remove some obsolete properties * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Started fixing up click behavior for selections to work properly with multi-row DnD; currently there is still some bad behavior and it needs work - almost done though 2008-02-03 Aaron Bockover * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Do some trimming in the Display* properties 2008-02-03 Ruben Vermeersch Rename extension types into more meaningful names. TypeExtensionNode is an implementation detail. * src/Core/Banshee.Services/Banshee.Services.addin.xml: Rename the four different TypeExtensionNodes (which all had different functionality into): Service, Source, ImportSource and PlayerEngine. * src/Backends/Banshee.GStreamer/Banshee.GStreamer.addin.xml: * src/Core/Banshee.ThickClient/Banshee.ThickClient.addin.xml: * src/Extensions/Banshee.Audioscrobbler/Resources/Banshee.Audioscrobbler.addin.xml: * src/Extensions/Banshee.MultimediaKeys/Resources/Banshee.MultimediaKeys.addin.xml: * src/Extensions/Banshee.NotificationArea/Resources/Banshee.NotificationArea.addin.xml: * src/Extensions/Banshee.PlayQueue/Resources/Banshee.PlayQueue.addin.xml: Adjust addin.xml files accordingly. 2008-02-02 Ruben Vermeersch * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellTrackNumber.cs: Added. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: * src/Core/Banshee.ThickClient/Makefile.am: Fix a regression from old Banshee, don't show the track number if it's zero. Just show empty space. 2008-02-02 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Use smarter calculations for computing the row height and middle-aligning contents in a row; should look better across all font sizes now * src/Core/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs: Reduce the inner border width to the correct size to be consistent with the ListView 2008-02-01 Scott Peterson * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: Made to use DatabaseConfigurationClient when checking for version. * src/Core/Banshee.Services/Banshee.Configuration: * src/Core/Banshee.Services/Banshee.Configuration/DatabaseConfigurationClient.cs: Added DatabaseConfigurationClient, an IConfigurationClient wrapper for the CoreConfiguration table. 2008-01-31 Gabriel Burt This commits adds j, k, Home, and End key support for scrolling list views. Also fixes issue with not fading newly created playlist. * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Add public UserNotifyUpdated method so extensions etc can use it. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Call UserNotifyUpdated in the action handler when creating a playlist. * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Add j and k as key bindings for down/up respectively. Add Home/End key support. Handle all relevant key pad keys. * src/Core/Nereid/Nereid/PlayerInterface.cs: Don't have j or J focus the search any more, it's now used for scrolling the ListViews. 2008-01-31 Aaron Bockover * src/Core/Banshee.Services/Banshee.ServiceStack/IExtensionService.cs: Added a simple method that extension services must implement; extension services should do nothing in their constructors so we can get type information from them at runtime at a minimum * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Require extension services to be IExtensionService; catch all exceptions from them, do not bail if an extension explodes and log the error * src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs: Extreme hack to support both GNOME Settings Daemon 2.20 and 2.22; I just love how pointless API breakage is a common theme in GNOME - the price of being an ISV and not 'in GNOME' is high - too high * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Use 'q' as a shortcut for adding stuff to the play queue * src/Backends/Banshee.GStreamer/Banshee.GStreamer/Service.cs: * src/Extensions/Banshee.Audioscrobbler/Banshee.Audioscrobbler/AudioscrobblerService.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Implement IExtensionService 2008-01-31 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Within sort by album, do not sort by artist because it messes up multi-artist albums. This change will mess up albums that have the same name however. Should have a sort by album-artist in here though. 2008-01-31 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellPlaybackIndicator.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Remove the little speaker icon in the header of the list view that represents the column which can hold the playback indicator; apparently this is confusing and may lead to the expectation of it being clickable and have it do something; fixes BNC #188717 * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Do not try to render a null cell 2008-01-31 Aaron Bockover * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Push IDisposable services into a dispose stack on startup; unwind this stack on shutdown, disposing services in the proper (safe) order * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Make IDisposable and dispose all sources if they are in turn IDisposable * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Extensions/Banshee.PlayQueue/Resources/GlobalUI.xml: Added 'clear on quit' support; make IDisposable, clearing the queue if set on Dipose * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Finish porting the naming utility stuff to create proper playlist names; not actually in use yet * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Get rid of the params Add method since there are many more ActionEntry arrays that won't work with params 2008-01-31 Aaron Bockover Patch that adds sorting by Disc number and editing it as well from Will Farrington. Awesomeness. * src/Core/Banshee.Core/Banshee.Collection/FileTrackInfo.cs: * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: * src/Core/Banshee.Core/Banshee.Streaming/CommonTags.cs: * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Add backend support for having Track.Disc as a column in TrackInfo * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Set default sorting, artist, and album sorting to sort with respect to the disc number; Add QueryField: searchable keywords are "disc" "cd" and "discnum" * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/TrackEditor.cs: * src/Core/Banshee.ThickClient/Resources/banshee-dialog-ui.xml: Add Disc field to the Track Editor 2008-01-31 Aaron Bockover Patch to enable the preferences dialog by Alex Hixon * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Copy track to library directory if it's not already there and the user has opted to copy files * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/PreferencesDialog.cs: Port the preferences dialog from stable * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added preferences actions 2008-01-30 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Make the notification highlight extra sexy with some fade in and out * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Set the stage duration to 1.5s * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: DrawRowSelection has a few new overrides including taking a color 2008-01-30 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Ported the animation/timeline code to use Hyena.Gui.Theatrics * src/Core/Hyena.Gui/Hyena.Gui.Theatrics/SingleActorStage.cs: A helper stage that will only have up to one actor at a time 2008-01-30 Aaron Bockover * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Added UserNotifyUpdated event that sources can use to trigger notifications or visual cues in the source view * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Use the new Hyena theatre stage/actors to animate update notifications on source rows in the source views * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Added a method for drawing a flat row highlight * src/Core/Hyena.Gui/Hyena.Gui.Theatre/Stage.cs: An object that manages timeouts for a set of Actors bound to targets of T; used for animating collections of objects bound to actors * src/Core/Hyena.Gui/Hyena.Gui.Theatre/Actor.cs: An object bound to a target of T with life span and percentage properties used for animations * src/Core/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs: Remove redundant BorderWidth property 2008-01-30 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Use the list view theme engine to draw the highlight selection * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Make it optional to draw the row selection fill 2008-01-30 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CellEditEntry.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView_DragAndDrop.cs: Lots of clean up/reorg of the SourceView code to make it easier to read and manage; split all of the drag and drop code into a separate file and SourceView is now a partial class 2008-01-30 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Stupid cast to work around possible bug in gmcs 1.2.5 2008-01-30 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Added a DrawFrame method to simply draw the entire ListView like frame around a rect * src/Core/Hyena.Gui/Hyena.Widgets/RoundedFrame.cs: A widget like the standard Gtk.Frame, except it uses our ListViewGraphics to draw a sexy rounded frame that blends in with the list views * src/Core/Hyena.Gui/Hyena.Widgets/ScrolledWindow.cs: A custom ScrolledWindow that proxies Hadjustmend and Vadjustment of the child of a RoundedFrame if one is added to the ScrolledWindow * src/Core/Nereid/Nereid/PlayerInterface.cs: Use a Hyena ScrolledWindow with AddFrame to make the source view TreeView look like our ListView widgets - dead sexy 2008-01-30 Aaron Bockover * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Use the new AddImportant method to make the play queue 'clear' text show up in the header * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Fixed Add to be 'new', added AddImportant 2008-01-30 Aaron Bockover * build/build.rules.mk: Fixed installation. Yay. 2008-01-30 Ruben Vermeersch Add the basic files for the Audioscrobbler plugin. Nothing functional yet, just the boilerplate code for the addin. * build/build.environment.mk: Add refs for Audioscrobbler. * configure.ac: Add the Audioscrobbler Makefile. * src/Extensions/Banshee.Audioscrobbler: Added. * src/Extensions/Banshee.Audioscrobbler/Banshee.Audioscrobbler: Added. * src/Extensions/Banshee.Audioscrobbler/Banshee.Audioscrobbler/AudioscrobblerService.cs: Added. * src/Extensions/Banshee.Audioscrobbler/Makefile.am: Added. * src/Extensions/Banshee.Audioscrobbler/Resources: Added. * src/Extensions/Banshee.Audioscrobbler/Resources/Banshee.Audioscrobbler.addin.xml: Added. * src/Extensions/Makefile.am: Add Audioscrobbler. 2008-01-29 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Fix a few minor rendering issues 2008-01-29 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: New Add method that takes params ActionEntry [] and sets all the created Actions as IsImportant=true so if they are used in the toolbar their text will appear. * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Use new Add(params ActionEntry []) override to add actions. * src/Core/Nereid/Nereid/PlayerInterface.cs: Set the toolbar style to BothHoriz. * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Inherit from BansheeActionGroup. 2008-01-29 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Draw the same cairo selections that the track list view uses, overriding the crappy GTK selection for the tree view * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Set up a cairo context and list view graphics for the renderer 2008-01-29 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Make protected properties public - they should be since they are just wrappers to functionality that can be used via alternate API * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: Automatically load/unload XML UI resources and actions for the active source if actions and UI are set in the source properties * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Do not crash if the source context menu is null * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Reset the highlight on left mouse click * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Split the XML UI between two definitions since one needs loading/unloading as the active source changes (the toolbar UI) * src/Extensions/Banshee.PlayQueue/Resources/ActiveSourceUI.xml: UI for use when the play queue is the active source * src/Extensions/Banshee.PlayQueue/Resources/GlobalUI.xml: UI for the play queue to be loaded at all times 2008-01-29 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/IHasSourceView.cs: Expose ResetHighlight * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Reset the highlight in the source view when done with the context menu * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Draw a special highlight for the highlight path * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Add a concept of a highlight path which is now different from the selected path to avoid confusion of the selection changing source when using the context menu * src/Core/Nereid/Nereid/PlayerInterface.cs: Implement ResetHightlight * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Extensions/Banshee.PlayQueue/Resources/Actions.xml: Expose a source context menu 2008-01-28 Aaron Bockover * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Make the status text much less intrusive with less specificity (display only a single time scale); do not display any status if there are no tracks * src/Core/Nereid/Nereid/PlayerInterface.cs: Add some padding to the bottom of the status bar; change the text color of the status bar to a nice foreground/background blend to make it less intrusive 2008-01-28 Aaron Bockover * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Make the IUnmappable implementation virtual * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Override CanUnmap, return false 2008-01-28 Gabriel Burt * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Customize name of Remove Track(s) action. 2008-01-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Fix brokenness of confusing Count/Unfiltered count issue; unfortunately no less confusing though. 2008-01-28 Aaron Bockover * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: Implemented a clear queue action and set visibility and sensitivity of the queue actions properly * src/Extensions/Banshee.PlayQueue/Resources/Actions.xml: Added actions * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added some more placeholders 2008-01-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Implement SelectAggregates. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add Duration and FileSize properties. * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Sources/IDurationAggregator.cs: * src/Core/Banshee.Services/Banshee.Sources/IFileSizeAggregator.cs: New interfaces for determining if a source has certain properties. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Implement both new interfaces. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: New GetStatusText method that the interface with default implementation that returns count, duration, and file size. * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs: Place VBox inside of Alignment so we can get our top padding, but only show it when we are shown (instead of spacing in our parent vbox that is always there). * src/Core/Hyena/Hyena.Data.Query/FileSizeQueryValue.cs: Add new ctor. * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: Rename variable for clarity. * src/Core/Hyena/Hyena.Data.Sqlite/ICacheableDatabaseModel.cs: Add SelectAggregates property, used by models to load aggregate values (eg SUM(FileSize) when the count is taken. * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Add support for SelectAggregate properties. Add AggregatesUpdated event so models can handle the results of the query themselves (except the count, which we still handle). * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: Make TableName public. * src/Core/Hyena/Hyena.Data/IFilterable.cs: Revert previous UnfilteredCount -> FilteredCount change. * src/Core/Nereid/Nereid/PlayerInterface.cs: Add BuildFooter method, add the status label in the footer, keep it updated as the source track model changes. 2008-01-28 Aaron Bockover * src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue/PlayQueueSource.cs: * src/Extensions/Banshee.PlayQueue/Resources/Actions.xml: * src/Extensions/Banshee.PlayQueue/Resources/Banshee.PlayQueue.addin.xml: Moved the play queue out of core into an extension * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Remove any knowledge of PlayQueue as it's now an extension (awesome) * src/Core/Banshee.Services/Banshee.Services.addin.xml: * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Created a new extension point for sources * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Added a more useful Get method that infers the service name from the generic type argument passed to it ala typeof (T).Name 2008-01-28 Gabriel Burt * Makefile.am: add --debug to mono call. 2008-01-28 Aaron Bockover * src/Core/Banshee.Services/Banshee.Playlist/PlayQueueSource.cs: Change the sort order so 'add to play queue' works as expected; override ConfirmRemoveTracks so a prompt does not invade your life when you remove from the queue * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs: Added ConfirmRemoveTracks * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Do not confirm if the source does not want you to when removing tracks 2008-01-28 Aaron Bockover Okay, 5% to go with the play queue ... it's working * src/Core/Banshee.Services/Banshee.Playlist/PlayQueueSource.cs: Implement the actual play queue logic in the proper place this time; remove the top track when done playing/skipped * src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs: Added a Transition event that the controller will raise before performing any transition methods (Next, Previous) * src/Core/Banshee.Services/Banshee.PlaybackController/IBasicPlaybackController.cs: * src/Core/Banshee.Services/Banshee.PlaybackController/ICanonicalPlaybackController.cs: * src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackController.cs: Fix up interface dependency chain 2008-01-28 Aaron Bockover * src/Core/Banshee.Services/Banshee.PlaybackController/ICanonicalPlaybackController.cs: Interface for implementing explicitly inside of the playback controller service that will allow other playback controllers to be used if defined on a source, yet still allow those controllers to call back into the canonical controller * src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackController.cs: * src/Core/Banshee.Services/Banshee.PlaybackController/IPlaybackControllerExportable.cs: Separate the DBus exportable feature of the playback controller into a separate interface * src/Core/Banshee.Services/Banshee.PlaybackController/PlaybackControllerService.cs: Implement ICanonicalPlaybackController explicitly, IPlaybackControllerExportable, and if the source bound to the controller is itself an IPlaybackController, have the implicit implementation of IPlaybackController in the canonical controller call into the source 2008-01-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Hyena/Hyena.Data/IFilterable.cs: Keep the meaning of Count consistent as the unfiltered count; remove UnfilteredCount property, add FilteredCount property to IFilterable. 2008-01-28 Gabriel Burt * src/Core/Hyena/Hyena.Data/ModelCache.cs: * src/Core/Hyena/Hyena.Data/ArrayModelCache.cs: * src/Core/Hyena/Hyena.Data/DictionaryModelCache.cs: * src/Core/Hyena/Makefile.am: Implement different managed caching strategies in subclasses of ModelCache. * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Subclass from DictionaryModelCache for now (no practical change for now). 2008-01-28 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/IPlaybackController.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerDatabaseStack.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackRepeatMode.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackShuffleMode.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Moved playback controller APIs to their own namespace - Banshee.PlaybackController * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Removed all the play queue stuff I did last night - it was way too late and was a horrible hack design 2008-01-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Implement IUnmapableSource again so Delete Playlist options show up. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add NewSmartPlaylistFromSearch action. Doesn't yet do anything. 2008-01-28 Gabriel Burt * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: Access each char of the command in place instead of assigning it to a variable, when scanning it for ?'s. 2008-01-28 Gabriel Burt * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: Change API. Used to have ctor(command, int) where int was the number of paramters. This was used primarily for stored, reused commands. But, this ctor was ambiguous with the ctor(command, params object [] values), used to create a command and immediately apply values to it. So, instead of passing the int, you can now just pass the command, and it will be scanned for '?'. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistFileUtil.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: Use new HyenaSqliteCommand API. 2008-01-28 Gabriel Burt * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Add RemoveTrack methods (taking either an int or a LibraryTrackInfo). 2008-01-28 Aaron Bockover Maybe 3% closer * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Implemented most of the required interaction between the playback controller and the play queue; the play queue will activate if it is populated and playback is transitioning from another source * src/Core/Banshee.Services/Banshee.Playlist/PlayQueueSource.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Change the way the play queue singleton is assigned so the playback controller does not require a play queue * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Remove the plus/add icon on add to playlist * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Fix something stupid 2008-01-28 Aaron Bockover This commit adds about 90% of what's needed for a fully functioning play queue. Yes, you can has queue. You can has indeed. <3 * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Allow model to have a sort query forced upon it, effectively disabling user sorting * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: CorePlaylists has a new column called Special; Special playlists (not 0) are ignored by the regular static playlist loader * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Get rid of the IconName property * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Use the old home icon again; make the library source order 1 * src/Core/Banshee.Services/Banshee.Playlist/PlayQueueSource.cs: Hot sexy new source for the play queue; it's the world's first special playlist in Banshee * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Do not load special playlists; return mediocre playlists using yield, instead of collecting into a temporary list; cope with the fact that IconName was banished from the base APS * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Load the hot new play queue source - zomg * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Also deal with the fact that IconName was banished from APS * src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs: * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Added a ShowBrowser property that allows track model sources to mandate whether or not the user can see the browser * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Respect ShowBrowser if the active source is an ITrackModelSource, otherwise never show the browser since that doesn't make sense * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added the sweet new 'Add to Play Queue' action * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Added LastInsertRowId, because that is some useful stuff 2008-01-27 Gabriel Burt * src/Core/Banshee.Core/Banshee.Base/Log.cs: Make ms always 3 digits. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistFileUtil.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Get rid of BansheeDbCommand. It didn't add anything useful, and in fact had a bug that made creating a new playlist not work (and possibly other commands as well). * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Add debugging message when executing command out of main thread. 2008-01-27 Ruben Vermeersch * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: C#'s lock statement is re-entrant. Therefore, there's no need to have both RegisterService and RegisterServiceNoLock. 2008-01-26 Aaron Bockover * src/Core/Nereid/Nereid/PlayerInterface.cs: use Pack1, Pack2 to on the main hpaned widget to outlaw child shrinkage; set sane minimum width requests on the source view and view container; fix whitespace issues * src/Core/Banshee.Services/Banshee.MediaEngine/IPlaybackController.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Updated copyright dates 2008-01-26 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/IPlaybackController.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Added First method to play the first song in the source * src/Core/Nereid/Nereid/PlayerInterface.cs: When a source view row is activated, make it the playback source and begin playing the first track from it 2008-01-26 Aaron Bockover Ladies, Gentlemen - I present to you playback against a dedicated source... This has been probably in the top 3 requested features for the past 2 years * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Perform all source operations from the public Source property; if no Source has been manually set on the controller, use the default one; raise the new SourceChanged event when Source is set * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Listen to PlaybackController.SourceChanged to refresh the GUI * src/Core/Nereid/Nereid/PlayerInterface.cs: Set the source on the playback controller to the active source when the user manually plays a song 2008-01-26 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Remove the old manual ellipize calculations and just let Pango do it now that we can (it wasn't supported in the binding years back); make source text bold if it is the playback source, not the selected source 2008-01-26 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/CellEditEntry.cs: * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceRowRenderer.cs: Classes pulled out of SourceView.cs, changed from public to internal since they are meaningless outside of SourceView * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Minor reorg, audit public API * src/Core/Hyena.Gui/Hyena.Gui/GtkUtilities.cs: Added ColorBlend method from the old Banshee.Base.Utilities class to blend two Gdk.Colors 2008-01-26 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/Log.cs: Only show debug message if we are running in --debug mode * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Spew some awesome timing/debug messages * src/Core/Makefile.am: Fix a boo-boo 2008-01-25 Aaron Bockover * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Save the artist before the track when importing 2008-01-25 Aaron Bockover Patch adds GNOME/DBus multimedia keys support; ported by Alex Hixon * build/build.environment.mk: * configure.ac: * src/Extensions/Extensions.mds: * src/Extensions/Makefile.am: * src/Core/Makefile.am: * src/Extensions/Banshee.MultimediaKeys/Makefile.am: * src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.mdp: Build stuff for the multimedia keys extension * src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys/MultimediaKeysService.cs: * src/Extensions/Banshee.MultimediaKeys/Resources/Banshee.MultimediaKeys.addin.xml: MMKeys plugin code/extension * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Log when a service has started 2008-01-25 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Get rid of unnecessary disctinct () call in query. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add some more indices. 2008-01-25 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Use the CoreCache table to filter artists and albums based on the currently matching tracks. Means the artist/album lists are filtered as you filter you tracks. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Comment out query debugging. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Call OnUpdated after Reloading. * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Comment out timers. 2008-01-25 Gabriel Burt Smart playlists are migrated and saved now. They should be functional. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add playlistid and smartplaylistid fields for smart playlist migration. * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Call DbId setter from subclasses, not in base ctor. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: Improve to actually be able to migrate the vast majority of smart playlists including relative date queries and between queries. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Remove debug output. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't allow removing tracks, and change to revolve about Hyena.Data.Query query tree instead of a SQL condition string. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Don't allow overriding of Reload method, since it's really RateLimitedReload subclasses want to override. * src/Core/Hyena/Hyena.Data.Query/DateQueryValue.cs: Actually generate relative date queries, and expose relevant properties. * src/Core/Hyena/Hyena.Data.Query/QueryField.cs: For StringQueryValue fields that don't have a custom format, automatically match both literally and against both the column and value lowercased. * src/Core/Hyena/Hyena.Data.Query/QueryNode.cs: Add option to print pretty XML (indented). * src/Core/Hyena/Hyena.Data.Query/QueryOperator.cs: Add a Dual property that flips < and > characters. * src/Core/Hyena/Hyena.Data.Query/XmlQueryParser.cs: Add static convenience method for parsing. 2008-01-25 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Patch from Alex Hixon to fix the segfault that would sometimes occur when changing tracks; happened when playing a track without cover art, then a track with cover art, then a track without 2008-01-24 Gabriel Burt * src/Core/Banshee.Core/Makefile.am: * src/Core/Banshee.Core/Banshee.Base/RateLimiter.cs: New class that makes it easy to rate limit a given method. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Do the actual import on the main thread. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Rate limit the Reload method - ensuring no matter how often it's called, it won't actually be executed so much it degrades overall performance. * src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs: * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Add setter for ActiveSource. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: Use GetValue and SetValue methods of PropertyInfo objects instead of GetGetMethod etc. * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: For the Insert command, set the value of the primary key to null so Sqlite will set it appropriately 2008-01-24 Gabriel Burt * HACKING: Add link to online version of "Framework Design Guidelines" 2008-01-24 Aaron Bockover * src/Core/Banshee.Services/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: Try to download the 500px and then fall back to the 170px; awesome hires from Rhapsody * src/Core/Banshee.Services/Banshee.Metadata/MetadataService.cs: Prefer the rhapsody provider over musicbrainz for fetching cover art now that we can get hires from rhapsody * src/Core/Banshee.Services/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Print some debug stuff 2008-01-24 Gabriel Burt Patch from Alexander Hixon . * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: * src/Core/Banshee.Services/Banshee.Equalizer/EqualizerManager.cs: * src/Core/Banshee.Services/Banshee.Equalizer/EqualizerSetting.cs: * src/Core/Banshee.Services/Banshee.Equalizer/EqualizerSettingEvent.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/IEqualizer.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngine.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerBandScale.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerLevelsBox.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerPresetComboBox.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerView.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerWindow.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: Conform to HACKING. * src/Core/Banshee.ThickClient/Resources/banshee-dialogs.glade: Make equalizer window a dialog not utility window, ensuring it comes to top. 2008-01-24 Gabriel Burt * src/Core/Banshee.Core/Banshee.Base/Utilities.cs: * src/Core/Hyena/Hyena/Utilities.cs: * src/Core/Hyena/Hyena/Timer.cs: Move Timer and DateTimeUtils to Hyena. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Disambiguate which Timer to use. * src/Core/Hyena/Timer.cs: Remove, replaced by Hyena/Timer.cs. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: Remove unnecessary assignment. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Wrap IDataReader in using. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Add using Hyena for DateTimeUtils. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Pass field_set to BuildTree methods, and update QueryField constructors with new QueryValue setup. Remove Date and FileSize modifier functions. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: Use new QueryValue class. * src/Core/Hyena/Hyena.Data.Query/QueryValue.cs: * src/Core/Hyena/Hyena.Data.Query/StringQueryValue.cs: * src/Core/Hyena/Hyena.Data.Query/IntegerQueryValue.cs: * src/Core/Hyena/Hyena.Data.Query/FileSizeQueryValue.cs: * src/Core/Hyena/Hyena.Data.Query/DateQueryValue.cs: New files/classes that provider parsers and generators for XML/user-query for different data types. Replace QueryField Modifiers. * src/Core/Hyena/Hyena.Data.Query/QueryField.cs: Fields now have a ValueType associated with them, one of the four QueryValue subclasses above. Turn fields into properties. * src/Core/Hyena/Hyena.Data.Query/QueryFieldSet.cs: Add this [] accessor. * src/Core/Hyena/Hyena.Data.Query/QueryListNode.cs: Avoid crashing when trimming a QueryNode tree that has only a childless NOT node. * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Remove Operator class. Replace string Field and Value fields with QueryField and QueryValue properties. * src/Core/Hyena/Hyena.Data.Query/QueryOperator.cs: Split into its own file. Was previously inside QueryTermNode. * src/Core/Hyena/Hyena.Data.Query/QueryParser.cs: * src/Core/Hyena/Hyena.Data.Query/XmlQueryParser.cs: * src/Core/Hyena/Hyena.Data.Query/UserQueryParser.cs: Require a QueryFieldSet for BuildTree method so we can user the relevant ValueType for each QueryField as we parse it. * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Add temporary debugging messages. * src/Core/Hyena/Makefile.am: Add new files, remove old Timer.cs. 2008-01-24 Gabriel Burt * src/Core/Banshee.Core/Resources/contributors.xml: Credit for previous patch, accidentally not committed. 2008-01-24 Gabriel Burt * src/Core/Banshee.ThickClient/Resources/banshee-dialogs.glade: Part of previous patch, forgot to commit. 2008-01-24 Gabriel Burt Patch from Alexander Hixon . * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerView.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerPresetComboBox.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerBandScale.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerLevelsBox.cs: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/EqualizerWindow.cs: * src/Core/Banshee.ThickClient/Makefile.am: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: * src/Core/Banshee.Services/Banshee.Equalizer/EqualizerManager.cs: * src/Core/Banshee.Services/Banshee.Equalizer/EqualizerSetting.cs: * src/Core/Banshee.Services/Banshee.Equalizer/EqualizerSettingEvent.cs: * src/Core/Banshee.Services/Banshee.Services.mdp: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngine.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineState.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/IEqualizer.cs: * src/Core/Banshee.Services/Makefile.am: * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: * libbanshee/gst-playback-0.10.c: Added support for graphical equalizer. Fixes BGO #426562. * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineState.cs: * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: Added new PlayerEngineState.Initalized state type; fired when engine has initialized itself. Required for the equalizer to enable the user's last preset just after the engine starts. 2008-01-22 Gabriel Burt * src/Core/Banshee.Base/Banshee.Equalizer.Gui/*: * src/Core/Banshee.ThickClient/Banshee.Equalizer.Gui/*: Move. * src/Core/Banshee.Base/Banshee.Equalizer/*: * src/Core/Banshee.Services/Banshee.Equalizer/*: Move. 2008-01-22 Gabriel Burt * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Avoid NRE, thanks to Alex Hixon. 2008-01-20 Ruben Vermeersch * ext/Makefile.MonoDevelop: Do it a bit nicer by using make's $(CURDIR). 2008-01-20 Scott Peterson * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Got rid of DbId setter (not used). 2008-01-20 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Consolidated save logic. 2008-01-20 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumnAttribute.cs: Got rid of unnecessary private variables. 2008-01-19 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: Cleaned up CheckVersion and CheckTable, beautified * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: Dealt with new type names and cleaned up. * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Reworked TableExitst and added new convenience methods IndexExitsts, GetSchema, and QueryString. Also added more overloads to QueryInt32 * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Made IndexOf to use QueryInt32. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumnAttribute.cs: Renamed DatabaseColumnBaseAttribute to AbstractDatabaseColumnAttribute and renamed DatabaseVirtualColumnAttribute to VirtualDatabaseColumnAttribute. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs, * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Dealt with new type names 2008-01-19 Ruben Vermeersch * ext/Makefile.MonoDevelop: Fix the MonoDevelop build on Ubuntu. Ubuntu uses dash instead of bash for the /bin/sh symlink. Dash however doesn't have pushd/popd. 2008-01-19 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Oops. 2008-01-19 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Now with even more awesome! 2008-01-19 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Improved IndexOf with first_order_id caching. 2008-01-18 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Minor fix for last commit. 2008-01-18 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Implimented IndexOf() using SQL MAGIC! * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Removed now superfluous DbIndex * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Rejiggered IndexOf * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: Got rid of now superfluous IDatabaseItem type * src/Core/Banshee.Services/Banshee.Database/BansheeModelCache.cs: Rejiggered generic constraints 2008-01-18 Scott Peterson * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Makes sure playback doesn't barf when there is no next track to play. 2008-01-18 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseAttributes.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumnAttribute.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: Got rid of DatabaseTableAttribute 2008-01-18 Gabriel Burt * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Data.Sqlite/SqilteModelCache.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs: Fix typo. 2008-01-18 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/ModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqliteModelProvider.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: Renamed ModelProvider to SqliteModelProvider * src/Core/Hyena/Hyena.Data.Sqlite/ModelCache.cs: * src/Core/Hyena/Hyena.Data.Sqlite/SqilteModelCache.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeModelCache.cs: Renamed ModelCache to SqliteModelCache 2008-01-18 Gabriel Burt * data/banshee.desktop.in.in: Merge x-content/* support from stable. 2008-01-17 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/ModelProvider.cs: Renamed from DatabaseModel for consistancy and rejiggered * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseAttributes.cs: Added DatabaseTableAttribute * src/Core/Hyena/Hyena.Data.Sqlite/ModelCache.cs: Renamed from DatabaseModelCache for consistancy and rijiggered * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModel.cs: Renamed ModelProvider.cs * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumnAttribute.cs: Renamed to DatabaseAttributes.cs * src/Core/Hyena/Hyena.Data.Sqlite/ICacheableDatabaseModel.cs: Removed subsumed and obsolete members * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelCache.cs: Renamed ModelCache.cs * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Made to use new DatabaseTable attribute * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Removal of subsumed and obsolete members * src/Core/Banshee.Services/Banshee.Database/BansheeDatabaseModel.cs: Renamed to BansheeModelProvider.cs * src/Core/Banshee.Services/Banshee.Database/BansheeDatabaseModelCache.cs: Renamed to BansheeModelCache.cs * src/Core/Banshee.Services/Banshee.Database/BansheeModelProvider.cs: Whitespace fixes and TableName/ModelVersion removal * src/Core/Banshee.Services/Banshee.Database/BansheeModelCache.cs: Generics changes 2008-01-17 Gabriel Burt * src/Core/Hyena/Hyena.Data.Query/QueryFieldSet.cs: New file, forgot to commit. 2008-01-17 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add English aliases to all QueryFields in addition to the translated ones, so English aliases will always be available. Change the mimetype field to match on both MimeType and Uri columns. * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Add SmartPlaylistCore service. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: Move old smart playlist operator code here for migration purposes. Migration now works for all conditions except time-based ones (LastPlayed/DateAdded), but the migrated result is only saved during each session until the migrator is finalized. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Explicitly pass the operator to use for 'match similar' actions. * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/QueryBuilder.cs: Move much old code that will be replaced with Hyena.Data.Query code. Move code needed to migrate from old format to new format into Migrator. * src/Core/Hyena/Hyena.Data.Query/QueryField.cs: Add a translated label to Field, split FieldSet off into it's own file. * src/Core/Hyena/Hyena.Data.Query/QueryListNode.cs: * src/Core/Hyena/Hyena.Data.Query/QueryNode.cs: Change ToXml method to take a QueryFieldSet. Change ToString to output the user query. * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Fix whitespace, change Sql appends to use Field's FormatSql method allowing for a field to map to multiple database columns. * src/Core/Hyena/Makefile.am: Add QueryFieldSet. 2008-01-17 Gabriel Burt * src/Core/Hyena/Hyena.Data.Sqlite/CacheableDatabaseModel.cs: Remove. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelCache.cs: Time FetchSet. 2008-01-17 Scott Peterson * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModel.cs: Added new Load overload, uncommendted some methods * src/Core/Hyena/Hyena.Data.Sqlite/ICacheableDatabaseModel.cs, src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelCache.cs, src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs, src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs, src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Changed GetItemFromReader to Load * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs, src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Inherited from IDatabaseItem and added DbIndex { set; } * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Inherited from IDatabaseItem and made DbIndex { set; } public * src/Core/Banshee.Services/Banshee.Database/BansheeDatabaseModel.cs: Implemented MakeNewObject 2008-01-17 Scott Peterson * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Eliminated an unnecessary comparison. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Fixed whitespace. 2008-01-17 Scott Peterson * src/Core/Hyena/Hyena.Data/ModelCache.cs, src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelCache.cs: These changes are already obsolete by Gabriel's work. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Fix for correctly translating Uris from the db. * src/Core/Banshee.Services/Banshee.Database/BansheeDatabaseModelCache.cs: Made constant strings even more constant. 2008-01-16 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Removed. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeDatabaseModelCache.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDatabaseModelCache.cs: Move from Banshee.Collection.Database to Banshee.Database. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeModelProvider.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDatabaseModel.cs: Renamed, moved. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Remove unused methods. * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Database/TableSchema.cs: Remove. * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Data.Sqlite/IDatabaseModel.cs: Rename to ICacheableDatabaseModel. 2008-01-16 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Use new provider and cache classes. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeDatabaseModelCache.cs: Override DatabaseModelCache to set Banshee-specific table names. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeModelProvider.cs: Make not abstract, add ctor that takes table name. Remove cache old properties. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Intantiate a static BansheeModelProvider for each class, and make it available via a public static property. Use it for insert/update. Bind columns for Artist/Album. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Get rid of internal Provider class, instead use new provider/cache classes. * src/Core/Banshee.Services/Makefile.am: Add BansheeDatabaseModelCache, remove IDatabaseModel and BansheeCacheableModelAdapter. * src/Core/Hyena/Hyena.Data.Sqlite/CacheableDatabaseModel.cs: Inherit from DatabaseModel and implement ICacheableDatabaseModel. Move database cache methods into DatabaseModelCache class. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModel.cs: Comment out Fetch* methods for now. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelCache.cs: New file, very similar to old BansheeCacheableModelAdapter with updates from CacheableDatabaseModel. * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Add TableExists method. Wrap database queries in try/catch since otherwise you get neither the full failed query or useful stack trace. * src/Core/Banshee.Services/Banshee.Collection.Database/IDatabaseModel.cs: * src/Core/Hyena/Hyena.Data.Sqlite/IDatabaseModel.cs: Move to Hyena, rename class to ICachableDatabaseModel (will mv file in next commit). * src/Core/Hyena/Hyena.Data/CacheableModelAdapter.cs: * src/Core/Hyena/Hyena.Data/ModelCache.cs: Rename ModelCache. * src/Core/Hyena/Makefile.am: Renames, new IDatabaseModel file. 2008-01-15 Scott Peterson * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeModelProvider.cs: Temporarily disabled Persistant caches until we can fix a bug. 2008-01-15 Scott Peterson * HACKING: Space before parens. 2008-01-15 Gabriel Burt * src/Core/Hyena/Hyena.Data.Sqlite/CacheableDatabaseModel.cs: * src/Core/Hyena/Hyena.Data.Sqlite/CacheableDatabaseModelProvider.cs: Rename, whitespace. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModel.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelProvider.cs: Rename and split inner classes into their own files. * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumn.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseColumnAttribute.cs: * src/Core/Hyena/Makefile.am: New files containing classes split from DatabaseModelProvider. Rename DatabaseBindingFlags to DatabaseColumnConstraints. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeModelProvider.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Use new class names. * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: Whitespace. 2008-01-15 Gabriel Burt * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: * src/Core/Hyena/Hyena.Data.Sqlite/CacheableDatabaseModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/HyenaDbConnection.cs: * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs: * src/Core/Hyena/Hyena.Data.Sqlite/HyenaSqliteConnection.cs: * src/Core/Hyena/Makefile.am: Rename HyenaDbConnection/Command to HyenaSqliteConnection/Command and split HyenaDbCommand into its own file. 2008-01-15 Gabriel Burt * src/Core/Hyena/Hyena.Data.Sqlite/CacheableDatabaseModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/DatabaseModelProvider.cs: * src/Core/Hyena/Hyena.Data.Sqlite/HyenaDbConnection.cs: * src/Core/Hyena/Makefile.am: Create new namespace Hyena.Data.Sqlite for database/sqlite specific classes moved from Hyena.Data. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeModelProvider.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Add using Hyena.Data.Sqlite; 2008-01-15 Scott Peterson * src/Core/Hyena/Hyena.Data/HyenaDbConnection.cs: An abstraction of BansheeDbConnection/COmmand * src/Core/Hyena/Hyena.Data/DatabaseModelProvider.cs: Added. * src/Core/Hyena/Hyena.Data/CacheableDatabaseModelProvider.cs: Added. This class functionally inherits from both CacheableModelAdapter and DatabaseModelProvider. * src/Core/Hyena/Hyena.Data/CacheableModelAdapter.cs: Added Add() method. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeModelProvider.cs: Added. This will replace BansheeCacheableModelAdapter. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Modified to use new model provider system. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Added Provider inner class which inherits from BansheeModelProvider. Made to use that inner class. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Abstracted into Hyena. * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Made MimeType and FileSize virtual. * build/build.environment.mk: Added sql-related dependancies to Hyena's references. 2008-01-11 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/Paths.cs: Added MakePathRelativeToLibrary to extract the relative path from a URI for storing into the DB * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Added FileSize and DiscNumber properties * src/Core/Banshee.Core/Banshee.IO/Interfaces.cs: * src/Core/Banshee.Core/Banshee.IO/SystemIO.cs: * src/Core/Banshee.Core/Banshee.IO/Unix.cs: * src/Core/Banshee.Core/Banshee.IO/GnomeVfs.cs: Added File.GetSize * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: Use Banshee.IO.IOProxy.File.GetSize to set TrackInfo.FileSize * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Perform two path checks (relative and absolute) in ContainsUri; support FileSize and DiscNumber properties * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Added FileSize and DiscNumber columns to CoreTracks * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Some minor update * src/Core/Hyena/Hyena.Data.Query/QueryField.cs: Added term modifier support for handling special strings like '50MB' or 'yesterday' * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Fix EmitNumericMatch and EmitStringMatch to use the new QueryField.Modifier support; fix parsing in EmitNumericMatch to support 64 bit integers which are useful for times and file sizes * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Implemented FileSizeModifier and DateTimeModifier methods to support nice file size and date/time string formats like '40MB'; added three new fields (FileSize, DateAddedStamp, LastPlayedStamp) * src/Core/Banshee.Services/Banshee.Playlist/PlaylistFileUtil.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Change references from CoreTracks.RelativeUri to CoreTracks.Uri 2008-01-11 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Temporarily disable persistent caching. We should probably cache the unfiltered membership of a model and the filtered separately. 2008-01-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Show/Hide the cover art popup only when the cursor enters the actual cover art thumbnail, not the entire widget 2008-01-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: Do some exception handling for crappy invalid pixbufs * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Handle TrackInfoUpdated events from the player engine and only start the transition when we are already not in one; cover art is now downloaded properly and shown in the track header when the song plays 2008-01-10 Gabriel Burt * src/Core/Hyena/Hyena.Data.Query/QueryNode.cs: Add ToUserQuery method to rebuild what a user would type in the search bar from the object tree. Add AppendXml and AppendUserQuery abstract methods. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: For testing purposes, when a user searches, parse the query into the QueryNode tree, generate XML from that, and then parse the XML. * src/Core/Hyena/Hyena.Data.Query/QueryListNode.cs: Implement AppendUserQuery. * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Add Operator class and implement AppendUserQuery and AppendXml. Generate XESAM-like XML (with the goal of being compliant). * src/Core/Hyena/Hyena.Data.Query/QueryParser.cs: * src/Core/Hyena/Hyena.Data.Query/UserQueryParser.cs: Update copyright. * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Data.Query/XmlQueryParser.cs: New file for parsing XML queries into QueryNode trees. 2008-01-10 Aaron Bockover * src/Core/Banshee.Services/Banshee.Streaming/RadioTrackInfo.cs: Set CanPlay attribute * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Enable all the metadata service glory again now that the services are actually ported over. Awesome. 2008-01-10 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs: A small API that provides a layer of query/ID generation methods for the local disk cover art cache * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: Updated to use the new CoverArtSpec APIs * src/Core/Banshee.Services/Banshee.Metadata: * src/Core/Banshee.Services/Banshee.Metadata.MusicBrainz: * src/Core/Banshee.Services/Banshee.Metadata.Embedded: * src/Core/Banshee.Services/Banshee.Metadata.Rhapsody: Ported the Metadata Services Stack from stable; updated to run in the services layer so no Gdk/GUI libraries are required; use new CoverArtSpec APIs * src/Core/Banshee.Services/Banshee.Networking: Ported the networking layer from stable 2008-01-05 Aaron Bockover Merge of Scott Peterson's XML configuration client backend to enable configuration saving on Windows (or any place where GConf is fugly) * src/Core/Banshee.Core/Banshee.Configuration/XmlConfigurationClient.cs: The actual XML backend * src/Core/Banshee.Core/Banshee.Configuration/ConfigurationClient.cs: Now selects the appropriate configuration backed for the system (GConf for Unix, Xml for others) 2008-01-04 Gabriel Burt This commit makes big strides in porting smart playlists and playlist import/export. Neither are yet really functional (though smart playlists appear in the sources list). * src/Core/Banshee.Services/Banshee.Playlist/PlaylistFileUtil.cs: * src/Core/Banshee.Base/Banshee.Playlists/PlaylistFileUtil.cs: Move, update whitespace, start porting (replace verification w/ sqlite on conflict ignore), greatly simplify. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Take uuid argument in the constructor to be able to persist the cache across Banshee sessions. This will mean faster startup because all sources will not have to be reloaded on startup. * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Uuid ctor changes. On first reload, if cache is already warm (from previous session), use it instead of regenerating it. Make TrackListDatabaseModel's GetSort method public for use by smart playlists. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Put migration code into separate method. Remove listeners after complete. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Add on conflict ignore clause to TrackID in CorePlaylistEntries. Add OrderDir column to CoreSmartPlaylists. Create CoreCacheModels table, the basis for persistent cache. Migrate smart playlists. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Add uuid in ctor. * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Replace static properties with abstract instance properties; static properties from various subclasses conflict; whoops. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Override AbstractPlaylist properties. * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Do not load smart playlists here, let the SmartPlaylistCore do that. * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Add SmartPlaylistCore service. Currently commented out. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Start porting, ripping out old code that depended on having references to every TrackInfo in the library. Currently does not reload when tracks change whatsoever. * src/Core/Banshee.Services/Banshee.Web/Browser.cs: Add commented out gnome open call. * src/Core/Banshee.Services/Makefile.am: Add ported files. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Add commented out Editor calls for OnNewSmartPlaylist handler. * src/Core/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: * src/Core/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: * src/Core/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: * src/Core/Banshee.ThickClient/Banshee.SmartPlaylist.Gui/Editor.cs: Move files. * src/Core/Banshee.Services/Banshee.SmartPlaylist/Migrator.cs: New file for migrating from the old, very hard to change smart playlist definition format to the new one. Does not yet actually migrate the condition. * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Move and start the many changes needed to get smart playlists working. For example, remove all Gtk references, call the Migrator code, and don't listen to every single TrackInfo in the library. * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Set default op to ":". * src/Core/Hyena/Hyena.Data.Query/UserQueryParser.cs: Support commas for specifying OR terms, eg foo, bar is equivalent to foo OR bar. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellDateTime.cs: Avoid crashing when bound object is null. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use capitalized sort parameters. * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Add property for easy access to the main Window. * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Add first pass at porting/implementing OnImportPlaylist handler. 2008-01-04 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Lower case prepositions fewer than four letters long in menu items. 2008-01-04 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Tweak debug output. * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Add support for other operators (= == > < >= <=). Implement = or == on a text field as 'starts with'. * src/Core/Hyena/Hyena.Data.Query/UserQueryParser.cs: Add support for | and || for OR, and fix a bug with sub clauses. 2008-01-04 Gabriel Burt * src/Core/Hyena/Hyena.Data.Query/QueryKeywordNode.cs: Remove, put functionality in QueryListNode. * src/Core/Hyena/Hyena.Data.Query/QueryNode.cs: Add ToSql and ToXml methods, and AppendSql, AppendXml, and Trim abstract methods. * src/Core/Hyena/Hyena.Data.Query/QueryListNode.cs: * src/Core/Hyena/Hyena.Data.Query/QueryTermNode.cs: Implement AppendSql and AppendXml methods. Change QueryListNode to have a keyword - an operator, eg and/or/not - associated with it. * src/Core/Hyena/Hyena.Data.Query/QueryParser.cs: Make an abstract class, moving user entered search logic into UserQueryParser. The idea is to have an XmlQueryParser too, for use with smart playlists. * src/Core/Hyena/Hyena.Data.Query/SqlQueryGenerator.cs: Remove, this functionality is available via QueryNode.ToXml. * src/Core/Hyena/Hyena.Data.Query/UserQueryParser.cs: New subclass of QueryParser for parsing user-entered searches. Change the parser to generate a tree of And/Or clauses, instead a tree of lists that contain them and QueryTermNodes inline. With some post-construction trimming, this ensures that the generated tree is a valid boolean function (and means all the validation code in SqlQueryGenerator is not needed to produce valid SQL anymore). * src/Core/Hyena/Makefile.am: Add new files, remove old ones. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Use ToSql instead of the SqlQueryGenerator. 2007-12-27 Gabriel Burt * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Actually commit it; grr svn. 2007-12-27 Gabriel Burt * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: Add a source primary key property. * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Load smart playlists. * src/Core/Banshee.Services/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Services/Makefile.am: New file, skeleton implementation of the old smart playlist functionality. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Add New Smart Playlist action. 2007-12-26 Gabriel Burt * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Playlist/AbstractPlaylistSource.cs: New abstract class for playlists (static and smart). * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Subclass from AbstractPlaylistSource; implement Create/Update methods. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Call Save after creating new PlaylistSources. Use new AddSelectedTracks method. 2007-12-24 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs: Add ArtistField and AlbumField properties that are used for By Matching Artist/Album actions. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Implement ArtistField/AlbumField properties. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Make FilterQuery virtual, and override it to refilter/reload the track model. * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs: Add UpdateActions methods for setting visibility/sensitivity of several actions at once. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Add/handle Search for Songs menu and By Matching Artist/Album items. * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Data.Query/QueryField.cs: New file for QueryField and QueryFieldSet classes. * src/Core/Hyena/Hyena.Data.Query/SqlQueryGenerator.cs: Move Field/FieldSet out of this file. Fix quote escaping. * src/Core/Hyena/Hyena.Data/PropertyStore.cs: Avoid raising Changed event if setting to the current value. * src/Core/Nereid/Nereid/PlayerInterface.cs: Listen for programmatic searches (eg By Matching Artist) to update the SearchEntry. 2007-12-20 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Add rating, plays, skips, path, and type as search fields. Add translated name, and translate field aliases. * src/Core/Hyena/Hyena.Data.Query/SqlQueryGenerator.cs: Add a name field to the Field class. 2007-12-20 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Use Hyena.Data.Query to generate SQL from the user's query. Allows searches such as "by:foo year:2006". * src/Core/Hyena/Hyena.Data.Query/QueryListNode.cs: Fix off by one bug. * src/Core/Hyena/Hyena.Data.Query/QueryParser.cs: Fix parsing bugs. * src/Core/Hyena/Hyena.Data.Query/QueryToken.cs: Add And token type. * src/Core/Hyena/Hyena.Data.Query/SqlQueryGenerator.cs: Add Field and FieldSet classes that define whether a field is Textual or Numeric, and generates a mapping of aliases to Fields. Fix the SQL generator to work in most cases. 2007-12-20 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Fall back to sorting by file path if needed. Change sort by Title to sort first by title, then artist, then album instead of first by artist. 2007-12-20 Sebastian Dröge * docs/Makefile.am: Don't prepend $(DESTDIR) to monodocdir. This is already done be automake. 2007-12-19 Gabriel Burt * data/icon-theme-hicolor/Makefile: * data/icon-theme-hicolor/Makefile.in: Remove from svn. * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: Set TrackInfo.Uri * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: Sort by AlbumTitle, ArtistName, not just AlbumTitle. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Make count_command a static BansheeDbCommand so it's not parsed every time. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs: Add constructor that will return the existing album/artist of the given name or create a new one. Add Save method that inserts/updates. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Add static method for determining if a Uri is already in the Library. Save the ArtistId/AlbumID when inserting/updating. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Return this from ApplyValues to allow chaining. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Don't import files that are already imported. Set the DateAdded. Find/create/associate artist and album. * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Add implementations to remove and delete tracks. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Fix bug where removing tracks would remove them from all playlists. Add label overrides for Remove/Unmap actions. Override remove/delete track methods. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: Add virtual implementations for Remove/Delete methods, and a helper/delegate for iterating over a track selection's ranges (used to efficiently remove tracks, for example). * src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs: Add methods/properties for removing/deleting tracks. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Add HasProperties property. * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeActionGroup.cs * src/Core/Banshee.ThickClient/Makefile.am: New base class providing some helper methods. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Use BansheeActionGroup helpers. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add RemoveTracksFromLibraryAction and DeleteTracksFromDriveAction. If mutliple files are selected, don't preset the rating (so we don't have to scan all files). Add ConfirmRemove method for confirmation dialogs. 2007-12-19 Sebastian Dröge * src/Core/Banshee.Base/NetworkManager/Manager.cs: Work around ndesk-dbus bug that might cause type name clashes by renaming IManager to INetworkManager.This fixes network detection (BGO: #504012). 2007-12-18 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: Fix binding bug. 2007-12-17 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellDateTime.cs: * src/Core/Banshee.ThickClient/Makefile.am: New cell renderer for DateTime objects that returns String.Empty if the DateTime is DateTime.MIN_VALUE. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use ColumnCellDateTime for date added/last played. 2007-12-17 Gabriel Burt * src/Core/Banshee.Services/Banshee.AudioProfiles/ProfileManager.cs: Fix build. 2007-12-14 Gabriel Burt * src/Core/Banshee.Services/Banshee.AudioProfiles/ProfileManager.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Make the ProfileManager an IService and register it with the ServiceManager. 2007-12-14 Gabriel Burt * src/Core/Banshee.ThickClient/Makefile.am: Add Banshee.AudioProfiles.Gui to build. 2007-12-14 Gabriel Burt * src/Core/Banshee.Base/Localization.cs: * src/Core/Banshee.Core/Banshee.Base/Localization.cs: * src/Core/Banshee.Core/Makefile.am: Move file/add to build. * src/Core/Banshee.Services/Makefile.am: Add Banshee.AudioProfile to build. 2007-12-14 Gabriel Burt * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/*: * src/Core/Banshee.ThickClient/Banshee.AudioProfiles.Gui/*: Move files. 2007-12-14 Gabriel Burt * src/Core/Banshee.Base/Banshee.AudioProfiles/*: * src/Core/Banshee.Services/Banahsee.AudioProfiles/*: Move files. * src/Core/Banshee.Services/Banshee.Playlists.Formats/*Format.cs: Take ITrackModelSource instead of Source. 2007-12-13 Gabriel Burt * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Remove Self property. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Do not use Self property, just use null for the property name. Uncomment all the columns. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Comment out FetchSet logging. 2007-12-13 Gabriel Burt * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Clean up some code, move Rectangle allocation and setting of common parts to outside of loops. 2007-12-13 Gabriel Burt This patch changes the way objects are bound to the ListViews, removing the FieldIndex attributes, instead passing a property name (or null to return the object itself) instead. SelectAll/None actions are added. Commented out code for the rest of the TrackInfo columns also added. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Load PlayCount, SkipCount, LastPlayed, and DateAdded when loading the track from the database. * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Handle sorting on Year, Duration, Rating, PlayCount, SkipCount, LastPlayed, DateAdded, and RelativeUri. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Fix error in our migration - we had DateAdded and LastPlayed swapped. * src/Core/Hyena.Gui/Hyena.Data.Gui/Column.cs: * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use property names instead of FieldIndexes. * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellDuration.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellPlaybackIndicator.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnHeaderCellText.cs: Change ctors to use property name string instead of FieldIndex. * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Fix typo. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add SelectAll/SelectNone actions. * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCell.cs: In BindListItem use the property name to get the PropertyInfo object instead of iterating over all properites looking for the right one. * src/Core/Hyena.Gui/Hyena.Data.Gui/ObjectListView.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnController.cs: Change Append to Add and add AddRange method. * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Move the SelectAll/SelectNone handler inside the OnKeyPress method. Invalidate the ListWindow whenever the selection is changed. * src/Core/Hyena/Hyena.Collections/Selection.cs: Add SelectAll method and change MaxIndex to actually represent the max index, not the max size. * src/Core/Hyena/Hyena.Data/ColumnDescription.cs: Instead of using a FieldIndex specified by the ListItemSetup attribute, use a string that gives the name of the property to get the column's value from. * src/Core/Banshee.Core/Banshee.Collection/AlbumInfo.cs: * src/Core/Banshee.Core/Banshee.Collection/ArtistInfo.cs: * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: * src/Core/Hyena/Hyena.Data/ListItemSetup.cs: * src/Core/Hyena/Makefile.am: Remove ListItemSetup. 2007-12-12 Gabriel Burt * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Remove named-parameter ctor for BansheeDbCommand - was ambiguous with the ctor where you can pass an object [] of values if your values were all strings. * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Update base ctor call, set CanRename = false, set a custom GtkActionPath for our LibraryContextMenu. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Implement IUnmapableSource. * src/Core/Banshee.Services/Banshee.Sources/DatabaseSource.cs: * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: Update base ctor call, passing generic_name. * src/Core/Banshee.Services/Banshee.Sources/IImportable.cs: Bring interface over. * src/Core/Banshee.Services/Banshee.Sources/ISource.cs: Remove Unmap method, add GenericName property. * src/Core/Banshee.Services/Banshee.Sources/IUnmapableSource.cs: New interface for sources that can be unmapped. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Add GenericName and CanRename properties. * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Remove unused using. * src/Core/Banshee.Services/Makefile.am: Add IUnmapableSource and IImportable. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Rename Popup to ContextMenu. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: Add and handle SourceContextMenu, add method for setting source actions sensitive/hidden based on the source, and for updating labels. Copy method for confirming deletion of a source over from AbstractPlaylistSource. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Override OnPopup handler to trigger the SourceContextMenu action. * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add LibraryContextMenu. 2007-12-11 Gabriel Burt * src/Core/Nereid/Nereid/ViewContainer.cs: If the view content is the same, don't remove and readd it, avoiding flickering. 2007-12-11 Gabriel Burt * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Bring back the exception handling. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Don't assume the new models will be null, fixing bug with viewing the Error Source. 2007-12-10 Aaron Bockover * src/nuke-core-tables: * src/run-banshee: Some scripts to help development * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Moved the insert/update calls from CoreTracksSchema * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Added AddNamedParameter method * src/Core/Banshee.Services/Banshee.Database/TableSchema.cs: Generic table schema code to parse table definitions and generate basic insert update commands * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Fixed some comment junk 2007-12-07 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Change select command to be a reusable BansheeDbCommand. * src/Core/Banshee.Services/Banshee.Collection.Database/CoreTracksSchema.cs: Get track update commands working. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Add ArtistId and AlbumId properties. Change Commit method to Save. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Call Save not Commit. 2007-12-07 Gabriel Burt * build/Common.Makefile: * build/build.environment.mk: * build/m4/banshee/mono-addins.m4: Add Mono.Addins.Setup/Gui dependency check. Change from Mono.Data.SqliteClient to Mono.Data.Sqlite. * src/Core/Banshee.Services/Banshee.Collection.Database/CoreTracksSchema.cs: Update the generation of the insert_command and update_command so they are reused. * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Add setter on DbId so CoreTracksSchema can set it. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Switch to Mono.Data.Sqlite, change DbCommand to BansheeDbCommand. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Rewrite add/remove tracks from playlist queries to be reusable. * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Add Manage Extensions action. 2007-12-06 Aaron Bockover * src/Core/Banshee.Services/Banshee.Collection.Database/CoreTracksSchema.cs: Schema information about the CoreTracks table and handles any insert and update commands for the table * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Added a Commit method and oved the Columns enum to CoreTracksSchema * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Create a LibraryTrackInfo from the files being parsed, call commit to save to database; doesn't actually work yet * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Added the DbParameter/DbCommand stuff back from the old Banshee * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Added a null check in ToString 2007-12-06 Gabriel Burt Highlights: Now remembers scroll position for track/artist/album lists per source. Selection of track/artist/albums with keyboard now possible. * src/Core/Banshee.Services/Banshee.Collection/BansheeListModel.cs: Clear the selection when the model is reloaded. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Keep track of scroll positions on a per-model basis, and restore scroll positions when we switch models. Changes to selection and artist/album filtering. * src/Core/Banshee.Widgets/Banshee.Widgets/SearchEntry.cs: Don't trigger the OnChanged timeout if not Ready. * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Fix errors in calculating the vadjustment height etc so we can scroll to the last item. Implement selecting items with they keyboard. Fix off by one bug in SelectAll that led to NRE when iterating the selection with a ModelSelection (unless you checked for it). Add option to scroll to a given point when changing the model, used by CompositeTrackListView. * src/Core/Hyena/Hyena.Collections/Selection.cs: Keep track of the first index selected, and add method for selecting from that point to another point (used for keyboard and mouse selection on the ListView). * src/Core/Nereid/Nereid/PlayerInterface.cs: Fix bug so filter query is actually restored when switching sources. 2007-12-04 Gabriel Burt The main point of this change is to make Selections tied to a specific model, which in turn are already tied to a specific source. So, if you have some artists and/or albums and/or tracks selected in your Library, switch to a playlist, then switch back, they will still be selected when you get back. * src/Core/Hyena/Hyena.Data/IListModel.cs: Add a Selection property. * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Collection/BansheeListModel.cs: New abstract base class to avoid duplications, implement Selection property of IListModel. * src/Core/Banshee.Services/Banshee.Collection/AlbumListModel.cs: * src/Core/Banshee.Services/Banshee.Collection/ArtistListModel.cs: * src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs: Subclass from BansheeListModel. * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: Add Selection implementation. * src/Core/Banshee.Services/Banshee.Collection/IHasTrackSelection.cs: Return a SelectionProxy instead of a Selection, because the Selection will change for the ListView depending on what source is selected, and we only care about the currently displayed one. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs: Don't set the selection to the first item automatically; that is done in the model now. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Add method for changing all three models at once. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Listen to the events on the track SelectionProxy not the Selection itself. * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Add SelectionProxy property, use the Selection property everywhere and remove the selection instance variable, since the Selection belongs to the model now, and that can change. * src/Core/Hyena/Hyena.Data/Selection.cs: * src/Core/Hyena/Hyena.Collections/Selection.cs: Move to the appropriate folder for its namespace, and remove Owner property. * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.Collections/SelectionProxy.cs: New file that has events for when its selection is updated and for when its selection is changed to a different one. * src/Core/Hyena/Hyena.Data/ModelSelection.cs: Comment out unfinished method. * src/Core/Nereid/Nereid/PlayerInterface.cs: Updated to new ListView API. 2007-12-03 Gabriel Burt * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Whitespace, and add commented out BansheeDbCommand class that will be useful if/when we use Mono.Data.Sqlite and prepared statements. 2007-12-03 Gabriel Burt * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Don't subclass from QueuedSqliteDatabase. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Revert changes made when I switched to QueuedSqliteDatabase. * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Sort whitelist in static constructor. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Temporarily comment out some queries. 2007-11-29 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Prevent crashing when a TrackInfo is null. 2007-11-29 Gabriel Burt * src/Core/Banshee.Widgets/Banshee.Widgets/RatingEntry.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/RatingMenuItem.cs: Whitespace. 2007-11-29 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/RatingActionProxy.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/RatingEntry.cs: If all the selected tracks have the same rating, prepopulate it. Actually set the Rating on all the tracks when Activated. 2007-11-29 Gabriel Burt * src/Core/Banshee.Core/Banshee.Base/*: * src/Core/Banshee.Core/Banshee.Collection/*: White space and license header cleanup. 2007-11-29 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Activate the TrackPopupAction instead of showing the popup manual manually. * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Add and handle RateTracksAction and TrackPopupAction. * src/Core/Banshee.Widgets/Banshee.Widgets/ComplexMenuItem.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/RatingMenuItem.cs: Update license header, override OnAdded and OnRemoved to allow using with Gtk.UIManager. * src/Core/Banshee.Widgets/Banshee.Widgets/RatingEntry.cs: Update license header. * src/Core/Banshee.Widgets/Banshee.Widgets/CustomActionProxy.cs: * src/Core/Banshee.Widgets/Banshee.Widgets/RatingActionProxy.cs: * src/Core/Banshee.Widgets/Makefile.am: New files to enable setting custom MenuItem subclasses as proxies for Gtk.Actions. Abstracts out repetitive logic for inserting menu items at a particular position. 2007-11-27 Gabriel Burt * src/Core/Makefile.am: Use BANSHEE_DEV_OPTIONS env var so developers can have make run use an alternate db (with BANSHEE_DEV_OPTIONS="--db=/alternate/banshee/db") and so I stop committing my hardcoded hack. 2007-11-27 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: Add Track and Source action groups here instead of from PlayerInterface. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Add properties so PlayerInterface can set itself as the provider of things these actions groups need. * src/Core/Nereid/Nereid/Client.cs: Fix typo. * src/Core/Nereid/Nereid/PlayerInterface.cs: Set action group properities, don't instantiate them. 2007-11-27 Gabriel Burt * src/Core/Banshee.Base/QueuedSqliteDatabase.cs: * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Database/QueuedSqliteDatabase.cs: Migrate QueuedSqliteDatabase class over, mostly unchanged. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Inherit from QueuedSqliteDatabase. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Update database queries. * src/Core/Banshee.Services/Banshee.Collection/IHasTrackSelection.cs: Add method for getting the TrackModel, used by PlaylistSource to efficiently add/remove tracks. * src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Add ability to create new PlaylistSource and have it be automatically saved to the db or not. New AddTracks and RemoveTracks methods that use the Selection's Ranges to efficiently add/remove tracks. * src/Core/Banshee.Services/Banshee.Sources/Source.cs: Bring Sort methods and classes over. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Override OnPopupMenu to actually pop up the track context menu. * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/TrackEditor.cs: Check for null tracks. * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Remove 'Action' suffix from action handler's name for consistency/brevity. * src/Core/Nereid/Nereid/PlayerInterface.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/IHasSourceView.cs: New interface that PlayerInterface implements so SourceActions can get the highlighted source. Instantiate SourceActions the same as TrackActions. * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Port changes from stable branch: add a second column to the TreeStore for source order, and sort by it. * src/Core/Banshee.ThickClient/Banshee.Gui/SourceActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: * src/Core/Banshee.ThickClient/Makefile.am: New SourceActions class, handle RenameSource, NewPlaylist, AddToPlaylist, AddToNewPlaylist, and RemoveTracks actions. * src/Core/Hyena/Hyena.Data/Selection.cs: Provide access to the Ranges of the Selection, enabling extremely fast playlist track addition/removal. 2007-11-27 Gabriel Burt * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Improve handling of child sources -- add them to the SourceManager automatically. Child sources with children should be possible (though probably not advisable). * src/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Don't manually add Playlists to the SourceManager since they are implicitly added by being children of the Library. * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Handle context menu mouse clicks by calling OnPopupMenu. 2007-11-27 Aaron Bockover * src/Core/Hyena/Hyena.Data/Selection.cs: * src/Core/Hyena/Hyena.Collections/RangeCollection.cs: Check for NET_2_0 to use generics internally, otherwise implemented 1.1 supported for use inside Managed Windows Forms; implemented IndexOf and partial implementation of indexer * tests/Hyena/RangeCollectionTests.cs: More tests * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ArtworkPopup.cs: * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkRenderer.cs: Dispose pixbuf when done * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: Do not cache pixbufs and added a LookupScale that will save the scaled version to disk for subsequent lookups; reduces memory usage ... a lot * src/Core/Banshee.Services/Banshee.Collection/IHasTrackSelection.cs: * src/Core/Hyena/Hyena.Data/ModelSelection.cs: * src/Core/Nereid/Nereid/PlayerInterface.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Updated to reflect namespace change * src/Core/Hyena.Gui/Hyena.Gui/CairoExtensions.cs: Implemented Pop/Push Group methods that will use reflection to invoke them in the managed Cairo binding if they exist or fall back on P/Invoke if they do not; reflection results are cached for efficient subsequent calls * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Go back to using Push/Pop Group methods ala the new interop wrapping; gets rid of a huge memory leak 2007-11-27 Gabriel Burt * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: When changing the selection avoid having the Selection raise two Changed events by passing raise = false to Clear. 2007-11-24 Aaron Bockover * src/Core/Banshee.Core/Banshee.Collection/AlbumInfo.cs: Ignore any part of the album/artist string that ends in a (.*) 2007-11-22 Aaron Bockover * src/Core/Hyena/Hyena.Data/Selection.cs: Updated to use RangeCollection * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Updated to reflect API change in Selection 2007-11-22 Aaron Bockover * Core/Hyena/Hyena.Collections/RangeCollection.cs: New collection for storing ordered ranges that supports efficient add/remove of indexes * Core/Hyena/Hyena.Collections/IStackProvider.cs: Moved to new Hyena.Collections namespace * Core/Banshee.Core/Banshee.Kernel/IntervalHeap.cs: Reset count * tests/Hyena/RangeCollectionTests.cs: Added unit tests for RangeCollection 2007-11-20 Gabriel Burt * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Services.mdp: * src/Core/Banshee.Services/Banshee.Collection/IHasTrackSelection.cs: Add new interface used by TrackActions to get the selected tracks. * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/TrackEditor.cs: Change the ctor to take an Enumerable instead of a List so we can avoid putting all the TrackInfos in memory at once. * src/Core/Banshee.ThickClient/Makefile.am: * src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/TrackActions.cs: Add Edit menu and Track Properties menu item. * src/Core/Hyena/Makefile.am: * src/Core/Hyena/Hyena.mdp: * src/Core/Hyena/Hyena.Data/ModelSelection.cs: New file that takes a Model and Selection and is an IEnumerable over the selection. Will be an IList soon. * src/Core/Makefile.am: * src/Core/Nereid/Nereid/Client.cs: * src/Core/Nereid/Nereid/PlayerInterface.cs: Implement IHasTrackSelection and create TrackActions. 2007-11-19 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Many improvements in the controller logic, but still a lot to tweak; at least it is mostly usable now; implement StopWhenFinished * src/Core/Banshee.Services/Banshee.MediaEngine/IPlaybackController.cs: The DBus interface to expose for the playback controller * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Show some of the old actions, like the shuffle mode and stop when finished * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Implement shuffle and stop when finished * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Moved open location action to here from PlaybackActions 2007-11-19 Aaron Bockover * src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/IDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: Support IndexOf method for getting the index in the model of a track; used by the PlaybackController for determining linear next * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Store the index of the track from the database * src/Core/Banshee.Services/Banshee.MediaEngine/IPlayerEngineService.cs: DBus interface for the player engine * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineState.cs: * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineEvent.cs: Added DBus worthy signal delegates * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Implement IPlayerEngineService, the DBus interface 2007-11-18 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Reset the artist/album filter if the browser is hidden * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ArtworkPopup.cs: Ported the artwork popup, always wrap the label if the layout width of the text is larger than the image width * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Show the ArtworkPopup when the header is touched by the mouse 2007-11-18 Aaron Bockover * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationArea.cs: * src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs: Began porting the notification area plugin; not functional yet * src/Extensions/Banshee.NotificationArea/Resources/Banshee.NotificationArea.addin.xml: Addin spec for the notification area service * src/Core/Banshee.Services/Banshee.Services.addin.xml: * src/Core/Banshee.ThickClient/Banshee.ThickClient.addin.xml: * src/Backends/Banshee.GStreamer/Banshee.GStreamer.addin.xml: Changed 'Core' addin to Banshee.Services 2007-11-18 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Allow the browser to be shown/hidden * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Implement OnUnmapped, set WidgetFlags.Mapped/Unmapped when appropriate * src/Core/Nereid/Nereid/PlayerInterface.cs: Use Show, not ShowAll for showing the view container 2007-11-17 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: Do not draw the second line if the artist informatio is unset 2007-11-17 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: Allow the browser to be shown at either the top or the left of the track view; merge an action UI into the menu for toggling between the two modes * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added a placeholder for the browser view menu options * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: Add proper padding for the right side of the text to the pango layout * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: * src/Core/Banshee.ThickClient/Banshee.Gui/ViewActions.cs: Added view menu actions 2007-11-16 Aaron Bockover * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Fix the vadjustment to account for the FooterHeight; Make FooterHeight reflect the BorderWidth 2007-11-16 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Set RulesHint to true to show alternating row background colors * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Properly draw RulesHint * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Added DrawRowRule * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Fix build error 2007-11-16 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: Use ArtworkRenderer to render the thumbnail of the cover; do the layout of the text properly * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkRenderer.cs: Extracted the cover art rendering from TrackInfoDisplay so we can render the same style of cover in many places * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Change the cell rendering API; use CellContext, save/clip/render/restore for cell renderers to make writing cell renderers simpler; do not allow resizing below a miniumum * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellPlaybackIndicator.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnHeaderCellText.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCell.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: Updated to reflect the API changes for cell renderers * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Added Text color support; made the BorderRadius public * src/Core/Hyena.Gui/Hyena.Data.Gui/IHeaderCell.cs: Interface to expose a MinWidth for text in the headers * src/Core/Hyena.Gui/Hyena.Data.Gui/CellContext.cs: A context of stuff to pass to cell renderers to avoid the Render() calls from growing an insane amount of arguments * src/Core/Hyena.Gui/Hyena.Gui/CairoExtensions.cs: Changed Namespace 2007-11-16 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Comment out verbose debugging output. * src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs: Add --db option for specifying exactly what database file to use. Helpful for being able to use stable and trunk versions simultaneously. 2007-11-16 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Use TrackInfo.AudiblyEqual instead of a reference check to determine if the input track is the track that is currently playing * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Implement AudiblyEqual, a method used to determine if the two tracks are probably the same, based on artist, album, and track title information, regardless of managed reference differences or even source stream differences 2007-11-16 Aaron Bockover * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Implement proper sorting for all columns. Muy Caliente. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Make the Track column a SortableColumn 2007-11-16 Aaron Bockover * Banshee.Services/Banshee.Sources/DatabaseSource.cs: Return UnfilteredCount instead of Count on the model for the source count if the model is IFilterable * Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Implement UnfilteredCount so the source count doesn't change when a filter is applied to the model * Hyena/Hyena.Data/IFilterable.cs: Added an UnfilteredCount property 2007-11-16 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use a ColumnCellDuration for the duration column * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellDuration.cs: A cell renderer that formats TimeSpan objects in a pretty way * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: Added a virtual Text property so making new text renderers is a snap 2007-11-16 Aaron Bockover * src/Core/Nereid/Nereid/PlayerInterface.cs: Ported the code to add/remove the accelerator binding on key press event to prevent them from conflicting with search; adds the key bindings for focusing search * src/Core/Nereid/Nereid/ViewContainer.cs: Explicitly show search entry * src/Core/Banshee.Widgets/Banshee.Widgets/SearchEntry.cs: Set NoShowAll so ShowAll doesn't affect the clear button * src/Core/Hyena.Gui/Hyena.Gui/GtkUtilities.cs: A crappy class for random GTK routines that really can't go anywhere else; added IsImportantModifierSet 2007-11-15 Gabriel Burt * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Fix small build-stopping bug. 2007-11-15 Gabriel Burt * src/Core/Hyena/Hyena.Data/CacheableModelAdapter.cs: New abstract class that partially implements a Dictionary-based caching strategy for models. * src/Core/Hyena/Hyena.Data/ICacheableModel.cs: Interface that Models must implement to work with CacheableModelAdapters. * src/Core/Banshee.Services/Banshee.Collection.Database/IDatabaseModel.cs: Interface that defines basic database-related properties on Models that the adapter needs to generically implement limit/offset based lookups on the model. * src/Core/Banshee.Services/Banshee.Collection.Database/BansheeCacheableModelAdapter.cs: Implementation of CacheableModelAdapter using SQL and the Banshee.Database connection that combines the Dictionary cache with limit/offset queries to improve speed. * src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: * src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Use the BansheeCacheableModelAdapter instead of implementing the same caching/limit+offset strategy three times. * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Chnage CoreTracksCache to just CoreCache as it is used by any Model that uses the BansheeCacheableModelAdapter. * src/Core/Banshee.Services/Makefile.am: * src/Core/Hyena/Makefile.am: Add new files. 2007-11-15 Sebastian Dröge * src/Core/Banshee.Base/PowerManagement.cs: Add support for gnome-power-manager >= 2.19 while keeping support for older versions (BGO: #492195) 2007-11-13 Gabriel Burt * src/Core/Banshee.Base/Gui/SeekDialog.cs: * src/Core/Banshee.Base/Gui/TrackEditor.cs: * src/Core/Banshee.Base/Hyena.Gui/EntryEraseAction.cs: * src/Core/Banshee.Base/Hyena.Gui/EntryInsertAction.cs: * src/Core/Banshee.Base/Hyena.Gui/EntryUndoAdapter.cs: Remove from Banshee.Base, all have been moved into new structure. * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/TrackEditor.cs: * src/Core/Banshee.ThickClient/Makefile.am: Add TrackEditor, not yet used. * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/Selection.cs: * src/Core/Hyena/Hyena.Data/Selection.cs: * src/Core/Hyena.Gui/Makefile.am: * src/Core/Hyena/Makefile.am: Move Selection from Hyena.Gui to Hyena. 2007-11-13 Aaron Bockover * src/Core/Hyena/Hyena.Data/ColumnDescription.cs: A non-GUI base class for columns, so basic column setup can be done at the model level * src/Core/Hyena/Hyena.Data/IListModel.cs: Added IObjectListModel * src/Core/Nereid/Nereid/PlayerInterface.cs: Support IObjectListModel sources * src/Core/Hyena.Gui/Hyena.Data.Gui/Column.cs: Extend ColumnDescription * src/Core/Hyena.Gui/Hyena.Data.Gui/ObjectListView.cs: Wrapper view for simple IObjectListModels * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnController.cs: Be eventful * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Make some model event handler methods virtual * src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs: Call source.Activate after raising the notification of change * src/Core/Banshee.Services/Banshee.Sources/ErrorSource.cs: Implement a simple IObjectListModel source for displaying errors * src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs: Add a child ErrorSource * src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Add import errors to the Library's ErrorSource 2007-11-13 Aaron Bockover * configure.ac: * src/Core/Nereid/banshee2.in: For the sake of development, call the project "banshee2" - this means trunk will be installed to $(libdir)/banshee2 and the executable is "banshee2" NOTE: this does not mean "Banshee v2.0!" This change is only temporary for the sake of allowing trunk to be installed without conflicting with stable. Do not read too much into the 2 part :) Do rm -rf ~/.config/banshee/addins after make install to ensure the installed version runs cleanly. * src/Core/Banshee.Services/Makefile.am: * src/Core/Banshee.Services/Banshee.Services.addins: Include a .addins file to tell Mono.Addins where to look for installed addins * build/build.environment.mk: Install to pkglibdir again 2007-11-12 Aaron Bockover * Banshee.Services/Banshee.Collection/ImportManager.cs: Actually register the user job with the manager, allow it to be cancelled, and show a nice message if it is empty * Banshee.Services/Banshee.Library/LibraryImportManager.cs: Implemented the TagLib tag reading, make a nice display of the import process, and do extension-based whitelisting as a precondition to the tag parse * Banshee.Core/Banshee.Streaming/StreamTagger.cs: Fixed ProcessUri to not check for a mimetype 2007-11-12 Aaron Bockover * autogen.sh: Use my new autogen script that's been used in podsleuth and other projects - no dependency on gnome-autogen, which has been a big pain for banshee; also sets -Wno-portability -Wno-syntax on automake so it will STFU about our Makefile.ams, which has been a problem in Mono projects and the latest automake 2007-11-12 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Fully fixed the missing_pixbuf translation glitch - was using the wrong rectangle for the illusion squasher fill 2007-11-12 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: First pass at fixing a missing_pixbuf->not missing transition glitch; center the text on the middle of the cover art on the y-axis 2007-11-11 Aaron Bockover * Nereid/Nereid/PlayerInterface.cs: Add the AccelGroup from InterfaceActionService; tseng should be happy * Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: Implement GUI handler for Log * Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Enable the help links * Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Implemented open locaiton and restart song * Banshee.ThickClient/Banshee.Gui.Dialogs/OpenLocationDialog.cs: * Banshee.Services/Banshee.Web/Browser.cs: * Banshee.Services/Banshee.Streaming/RadioTrackInfo.cs: * Banshee.Services/Banshee.Playlists.Formats.Xspf: * Banshee.Services/Banshee.Playlists.Formats: Ported from old Banshee 2007-11-11 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added help menu * src/Core/Banshee.Core/Banshee.Streaming/StreamTagger.cs: * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Removed legacy cover art lookup junk * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/AboutDialog.cs: Ported the about dialog * src/Core/Banshee.Core/Banshee.Base/Paths.cs: Removed a bunch of old path stuff * src/Core/Banshee.Core/Banshee.Base/ConfigureDefines.cs.in: Finally nuked * src/Core/Banshee.Core/Banshee.Base/ProductInformation.cs: Moved over * build/TranslatorExtract.cs: Moved to build 2007-11-11 Aaron Bockover * Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: * Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added import music * Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs: Ported the import music dialog * Core/Banshee.ThickClient/Banshee.Gui.Dialogs/FileChooserDialog.cs: * Core/Banshee.ThickClient/Banshee.Gui.Dialogs/ImageFileChooserDialog.cs: Ported the file chooser dialogs * Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs: * Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs: * Core/Banshee.Services/Banshee.Library/HomeDirectoryImportSource.cs: * Core/Banshee.Services/Banshee.Library/IImportSource.cs: Ported the IImportSource sources * Core/Banshee.Services/Banshee.Library/ImportSourceManager.cs: Implemented a new ImportSourceManager that loads IImportSources using Mono.Addins * Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Load LibraryImportManager and ImportSourceManager services * Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs: Extend ImportManager for importing to the library * Core/Banshee.Services/Banshee.Collection/ImportManager.cs: Ported the ImportManager * Core/Banshee.Core/Banshee.IO/IOProxy.cs: Use Log.Debug * Core/Banshee.Core/Banshee.Base/Log.cs: Added timer debug methods * Core/Banshee.Services/Banshee.ServiceStack/UserJob.cs: Added IsCancelRequested property * Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs: Listen to StyleSet to reload pixbufs * Core/Nereid/Nereid/Client.cs: Remove the TestUserJob stuff 2007-11-11 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/CommonServices.cs: Helper class to boot common GUI services * src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: Base class for any GTK client to use for booting the core * src/Core/Nereid/Nereid/Entry.cs: Fixed up to use GtkBaseClient * src/Core/Banshee.Services/Banshee.ServiceStack/IUserJob.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/UserJob.cs: Added a Name property, which should never change and should be concise * src/Core/Banshee.Services/Banshee.ServiceStack/TestUserJob.cs: Updated, actually allow it to be canceled * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs: Support actually cancelling jobs, show a pretty dialog 2007-11-11 Gabriel Burt * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/GladeWindow.cs: Look for the glade file in the calling assembly not the executing one. * src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/SeekDialog.cs: Ported from old dialog, using new ConnectedSeekSlider. * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedSeekSlider.cs: Provide getter for Label so the seek dialog can make the font larger. * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Handle the seek to action. * src/Core/Banshee.ThickClient/Makefile.am: add new SeekDialog.cs * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Uncomment the Seek To action. 2007-11-11 Aaron Bockover * Banshee.Services/Banshee.ServiceStack/IUserJob.cs: Interface for UserJobs * Banshee.Services/Banshee.ServiceStack/UserJob.cs: Base UserJob class, suitable for most cases when a UserJob is needed * Banshee.Services/Banshee.ServiceStack/UserJobEventHandler.cs: Event handler and argument class for UserJob events * Banshee.Services/Banshee.ServiceStack/UserJobManager.cs: A manager class for keeping track of UserJobs * Banshee.Services/Banshee.ServiceStack/TestUserJob.cs: An exhaustive, interesting test case for the UserJob stack * Banshee.Services/Banshee.ServiceStack/Application.cs: Added Invoke and RunIdle methods * Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs: GUI tile representing a single UserJob * Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTileHost.cs: GUI container for managing the display of the UserJobTile widgets * Nereid/Nereid/PlayerInterface.cs: Pack in a UserJobTileHost * Nereid/Nereid/Entry.cs: Implement RunIdle and kick off some TestUserJobs 2007-11-10 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/Log.cs: Make the log output nicer 2007-11-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedSeekSlider.cs: Add null check * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Do not use Push/Pop since there appear to be problems with it missing in Mono 1.2.4, at least in Ubuntu Gutsy; ugly workaround. Only fade in/out the artist/album information if it changes * src/Core/Hyena.Gui/Hyena.Gui/CairoExtensions.cs: Remove Push/Pop wrapper stubs as they aren't needed; added a ContextDispose 2007-11-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCellText.cs: * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Fix a bunch of warnings * src/Core/Hyena.Gui/Hyena.Gui/CairoExtensions.cs: Stubbed out the push/pop group methods that were introduced in Cairo 1.2/Mono 1.2.5; they can be filled in to implement backwards compat, but simply wrap the Mono.Cairo provided API right now 2007-11-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Refactored some of the animation logic, fade old track text out and new track text in while the cover art xfades 2007-11-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: Provide an expand override for adding items to toolbars * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Remove the spacing, since the track info header will expand * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Draw pango layouts for displaying the track information * src/Core/Nereid/Nereid/PlayerInterface.cs: Expand the TrackInfoDisplay * src/Core/Hyena.Gui/Hyena.Data.Gui/CairoExtensions.cs: Added ColorGetHex and ColorAdjustBrightness methods 2007-11-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: Use a timeout instead of idle to limit the number of frames rendered; if debugging is on, print the number of fps per transition * src/Core/Banshee.Core/Banshee.Base/Log.cs: Added a DebugFormat method 2007-11-10 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedSeekSlider.cs: An adaptor around the seek slider and stream position label that connects itself to the necessary engine events * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs: A connected header view for showing cover art and track information; currently only shows cover art but is 100% cairo-drawn and does cross fading. Sexy. * src/Core/Nereid/Nereid/PlayerInterface.cs: Removed all player engine event handling; embed ConnectedSeekSlider and TrackInfoDisplay; at this point the main client UI is effectively stupid and only embeds smart widgets - makes writing new client UIs very, very easy * src/Core/Hyena.Gui/Hyena.Data.Gui/ListViewGraphics.cs: Properly align the selection stroke to the pixel boundary; sharp strokes * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Added missing cr dispose * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Added ArtistAlbumId shortcut property and ArtistAlbumEqual method 2007-11-09 Gabriel Burt * Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs: * Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs: * Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: * Banshee.Services/Banshee.Playlist/PlaylistSource.cs: * Banshee.Services/Banshee.Sources/DatabaseSource.cs: Filter which artists and albums are shown for a source based on the tracks that source has. Fix playlists so they actually work. 2007-11-09 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/IconThemeUtils.cs: Avoid possible warnings from GdkPixbuf when a resource doesn't exist by checking the manifest resource names in the assembly ahead of time * src/Core/Banshee.ThickClient/Resources/*: Migrated some icon resources * src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Use a stock icon for missing source icons 2007-11-09 Gabriel Burt * src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs: Migrate playlists as well. 2007-11-09 Aaron Bockover * Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Use QueueDraw * Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Connect next and previous actions to the playback controller * Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: Implement rough logic for doing linear/random playback * Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerDatabaseStack.cs: Wrap a stock generic stack for now for testing the controller logic 2007-11-09 Aaron Bockover * Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Call QueueDraw instead of protected Invalidate methods * Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellPlaybackIndicator.cs: Added a paused pixbuf that reflects the player engine playback state * Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Provide a public QueueDraw that does proper invalidation of the internal windows * Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerService.cs: * Core/Banshee.Services/Banshee.MediaEngine/PlaybackRepeatMode.cs: * Core/Banshee.Services/Banshee.MediaEngine/PlaybackShuffleMode.cs: * Core/Banshee.Services/Banshee.MediaEngine/PlaybackControllerDatabaseStack.cs: Stubbed out some API for the new playback controller * Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Add the playback controller as a default service * Core/Hyena/Hyena/UndoManager.cs: * Core/Hyena/Hyena/IUndoAction.cs: Moved the Undo Manager * Core/Hyena/Hyena/IStackProvider.cs: A generic interface that provides a stack data structure 2007-11-09 Sebastian Dröge * build/Common.Makefile: * build/banshee.pc.in: * build/m4/banshee/taglib.m4: * configure.ac: Allow building against an external taglib-sharp and create a proper pkg-config file when doing so (BGO: #447769, #447768). 2007-11-09 Sebastian Dröge * build/m4/shamrock/gstreamer.m4: Allow disabling of the GStreamer plugin checks with --disable-gstreamer-plugins-check (BGO: #476500). 2007-11-08 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellPlaybackIndicator.cs: Cell renderer that indicates when a song is the playing song * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs: Add a ColumnCellPlaybackIndicator, iterate columns and cells to notify theme of any theme changes * src/Core/Hyena.Gui/Hyena.Data.Gui/ColumnCell.cs: Added a virtual NotifyThemeChange so cells can invalidate any theme cached items * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Made invalidation methods protected * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Added IsTrackPlaying method * src/Core/Banshee.Core/Banshee.Collection/TrackInfo.cs: Added a Self property to allow an inline data binding 2007-11-08 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: Added PopulateToolbarPlaceholder that allows generic widgets to be embedded in a toolbar placeholder * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Cosmetic * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: Added some more placeholder nodes for other widgets, and added an expanded spacing item to create the proper alignments * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ConnectedVolumeButton.cs: A class derived from Bacon.VolumeButton that integrates with PlayerEngineService. Sexy. * src/Core/Nereid/Nereid/PlayerInterface.cs: More hotness with the header toolbar, fix spacing/cosmetic issues in the display, and embed the ConnectedVolumeButton in the toolbar * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Always set the volume from the schema when starting a new track * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: Added a FIXME to just move the old artwork directory, but we'll wait until we get closer to a release to keep from messing with Banshee stable 2007-11-08 Gabriel Burt * Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs: Make track caching model work for multiple sources, not just the LibrarySource. * Banshee.Services/Banshee.Sources/DatabaseSource.cs: * Banshee.Services/Banshee.Library/LibrarySource.cs: * Banshee.Services/Banshee.Playlist/PlaylistSource.cs: Generalize and move useful functions from the LibrarySource into DatabaseSource so they can be used by PlaylistSources too. * Banshee.Services/Banshee.ServiceStack/Application.cs: Load playlists when the app starts. * Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * Banshee.Services/Banshee.Services.mdp: * Banshee.Services/Banshee.Sources/ChildSource.cs: * Banshee.Services/Banshee.Sources/Source.cs: * Banshee.Services/Makefile.am: Get rid of ChildSource -- allow any Source to have a parent set. 2007-11-08 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs: Turned into a service; added a migration path for old legacy cover art * src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs: Updated to use the ArtworkManager service * src/Core/Nereid/Nereid/Entry.cs: Register the ArtworkManager service * src/Core/Nereid/Nereid/PlayerInterface.cs: Spaces cleanup 2007-11-08 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/InterfaceActionService.cs: Service for interface actions via Gtk.ActionManager/Gtk.UIManager * src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.cs: Common global actions, like 'Quit' * src/Core/Banshee.ThickClient/Banshee.Gui/PlaybackActions.cs: Actions specific to controlling playback * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeIconFactory.cs: Custom icon factory to load theme icons and resource icons into the stock * src/Core/Banshee.ThickClient/Resources/core-ui-actions-layout.xml: UI layout for the menu and toolbar * src/Core/Nereid/Nereid/PlayerInterface.cs: Embed the menu and toolbar UIs; render the stock Gtk.Toolbar as a plain, styleless widget so it blends in with the window background and looks like 'the old Banshee.' * src/Core/Nereid/Nereid/Entry.cs: Register the InterfaceActionService * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Added a TogglePlaying method that just does the right thing; raise a new PlayWhenIdleRequest event if playback is requested but the engine is idle * src/Core/Banshee.Widgets/Banshee.Widgets/GenericToolItem.cs: A generic widget container for embedding in a Gtk.Toolbar 2007-11-08 Aaron Bockover * src/Core/Banshee.ThickClient/Banshee.Gui/BansheeIconFactory.cs: Stubbed icon factory for our icons * src/Core/Banshee.ThickClient/Banshee.Gui/GtkElementsService.cs: Instantiate a BansheeIconFactory * src/Core/Banshee.Widgets/Banshee.Widgets/StreamPositionLabel.cs: Accept milliseconds, not seconds * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: Deliver timing information in milliseconds, not seconds 2007-11-07 Aaron Bockover * src/Core/Nereid/Nereid/PlayerInterface.cs: Added the seek slider stuff 2007-11-07 Aaron Bockover * src/Core/Nereid/Nereid/PlayerInterface.cs: Connect the RowActivated event on the track view to the PlayerEngineService to get the first working playback in the new banshee * src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs: Set CanPlay, since ... it can * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Provide a property for accessing the PlayerEngineService * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Fix design of RowActivted 2007-11-07 Aaron Bockover * src/Core/Banshee.Services/Banshee.MediaEngine/PlayerEngineService.cs: Ported the old PlayerEngineCore to be a service and to load its engines from Mono.Addins * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Make PlayerEngineService a built-in service * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceStartedHandler.cs: Updated delegate signature since ServiceManager is now static * src/Core/Banshee.Core/Banshee.Base/Log.cs: Add some more overrides * src/Backends/Banshee.GStreamer/Banshee.GStreamer/PlayerEngine.cs: Defer the loading of the player engine internals until we get a notification from ServiceManager that the GStreamerCoreService has been loaded 2007-11-07 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/Log.cs: Added a new, extremely simple and much more efficient logging facility * src/Core/Banshee.Base/LogCore.cs: Removed legacy logging facility 2007-11-07 Gabriel Burt * src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs: Add RowActivated event. 2007-11-07 Aaron Bockover * src/Core/Banshee.Services/Banshee.Services.addin.xml: Define an extension point for registering services * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Load addin services into the service manager; moved the Mono.Addins init stuff to ServiceManager directly * src/Backends/Banshee.GStreamer/Banshee.GStreamer.addin.xml: Define a service extension for the GStreamer backend * src/Backends/Banshee.GStreamer/Banshee.GStreamer/Service.cs: Implement the skeleton for the GStreamer service backend 2007-11-05 Aaron Bockover * Banshee.MediaEngine.GStreamer/GstPlayerEngine.cs: Ported the GStreamer player engine to work under the new APIs, implemented as a Mono.Addin extension 2007-11-05 Aaron Bockover * Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: * Nereid/Nereid/PlayerInterface.cs: Reflect API change in ServiceManager * Nereid/Nereid/Entry.cs: Reflect API change in ServiceManager and implement a TimeoutHandler using GLib.Timeout * Banshee.Services/Banshee.MediaEngine/*: Ported the PlayerEngine base class; made it a Mono.Addin extension point * Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Made ServiceManager completely static so using it doesn't suck * Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs: Allow the DBus support to be optional * Banshee.Services/Banshee.ServiceStack/AddinCoreService.cs: Service for controlling Mono.Addins * Banshee.Core/Banshee.Streaming/*: Ported StreamTagger, StreamTag and other generic stream types and friends * Banshee.Core/Banshee.Collection/TrackInfo.cs: API Fixups * Banshee.Core/Banshee.Base/ApplicationContext.cs: Fix API bug * Banshee.ThickClient/Banshee.Gui/GtkThemeService.cs: Will be used for more generic GTK interface stuff; make IPropertyStoreExpose and expose PrimaryWindow and PrimaryWindow.RawHandle properties * Hyena/Hyena.Data/IPropertyStoreExpose.cs: Interface to expose a PropertyStore 2007-11-04 Aaron Bockover * src/Core/Banshee.Core/Banshee.Base/PlatformHacks.cs: A static class containing a collection of random platform-specific hacks such as forcing the process name, working around a GDK/window manager bug, and working around a GStreamer bug that interfered with signal handling in the Mono JIT * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: * src/Core/Nereid/Nereid/Entry.cs: Simplified due to PlatformHacks * src/Core/Banshee.Core/Banshee.Base/Utilities.cs: Moved SetProcessName in an effort to get rid of this file 2007-11-04 Aaron Bockover * Hyena/Hyena.Data/PropertyStore.cs: Added StringList and GetType support * Banshee.ThickClient/Banshee.Gui/IconThemeUtils.cs: Removed unnecessary old code * Banshee.ThickClient/Banshee.Gui/GtkThemeService.cs: New service that listens for GTK theme changes, invalidates known icon caches in services, and notifies listening components; effectively means that the source view will update its icons if the GTK theme changes * Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs: Support loading icons via the IconName source property as a string or string list and cache the result in the IconPixbuf property in the source; listen to GtkThemeService to queue redraw * Nereid/Nereid/PlayerInterface.cs: Set the ListenWidget in GtkThemeService to PlayerInterface * Nereid/Nereid/Entry.cs: Register a GtkThemeService * Banshee.Services/Banshee.Library/LibrarySource.cs: Fixed icon names * Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: Added Contains 2007-10-31 Gabriel Burt * MERGE BUILD FIXES: More fixes. Everything except src/Core/Banshee/* builds. 2007-10-29 Gabriel Burt * MERGE BUILD FIXES: Replace many instances of track.DisplayTitle/Artist/Album and other build fixes. 2007-10-29 Gabriel Burt * MERGE BUILD FIXES: Replace many instances of track.Title/Artist/Album and Globals.ArgumentQueue etc. 2007-10-29 Gabriel Burt * Get things closer to building. Add SkipCount column. 2007-10-29 Aaron Bockover * HUGE COMMIT: This commit breaks the build horribly and is a first step in the merge of all the cool model/view stuff; do not expect it to build or work at all from this point on until ... it does (hopefully within two weeks) 2007-10-24 Gabriel Burt * src/Core/Banshee.Base/ActionManager.cs: Remove ellipses from Plugins menu item. Patch from Michael Monreal, fixes BGO #478465. * src/Plugins/Banshee.Plugins.Podcast/UI/PodcastFeedView.cs: Make strings more easily translatable. Fixes BGO #407094. 2007-10-14 Yannig Marchegay * po/LINGUAS: Added 'oc' to ALL_LINGUAS. 2007-10-04 Sebastian Dröge * src/Core/Banshee/PlayerInterface.cs: Don't filter by Artist/Album/Genre if the relevant field is empty or null. Before Banshee crashed whenever the field was null. (BGO #479237) While at that, also convert tabs to spaces. 2007-10-03 Gabriel Burt * src/Core/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Prevent array index out of bounds error -- not sure what's changed (Gtk#?) but suddenly selecting most smart playlist condition types would cause a crash. Fixes BGO #464362. * src/Core/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Whitespace. 2007-09-19 Sebastian Dröge * src/Core/Banshee.Base/Banshee.Library/Import.cs: * src/Core/Banshee.Base/StreamTagger.cs: Use TagLib to filter files that don't contain audio only instead of filtering by the mimetype which breaks for some mp4 files (BGO #472747) 2007-09-04 Aaron Bockover * src/Core/Banshee.ThickClient: Migrated Banshee.ThickClient 2007-09-04 Aaron Bockover * src/Core/Banshee.Services: Migrated Banshee.Services * src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs: * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Disabled some things to be added back later * src/Core/Banshee.Base/Globals.cs: Add Banshee.Services startup to the existing startup sequence for now * configure.ac: * src/Core/Makefile.am: * src/Core/Core.mds: * src/Core/Banshee.Base/Makefile.am: * build/Common.Makefile: Configure Banshee.Services in the build 2007-08-29 Aaron Bockover * src/Core/Hyena: * src/Core/Hyena.Gui: Added Hyena back from NG * build/Common.Makefile: * configure.ac: * build/banshee.pc.in: Build rules for Hyena * src/Plugins/Banshee.Plugins.Radio/StationManager.cs: Fixed build bug 2007-08-29 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/StationManager.cs: * src/Plugins/Banshee.Plugins.Radio/banshee-plugin-radio.schemas.in: Patch from Mário Meyer to allow setting the radio station base URI from which Banshee will load online radio stations 2007-08-19 Aaron Bockover 0.13.1 Released * configure.ac: Bump to 0.13.1 * NEWS: Updated release notes 2007-08-19 Aaron Bockover * src/Core/Banshee.Base/Gui/TrackEditor.cs: Reset the undo managers bound to each field when changing tracks * src/Core/Banshee.Base/Hyena/UndoManager.cs: Added a clear method * src/Core/Banshee.Base/Hyena.Gui/EntryUndoAdapter.cs: Proxy the UndoManager 2007-08-19 Aaron Bockover Fix for BGO #453420 * src/Core/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: Use HAL to get capacity information if it is available * src/Core/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusRecorder.cs: Duplicate the burn drive reference as a crappy workaround to some stupid issue with libnautilus-burn in GNOME 2.19.x+ * src/Core/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnDrive.cs: P/Invoke more functions into the glue * libbanshee/nautilus-burn.c: Add free glue to free/unref depending on the API version * libbanshee/gst-transcode-0.10.c: Remove the meta cdwavenc element since now the CD quality caps are in the WAV profile * data/audio-profiles/wav.xml.in: Added caps for proper encoding of CD quality PCM 2007-08-19 Aaron Bockover * src/Core/Banshee.Base/Paths.cs: Expand ~ to home directory 2007-08-19 Aaron Bockover * src/Core/Banshee.Base/Banshee.Playlists.Formats/AsxPlaylistFormat.cs: Added first pass of ASX parsing support * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistParser.cs: Add ASX to the list of playlist formats to try * tests/*: Added ASX tests 2007-08-19 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/RadioTrackInfo.cs: * src/Core/Banshee.Base/RadioTrackInfo.cs: Moved RadioTrackInfo from the radio plugin into core * src/Plugins/Banshee.Plugins.Radio/CellRendererStation.cs: Added null check * src/Core/Banshee/PlayerInterface.cs: Use RadioTrackInfo with the open location dialog so now internet playlists can be opened and played from this dialog 2007-08-19 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/RadioTrackInfo.cs: Updated to use the new PlaylistParser in Banshee; handle errors more sanely so the UI becomes more responsive and informative * src/Plugins/Banshee.Plugins.Radio/totem-plparser/: Nuked! Internet Radio playlists are now handled in fully managed code - no more Totem PlParser dependency * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistParser.cs: New PlaylistParser to replace Totem PlParser; this is completely managed code and uses the new PlaylistFormat work from the previous commit; the parser currently handles local and HTTP streams * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistFormatDescription.cs: Added a magic delegate to allow the format to see if it may be able to parse the playlist * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistFormatBase.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/IPlaylistFormat.cs: Add StreamReader API * src/Core/Banshee.Base/Banshee.Playlists.Formats/M3uPlaylistFormat.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlsPlaylistFormat.cs: Fixes; refactored slightly to use the tweaked base API * src/Core/Banshee.Base/Banshee.Playlists/PlaylistFileUtil.cs: Updated to reflect some minor API changes * tests/PlaylistFormats.cs: Add some more tests * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Catch some stupid exception 2007-08-19 Aaron Bockover * src/Core/Banshee.Base/Banshee.Playlists/PlaylistFileUtil.cs: * src/Core/Banshee/PlayerInterface.cs: Updated to use new playlist formats API * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistFile.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/M3u.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/Pls.cs: Removed old PLS and M3U implementations and the old base class * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistFormatDescription.cs: New class to describe a playlist format for GUI/factory reasons * src/Core/Banshee.Base/Banshee.Playlists.Formats/IPlaylistFormat.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistFormatBase.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/M3uPlaylistFormat.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlsPlaylistFormat.cs: API for implementing new playlist formats; new implementation of M3U and PLS formats * src/Core/Banshee.Base/Banshee.Playlists.Formats/InvalidPlaylistException.cs: Exception for invalid playlists * src/Core/Banshee.Base/IO/SystemIO.cs: * src/Core/Banshee.Base/IO/Unix.cs: * src/Core/Banshee.Base/IO/GnomeVfs.cs: * src/Core/Banshee.Base/IO/Interfaces.cs: Added OpenRead and OpenWrite stream methods on File * build/Common.Makefile: Link against TagLib for BUILD_LIB_BANSHEE * tests/PlaylistFormats.cs: Added tests for playlist parsing * tests/playlist-data: Test data for playlist parsing 2007-08-19 Aaron Bockover * src/Plugins/Banshee.Plugins.Recommendation/RecommendationUtilities.cs: If response stream is GZip compressed, decompress it on the fly using ICSharpCode.SharpZipLib.GZip (Christian Krause, BGO #468216) * src/Plugins/Banshee.Plugins.Recommendation/Makefile.am: Link against ICSharpCode.SharpZipLib * configure.ac: Check for ICSharpCode.SharpZipLib in GAC 2007-08-15 Aaron Bockover * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPane.cs: Finally fixed the 'rating exceeds 100%' issue with the recommendation plugin - it was a localization/parsing issue (BGO #451457) * src/Core/Banshee.Base/Globals.cs: Expose a static en-US culture as InternalCultureInfo for use when parsing non-culture-dependent data * ChangeLog: Fixed a bunch of dates that were 2006 2007-08-15 Aaron Bockover * src/Core/Banshee.Base/Hyena.Gui/EntryUndoAdapter.cs: An adapter to use UndoManager against any Gtk.Entry * src/Core/Banshee.Base/Hyena.Gui/EntryInsertAction.cs: * src/Core/Banshee.Base/Hyena.Gui/EntryEraseAction.cs: IUndoAction implementations for inserting and removing text from a Gtk.Entry * src/Core/Banshee.Base/Hyena/IUndoAction.cs: Interface for supporting undoable actions * src/Core/Banshee.Base/Hyena/UndoManager.cs: Logic for supporting unlimited undo/redo actions * src/Core/Banshee.Base/Gui/TrackEditor.cs: Apply an EntryUndoAdapter to Gtk.Entry fields in the metadata track editor (BGO #465736) 2007-08-06 Aaron Bockover * src/Core/Banshee.Base/Paths.cs: Support the changes to the xdg-user-dirs spec that allow $HOME to start the path; also allows for quotes surrounding the path (BGO #461596) 2007-08-05 Aaron Bockover * data/banshee.desktop.in.in: Removed X-SuSE-translate 2007-08-05 Aaron Bockover 0.13.0 Released * NEWS: Updated with 0.13.0 release notes * configure.ac: Do not check for cdparanoiasrc; cdda sources will be resolved at runtime via URI 2007-08-04 Aaron Bockover * src/Engines/Banshee.MediaEngine.GStreamer/GstPlayerEngine.cs: Pass the top level GdkWindow to the engine * libbanshee/gst-misc-0.10.c: Initialize pbutils * libbanshee/gst-playback-0.10.c: Very basic support for the gstreamer install plugins framework; still could use a lot of love * build/m4/banshee/gstreamer.m4: Check to see if pbutils is supported * data/audio-profiles/Makefile.am: Do not install the aac/faac profile as the plugins it requires are very broken in GStreamer; this profile only confuses users 2007-08-03 Aaron Bockover * libbanshee/gst-cd-rip-0.10.c: Do not hard core cdparanoia. Create the cdda source from URI to avoid a hard dependency. 2007-07-10 Aaron Bockover * libbanshee/gst-playback-0.10.c: Nasty, hopefully temporary, hack to ignore errors coming from qtdemux as it seems to have an issue with demuxing AAC files that come from iTunes Plus store (the DRM-free files) 2007-07-10 Aaron Bockover * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Only call Eject on the storage volume if storage.requires_eject is not set or is true; calling Eject on a volume that doesn't require it causes problems (BGO #443048, Ilya Konstantinov) * src/Core/Banshee.Base/Gui/PreferencesDialog.cs: Use SetCurrentFolder instead of SetFilename on FileChooserButton to avoid a race condition in GTK+ (BGO #443027, Ilya Konstantinov) 2007-07-03 Patrick van Staveren * ext/taglib-sharp: change svn:externals pointer to use http:// rather than svn:// 2007-06-12 Aaron Bockover * data/audio-profiles/wavpack.xml.in: Updated by Sebastian Dröge 2007-06-10 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Set remover to null when finished deleting and set correct icon (Pepijn van de Geer, BGO #446037). 2007-06-09 Gabriel Burt * src/Core/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Add support for querying TrackNumber in smart playlists (Michael Monreal, BGO #445773). 2007-06-09 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Increment the counter to make the (gui) counter and progressbar work (Pepijn van de Geer, BGO #445770). 2007-06-03 Gabriel Burt Patch from Brian Nickel fixing the build. * src/Core/Banshee.Base/FileTrackInfo.cs: * src/Core/Banshee.Base/IO/IOProxy.cs: * src/Core/Banshee.Base/StreamTagger.cs: * src/Dap/Banshee.Dap.Ipod/DatabaseRebuilder.cs: Work with latest TagLib#. 2007-05-30 Gabriel Burt * src/Core/Banshee.Base/Banshee.PlayerMigration/PlayerImportDialog.cs: * src/Core/Banshee.Base/Banshee.PlayerMigration/AmarokPlayerImport.cs: * src/Core/Banshee.Base/Banshee.PlayerMigration/RhythmboxPlayerImport.cs: Make some strings translatable. 2007-05-28 Aaron Bockover Patch to provide 16x16 versions of the playlist icons (BGO #398484, Michael Monreal * src/Core/Banshee/PlayerInterface.cs: * src/Core/Banshee.Base/Sources/AbstractPlaylistSource.cs: * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Reference source-smart-playlist-{16,22} and source-playlist-{16,22} * data/images/source-smart-playlist-16.png: * data/images/source-playlist-16.png: 16x16 versions of the playlist icons 2007-05-25 Gabriel Burt * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Show the rating item for Smart Playlists too. 2007-05-24 Aaron Bockover * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Allow rating the current playing track from the notif. menu (BGO #337157, Pepijn van de Geer) 2007-05-24 Aaron Bockover * src/Core/Banshee.Base/Paths.cs: Added ReadXdgUserDir to detect XDG user directories; use XDG_MUSIC_DIR or ~/Music for the default library location 2007-05-23 Aaron Bockover * src/Core/Banshee.Base/IO/SystemIO.cs: * src/Core/Banshee.Base/IO/Unix.cs: * src/Core/Banshee.Base/IO/GnomeVfs.cs: Implemented Close(System.IO.Stream) to reflect changes made in TagLib# 2007-05-22 Aaron Bockover * src/Core/Banshee/PlayerInterface.cs: Do not start search until at least three characters are available 2007-05-22 Aaron Bockover NOTE TO ALL: ~/.gnome2/banshee is now ~/.config/banshee * src/Core/Banshee.Base/Paths.cs: Changed ApplicationData to ~/.config/banshee; added new property, LegacyApplicationData which remains ~/.gnome2/banshee * src/Core/Banshee.Base/Globals.cs: If Paths.ApplicationData does not exist, check for Paths.LegacyApplicationData and move the directory to Paths.ApplicationData if it does; if not, create Paths.ApplicationData or use it if it already exists * src/Core/Banshee.Base/Library.cs: Removed unnecessary directory check and creation of Paths.ApplicationData as this is always handled at startup 2007-05-22 Aaron Bockover * src/Core/Banshee.Base/Banshee.PlayerMigration/PlayerImportSource.cs: Use the 'applications-other' icon if it exists... we need a better icon for this source; syntax cleanup * src/Core/Banshee.Base/Gui/ImportDialog.cs: Select PlayerImportSource if there are no tracks in the library and an audio CD is not available; make the dialog transient and centered on parent 2007-05-22 Aaron Bockover Patch by Sebastian Dröge * src/Core/Banshee.Base/Banshee.PlayerMigration/*: * src/Core/Banshee.Base/Makefile.am: * src/Core/Banshee.Base/Banshee.Base.mdp: * src/Core/Banshee.Base/Gui/ImportDialog.cs: Add import source and small framework for importing from libraries by other players and an importer for Amarok and Rhythmbox (BGO #378430) 2007-05-22 Aaron Bockover * src/Extras/Boo/: Updated bundled Boo assemblies to 0.7.7.2475 * build/Common.Makefile: Link against Boo.Lang.dll * src/Extras/BooBuddy/BooBuddyInterpreter.cs: Print the Boo compiler version in the shell welcome message 2007-05-22 Aaron Bockover * src/Plugins/Banshee.Plugins.Recommendation/Makefile.am: Fixed up so we distcheck ok again * build/m4/banshee/gmcs-79698.m4: * build/mcs-test-79698.cs: * build/Makefile.am: * build/gmcs.exe: * configure.ac: Do not run the gmcs check for BXC #79698 anymore (a bug that plagues gmcs 1.1.18) since it means we have to bundle a fixed C# compiler; there are several Mono releases since 1.1.18 now with fixed packages available for and/or pushed into distros; reduces the tarball size quite a bit now; however, anyone using 1.1.18 to build now will get a broken build - be warned 2007-05-22 Aaron Bockover * configure.ac: * Makefile.am: Updated to reflect tools and extras directory changes * tools/*: Moved to extras/tools * extras/scripts/*.boo: Added a safe place for some boo scriptlets which may be of use to some users 2007-05-09 Aaron Bockover * src/Core/Banshee.Widgets/SearchEntry.cs: Some drawing fixes 2007-05-09 Aaron Bockover * src/Core/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Properly fixed up to use the new search filter stuff 2007-05-09 Aaron Bockover * src/Core/Banshee.Widgets/SearchEntry.cs: Completely rewritten SearchEntry with a better filter API and proper GTK themeing * src/Core/Banshee.Widgets/HoverImageButton.cs: A cute button that may end up somewhere standalone, but for now makes up the filter and clear buttons in the new SearchEntry * src/Core/Banshee.Base/TrackFilterType.cs: Define what kind of filters can be made on the track view; means that logic can happen against this enum instead of lots of stupid Catalog.GetString()+string comparisons, so searching should actually be a bit faster * src/Core/Banshee.Base/Source.cs: Save a TrackFilterType instead of the old string filter name * src/Core/Banshee/PlayerInterface.cs: Use the new SearchEntry API which should actually bring search/filter speed improvements * src/Core/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Hackishly use the new SearchEntry API (needs finishing) 2007-05-07 Aaron Bockover * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: A nice piece of crack I'm not sure about yet - reverse the menu contents if the notification area is on the bottom of the screen so the most used items are closest to the panel - more usable in theory, but maybe it's just creepy? * src/Dap/Banshee.Dap.Ipod/DatabaseRebuilder.cs: * src/Core/Banshee.Base/Gui/TrackEditor.cs: * src/Core/Banshee.Base/FileTrackInfo.cs: * src/Core/Banshee.Base/StreamTagger.cs: Updated to use the TagLib# 2.0 API (BGO #436743, Sebastian Dröge) * ext/taglib-sharp/TagLib: Updated TagLib external reference back to TagLib# trunk for development work, may cause breakage at times during this development cycle * ext/taglib-sharp/Makefile.am: * ext/taglib-sharp/Makefile.MonoDevelop: * ext/taglib-sharp/TagLib.sources: Explicitly define sources in TagLib.sources and use them for building as wildcard matching no longer produces a clean build on TagLibg# trunk * libbanshee/gst-playback-0.10.c: Check to see if playbin is still alive before pausing (BGO #436741, Sebastian Dröge) 2007-05-07 Gabriel Burt * data/UIManagerLayout.xml: * src/Core/Banshee.Base/ActionManager.cs: Remove menu items (Columns, Select All/None) from track context menu. Properly capitalize others. * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconConfigPage.cs: * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconMenu.xml: * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Add a menu item for disabling/enabling notifications to the notification icon menu. 2007-05-07 Aaron Bockover * Banshee.mds: Added a new top-level solution that will build in ext/ and in libbanshee/ first * src/Core/Banshee.Base/Banshee.Base.mdp: Run build/monodevelop/fixup-configuredefines before the build * ext/Makefile.MonoDevelop: * ext/dbus-sharp/Makefile.MonoDevelop: * ext/hal-sharp/Makefile.MonoDevelop: * ext/taglib-sharp/Makefile.MonoDevelop: Simple makefiles that can be run from inside MonoDevelop without any need to run autogen/configure * build/monodevelop/fixup-configuredefines: A script to generate src/Core/Banshee.Base/ConfigureDefines.cs without having to run configure; used from within MonoDevelop 2007-05-07 Aaron Bockover * src/Plugins/Banshee.Plugins.Sample: Added the sample plugin to the build from the Wiki so we can verify it is always building and working; of course it does not get installed/packaged * configure.ac: * src/Plugins/Plugins.mds: * src/Plugins/Makefile.am: Added src/Plugins/Banshee.Plugins.Sample 2007-04-26 Aaron Bockover * src/Plugins/Banshee.Plugins.MMKeys/MMKeysPlugin.cs: * src/Core/Banshee.Base/GnomeMMKeys.cs: Added handling for Stop multimedia key (BGO #425247, Bojan Rajkovic) 2007-04-26 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedQueryJob.cs: Fix crash if embedded picture data is null (BGO #433668, Dan Wilson) 2007-04-24 Aaron Bockover * src/Core/Banshee.Widgets/ComplexMenuItem.cs: Do not try to connect the key press proxy if the new Parent is null; Never proxy Gdk.Key.Escape to the menu item; implement a default key press override that has the current Gtk.MenuItem behavior 2007-04-24 Aaron Bockover * src/Core/Banshee/PlayerInterface.cs: Use RatingMenuItem instead of the submenus which are clunky and ugly * src/Core/Banshee.Widgets/ComplexMenuItem.cs: A special MenuItem that allows widgets to be embedded and connected to a proper theme expose handler, also enables keyboard events to be passed to the menu item * src/Core/Banshee.Widgets/RatingMenuItem.cs: A ComplexMenuItem that embeds the RatingEntry in it to allow inline track rating from menus; with the item selected, it accepts input via the mouse with clicking or dragging, the scroll wheel, or the keyboard * src/Core/Banshee.Widgets/RatingEntry.cs: Drawing related changes to allow the widget to be embedded in other widgets and fit in, but also work properly as a standalone 'entry'; fix drag-rating in the standalone event handlers * src/Core/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Remove RatingAction as it was never a real action and acted only as a visible placeholder 2007-04-23 Aaron Bockover * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPane.cs: Load generic-artist.png in place of the artist photo if there's a problem loading the artist photo from last.fm (BGO #432200); cosmetic string changes; round the similarity value to the nearest whole percentage; introduce a cache wipe/versioning system to allow the cache to be wiped if the code to parse it changes later on (see NOTE in code) - everyone will start out with a clean cache after this update at version 2 * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPlugin.cs: Added schema for cache_version * src/Plugins/Banshee.Plugins.Recommendation/generic-artist.png: Added a musician to display if an artist photo cannot be loaded from last.fm 2007-04-18 Aaron Bockover * src/Plugins/Banshee.Plugins.Daap/DaapCore.cs: Share local playlists over DAAP (BGO #407672, Daniel Munckton) * src/Core/Banshee/Banshee.TrackView.Columns/DateAddedColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: * src/Core/Banshee/PlaylistView.cs: Added a Date Added column for the track view (BGO #392232, Pepijn van de Geer) * src/Core/Banshee.Base/ActionManager.cs: Fix capitalization errors; first break of string freeze from 0.12.x (BGO #410183, Igor Guerrero Fonseca) * src/Extras/BooBuddy/BooBuddy.Debugger/DebugAliasBuilder.cs: Fix p_help() output to correctly show description (BGO #424951, Ruben Vermeersch) * src/Extras/BooBuddy/BooBuddy.Debugger/DebugAliasAttribute.cs: * src/Extras/BooBuddy/BooBuddy.Debugger/DebugAliasBuilder.cs: Ensure functions are not aliased twice to allow Boo Buddy to be closed and re-opened (BGO #416991, Scott Peterson) * src/Core/Banshee/PlayerInterface.cs: Sort the playlists in 'Add to playlist' in the same order as sources (BGO #398489, Pepijn van de Geer) 2007-04-18 Aaron Bockover * src/Core/Banshee/PlayerInterface.cs: Make the track view popup menu accessible from the keyboard (BGO #334132, Bill Dawson) 2007-04-18 Aaron Bockover This patch adds org.gnome.SettingsDaemon MM Keys support, originally done by Jan Arne Petersen as a patch to the MM Keys plugin. Redesigned by myself to leave support for older GNOME in tact while removing the overhead of a plugin on new GNOME. Fixes BGO #395433. * src/Core/Banshee.Base/Plugins/PluginFactory.cs (AddExcludeMask): Allow filtering plugins for exclusion based on their file name * src/Core/Banshee.Base/Plugins/PluginCore.cs: Do not load the legacy MM Keys plugin if the new GnomeMMKeys is loaded successfully * src/Core/Banshee.Base/GnomeMMKeys.cs: A standalone MM Keys component that uses the new org.gnome.SettingsDaemon DBus interface available in GNOME 2.18+. If this component loads, the legacy plugin will be disabled * src/Core/Banshee.Base/Globals.cs: Try to load GnomeMMKeys at startup; load DBus background components before plugins in case the plugins need to access them 2007-04-17 Aaron Bockover * src/Plugins/Banshee.Plugins.Daap/DaapSource.cs: Crash fix (BGO #406923, Eric Butler) * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Resolve PSP Audio Device Properties crash (BGO #419163, Jason Conti) * src/Plugins/Banshee.Plugins.Recommendation/RecommendationUtilities.cs: Prevent reco cache from getting corrupt (BGO #381229, Pepijn van de Geer) * src/Core/Banshee.Base/Dap/Dap.cs: Fixed NJB syncing (BGO #405289, Mitch Reierson) * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBox.cs: Do not forget profile setting (BGO #410498, Lauri Kotilainen) * src/Core/Banshee.Base/Gui/SourceView.cs: Ensure sources that are not CanActivate really can't be activated (BGO #415138, Scott Peterson) 2007-04-17 Aaron Bockover * build/gconf-schema-rules: Revert previous commit as it breaks the install if builddir is undefined; also shouldn't be necessary at all as builddir is effectively supposed to be '.' if set and the script is run from the directory with the .schema file in it anyway 2007-04-16 Gary Ekker * build/gconf-schema-rules: Fix installation path of schema_DATA 2007-04-13 Gabriel Burt * src/Plugins/Banshee.Plugins.Bookmarks/BookmarksPlugin.cs: Use UIManager for the Add Bookmark item and have Ctrl-D activate it. Add hidden logger warnings for several errors. * src/Plugins/Banshee.Plugins.Bookmarks/BookmarksMenu.xml: * src/Plugins/Banshee.Plugins.Bookmarks/Makefile.am: New menu XML. 2007-04-13 Gabriel Burt * src/Plugins/Banshee.Plugins.Bookmarks/BookmarksPlugin.cs: Clean the design of the plugin with clear distinctions between the plugin, the UI, and the model. Handle bookmarked tracks being removed, and escape underscores in track names when putting them in menus, and make the plugin name translatable. 2007-04-12 Aaron Bockover Added playlist import/export functionality (BGO #363018) Trey Ethridge * src/Core/Banshee/PlayerInterface.cs: Implemented OnImportPlaylistAction and OnExportPlaylistAction * src/Core/Banshee.Base/Gui/FileChooserDialog.cs: Overloaded constructor. * src/Core/Banshee.Base/Banshee.Playlists.Formats/Pls.cs: Uncommented exception that is thrown when import determines file is not a Pls file. * src/Core/Banshee.Base/Banshee.Playlists.Formats/PlaylistFile.cs: Added null ref check * src/Core/Banshee.Base/Banshee.Playlists.Formats/Pls.cs: * src/Core/Banshee.Base/Banshee.Playlists.Formats/M3u.cs: Uncommented exception that is thrown when import determines file is not a playlist file * src/Core/Banshee.Base/SourceManager.cs: Show the export option on playlist source context menus * src/Core/Banshee.Base/Banshee.Library/Import.cs: Exposed import status * src/Core/Banshee.Base/ImportManager.cs: Exposed import status * src/Core/Banshee.Base/Banshee.Playlists/PlaylistFileUtil.cs: Utilities for playlist files * src/Core/Banshee.Base/Banshee.Playlists/IPlaylist.cs: Added interface for playlists to implement. Allows the export menu option to be added to context menu in a generic manner. * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Base/Sources/PlaylistSource.cs: Implemented IPlaylist * src/Core/Banshee.Base/ActionManager.cs: Added actions for import/export 2007-04-03 Gabriel Burt Add new plugin, disabled by default, for bookmarking positions in tracks. * configure.ac: * src/Plugins/Makefile.am: * src/Plugins/Plugins.mds: * src/Plugins/Banshee.Plugins.Bookmarks/BookmarksPlugin.cs: * src/Plugins/Banshee.Plugins.Bookmarks/Makefile.am: * src/Plugins/Banshee.Plugins.Bookmarks/banshee-plugin-bookmarks.schemas.in: * src/Plugins/Banshee.Plugins.Bookmarks/Banshee.Plugins.Bookmarks.mdp: New. 2007-04-01 Aaron Bockover * build/m4/banshee/dap-ipod.m4: Required ipod-sharp 0.6.3 2007-04-01 Aaron Bockover * configure.ac: Bump version to 0.13.0 to mark the start of the new development series 2007-03-31 Aaron Bockover * src/Core/Banshee.Base/Utilities.cs (SetProcessName): Added a fallback to setproctitle if prctl fails; this should work for BSD 2007-03-31 Aaron Bockover * src/Dap/Banshee.Dap.Ipod/IpodDap.cs: Fixed major bug where no tracks would be read on an HFS+ iPod; handle new iPod shuffles a little better; map to more suitable device icons for new Nanos and Shuffles * src/Dap/Banshee.Dap.Ipod/UnsupportedDatabaseView.cs: Dot not offer to rebuild the database if iPod is read only/HFS+ * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: * src/Core/Banshee.Base/Dap/DapPropertiesDialog.cs: Do not crash when reading profile properties * src/Core/Banshee.Base/Banshee.Kernel/Scheduler.cs: Added Suspend/Resume methods to stop the processing of scheduled jobs * src/Core/Banshee.Base/QueuedOperationManager.cs: Internals rewritten to use the scheduler instead of creating its own threads; there was a huge bug here that ended up potentially spawning hundreds of threads. Evil. The scheduler rocks. * src/Core/Banshee.Base/Sources/DapSource.cs: Added some null checks and updated to reflect changes in QOM * src/Plugins/Banshee.Plugins.Podcast/PodcastDBManager.cs: Do not bail reading the DB if the date/time is invalid 2007-03-25 Ruben Vermeersch * src/Core/Banshee.Base/Paths.cs: Fix a typo in DefaultLibraryPath (BGO #422442) 2007-03-19 Alp Toker * ext/dbus-sharp/README: Add dbus-sharp README so hackers/packagers can find out more 2007-03-19 Alp Toker * ext/dbus-sharp/*: Update dbus-sharp to 0.4.2 stable release 2007-03-05 Aaron Bockover 0.12.0 Released * NEWS: Updated with 0.12.0 release notes 2007-03-05 Aaron Bockover * configure.ac: Bumped to 0.12.0 * src/Core/Banshee/banshee.in: Prepend GST_PLUGINS_PATH instead of overwriting it 2007-03-05 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: Implement StartPlayback method which will play either the selected station, the first station in the selected group, or the first station in the first group when there is no selection (happens when the main play button is clicked); disabled the previous/next actions as they do not apply to radio * src/Plugins/Banshee.Plugins.MiniMode/SourceModel.cs: Updated FindSource to be recursive like the SourceView (Scott Peterson, BGO #414505) * src/Core/Banshee.Base/Gui/SourceView.cs: Fixed ellipsis code to not use excessive substrings in a try/catch form; efficient and no longer ugly (Scott Peterson, BGO #414485) * src/Plugins/Banshee.Plugins.MiniMode/minimode.glade: Full screen button should not have relief now that others do not * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPane.cs: Update background of recommendations pane on StyleSet (Brian Kerrick Nickel BGO #413593) * src/Core/Banshee.Base/PlayerEngineCore.cs: Added null check for CurrentTrack (BGO #410364) * src/Core/Banshee.Base/SafeUri.cs: Added Equals method * src/Core/Banshee.Base/Source.cs: Added StartPlayback virtual method that sources can override to handle when the play button is pressed while the engine is in idle * src/Core/Banshee.Widgets/FadingAlignment.cs: Updated to be a bit more subtle and use better color choices (background+mid); Added a subtle left border to blend better with the view widget (BGO #412584) * src/Core/Banshee/PlaylistModel.cs: Reset the PlayingIter to zero when a new stream is started * src/Core/Banshee/PlaylistView.cs: Set as 'now playing' when the playing iter is set, do not update the iter is non-zero; set the PlayingIter when the URIs of two tracks are equal, caches to reduce comparisons; fixes both (BGO #408128, #348079, BNC #228720) * src/Core/Banshee/PlayerInterface.cs: In PlayPause, call StartPlayback on the active source if it implements the method and the engine is in the idle state * src/Core/Banshee/Main.cs: Manually call gdk_set_program_class as there appears to be an issue with window grouping in SLED FCS and SP1; also use Gnome.Program.Run instead of Gtk.Application.Run (BNC #249494) 2007-02-26 Mike Kestner * autogen.sh: don't clobber existing ACLOCAL_FLAGS. 2007-02-26 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/StationManager.cs: Ensure that local stations can be loaded even if the remote ones can't (BNC #248831) * src/Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/Playlist.cs: Throw an exception if the XSPF document does not have a valid root node to ensure that a NullReferenceException doesn't get thrown (can be bad due to how Mono handles them - often they lead to an unhandled SIGSEGV) 2007-02-25 Gabriel Burt * src/Core/Banshee/PlayerInterface.cs: Make the Remove content menu option insensitive for SmartPlaylistSources. Make the Add to Playlist/Ratings menus show up for SmartPlaylistSources. Fixes BGO #411221. 2007-02-24 Aaron Bockover * src/Core/Banshee/PlayerInterface.cs: Use the Fading Alignment under the playlist header * src/Core/Banshee.Widgets/FadingAlignment.cs: Make the gradient look nicer * data/banshee.glade: Reordered some widgets to allow for proper spacing 2007-02-23 Aaron Bockover * libbanshee/gst-playback-0.10.c: Set the pipeline to playing or paused when at the right time when buffering a stream so the clock can't get ahead of itself, which may cause some streams to rebuffer depending on the stream and network speed (BGO #410278) 2007-02-22 Aaron Bockover * src/Core/Banshee.Base/FileNamePattern.cs: Forgot to mark ExpandTokenHandler as public too 2007-02-22 Aaron Bockover * src/Core/Banshee.Base/FileNamePattern.cs: Make AddConversion and the Conversion struct public, inlined access to the conversion table values (Alptacular) 2007-02-21 Aaron Bockover * src/Plugins/Banshee.Plugins.Recommendation/RecommendationUtilities.cs (HostInjectionHack): Work around a last.fm web services bug where they return URIs without a host name on some content. It appears the host name is always static3.last.fm, but that may not be the case for all data or it may change in the future - last.fm should fix their stuff (BGO #408068) 2007-02-21 Aaron Bockover * src/Core/Banshee/banshee.in: Do not use @MONO@, which hard codes the mono runtime location; just use mono and let the right one be chosen from PATH - useful when working with parallel mono environments * src/Core/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: Add an explicit null check for HalCore.Manager to get around any potential SEGV signal issues when throwing NullReferenceException; ensures that even if HAL isn't available, the app should continue to load, regardless of signal settings (which determine if SEGV can chain up to NullReferenceException by being handled by the runtime)) * ext/hal-sharp/Manager.cs: Do the same as the above, plus throw a more descriptive exception with cute DBus details 2007-02-21 Aaron Bockover * src/Dap/Banshee.Dap.Ipod/IpodQueryJob.cs * src/Dap/Banshee.Dap.Ipod/IpodMetadataProvider.cs: Updated to reflect API updates in the metadata services 2007-02-21 Aaron Bockover * build/m4/banshee/dbus.m4: * build/Common.Makefile: * ext/dbus-sharp/Makefile.am: * configure.ac: Patch from Sebastian Dröge to allow linking against an external installation of NDesk DBus (BGO #409964) 2007-02-20 Aaron Bockover * src/Core/Banshee.Widgets/VolumeButton.cs: Do not show the slider dock when scrolling on the volume button; stop the scroll signal emission in event-after to keep the tooltip showing (and reflecting the updated volume level) as the scroll happens, like the panel applet volume button 2007-02-20 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/TextViewLabel.cs: A GtkTextView that acts and looks more like a GtkLabel - but it has nice word wrapping * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Make the dialog resizable in the X direction; Use the new TextViewLabel to show the description so when resizing, it can wrap properly; set a good default minimum width * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Use the TextViewLabel to show the description (widget is based on code that was written directly into ProfileComboBoxConfigurable.) 2007-02-20 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: * src/Core/Banshee.Base/Banshee.Metadata/IMetadataLookupJob.cs: * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: * src/Core/Banshee.Base/Banshee.Metadata/IMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata/BaseMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Base.mdp: * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedQueryJob.cs: * src/Core/Banshee.Base/Globals.cs: * src/Core/Banshee.Base/AudioCd/AudioCdDisk.cs: * src/Core/Banshee.Base/Makefile.am: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Use the new MetadataSettings so there's no dependency on core/app features that previously made the metadata services only usable inside the Banshee application context; provide a GlobalMetadataSettings implementation that implements settings for the application core 2007-02-20 Aaron Bockover 0.11.7 Released * NEWS: Updated with 0.11.7 notes * configure.ac: Bump to 0.11.7 2007-02-19 Aaron Bockover * src/Engines/Banshee.MediaEngine.GStreamer/GstPlayerEngine.cs: Do not update the CurrentTrack if it is null * src/Core/Banshee/PlaylistView.cs: call column.SetMaxFixedWidth(this) * src/Core/Banshee/PlayerInterface.cs: Show dialogs for LogCore LogEntrys that have been logged before connecting to the event; prompt for importing when the StartupInitializer is done, not through some library loaded hack * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: Added SetMaxFixedWidth to size fixed width columns properly * src/Core/Banshee/Banshee.TrackView.Columns/TrackNumberColumn.cs: Set the fixed width strings * src/Core/Banshee/Main.cs: Handle any exceptions that happen when trying to initialize DBus; log a warning if there's a problem * src/Core/Banshee.Base/Gui/SplashScreen.cs: Turn off KeepAbove so the splash screen doesn't force itself above other windows * src/Core/Banshee.Base/DBusPlayer.cs: If only one CD is available and no argument is passed to --audio-cd, select the single CD 2007-02-07 Aaron Bockover * ext/dbus-sharp/*: Updated dbus-sharp and dbus-sharp-glib to 0.4.0 and 0.3.0 respectively; number of fixes and performance improvements including a fix for surviving a session bus restart 2007-02-05 Aaron Bockover * libbanshee/gst-cd-rip-0.10.c: Fix major crasher that sometimes happens when canceling a CD rip; caused by memory corruption due to not setting an unreffed object pointer to null; _free calls _cancel to avoid code dupication * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: Allow the view to scroll horizontally * src/Plugins/Banshee.Plugins.Recommendation/RecommendationPlugin.cs: Hide the pane when the player state goes idle * src/Core/Banshee/PlayerInterface.cs: Set the cover art for the cover art view to null when idle * src/Core/Banshee.Widgets/CoverArtView.cs: Hide on null * src/Core/Banshee.Base/FileNamePattern.cs: Added more characters to escape, and cache the regular expression 2007-02-05 Aaron Bockover 0.11.6 Released * NEWS: Updated * NOTES: Reset * src/Plugins/Banshee.Plugins.Radio/Makefile.am: Added files to EXTRA_DIST 2007-02-05 Aaron Bockover * src/Core/Banshee.Base/Gui/SourceView.cs: Prevent a possible nullref when dropping on the view and not on a row (BNC 236798) * src/Core/Banshee.Widgets/ActionButton.cs: Decreased spacing between icon and label; looked strange now that the buttons don't have relief * configure.ac: Bumped to 0.11.6 2007-02-05 Aaron Bockover * Plugins/Banshee.Plugins.Radio/StationManager.cs: Added Create, Update, and Remove station methods; support showing/hiding remote stations * Plugins/Banshee.Plugins.Radio/RadioPlugin.cs: Support showing/hiding remote stations * Plugins/Banshee.Plugins.Radio/RadioSource.cs: Added UI for editing, adding, and removing stations * Plugins/Banshee.Plugins.Radio/StationGroup.cs: Added Save method * Plugins/Banshee.Plugins.Radio/StationModel.cs: Support adding, updating, and removing stations * Plugins/Banshee.Plugins.Radio/StationEditor.cs: Editor dialog for local stations * Plugins/Banshee.Plugins.Radio/RadioActions.xml: Updated UI * Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/Playlist.cs: * Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/XspfBaseObject.cs: * Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/Track.cs: Added basic XML write support for XSPF playlists 2007-02-04 Aaron Bockover * src/Core/Banshee.Widgets/VolumeButton.cs: Port of the C version of BaconVolumeWidget - a much more natural and easy to use volume button 2007-02-03 Aaron Bockover * src/Core/Banshee.Base/Gui/TrackEditor.cs: * data/banshee-dialogs.glade: Changed wording on the copy all fields button to make it easier to understand and translate (BGO 399650) 2007-02-03 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Remove Dispose override, added SaveColumns * src/Core/Banshee/PlayerInterface.cs: Call playlistView.SaveColumns 2007-02-02 Aaron Bockover * src/Core/Banshee.Widgets/CoverArtThumbnail.cs: Call SetSizeRequest on the image, not on the window, ensure Resize on the window is always smaller than the image so the image.SetSizeRequest ends up making the window fit perfectly to the scaled cover art (Fixes BGO 334698); split CoverArtView into a separate file * src/Core/Banshee.Widgets/CoverArtView.cs: Split class out of old file 2007-02-01 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Add a 1px fixed column that can't be moved or resized and is always in the last position; do not allow columns to be dragged to the right of this special column; this ensures that if the user drags a resizable column into the 'last' position, it will not fill to eat the remaining width of the view, thus creating a false width; this should _finally_ get rid of unwanted horizontal scrolling. This fix is hereby dedicated to Whiprush. * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: Turn on ellipsizing on columns CellRendererText renderers, fixed packing of the renderer - a bug exposed by setting ellipsizing * src/Core/Banshee.Base/Sources/AudioCdSource.cs: Show a 'Copy CD' action button in the header when the source is active 2007-02-01 Aaron Bockover * data/banshee.glade: Made spacing look better now that buttons do not have a relief style * data/UIManagerLayout.xml: Added placeholder for actions that are 'new' * data/audio-profiles/Makefile.am: CLEANFILES->DISTCLEANFILES, fixes a potential build issue regarding generating the audio profiles .xml files * src/Plugins/Banshee.Plugins.Podcast/*: Added a subscribe button to the toolbar, change the verbage of 'feed' to 'podcast' as it's more user friendly (BNC 237045, 237038) * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: Do not show the playlist header and disable Write to CD action * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Fixed a potential crasher regarding showing cover art (BNC 236428) * src/Core/Banshee/PlayerInterface.cs: Fixed visibility logic of the playlist header; fixed a tiny focus bug * src/Core/Banshee.Widgets/ActionButton.cs: Set relief to none * src/Core/Banshee.Widgets/FadingAlignment.cs: Added a nice fading widget, but it's not in use anywhere right now; my idea didn't work out like I wanted it to, but the widget may still be useful * src/Core/Banshee.Widgets/DiscUsageDisplay.cs: * src/Core/Banshee.Widgets/DrawingUtilities.cs: Moved GdkColorToCairoColor from private widgets to avoid duplication * src/Core/Banshee.Base/Gui/ExceptionDialog.cs: Do not load the icon name for the window from branding because the dialog might be handling a crash from before branding initialization, in which case a nullref will occur * src/Core/Banshee.Base/IconThemeUtils.cs: Finally updated to use the binding API for Gtk.IconTheme love; this code was written in the Gtk# 2.4 era, when there was no binding for Gtk.IconTheme; gets rid of a lot of native interop at the Banshee level * src/Core/Banshee.Base/Sources/AudioCdSource.cs: Disable the Write to CD action * src/Core/Banshee.Base/TrackInfoHeader.cs: Ensure the cover art thumbnail is hidden on idle, not just empty * src/Core/Banshee.Base/SourceManager.cs: Respect source.CanWriteToCD * src/Core/Banshee.Base/Source.cs: Added CanWriteToCD virtual property 2007-01-31 Gabriel Burt * src/Core/Banshee.Base/FileNamePattern.cs: Escape &'s too. * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Log exceptions caught while transferring songs. 2007-01-31 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: If the DAP is not restricted to a particular folder depth, use the normal Banshee FileNamePattern when copying music over. Fixes BGO #398491. 2007-01-30 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: * src/Dap/Banshee.Dap.MassStorage/MassStorageTrackInfo.cs: Cleanup whitespace (follow HACKING). 2007-01-29 James Willcox * src/Plugins/Banshee.Plugins.Daap/daap-sharp/Database.cs: updated from upstream, fixes a problem where track numbers weren't showing up. 2007-01-24 Aaron Bockover * src/Core/Banshee.Widgets/PropertyTable.cs: Do not add a key label if the key string is null * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigureButton.cs: Protected against a potential nullref * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Added ':' to the end of the control labels * src/Core/Banshee.Base/Sources/DapSource.cs: Override the default source property label to 'iPod Properties', where iPod is the generic device name - nicer than 'Source Properties' * src/Core/Banshee.Base/Dap/DapPropertiesDialog.cs: Use a description box container so the profile selector doesn't look goofy 2007-01-24 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: * src/Core/Banshee.Base/Banshee.AudioProfiles/Profile.cs: Use the XML utilities in Banshee.Base.Localization to select the right string node based on xml:lang * src/Core/Banshee.Base/Localization.cs: Utilities to read the instance language setting (based on g_get_language_names()); XML utilities to to select nodes matching a query that also match against an xml:lang for the language in the current instance * src/Core/Banshee.Base/Makefile.am: * src/Core/Banshee.Base/Banshee.Base.mdp: Added Localization.cs * data/audio-profiles/vorbis.xml.in: Missed two strings to be translated 2007-01-23 Aaron Bockover * data/audio-profiles/*.xml.in: Moved from *.xml, edit to allow intltool to extract and merge translations * data/audio-profiles/Makefile.am: Added, use INTLTOOL_XML_RULE to support translating the audio profiles * data/Makefile.am: Include audio-profiles in SUBDIRS, do not install the audio profiles as the audio-profiles/Makefile will do that now * configure.ac: Generate data/audio-profiles/Makefile 2007-01-22 Patrick van Staveren * build/m4/banshee/dap-mtp.m4: properly quote error string and give more useful output. 2007-01-22 Aaron Bockover * configure.ac: Bumped to 0.11.5 * NEWS: Updated with 0.11.5 release notes * src/Core/Banshee.Base/BatchTranscoder.cs: Added the ability to register alternative Transcoder types for handing WAV encoding * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: Removed the obsolete API * src/Plugins/Banshee.Plugins.MetadataSearch/banshee-plugin-metadatasearcher.schemas.in: Updated 2007-01-21 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Added a Lookup method that returns bool; support instances with a pre-determined ASIN * src/Core/Banshee.Base/AudioCd/AudioCdDisk.cs: Perform a sync lookup through MusicBrainzQueryJob to fetch cover art for audio CDs * src/Core/Banshee.Base/AmazonCoverFetcher.cs: Removed legacy cover art downloader 2007-01-21 James Willcox * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: add a 'AddProvider' method * src/Core/Banshee.Base/Banshee.Metadata/MetadataProviderFactory.cs: removed * src/Dap/Banshee.Dap.Ipod/IpodMetadataProvider.cs: add a new metadata provider which gets the cover art off the iPod when available. * src/Dap/Banshee.Dap.Ipod/IpodQueryJob.cs: added 2007-01-21 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: Added SaveHttpStreamPixbuf that normalizes image data over HTTP to JPEG form and saves it to the cover art location, if the dimensions are greater than 50x50 * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: Use SaveHttpStreamPixbuf from the base class 2007-01-20 Aaron Bockover * src/Plugins/Banshee.Plugins.MetadataSearch/MetadataSearchConfigDialog.cs: Removed * src/Plugins/Banshee.Plugins.MetadataSearch/MetadataSearchPlugin.cs: R Rewritten to use the new Banshee.Metadata services APIs; shows progress of the operation in an ActiveUserEvent * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: Ensure jobs are removed from the private queries table when they are unscheduled as well as finished * src/Core/Banshee.Base/Banshee.Kernel/Scheduler.cs: In Unschedule(), match jobs that implement the interface of a type or is that are a subclass of a type; added ScheduledJobsCount; use Globals.Debugging * src/Core/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Added a top level 'Tools' menu * src/Plugins/Banshee.Plugins.Podcast/data/PodcastMenu.xml: * src/Plugins/Banshee.Plugins.Audioscrobbler/AudioscrobblerMenu.xml: Moved main menu actions to the new 'Tools' top level menu 2007-01-19 Aaron Bockover Merged patch by Trey Ethridge that loads embedded cover art in streams; implemented as the first-priority metadata provider in the new metadata services framework. BGO #388162. * src/Core/Banshee.Base/Banshee.Metadata/MetadataProviderFactory.cs: Added EmbeddedMetadataProvider. * src/Core/Banshee.Base/Paths.cs: Added overloaded method to get cover art path that takes the file extension * src/Core/Banshee.Base/TrackInfo.cs: Updated CoverArtFileName to try all possible file extensions that we support when using the new artist_album_id * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedMetadataProvider.cs: Implements the metadata provider interface. * src/Core/Banshee.Base/Banshee.Metadata.Embedded/EmbeddedQueryJob.cs: Does the work of retrieving the cover art from the file and caching it. * src/Core/Banshee.Base/StreamTagger.cs: Updated TrackInfoMerge method to use any file extension. It was hard coded to only use ".jpg". 2007-01-19 Aaron Bockover * src/Core/Banshee.Base/Banshee.Metadata/MetadataServiceJob.cs: New metadata service job that runs all provider jobs in chain+sync * src/Core/Banshee.Base/Banshee.Metadata/MetadataService.cs: Primary singleton for scheduling metadata lookups; runs a MetadataServiceJob in the Banshee scheduler * src/Core/Banshee.Base/Banshee.Metadata/IMetadataProvider.cs: Updated * src/Core/Banshee.Base/Banshee.Metadata/BaseMetadataProvider.cs: New base class for service jobs * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyMetadataProvider.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzQueryJob.cs: * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/MusicBrainzMetadataProvider.cs: Updated to work with the changes in the metadata service APIs 2007-01-17 Aaron Bockover * src/Core/Banshee.Base/BansheeBranding.cs: Fixed branding initialization bug wherein the default cover art would never be loaded if a custom branding were available * src/Core/Banshee/Banshee.TrackView.Columns/RatingColumn.cs: * src/Core/Banshee/banshee-interface.schemas.in: Rating is on by default * src/Plugins/Banshee.Plugins.Podcast/PodcastCore.cs: Removed debug line 2007-01-17 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/TrackNumberColumn.cs: Make this column a fixed width * src/Core/Banshee/Banshee.TrackView.Columns/AlbumColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/TitleColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/DurationColumn.cs: * src/Core/Banshee/Banshee.TrackView.Columns/ArtistColumn.cs: Set better default widths for these columns * src/Core/Banshee/banshee-interface.schemas.in: Updated from above * src/Core/Banshee.Base/Library.cs: Fixed library path bug found in SP1 2007-01-17 Aaron Bockover * src/Core/Banshee.Base/Gui/PreferencesDialog.cs: * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Show the description in a GtkTextView * data/banshee-dialogs.glade: Fixed more alignment issues * data/audio-profiles/*: Updated profile names and descriptions to provide more detail and be more user-friendly 2007-01-17 Aaron Bockover * data/audio-profiles/wavpack.xml: Fixed 2007-01-17 Ruben Vermeersch * data/audio-profiles/mp3-lame.xml: Change the vbr-mode parameter, which doesn't exist, to vbr. Fixes BGO #397753. 2007-01-17 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigureButton.cs: Only enable when the profile can be configured * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Do not show the advanced expander if there are no advanced variables * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Show the description of the profile in a label below the combo box * src/Core/Banshee.Base/Globals.cs: * src/Core/Banshee.Base/GstMisc.cs: Added SExp functions for building GStreamer pipelines * src/Core/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: Flatten the SExp result tree * build/m4/shamrock/mono.m4: Hopefull this will work on evil distros that put the GAC in lib64 and on good distros that put it in lib * data/banshee-dialogs.glade: Fix alignment on label * data/audio-profiles/*: Updated to the latest SExp syntax and use new gst-construct-* functions to help build pretty pipelines 2007-01-17 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Make sure not to modify a list while iterating over it. Push removal of songs into a separate thread so it doesn't block. 2007-01-17 Gabriel Burt * src/Dap/Banshee.Dap.MassStorage/MassStorageDap.cs: Instead of copying instantly when adding a file to a DAP, wait until the Synchronize button is pressed like how other DAPs operate. Fixes BGO #370229. Doing so gives us transcoding nearly for free, fixing BGO #354727. Based on patch by Juri Pakaste. * src/Core/Banshee.Base/Dap/DapMisc.cs: Add GetCodec method. * src/Core/Banshee.Base/Dap/Dap.cs: Allow subclasses to set the SupportedExtensions and SupportedPlaybackMimeTypes properties. 2007-01-16 Gabriel Burt * src/Core/Banshee.Base/Gui/SourceView.cs: Let tracks from smart playlists be dragged around. Patch by Chris Turchin, fixes BGO #377885. * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Set IsDragSource for future DAP playlist use. 2007-01-16 James Willcox * src/Core/Banshee.Base/Banshee.Metadata.Rhapsody/RhapsodyQueryJob.cs: Move the HTTP stuff up to the parent class * src/Core/Banshee.Base/Banshee.Metadata.MusicBrainz/*.cs: new metadata provider which uses MusicBrainz to find cover art. It is the default provider now, since it gets much higher quality images compared to the Rhapsody backend. If it fails, the Rhapsody backend is used as a fallback. 2007-01-15 Aaron Bockover * src/Core/Banshee.Base/Banshee.Configuration/GConfConfigurationClient.cs: Support disabling actual GConf support via BANSHEE_DISABLE_GCONF * build/gconf-schema-rules: Set BANSHEE_DISABLE_GCONF so a GConf client is not actually created during the schema generation; necessary for building in build services, etc. 2007-01-15 Alp Toker * ext/hal-sharp/Device.cs: Add internal DType enum copied from dbus-sharp since it will no longer be available in future versions. 2007-01-15 Aaron Bockover 0.11.4 Released * NEWS: Updated with 0.11.4 release notes 2007-01-14 Aaron Bockover * src/Core/Banshee.Base/IO/IOProxy.cs: Enable the GNOME VFS IO backend 2007-01-14 Aaron Bockover * src/Plugins/Banshee.Plugins.Radio/*: Added initial code for local station management, not complete * src/Core/Banshee.Base/Banshee.Playlists.Formats.Xspf/XspfBaseObject.cs: Add a null check 2007-01-14 Aaron Bockover * src/Plugins/Banshee.Plugins.Podcast/PodcastPlugin.cs: Added a better description of what podcasting is * src/Plugins/Banshee.Plugins.Radio/RadioSource.cs: * src/Plugins/Banshee.Plugins.Radio/source-radio.png: Use Jakub's new radio icon (sweeeet) * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Core/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Core/Banshee.Base/Globals.cs: Rework the SmartPlaylistCore so that it is not a plugin, instead initialize/dispose it directly as we always want smart playlists to be available 2007-01-14 Aaron Bockover * src/Plugins/: Moved Radio, Podcast, MiniMode, Recommendation plugins from banshee-official-plugins * build/m4/shamrock/mono.m4: Use Mono's libdir (BGO #394033) 2007-01-12 Patrick van Staveren * src/Dap/Banshee.Dap.Karma/KarmaDap.cs: add PluginModuleEntry, on behalf of Bob Copeland. BGO 392013. 2007-01-10 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/Literals.cs: Use the en-US culture to format doubles * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Add enables/disables support on the variable node, used by the check type * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Fixed minor bug with check control, add enables/disables support for the check control * src/Core/Banshee.Base/Globals.cs: Load profiles even if they're not being tested * data/audio-profiles/wma.xml: Use the check control for vbr * data/audio-profiles/wavpack.xml: Added a wavpack profile by Sebastian Dröge 2007-01-06 Aaron Bockover * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Support the check type; added a text view to dump the S-Expression eval in when running in debug mode * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Added check type * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/CastFunctionSet.cs: Added cast-bool * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/Literals.cs: Override ToString on BooleanLiteral to return lower-case true/false * data/audio-profiles/mp3-xing.xml: * data/audio-profiles/wma.xml: * data/audio-profiles/vorbis.xml: * data/audio-profiles/flac.xml: Updated 2007-01-06 Aaron Bockover This commit adds some incredible power to the audio profiles support. Profile process (i.e. GStreamer pipelines) are now defined using an S-Expression like language. This is a big change, but very, very well worth it. I will be flying and unavailable today/Jan 6, so if this commit breaks the build or functionality somehow, revert to the previous svn revision. * src/Core/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: Added SExpEngine integration to compile the pipeline process; removed transformation/Abakos support as it can now be done inline in S-Exp * src/Core/Banshee.Base/Globals.cs: Add the gst-element-is-available S-Exp function * src/Core/Banshee.Base/GstMisc.cs: Added a S-Exp function, gst-element-is-available, which is a S-Exp wrapper around TestPipeline; this S-Exp function can be used to conditionally include an element or pipeline piece inside of the master pipeline: (+ "lame" (if (gst-element-is-available "xingmux") "! xingmux" "")) * data/audio-profiles/*.xml: Ported all the pipelines to S-Exp expressions * src/Core/Banshee.Base/Banshee.AudioProfiles/SExpEngine/*: The new SExpEngine - written in 10 hours! Probably lots of holes to fill, but it has a lot of built in functionality and is working for what we need for audio profiles; the parser could probably use some love 2007-01-05 Peter Teichman * src/Core/Banshee.Base/LibraryTrackInfo.cs: Fix an integer overflow when importing tracks with numbers that don't fit into 32 bits. (BNC #219700) Also, only use numbers in filenames as track numbers when they're at the beginning of the filename. 2007-01-05 Aaron Bockover * src/Core/Banshee.Base/Gui/SourceView.cs: Expand node if source.Expanded is true or source.AutoExpand is not null and is true; override the OnRowExpanded/OnRowCollapsed methods to store the expansion state in the source * src/Core/Banshee.Base/Source.cs: Added Expanded virtual bool property and made AutoExpand a nullable bool * src/Core/Banshee.Base/Sources/LibrarySource.cs: Override Expanded and read/store the value in configuration; Override AutoExpand and return it as null, so the Expanded property is used exclusively in the view * src/Core/Banshee.Base/Banshee.Configuration.Schema/LibrarySchema.cs: Added SourceExpanded property * src/Core/Banshee.Base/Globals.cs: * src/Core/Banshee.Base/StreamTagger.cs: * src/Core/Banshee.Base/Gui/RatingRenderer.cs: Fixed some minor warnings * src/Core/Banshee.Base/Makefile.am: Added ScriptCore.cs 2007-01-05 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Removed old unused column variables * src/Core/Banshee/PlayerInterface.cs: Show the rip check button again * src/Core/Banshee.Base/Plugins/ScriptCore.cs: Split script support out from PluginCore into new ScriptCore; added StartupInvocationEntry and ScriptCore.InstallInvocation to allow scripts to install menu/UI hooks in the Music menu - provides simple user-initiated invocation for scripts * src/Core/Banshee.Base/Plugins/PluginCore.cs: Split script support out into new ScriptCore * src/Core/Banshee.Base/Globals.cs: Initialize ScriptCore * data/UIManagerLayout.xml: * src/Core/Banshee.Base/ActionManager.cs: Created action for the Scripts menu 2007-01-04 Aaron Bockover * src/Core/Banshee.Base/FileNamePattern.cs: Filter the display pattern too * src/Core/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: Support enables/disables on preset variables; support min/max labels * src/Core/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Added enables/disables support and min-label, max-label * src/Core/Banshee.Base/Banshee.AudioProfiles/Abakos.Compiler/Expression.cs: Work around parser bug * src/Core/Banshee.Base/Globals.cs: Do not test audio profiles if BANSHEE_PROFILES_NO_TEST is set * src/MonoDevelopBootstrap.cs: Use Mono.Unix.Native.Syscall.system to exec make run so the environment can be set * data/audio-profiles/vorbis.xml: Set min-label, max-label * data/audio-profiles/mp3-lame.xml: Support VBR 2007-01-04 Aaron Bockover * src/Core/Banshee.Base/Plugins/PluginFactory.cs: Handle reflecting against dynamic modules * src/Core/Banshee.Base/Plugins/PluginCore.cs: After compiling a boo script, always call factory.LoadPluginsFromAssembly, and always invoke the assembly.EntryPoint and with the proper number of arguments; this allows you to not have to specify a Main() method at all in the boo script * src/Core/Banshee.Base/FileNamePattern.cs: Added FilterHandler to allow plugins and scripts to perform further formatting on the FileNamePattern 2007-01-03 Ruben Vermeersch * src/Core/Banshee.Base/ArgumentQueue.cs: Allow duplicate arguments to be passed. This avoids a crash when you pass --play --play (or similar) and avoids dirty hacks in the launcher script. The first passed argument will be used. Any subsequent arguments with the same name (and their parameters) will be ignored. * src/Core/Banshee/banshee.in: Add support for profiling banshee. By passing --profile=name (where name is the name of the profiler you wish to use), the chosen profiler will be started. Also added support for starting profilers, traces and enabling debug by using environment variables. You can now start banshee with BANSHEE_DEBUG=1, BANSHEE_PROFILE=heap-shot and BANSHEE_TRACE=something. 2007-01-03 Peter Teichman * src/Core/Banshee/PlayerInterface.cs: Disable "Delete Song From Drive" in playlist listings (BNC #218997) Start playing the next song if the current one is deleted (BNC #218993) 2007-01-03 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/RatingColumn.cs: Make the column a fixed width and not resizable (BGO #385547) * src/Core/Banshee.Base/Gui/RatingRenderer.cs: Added static Width propery 2007-01-03 Aaron Bockover * src/Core/Banshee/PlaylistView.cs: Call CreatePopupableHeader on the columns after adding to the view (must be done after AppendColumn) * src/Core/Banshee/Banshee.TrackView.Columns/TrackViewColumn.cs: Added clever hack from Peter Johanson to allow button press events on tree view column headers, thus display a context menu on each column header on right click, allowing to hide the column or show the columns dialog 2007-01-03 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/*.cs: Make the SchemaEntry properties all public so they can be picked up by gconf schema extractor * src/Core/Banshee/banshee-interface.schemas.in: * src/Core/Banshee.Base/banshee-core.schemas.in: Updated, schema entries are sorted by key now * build/GConfSchemaExtractor.cs: Sort the schema entries by key to ensure that the schema content doesn't change just because the reflection iterating order in the assembly may have changed, which will cause false modifications (this is apparent when compiling between gmcs/make and gmcs/MonoDevelop) 2007-01-03 Aaron Bockover * src/Core/Banshee/Banshee.TrackView.Columns/*.cs: Use an enum to ID columns and their sort orders, will make adding new columns easier; always sort track number in ascending order if not explicitly sorting on the track number column; sort by the parent folder uri of a track before sorting by album, which allows the same album to be in the library multiple times in different file system locations, but grouped and sorted properly in the view when sorting by track, album, or artist * src/Core/Banshee/Banshee.TrackView.Columns/UriColumn.cs: Added Uri Column; shows the local path if the file is local; if local, show the relative path from the base library path if path is a child of the base library * src/Core/Banshee/PlaylistView.cs: Instantiate Uri column * src/Core/Banshee.Base/Gui/PreferencesDialog.cs: QueueDraw on the playlist view when the library location changes; if the Uri column is visible, the displayed path may change when changing base library location * src/Core/Banshee.Base/Library.cs: Added set accessor on the Location property, added CachedLocation to avoid GConf calls on the get accessor to improve rendering in the Uri column renderer 2007-01-02 Ruben Vermeersch * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs: Prevent the notification bubble from showing up twice. 2007-01-02 Aaron Bockover * src/Core/Banshee.Base/Globals.cs: FreeHGlobal(mono_jig_segv_handler) 2007-01-02 Aaron Bockover * src/Core/Banshee.Base/GstMisc.cs: * libbanshee/gst-misc-0.10.c: Removed TestEncoder * src/Core/Banshee.Base/Globals.cs: Use sigaction before and after startup to grab and restore the JIT's SEGV handler due to a bad bug in GStreamer's SEGV signal handling (Gst BGO #391777); this should stop the random segfaults that have been happening lately 2007-01-01 Ruben Vermeersch * src/Makefile.am: Quick'n dirty fix to make HEAD build again. Happy newyear all! 2006-12-31 Aaron Bockover * src/PlayerInterface.cs: * src/Banshee.Base/Gui/SeekDialog.cs: Synced functionality, minor fixes 2006-12-31 Aaron Bockover * src/Makefile.am: * src/Banshee.Base/Makefile.am: * src/PlayerWindowSchema.cs: * src/Banshee.Base/Banshee.Configuration.Schema/PlayerWindowSchema.cs: Moved PlayerWindowSchema to Banshee.Base * build/Makefile.am: Install gconf-schema-extractor.exe * configure.ac: Bump to 0.11.4 2006-12-31 Aaron Bockover * src/PlayerInterface.cs: Use Album instead of DisplayAlbum, set the MoreInfoUri on the TrackInfoHeader; Use a stop icon instead of a pause icon if the stream cannot pause; support the Contacting engine state * src/StockIcons.cs: Added stop icon * src/PlaylistView.cs: Added protected IntPtr constructor * src/Banshee.Base/Banshee.Metadata/SchedulerMetadataProvider.cs: Added some more null checks * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Use Album instead of DisplayAlbum * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Support parsing Real Radio clip metadata and sending results as StreamTags; support cover art lookup inside live streams when track changes occur; support virtual sub-tracks on live streams when duration events come in; this allows the UI to show proper position/duration on subsets of a live stream * src/Banshee.Base/PlayerEngineCore.cs: Added CanPause property, if Pause() is called and the track cannot pause, stop it instead * src/Banshee.Base/MediaEngine/PlayerEngine.cs: Added a Contacting state and use current_track.IsLive instead of current_track is UnknownTrackInfo to ensure tag updates only occur on live/radio streams * src/Banshee.Base/StreamTagger.cs: Added CommonTags.MoreInfoUri and support merging a duration that is already a TimeSpan * src/Banshee.Base/UnknownTrackInfo.cs: Set is_live * src/Banshee.Base/TrackInfoHeader.cs: Set MoreInfoUri, use a LinkLabel for the title; do not show the album if it is null * src/Banshee.Base/TrackInfo.cs: Removed Equals/GetHashCode overrides, added AreEqual(a,b) static method; Added IsLive and MoreInfoUri properties * src/Banshee.Widgets/StreamPositionLabel.cs: Added IsContacting * src/Banshee.Widgets/LinkLabel.cs: Added ActAsLink - link functionality can be disabled by setting this to false, it will act as a normal label; use the selection background color for the link foreground color; Added Ellipsize and Selectable properties; Selectable is always disabled if in link mode * src/Banshee.Widgets/Banshee.Widgets.mdp: Updated 2006-12-31 Aaron Bockover * src/Banshee.Base/Banshee.Metadata/*.cs: New generic metadata query APIs * src/Banshee.Base/Banshee.Metadata.Rhapsody/*.cs: Rhapsody cover art fetching implementation of Banshee.Metadata APIs * src/Banshee.Base/PlayerEngineCore.cs: Query the metadata query APIs on track change; send results as a track info update event * src/Banshee.Base/TrackInfo.cs: Cover art fixes * src/Banshee.Base/StreamTagger.cs: Added album-cover-id * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Updated 2006-12-30 Aaron Bockover * GNOME Subversion: About f*cking time. 2006-12-29 Alp Toker * dbus-sharp/*: Updated to 0.3.1. Fixes 64-bit Linux regression. 2006-12-29 Alp Toker * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: Compile fix for 2.0; see Mono bug #80384 2006-12-29 Aaron Bockover * src/Banshee.Base/NetworkDetect.cs: Added NetworkUnavailableException 2006-12-29 Aaron Bockover * src/Banshee.Base/Banshee.Web/Browser.cs: Added UserAgent field 2006-12-28 Aaron Bockover * src/Banshee.Base/Banshee.Playlists.Formats.Xspf/*: Implemented read support for most of the XSPF specification * tests/Xspf/*: * tests/Makefile.am: Added Xspf test suite * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: 2006-12-26 Aaron Bockover * src/banshee.in: source scripts into the wrapper that are installed into $(libdir)/banshee/shell-init/ and are +x; Useful if plugins need to ensure certain environment variables are initialized 2006-12-24 Ruben Vermeersch * src/Banshee.Base/Gui/ExceptionDialog.cs: Set UseUnderline to false on the label of the exception, this caused exception messages to be garbled if they contained an underscore. 2006-12-23 Ruben Vermeersch * src/Banshee.Widgets/CoverArtThumbnail.cs: Fix funny aspect ratio weirdness (BGO #388903). 2006-12-23 Aaron Bockover NOTE: A new configuration system has been added. With this change also comes a reorganization of the GConf keys. Keys are organized into namespaces and also are now correctly formatted (under_cased and not CamelCased). As such, all old settings will be lost. A migration path will be introduced before the next release, but be warned if using CVS from here until 0.11.4 - your settings will not be migrated until otherwise noted! * src/Banshee.Base/Banshee.Configuration/ConfigurationClient.cs: new static top-level configuration API that is platform agnostic * src/Banshee.Base/Banshee.Configuration/GConfConfigurationClient.cs: GConf backend to new configuration API * src/Banshee.Base/Banshee.Configuration/IConfigurationClient.cs: Interface for configuration backends * src/Banshee.Base/Banshee.Configuration/SchemaEntry.cs: Generic structure representing a configuration setting. Should be defined as public static readonly instances in classes so GConf schema XML files can be generated automatically * src/Banshee.Base/Banshee.Configuration.Schema/ImportSchema.cs: * src/Banshee.Base/Banshee.Configuration.Schema/LibrarySchema.cs: Define lots of namespaced configuration settings (SchemaEntry) * src/TrackViewColumnWindow.cs: Column window using new TrackViewColumn API * src/Basnhee.TrackView.Columns/*: Added TrackViewColumn base column implementation that extends Gtk.TreeViewColumn and specific column implementations extending TrackViewColumn. Each column implementation handles its own configuration, sorting, and rendering. * src/Banshee.Base/DBusRemote.cs: NameReply changed to RequestNameReply in managed DBus 0.3.0 * src/Banshee.Base/BatchTranscoder.cs: Return if the batch_queue is empty, avoids a possible nullref * src/Banshee.Base/Gui/FileChooserDialog.cs: FileChooserDialog that automatically restores/sets the last folder URI * src/Banshee.Base/Gui/ImageFileChooserDialog.cs: * src/Banshee.Base/FolderImportSource.cs: * src/Banshee.Base/FileImportSource.cs: Use the new Banshee FileChooserDialog * src/Banshee.Base/GConfKeys.cs: Removed * src/Banshee.Base/Globals.cs: Removed old GConf client * src/Banshee.Base/StringUtil.cs: Added CamelCaseToUnderCase * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: * src/Banshee.Plugins/Daap/DaapCore.cs: * src/Banshee.Plugins/Daap/DaapPlugin.cs: * src/Banshee.Plugins/MMKeys/MMKeysPlugin.cs: * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconConfigPage.cs: * src/Banshee.Base/Gui/OpenLocationDialog.cs: * src/Banshee.Base/Gui/PreferencesDialog.cs: * src/Banshee.Base/Gui/TrackEditor.cs: * src/Banshee.Base/IO/IOProxy.cs: * src/Banshee.Base/Plugins/Plugin.cs: * src/Banshee.Base/Plugins/PluginCore.cs: * src/Banshee.Base/Plugins/PluginDialog.cs: * src/Banshee.Base/Sources/AbstractPlaylistSource.cs: * src/Banshee.Base/Sources/LibrarySource.cs: * src/Banshee.Base/StreamTagger.cs: * src/Banshee.Base/PlayerEngineCore.cs: * src/Banshee.Base/LibraryTrackInfo.cs: * src/Banshee.Base/Library.cs: * src/Banshee.Base/FileNamePattern.cs: * src/Banshee.Base/AudioCdRipper.cs: * src/PlayerInterface.cs: Use the new Banshee.Configuration APIs, getting and setting configuration from SchemaEntry objects * src/Banshee.Base/Banshee.AudioProfiles/ProfileConfiguration.cs: Use the new configuration APIs to get the base key * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Place document.Load inside try/catch, dump exception if it occurs (useful if profile XML is invalid) * src/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: Added GetPendingProcessesById, CompileProcess(Process), AddProcess(Process) methods and allow defining multiple pipeline processes with the same id using an order attribute. This allows for defining various pipelines for a single process, the first pipeline that compiles will be used. * src/PlaylistView.cs: Use new columns, cleaned up lots of code * src/Makefile.am: Added new files, include new auto-schema rule * banshee.mds: Updated * build/Common.Makefile: Added MONO_BASE_PATH and LINK_BANSHEE_BASE * build/Makefile.am: Build GConfSchemaExtractor.cs * build/GConfSchemaExtractor.cs: Creates a GConf schema XML file from assemblies containing SchemaEntry objects * build/gconf-schema-rules: Makefile.am include file with rule for automatically generating and installing schemas from assemblies * data/audio-profiles/*.xml: Updated * dbus-sharp/*: Updated to 0.3.0 * data/Makefile.am: * data/banshee.schemas.in: Removed old manual schemas * Makefile.am: * autogen.sh: Manually copy mkinstalldirs if it wasn't copied by automake 2006-12-17 Gabriel Burt * src/Banshee.Base/Gui/SourceView.cs: Don't enter source renaming mode unless the user presses F2 or right clicks and selects 'Rename'. Prevents entering rename mode when a source is selected and you try to drag it or double click it to start it playing. 2006-12-17 Gabriel Burt Add initial support for DAPs to have playlists. Code contributed by Trey Ethridge, Patrick van Staveren, Kevin Kubasik, and Gabriel Burt. * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: new files * src/Banshee.Base/Banshee.Playlists.Formats/M3u.cs * src/Banshee.Base/Banshee.Playlists.Formats/PlaylistFile.cs * src/Banshee.Base/Banshee.Playlists.Formats/Pls.cs: New files for importing and exporting playlist files, written by Trey Ethridge. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: The Playlist ConfirmUnmap dialog was moved, updating reference here. * src/Banshee.Base/Sources/AbstractPlaylistSource.cs: New abstract class that PlaylistSource (should be renamed to LibraryPlaylistSource..) and DapPlaylistSource derive from. * src/Banshee.Base/Sources/DapPlaylistSource.cs: New source for DAP playlists. * src/Banshee.Base/Sources/DapSource.cs: Handle SourceDrop. If a PlaylistSource is dropped on a DAP and it is IPlaylistCapable, create a new DAP playlist from the dropped source. * src/Banshee.Base/Sources/IPlaylistCapable.cs: New interface for DAPs and Sources that can have child playlists. * src/Banshee.Base/Sources/PlaylistSource.cs: Refactored into AbstractPlaylistSource. 2006-12-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDevice.cs: fix sync'ing not creating path properly. 2006-12-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: * src/Banshee.Dap/Mtp/MtpDap.cs: add / clean up debug info 2006-12-17 Ruben Vermeersch * src/Banshee.Base/FileNamePattern.cs: Also escape |, < and >. Again related to BGO #333813. 2006-12-17 Ruben Vermeersch * src/Banshee.Base/FileNamePattern.cs: Also escape single and double quotes. (Should fix BGO #333813). 2006-12-15 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Add a predefined smart playlist for 'Unheard Podcasts'. 2006-12-15 Gabriel Burt Rename PlaylistID to SmartPlaylistID in the two relevant tables. Add ability to have smart playlists derived from other smart playlists. * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: If editing an existing playlist, pass it on to the QueryModel so it can use it to figure out what smart playlists to show as condition options. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Add operators for being/not being in a smart playlist. In terms of eventual code reuse somewhere like F-Spot, this is hacky and gross. But it's quick. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Support using other smart playlists in the condition for this one. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Do the column rename, support smart playlists being dependent on one another. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Support identifying and listening to smart playlists we depend on. Show a special dialog confirmation if we have dependent smart playlists and we are removed. 2006-12-15 Gabriel Burt * src/PlayerInterface.cs: Handle DapPropertiesChanged more gracefully. * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: When saving a smart playlist, queue a refresh instead of calling it from the thread. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't order the tracks by id when refreshing; recent regression, fixes BGO #384816. Also, assume Add/RemoveTrack calls are in main thread, and add QueueRefresh method used by the editor. * src/Banshee.Base/Dap/Dap.cs: Add a public property to get at a Dap's Source object. Raise PropertiesChanged in the standard way. * src/Banshee.Dap/MassStorage/MassStorageDap.cs: When adding tracks to the source (either when first loading or transferring), queue updates to the track count in the source view. Display more helpful error messages when unable to eject the DAP. 2006-12-14 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Load iPods that have an .is_audio_player file as regular USB mass storage devices. 2006-12-13 Peter Teichman * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Add a menu accelerator for Music->Close, and change Music->New Audio CD 2006-12-13 Peter Teichman * src/Banshee.Base/ActionManager.cs: * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Add menu accelerators for actions that haven't had them. (Fixes BNC #202861) 2006-12-13 Aaron Bockover * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Make 'Quit' italics 2006-12-13 Aaron Bockover * build/Common.Makefile: Run NJB uninstalled properly * src/Main.cs: Do not use UcFirst - just pass the program name * src/PlayerInterface.cs: Call InterfaceElements.PrimaryWindowClose if it is set; if set, the close action from the title bar will close the window instead of quitting the application (Fixes BGO #358192) * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Set InterfaceElements.PrimaryWindowClose handler to override the quit behavior for the window's [X] button. Notify user of the action if it's never been performed before; only set the close handler if /apps/Banshee/NotificationAreaIcon/quit_on_close in GConf is not set * src/Banshee.Plugins/NotificationAreaIcon/banshee-notificationareaicon.schemas.in: Added schema keys for quit_on_close and notify_on_close * src/Banshee.Base/Globals.cs: Added InterfaceElements.PrimaryWindowClose * src/Banshee.Base/StringUtils.cs: Implemented culture aware sorting that also ignore 'the' prefixes on strings; speeds sort operation up by about 15%. (Fixes BGO #384235) * src/PlaylistView.cs: Use new culture aware sorting for strings * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: Added StringUtils.cs * src/Banshee.Base/Utilities.cs: Removed old StringUtils class 2006-12-13 Aaron Bockover * build/m4/banshee/boo.m4: Require 0.7.6 for booc precompilation * build/m4/banshee/dap-njb.m4: Cosmetic AC_MSG_RESULT fix 2006-12-12 Aaron Bockover * src/Banshee.Widgets/ActiveUserEvent.cs: * src/Banshee.Widgets/ActiveUserEventsManager.cs: Queue ActiveUserEvent objects if the ActiveUserEventsManager is not yet available * src/Banshee.Base/Dap/Dap.cs: Do not remove source if it is null * src/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Check for null to prevent NullReferenceExceptions, even though they're handled; this allows startup to work inside gdb without having to set pass on SIGSEGV * libbanshee/gst-cd-rip-0.10.c: Use gst_element_link instead of gst_element_link_many to provide higher resolution error reporting; removed old muxer injection hacks now that we have awesome audio profile support with proper pipeline definitions * build/m4/shamrock/gstreamer.m4: Print the full gst-inspect path that is found instead of just 'yes' * build/m4/banshee/dap-njb.m4: Fixed lib64 detection for njb-sharp Libraries variable * build/Common.Makefile: Support running MTP uninstalled 2006-12-12 Patrick van Staveren * build/m4/banshee/dap-mtp.m4: * src/Banshee.Dap/Mtp/MtpDap.cs: fix verification based on newer hal fdi information. Initialization should work now with libgphoto2 2.3.0 or later, but not younger. 2006-12-09 Patrick van Staveren First update in quite some time... * src/Banshee.Dap/Mtp/GPhotoDevice.cs: * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: lots of syntax cleanups Who the heck wrote this to begin with? Oh...it was me... * src/Banshee.Dap/Mtp/MtpDeviceId.cs: * src/Banshee.Dap/Mtp/Makefile.am: removed MtpDeviceId in favour of detecting libgphoto2 compatible devices from HAL properties. * src/Banshee.Dap/Mtp/MtpDap.cs: lots of syntax cleanups, use HAL properties to determine if this is a MTP device, lots more debug. Handle multiple instance devices without a popup. Play nicely if there is a libgphoto2 camera plugged in as well. 2006-12-09 Aaron Bockover Banshee 0.11.3 Released! * NEWS: Fixed small bug * README: * AUTHORS: Updated * MAINTAINERS: Removed, not sure why we had both 2006-12-09 Aaron Bockover * src/Main.cs: setup the GNOME Program outside the Interface initialization handler, it needs to be done before startup of any components 2006-12-09 Aaron Bockover * NEWS: Updated with release notes * data/contributors.xml: Updated * src/PlayerInterface.cs: Get rid of the old source view loading pane * src/Banshee.Base/ActionManager.cs: * src/Banshee.Base/Globals.cs: * src/Main.cs: Load the interface itself as a startup component; this allows the splash screen to stay up the entire startup time, showing progress of the interface load * src/Banshee.Base/Plugins/PluginCore.cs: Added support for disabling plugins altogether by setting BANSHEE_PLUGINS_DISABLE * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Focus the playlist name entry on UI load 2006-12-08 Aaron Bockover * build/icon-theme-installer: New script that meant to be used from within make/automake to install icons into the theme in an easy and proper way. It also updates the icon cache * data/images/Makefile.am: Use new icon-theme-installer * build/Makefile.am: EXTRA_DIST icon-theme-installer * data/images/splash.png: Updated splash from Jakub * src/Banshee.Base/Plugins/PluginCore.cs: Create the user plugins directory as some plugins expect it to be there 2006-12-08 Aaron Bockover * configure.ac: * build/m4/banshee/libbanshee.m4: * build/m4/shamrock/i18n.m4: Moved some macro calls back to configure.ac as gnome-autogen greps configure.ac (booo) for these call to see what programs it will need to run (libtoolize, intltoolize, autoheader); would be nice if gnome-autogen could parse ACLOCAL_FLAGS and grep through the -I files as well. Hiss. Fixes BGO #383844. 2006-12-08 Ruben Vermeersch * src/Banshee.Base/IO/GnomeVfs.cs: * src/Banshee.Base/IO/Interfaces.cs: * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/Unix.cs: Added a Move(from, to) method. 2006-12-08 Aaron Bockover * src/Banshee.Base/Sources/PlaylistSource.cs: Added a confirmation method that shows a dialog asking to unmap; has do not show me again check box, fixes BGO #360466 * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Use PlaylistUtil.ConfirmUnmap * data/UIManagerLayout.xml: Added a close item placeholder * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconMenu.xml: Fill in the close item placeholder * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Added close action that hides to the tray * src/Banshee.Base/Gui/SourceView.cs: Do not allow dragging tracks from a source onto itself (BGO #345620) * src/Banshee.Base/ImportManager.cs: Added ImportFinished event Scott Peterson, BGO #362994 2006-12-08 Aaron Bockover * src/Main.cs: Added a --no-source-change argument that can be supplied with --dap or --audio-cd to disable selecting the source in the source view and instead simply present the already running instance. This will allow Banshee to start with the source selected if no instance was running but not change to the source if an instance was already started. Fixes BGO #345476 2006-12-08 Aaron Bockover * data/UIManagerLayout.xml: Added Copy to the context menu * src/Banshee.Base/ActionManager.cs: Removed 'Song(s)' from the menu items - that's implied * src/PlayerInterface.cs: Use a UTF8 encoding for the nautilus file copy; make the target static; show/hide the jump to playing item based on our current playback state 2006-12-08 Aaron Bockover * src/PlayerInterface.cs: Implement nautilus copy files action, fixes BGO #344542 * data/UIManagerLayout.xml: * src/Banshee.Base/ActionManager.cs: Added Copy item to Edit menu 2006-12-08 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Clean up some methods, and add a remove queue to hopefully speed things up when songs are removed from the library. 2006-12-08 Aaron Bockover * src/PlayerInterface.cs: Fixed default accelerator for remove track confirmation dialog * src/Banshee.Widgets/SeekSlider.cs: Set the slider insensitive if no playback is happening (idle) 2006-12-07 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Prevent a crasher by wrapping an access into the Library's dictionary of tracks in a try/catch. 2006-12-07 Aaron Bockover * data/UIManagerLayout.xml: * src/Banshee.Base/ActionManager.cs: Move the source properties action to the edit menu * src/Banshee.Base/SourceManager.cs: Set the source properties action's visibility and not sensitivity * src/Banshee.Base/Database.cs: Added new columns to the Playlists table * src/Banshee.Base/Source.cs: Make SortColumn and SortType virtual * src/Banshee.Base/Sources/PlaylistSource.cs: Override SortColumn and SortType properties to read/write the Playlists table for the playlist * src/Banshee.Base/Sources/LibrarySource.cs: Override SortColumn and SortType properties to read/write from/to GConf * src/Banshee.Base/Gui/SourceView.cs: Fixed right click source activation bug. Source should never change on a right click - only the highlight * data/banshee.schemas.in: * src/Banshee.Base/GConfKeys.cs: Added LibrarySortColumn, LibrarySortType 2006-12-07 Aaron Bockover * src/Banshee.Base/Banshee.AudioProfiles/Pipeline.cs: * src/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Fixed locale issues with loading of some profiles (vorbis) due to culture format rules that are not compatible with GStreamer (all pipeline input should be en_US); all conversions use an en-US CultureInfo now 2006-12-07 Aaron Bockover * data/audio-profiles/aac.xml: Fixed faac bitrate range problem 2006-12-07 Aaron Bockover * src/Banshee.Widgets/SearchEntry.cs: Set the base style on the action icons in the search entry when the style has been fully set on the entry (BGO #321773) 2006-12-07 Aaron Bockover * src/PlaylistModel.cs: Save/restore the sort ID from the active source Fixes BGO #353125. * src/Banshee.Base/Source.cs: Added SortColumn and SortType properties to allow for saving the sort ID along with the source and not globally 2006-12-07 Aaron Bockover * data/images/: Excellent new playlist icons from Jimmac 2006-12-07 Aaron Bockover * src/PlaylistView.cs: Fix the sort order for the track number column to properly sort by artist, album, then track number; sorting by track number is now the most logical sort/group operation (BGO #314149) 2006-12-07 Aaron Bockover * src/Banshee.Base/ActionManager.cs: Don't set the default string for the source properties label here * src/Banshee.Base/Source.cs: Added SourcePropertiesLabel and SourcePropertiesIcon virtual properties; set the default string here now * src/Banshee.Base/SourceManager.cs: Assign the source properties action its label and icon based on the active source's SourcePropertiesLabel and SourcePropertiesIcon properties * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Override the SourcePropertiesLabel to 'Edit Smart Playlist...' as it makes a lot more sense than 'Source Properties...' 2006-12-07 Aaron Bockover * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Handle the MissingPlugins error code * Gabriel Burt: The next time you see this man, buy him some beer. 2006-12-07 Gabriel Burt * src/PlayerInterface.cs: Handle multiple tracks being added or removed at once in OnSourceTrackAdded/Removed. * src/PlaylistModel.cs: Add helpers for turning off and then restoring the sort order of the model, useful b/c otherwise when doing many additions or removals from the model it sorts after each one. Fixes BGO #325968. Also, actually do something in RemoveTrack, fixes BGO #344833. * src/Banshee.Base/Source.cs: Make TrackEventArgs an ICollection instead of IEnumerable so we can get a Count easily. Support sending multiple tracks with the OnTrackAdded and OnTrackRemoved helpers. * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: whitespace. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Make some translated strings static. Simplify and improve the way smart playlists are refreshed, removing unnecessary track removals (used to just clear everything out and start over). Make sure to raise events inside the main loop to prevent crashing. 2006-12-05 Aaron Bockover * configure.ac: Organized, moved major pieces to shamrock/banshee m4 macros so this is easier to manage * libbanshee/Makefile.am: Cleaned up * build/m4/banshee/*.m4: New Banshee specific m4 macros * build/m4/shamrock/*.m4: New reusable Shamrock m4 macros 2006-12-05 Aaron Bockover * libbanshee/gst-playback-0.10.c: Set gconfaudiosink.profile=1 if supported ('music and movies' profile) 2006-12-05 Aaron Bockover * libbanshee/gst-playback-0.10.c: Added gst_playback_get_error_quarks to return the GST_*_ERROR quarks/domains * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Added enums for all the error codes in the GST_*_ERROR domains; work off those domains/codes 2006-12-05 Aaron Bockover * src/PlaylistView.cs: Show a message for TrackPlaybackError.CodecNotFound * libbanshee/gst-playback-0.10.c: Extended the error callback to propagate the error code * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Update managed delegate and handler to handle the new error code parameter; Set PlaybackError on the track based on the GStreamer error code, not the string message * src/PlayerInterface.cs: * src/PlaylistModel.cs: Cleaned up unused variables 2006-12-05 Aaron Bockover Patch to fix BGO #340222: Do not stop playing after a playback error * src/PlayerInterface.cs: On playback error, advance to the next song linearly and without repeating (eliminates the possibility of an endless loop if all tracks in the source cannot be played) * src/PlaylistModel.cs: Stop playing in some states when the repeat mode is ErrorHalt * src/PlaylistView.cs: Set row pixbuf based on new TrackPlaybackError enum of the track, show status on errored tracks ('Missing') * src/Banshee.Base/PlayerEngineCore.cs: Set default TrackPlaybackError on a track for which the underlying engine raises an error but does not set it on the track itself * src/Banshee.Base/TrackInfo.cs: Small syntax cleanup, added TrackPlaybackError enum and PlaybackError property to TrackInfo * src/Banshee.Dap/Ipod/IpodDapTrackInfo.cs: Set PlaybackError to TrackPlaybackError.Drm if the song is protected * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: Support the resource not found error and set PlaybackError accordingly 2006-12-05 Ruben Vermeersch * src/Banshee.Base/Gui/PreferencesDialog.cs: Allow users to specify custom LibraryFilePattern and LibraryFolderPattern preferences to gconf, yet don't crash in the preferences screen. 2006-12-05 Ruben Vermeersch * data/banshee.schemas.in: Stupid detail of the day: add missing closing ) to make them all line up in /apps/Banshee/LibraryFolderPattern. Ony char fix. 2006-12-05 Aaron Bockover * src/Banshee.Base/IO/Interfaces.cs: * src/Banshee.Base/IO/Unix.cs: * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/GnomeVfs.cs: Use SafeUri for IFile methods * src/Banshee.Base/IO/Utilities.cs: Delete a file and trim its parent directories * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: Added Utilities.cs * src/Banshee.Base/ImportManager.cs: Use SafeUri when checking file 2006-12-05 Aaron Bockover * src/PlayerInterface.cs: Save/restore the active filter on sources (BGO #345218) * src/Banshee.Base/Source.cs: Added FilterQuery and FilterField 2006-12-04 Aaron Bockover * src/Banshee.Base/IO/Unix.cs: Specify directory perms in base 10; C# doesn't support octal literals - nor does the compiler warn if an octal literal is found (stating that it will be interpreted in base 10); fixes the bad perms on UNIX backend created directories 2006-12-04 Aaron Bockover * src/Banshee.Base/IO/Unix.cs: Use g_mkdir_with_parents to recursively create directories or fall back on System.IO.Directory.CreateDirectory 2006-12-04 Aaron Bockover * build/m4/shamrock/expansions.m4: Fixed datadir expansion macro 2006-12-04 Aaron Bockover * data/banshee-dialogs.glade: * src/Banshee.Base/Gui/PreferencesDialog.cs: Added file/folder pattern boxes and fixed up mnemonics * data/banshee.schemas.in: * src/Banshee.Base/GConfKeys.cs: Added LibraryFilePattern and LibraryFolderPattern; deprecated FileNamePattern * src/Banshee.Base/Makefile.am: Added SampleTrackInfo.cs * src/Banshee.Base/SampleTrackInfo.cs: A sample track info object used for demonstrating file/folder patterns * src/Banshee.Base/FileNamePattern.cs: More flexible patterns; broken into file and folder components; tokens have full descriptions and expansion delegate handlers (the conversion token handles its own expansion) * tests/FileNamePattern.cs: Added unit tests for FileNamePattern * tests/GenericCollectionController.cs: Fixed broken test * tests/Makefile.am: Added FileNamePattern.cs 2006-11-29 Aaron Bockover * data/banshee.schemas.in: Added WriteMetadata schema 2006-11-29 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Use volume.fsusage=filesystem instead of volume.policy.should_mount 2006-11-29 Aaron Bockover * configure.ac: Use Shamrock expansion macros * build/Makefile.am: * build/m4/Makefile.am: Added Makefile to EXTRA_DIST the m4 macros * data/images/Makefile.am: * src/BooBuddy/Makefile.am: Add missing files to EXTRA_DIST 2006-11-27 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Added some debug logging calls; respect volume.ignore 2006-11-27 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Trim white space from directory names to prevent bug. Fixes BGO #375146. 2006-11-27 Gabriel Burt * src/Banshee.Base/ImportManager.cs: Expose label strings as public properties. * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Set the strings for the ImportManager to make it clear that the songs are being loaded, not imported from the DAP. Fixes BGO #355880. 2006-11-27 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Lazy load several HAL properties that won't change instead of going over the dbus to get them every time, fixing the managed-dbus related crashes. Allow overriding the HAL properties (or setting them in case they are missing) in key=value form within the .is_audio_player file. Display folder depth, audio folders, and playback formats in the DAP properties. Use LogCore instead of Console.WriteLine's in several places. 2006-11-27 Gabriel Burt * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Silently ignore iPods so as not to confuse the user if iPod support isn't installed or their iPod isn't recognized by it. Fixes BGO #355890. 2006-11-27 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Work with the new PropertyModified event args, use a registration wait list to make sure the same device doesn't get multiple event handler registrations; this _should_ finally fix all the iPod detection problems - the root of which was outdated and incorrect HAL documentation * hal-sharp/Device.cs: Wrap the proper delegate signature of Hal.Device.PropertyModified which is ia(sbb), not sbb like the outdated HAL specification implies. Thanks to Sebastian Dröge and Alp Toker for looking into the issue. 2006-11-26 Aaron Bockover * build/Common.Makefile: Reference installed njb-sharp libraries in the run path (Bertrand Lorentz, BGO #379119) 2006-11-26 Aaron Bockover * src/Banshee.Base/Globals.cs: Initialize gstreamer before gconf. (Tim Yamin, BGO #379529) 2006-11-25 Ruben Vermeersch * data/banshee.glade: Lower the border size of vbox3 to zero. Fixes BGO #369786. 2006-11-22 Aaron Bockover * autogen.sh: Set ACLOCAL_FLAGS to include new m4 macros * configure.ac: Use the new SHAMROCK mono macros * build/m4/shamrock/*.m4: Helper macros, new mono-specific macros for properly detecting mono components * build/m4/banshee/*.m4: Banshee-specific m4 macros 2006-11-22 Aaron Bockover Initial Rio Karma support by Bob Copeland (BGO #348730) * configure.ac: * src/Banshee.Dap/Makefile.am: Added build settings for Karma * src/Banshee.Dap/Karma/*: Initial support for the Rio Karma DAPs 2006-11-22 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Use Device.PropertyModified instead of a poll/wait table to check for volume.is_mounted 2006-11-22 Aaron Bockover * build/Common.Makefile: Globally ignore compiler warning 0278 as gmcs incorrectly reports it: http://bugzilla.ximian.com/show_bug.cgi?id=79998 2006-11-22 Aaron Bockover * taglib-sharp/update-checkout.sh: Updated * tests/Makefile.am: * tests/GenericCollectionController.cs: Added some tests for the yet to be completed GenericCollectionController * src/BooBuddy/BooBuddy.mdp: * src/BooBuddy/BooBuddyInterpreter.cs: * src/BooBuddy/BooBuddyShell.cs: * src/BooBuddy/BooBuddyWindow.cs: * src/BooBuddy/Makefile.am: Updated; support new reflection debugging * src/BooBuddy/BooBuddy.Debugger/DebugAliasAttribute.cs: Attribute to alias methods for easier invocation in the shell * src/BooBuddy/BooBuddy.Debugger/DebugAliasBuilder.cs: Builds alias methods using reflection * src/BooBuddy/BooBuddy.Debugger/Reflection.cs: Some reflection utilities useful in debugging * src/Banshee.Base/IO/IOProxy.cs: * src/Banshee.Base/IO/SystemIO.cs: * src/Banshee.Base/IO/Unix.cs: * src/Banshee.Base/IO/GnomeVfs.cs: Initial pass at GNOME VFS backend support - not complete. Other backends use the MimeType support from the GNOME VFS backend however * src/Banshee.Widgets/Banshee.Widgets.mdp: * src/Banshee.Widgets/Makefile.am: * src/Banshee.Widgets/DictionaryComboBox.cs: Added a custom combo box for displaying a string-valued dictionary * src/Banshee.Base/GenericCollectionController.cs: Initial work for a new playback controller * src/Banshee.Base/Makefile.am: Added GenericCollectionController.cs * src/banshee.mdp: * src/Banshee.Base/Banshee.Base.mdp: * hal-sharp/hal-sharp.mdp: Updated * banshee.mds: Added * src/Banshee.Dap/Ipod/Ipod.mdp: Added Ipod MD project * configure.ac: Added booc check; booc will be used to 'pre-compile' Boo macros during build to ensure they at least compile; optional * libbanshee/gst-misc-0.10.c: * libbanshee/gst-misc.h: * src/Banshee.Base/GstMisc.cs: Removed GStreamer-based mime type detection 2006-11-21 Aaron Bockover * build/Common.Makefile: Rules for running uninstalled with DAP support * src/Banshee.Base/Dap/DapCore.cs: Fixed tiny regression introduced after 0.11.2 (CVS only) regarding the loading of DAP assemblies 2006-11-16 Ruben Vermeersch * src/Banshee.Plugins/MMKeys/MMKeysConfigPage.cs: Mark string "Configure Keyboard Shortcuts" for translation, fixes BGO #376070. 2006-11-16 Ruben Vermeersch * po/POTFILES.in: Add 3 missing files (src/Banshee.Base/SourceManager.cs, src/Banshee.Plugins/Daap/DaapContainerSource.cs, src/Banshee.Plugins/Daap/DaapErrorView.cs). * po/POTFILES.skip: Remove non exisiting libbanshee/gst-cd-trm.c. Fixes BGO #375890. 2006-11-15 Gabriel Burt * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Fix regression caused by minimize (minimize effect showed the window being put in the taskbar, which was confusing). 2006-11-12 Gabriel Burt * src/Banshee.Base/Globals.cs: Make InterfaceElements.MainWindow mutable so minimode can set itself as such and the notify plugin can behave correctly (eg hide and show the correct main window when the icon is clicked). * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Minimize instead of hiding the main window when clicking the notify icon and set the task bar hint to false to avoid having to reset the size/position of the main window. Remove ResizeMoveWindow function. Only show notification popups if Banshee is not currently focused - fixes BGO #361534. 2006-11-09 Ruben Vermeersch * src/PlayerInterface.cs: Fix typo as reported in BGO #372720. 2006-11-04 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Add rate limiting that prevents Banshee from going nuts when many tracks are changed at once (when importing, say). Fixes BGO #363066. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Use the rate limiting. Also, don't delete the smart playlist when it's emptied. 2006-11-02 Jakub Steiner * music-player-banshee-32.png: add another common size for the app icon, 32x32px 2006-11-01 Ruben Vermeersch * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Change some WriteLine's to debug messages through the logger. 2006-11-01 Aaron Bockover Patch by Christopher James Halse Rogers (BGO #365200) * src/Banshee.Base/AudioCdRipper.cs: Add optional error-correction when importing CDs, enabling the paranoia mode of the cdparanoiasrc. * data/banshee-dialogs.glade: * src/Banshee.Base/GConfKeys.cs: * src/Banshee.Base/Gui/PreferencesDialog.cs: Add a checkbox to the Preferences dialog to enable/disable CD error-correction. 2006-11-01 Aaron Bockover * src/Banshee.Base/AmazonCoverFecther.cs: Do not download cover art if the file already exists (Alexandros Frantzis, BGO #367047) * src/Banshee.Base/TrackInfo.cs: Make DateAdded mutable (Sebastian Dröge, BGO #367889) 2006-10-31 Aaron Bockover * src/PlayerInterface.cs: Fixed modifier bug (BGO #368436) * src/banshee.mdp: Updated * src/Banshee.Plugins/Daap/DaapCore.cs: Removed the Jono block from GUADEC; we love Jono - rock on * src/BooBuddy/BooBuddyShell.cs: Started on code completion * src/BooBuddy/BooBuddyWindow.cs: Embed reference to shell as 'shell' 2006-10-31 Aaron Bockover * src/Banshee.Base/Sources/LibrarySource.cs: Queue added tracks in a pending queue and flush it ever 1.5 seconds, this speeds up importing by around 1.5 minutes on a 5100 track set * src/PlaylistModel.cs: Removed old unused and confusing code * src/PlayerInterface.cs: Updated the status bar text, do not run it in an idle handler * src/Banshee.Base/ImportManager.cs: Use a timer for the import * src/Banshee.Base/Makefile.am: * src/Banshee.Plugins/Daap/Daap.mdp: Updated * src/Banshee.Base/Dap/DapCore.cs: Use PluginFactory.IncludeMask 2006-10-31 Aaron Bockover * src/Banshee.Base/IO/IOProxy.cs: Use a static table of types instead of reflection * src/Banshee.Base/BansheeTodo.cs: Removed * src/Main.cs: Removed BansheeTodo support * src/Banshee.Base/TrackInfo.cs: Removed old BansheeTodo attributes * src/Banshee.Base/Utilities.cs: Added InvokeMethod and ModuleGetTypes reflection utilities * src/Banshee.Base/Banshee.AudioProfiles/Abakos.Compiler/Functions.cs: Disabled reflection-loaded functions * src/Banshee.Base/Branding.cs: * src/Banshee.Base/Plugins/PluginFactory.cs: Check for PluginModuleEntry.GetTypes() in plugin assemblies and use that instead of Assembly.GetTypes() if it exists; fall back otherwise * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Dap/MassStorage/MassStorageDap.cs: * src/Banshee.Dap/Mtp/MtpDap.cs: * src/Banshee.Dap/Njb/NjbDap.cs: * src/Banshee.MediaEngine/Gstreamer/GstPlayerEngine.cs: * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: * src/Banshee.Plugins/Daap/DaapPlugin.cs: * src/Banshee.Plugins/MMKeys/MMKeysPlugin.cs: * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Provide a PluginModuleEntry.GetTypes() 2006-10-29 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Don't show static playlists unless there is at least one. Fixes BGO #354389. 2006-10-26 Aaron Bockover * src/Banshee.Base/TrackInfo.cs: Make PlayCount and LastPlayed properties mutable (Scott Peterson, BGO #357127) 2006-10-25 Aaron Bockover * src/Banshee.Plugins/Daap/Daap.mdp: Updated * src/Banshee.Plugins/Daap/DaapSource.cs: Show an icon for locked * src/Banshee.Plugins/Daap/DaapErrorView.cs: Updated disconnected message 2006-10-25 Aaron Bockover * src/Banshee.Base/Plugins/PluginCore.cs: Do not crash if ~/.gnome2/banshee/scripts does not exist. Nice. 2006-10-25 Aaron Bockover * banshee.mds: * src/Banshee.Plugins/Daap/Daap.mdp: Added Daap project * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Dap/Ipod/UnsupportedDatabaseView.cs: Offer to rebuild the database if iTunesDB is missing altogether; use ShadowContainer * src/Banshee.Plugins/Daap/DaapLoginDialog.cs: Added proper dialog activate accel key * src/Banshee.Plugins/Daap/DaapSource.cs: Use DaapErrorView to display errors inside the source * src/Banshee.Plugins/Daap/DaapErrorView.cs: A ShadowContainer+MessagePane view that shows friendly error messages; warns about the iTunes 7 problem * src/Banshee.Plugins/Daap/Makefile.am: Added DaapErrorView.cs * src/Banshee.Widgets/Makefile.am: * src/Banshee.Widgets/Banshee.Widgets.mdp: Added ShadowContainer.cs * src/Banshee.Widgets/ShadowContainer.cs: A shadowed/painted Alignment * src/Banshee.Widgets/MessagePane.cs: Support overriding the arrow pixbuf 2006-10-24 Aaron Bockover * src/PlayerInterface.cs: Moved SourceView ButtonPressEvent handler and SensitizeActions to SourceView and SourceManager classes * src/BooBuddy/BooBuddy.mdp: * src/Banshee.Base/Banshee.Base.mdp: * src/BooBuddy/Makefile.am: Updated * src/BooBuddy/BooBuddyWindow.cs: * src/BooBuddy/BooBuddyInterpreter.cs: Split out the interpreter from the window * src/BooBuddy/BooBuddyShell.cs: Cosmetic work * src/Banshee.Base/Source.cs: Added CanActivate property * src/Banshee.Plugins/Daap/DaapContainerSource.cs: Override CanActivate to be false * src/Banshee.Base/SourceManager.cs: Added SensitizeActions * src/Banshee.Base/Gui/SourceView.cs: Do not allow activation or button press events to happen on sources that have CanActivate=false * src/Banshee.Base/Plugins/PluginCore.cs: Support loading Boo scripts; scripts are compiled and run at startup - scripts can either provide a static Main method or can implement the standard Banshee plugin API for full plugin integration 2006-10-23 Aaron Bockover Banshee 0.11.2 Released * NEWS: Updated * configure.ac: * build/Common.Makefile: * src/Boo/Makefile.am: Use external boo if --enable-external-boo is passed (Sebastian Dröge) 2006-10-23 Aaron Bockover Patch by Scott Peterson, BGO #363548 * src/Banshee.Base/Source.cs: Fix for ClearChildSources * src/Banshee.Plugins/Daap/DaapCore.cs: * src/Banshee.Plugins/Daap/DaapContainerSource.cs: * src/Banshee.Plugins/Daap/DaapSource.cs: DAAP sources show up under a master DAAP container source * src/Banshee.Plugins/Daap/Makefile.am: Added DaapContainerSource.cs 2006-10-23 Aaron Bockover * build/Common.Makefile: Fixed make run * data/Makefile.am: * src/Makefile.am: * src/Boo/Makefile.am: * src/BooBuddy/Makefile.am: Fixes for make distcheck 2006-10-21 Aaron Bockover * banshee.mds: * src/BooBuddy/BooBuddy.mdp: Added BooBuddy MonoDevelop project * configure.ac: * src/Makefile.am: Added BooBuddy * build/Common.Makefile: Added BooBuddy/Boo rules * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Updated * src/Banshee.Base/ActionManager.cs: Run the Boo Buddy interpreter * src/Banshee.Base/Banshee.Debugger/Shell.cs: Removed * src/Boo/Boo.Lang.Interpreter.dll: Added * src/BooBuddy: Boo Buddy is simple Boo interpreter shell that lets applications easly add Boo interpreting against loaded assemblies * src/BooBuddy/BooBuddyShell.cs: Interactive shell for Boo interpreting * src/BooBuddy/BooBuddyWindow.cs: Main Boo Buddy window that interfaces with the Boo interpreter and the interactive Boo Buddy shell 2006-10-21 Aaron Bockover * src/PlayerInterface.cs: Only unload the accel group when the search entry is focused if the key event does not have a modifier 2006-10-21 Aaron Bockover * src/Banshee.Base/ActionManager.cs: Only show Shell in --debug, added CTRL-SHIFT-S binding 2006-10-21 Aaron Bockover * src/Main.cs: * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Globals.cs: * src/Banshee.Base/Sources/TestSource.cs: * src/Banshee.Base/Banshee.Debugger/Client.cs: * src/Banshee.Base/Banshee.Debugger/RemoteMethodAttribute.cs: * src/Banshee.Base/Banshee.Debugger/Server.cs: Removed yesterday's DBus plus reflection-based stuff * configure.ac: Output src/Boo/Makefile * src/Banshee.Base/ActionManager.cs: * data/UIManagerLayout.xml: Added view menu item for Shell * src/Makefile.am: Added Boo to SUBDIRS * build/Common.Makefile: Rules for Boo * src/Boo/*.dll: Added Boo libraries * src/Banshee.Base/Banshee.Debugger/Shell.cs: Added new Boo support and UI 2006-10-21 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDeviceId.cs: added Toshiba Gigabeat S 2006-10-21 Aaron Bockover * src/Banshee.Base/Gui/SourceView.cs: AutoExpand now works for child sources (Scott Peterson, BGO #363548) 2006-10-21 Aaron Bockover * src/Banshee.Base/Sources/TestSource.cs: Test source for testing the functionality of the source base class, source manager, and source view; tests can be invoked using the new interactive remote debugger * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added TestSource.cs * src/Banshee.Base/ChildSource.cs: Child sources can now be parents * src/Banshee.Base/Source.cs: * src/Banshee.Base/SourceManager.cs: * src/Banshee.Base/Gui/SourceView.cs: Patched by Scott Peterson to allow recursive sources (BGO #363548) * src/Banshee.Base/SourceManager.cs: Added RemoveSource(Type), use generics for the source list 2006-10-21 Aaron Bockover * src/Main.cs: Run the debugger client if --debug-client is passed * src/Banshee.Base/Globals.cs: Start the debugger server, expose the Shutdown method to the remote debugger * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added Banshee.Debugger files * src/Banshee.Base/Banshee.Debugger/Server.cs: Remote debugger server; allows public static methods flagged with RemoteMethodAttribute in Banshee to be run remotely over DBus * src/Banshee.Base/Banshee.Debugger/Client.cs: Simple command line client to the remote DBus debugger server * src/Banshee.Base/Banshee.Debugger/RemoteMethodAttribute.cs: Attribute to expose a public static method to the remote debugger 2006-10-21 Aaron Bockover * configure.ac: Added a missing AC_MSG_RESULT 2006-10-20 Aaron Bockover * build/Common.Makefile: Added BANSHEE_PROFILES_PATH for running uninstalled * data/Makefile.am: XML profile definitions split into multiple files to make it easy for distros to add/remove/customize specific profiles * data/audio-profiles.xml: Removed, split into multiple files * data/audio-profiles/*.xml: Added multiple files from old single file * src/Banshee.Base/Globals.cs: Always load profiles from path set in BANSHEE_PROFILES_PATH env variable * src/Banshee.Base/Banshee.AudioProfiles/PipelineVariable.cs: Added PossibleValuesKeys which can be used to look up variable values in the XML-defined order (vs distributed hash) * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Support loading multiple XML files from a directory * src/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileConfigurationDialog.cs: use PossibleValuesKeys to populate the combo box in XML-defined order 2006-10-20 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Add escape method since Aaron removed it from the Sql namespace. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: Add back in escaping that Aaron took out. Its ugly, but bigger changes will need to be made to improve how Smart Playlists interacts with the db. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Fix up the commit's update query to use the new DbCommand class. 2006-10-20 Aaron Bockover * src/PlaylistModel.cs: * src/Banshee.Base/Library.cs: More use of DbCommand * src/Banshee.Base/Banshee.Kernel/Scheduler.cs: Added Unschedule(Type) * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: Use DbCommand for the query and use Scheduler.Unschedule(Type) before rescanning the library 2006-10-20 Aaron Bockover * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Start moving to DbCommand (BNC #212477) 2006-10-20 Aaron Bockover Most of the work done for BNC #212477, provides nicer safer way to do SQL queries against the local library, better APIs, and some optimizations * src/PlayerInterface.cs: * src/PlaylistModel.cs: * src/Banshee.Base/Library.cs: * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilderModel.cs: * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: * tools/BansheeImport.cs: Removed legacy Sql namespace from use; still needs porting to DbCommand (still using String.Format) * src/Banshee.Base/LibraryTrackInfo.cs: * src/Banshee.Base/Sources/PlaylistSource.cs: Use new DbCommand/DbParameter * src/Banshee.Base/QueuedSqliteDatabase.cs: Added new DbCommand/DbParameter classes; made API easy to use for generating proper SQL that guards against SQL injection attacks (while this could only be possible by local input previously, it's still a good thing) * src/Banshee.Base/Sources/ImportErrorsSource.cs: Guard against null ref * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: * src/Banshee.Base/SqlGenerator.cs: Removed 2006-10-19 Patrick van Staveren * configure.ac: require libgphoto2-sharp 2.2.1.4.trunk or better 2006-10-19 Aaron Bockover * configure.ac: Bump to 0.11.2, output build/Makefile, use top_srcdir and not top_builddir for the internal gmcs 2006-10-19 Aaron Bockover * Makefile.am: Add build to SUBDIRS * build/Makefile.am: EXTRA_DIST * build/Common.Makefile: moved from Makefile.include at the root * All applicable Makefile.am: Include build/Common.Makefile 2006-10-19 Aaron Bockover * configure.ac: Run gmcs on build/mcs-test-79698.cs to test for BXC #79698; use build/gmcs.exe as the MCS compiler if building build/mcs-test-79698.cs fails (indicating the installed compiler has the bug) * build/gmcs.exe: The gmcs compiler from Mono 1.1.18 with the patch for http://bugzilla.ximian.com/show_bug.cgi?id=79698 applied * build/mcs-test-79698.cs: Test case for the above bug 2006-10-19 Alp Toker * src/Banshee.Base/Sources/AudioCdSource.cs: Avoid gmcs compiler error by referring to disk instance as a field. * src/Banshee.Dap/Ipod/UnsupportedDatabaseView.cs: * src/PlayerInterface.cs: Replace invalid anonymous method syntax that causes gmcs to fail with correct C# 2.0. 2006-10-18 Patrick van Staveren * src/Banshee.Dap/Mtp/MtpDap.cs: should fix build problems See comments on BGO 361878 before compiling MTP support 2006-10-17 Aaron Bockover * configure.ac: Revert to pre-intltool 0.35 method of using po/LINGUAS, but in a more forward-compatible way (po/LINGUAS format does not need reverting to pre-0.35 format); intltool 0.35 is not available in enough distributions for it to be worth using right now - no complaining! ALL_LINGUAS=`grep -v '^#' $srcdir/po/LINGUAS | sed -r ':a;N;$!ba;s/\n/ /g; s/[ ]+/ /g'` 2006-10-17 Aaron Bockover * src/Banshee.Base/Banshee.Burner/BurnerFormatList.cs: Fixed local variable resolution problem with the anonymous delegate 2006-10-17 Alp Toker * dbus-sharp/dbus-sharp/IntrospectionSchema.cs: * dbus-sharp/dbus-sharp/UnixMonoTransport.cs: Removed. This dead code was being inadvertently compiled due to the wildcard in the makefile, causing the build to fail on old Mono releases. 2006-10-16 James Willcox * src/Banshee.Plugins/Daap/daap-sharp/*: updated from mono svn 2006-10-16 Aaron Bockover Banshee 0.11.1 Released 2006-10-16 Aaron Bockover * NEWS: Updated with 0.11.1 release notes * src/Banshee.Base/AudioCdRipper.cs: Fall back on ogg, mp3, and wav profiles if no profile was configured before; friendly error if no profile could be found at all * src/Banshee.Base/Globals.cs: Removed debugging writelines * src/Banshee.Base/Banshee.AudioProfiles/ProfileManager.cs: Added override for GetConfiguredActiveProfile to fall back on mimetypes for default configurations * src/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBox.cs: Added mime type filtering * src/Banshee.Base/Banshee.AudioProfiles.Gui/ProfileComboBoxConfigurable.cs: Load/save profiles * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: * src/Banshee.Base/BatchTranscoder.cs: * src/Banshee.Base/GstTranscoder.cs: * src/Banshee.Base/Transcoder.cs: Use new audio profile stuff * src/Banshee.Base/Dap/Dap.cs: Use new audio profiles; added ID property for saving profile configuration (DAP) * src/Banshee.Base/Dap/DapPropertiesDialog.cs: Added ProfileComboBoxConfigurable widget to dialog * src/Banshee.Base/Dap/DapMisc.cs: Added mimetype support * src/Banshee.Base/Gui/PreferencesDialog.cs: Loading/saving now done by ProfileComboBoxConfigurable * data/audio-profiles.xml: Added WMA encoding profile * src/Banshee.Base/Makefile.am: Removed old profile support 2006-10-13 Aaron Bockover * configure.ac: Run a second expansion on expanded_datadir; it seems that autoconf 2.60 likes to break 'API' (BGO #361943) 2006-10-13 Aaron Bockover * configure.ac: Bump to 0.11.1 * dbus-sharp/dbus-sharp/*.cs: * dbus-sharp/dbus-sharp-glib/*.cs: * dbus-sharp/Makefile.am: Build bundled dbus-sharp (managed dbus) * dbus-sharp/*.dll: Removed binary-bundled assemblies 2006-10-13 Aaron Bockover Merged from 0.10.12 * src/Banshee.Widgets/CoverArtThumbnail.cs: Scale cover art to a max of 75% of the screen size if too large (BNC #200953) * src/Banshee.Base/Sources/AudioCdSource.cs: Cancel the ripper if the source goes away (hardware eject) (BNC #199902) * src/Banshee.Base/AudioCdRipper.cs: Attempt to lock CD-ROM drive when ripping, unlock when done/canceled/failed using Linux CD-ROM ioctls; should use HAL here, but on SLED it seems libhal_device_lock/unlock does nothing - will punt HAL locking to HEAD (BNC #199902) * src/Banshee.Base/Sources/LocalQueueSource.cs: Implement Banshee.Source.Source.RemoveTrack(TrackInfo) (BNC #188437) 2006-10-12 Aaron Bockover * data/banshee-dialogs.glade: Remove DAP pipeline box * data/audio-profiles.xml: Added audio profiles definition * data/Makefile.am: Install audio-profiles.xml * src/Banshee.Base/ConfigureDefines.cs.in: Added SystemDataDir * src/Banshee.Base/Paths.cs: Added SystemApplicationData * libbanshee/gst-misc-0.10.c: * src/Banshee.Base/GstMisc.cs: Added better pipeline tester * src/Banshee.Base/Banshee.Base.mdp: * src/Banshee.Base/Makefile.am: Added new pipeline files * src/Banshee.Base/GConfKeys.cs: Cleaned up * src/Banshee.Base/Globals.cs: Added a global AudioProfileManager with pipeline tester support * src/Banshee.Base/AudioCdRipper.cs * src/Banshee.Base/Gui/PreferencesDialog.cs: Use the new pipeline profile support for cd-importing profile * src/PlayerInterface.cs: Hide main window first when closing * src/Banshee.Base/Banshee.AudioProfiles/* * src/Banshee.Base/Banshee.AudioProfiles.Gui/*: New audio profile support; this entry does not do the commit here much justice - this is a big new feature that makes choosing and configuring audio transformation profiles a simple thing 2006-10-10 Aaron Bockover * src/Banshee.Base/Gui/SplashScreen.cs: Use cairo for drawing the progress overlay, make more configurable and reusable for branding * Makefile.am: * configure.ac: * branding/*: Added empty branding build stub/hook to allow for easy building and integration of custom branding options 2006-10-01 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Remove unnecessary logging. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: If a smart playlist is ordered by a time-based column (eg, most recently played), treat it like other smart playlists with time-dependent Conditions. 2006-10-01 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. Fixes an infinite recursion encountered in the Helix engine. 2006-09-29 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus. * hal-sharp/Device.cs: * hal-sharp/Manager.cs: Remove GLib Idle Add hacks/workarounds for situations now handled by managed dbus. Remove GLib dependency from hal-sharp. 2006-09-29 Alp Toker * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Was missed out during the recent API update. 2006-09-28 Aaron Bockover * src/Banshee.Plugins/MetadataSearch/MetadataSearchPlugin.cs: Wrap plugin name in catalog call (BNC #184491) * src/Banshee.Widgets/RatingEntry.cs: Remove explicit focus rect drawing as this should be handled by the theme painting the entry shadow 2006-09-29 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. * Makefile.include: * hal-sharp/Device.cs: * hal-sharp/Makefile.am: * hal-sharp/Manager.cs: * src/Banshee.Base/DBusPlayer.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/HalCore.cs: * src/Banshee.Base/NetworkManager/Manager.cs: * src/Banshee.Base/Notifications/Notification.cs: * src/Banshee.Base/PowerManagement.cs: * src/Main.cs: * tools/BansheeDBusClient.cs: Introduce a much cleaner API for well known buses. * hal-sharp/Communication.cs: Obsoleted by new API, so removed. 2006-09-28 Aaron Bockover Notification support now uses managed DBus instead of binding libnotify DBus implementation and patch by Sebastian Dröge Banshee BGO #357983 * src/Banshee.Base/Notifications/*.cs: New notification support that uses managed DBus instead of binding libnotify * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Work with the updated Notification/DBus API * src/Banshee.Base/Notifications.cs: Removed libnotify binding * src/Banshee.Base/Makefile.am: Added new Notifications sources * src/Banshee.Widgets/RatingEntry.cs: Use 'entry' not 'text' as the draw hint 2006-09-28 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus. Only hook up events that are from dbus-public interfaces, making --show, --hide etc. remote control features work. Return error messages when a reply is expected instead of failing silently. Significant event/match rule fixes. 2006-09-27 Aaron Bockover * libbanshee/misc-glue.c: Added banshee_dbus_compat_thread_init as a proxy to call dbus_g_thread_init in case it is necessary for native libraries that will be pulled in during runtime that use libdbus; it's not necessary for banshee's DBus use at all, but may be necessary for things pulled in process, like libipoddevice; adding in glue to avoid awful configure/map hacks to map to the correct .so version * libbanshee/gtksharp-glue.c: Renamed to misc-glue.c; gross * src/Main.cs: Call banshee_dbus_compat_thread_init as the first call on program entry (sigh); this is allegedly no longer necessary with DBus >= 0.92, but it's here for compat and safety for now :'( * configure.ac: Check for dbus-1/dbus-glib-1 again, but no nasty library versioning hacks to make maps happy 2006-09-27 Aaron Bockover * src/banshee.in: Set {LD,DYLD}_LIBRARY_PATH to $(libdir)/banshee to ensure libbanshee.so can be loaded when needed; removes the need for a map since versioning is a non-issue and allows these environment variables to be overridden to allow for full uninstalled execution * Makefile.include: Set {LD,DYLD}_LIBRARY_PATH to libbanshee/.libs * configure.ac: Do not output Helix/GStreamer .config files * src/banshee.exe.config.in: * src/Banshee.Base/Banshee.Base.dll.config.in: * src/Banshee.Plugins/Daap/Daap.dll.config.in: * src/Banshee.Plugins/MMKeys/MMKeys.dll.config.in: * src/Banshee.Plugins/MetadataSearch/MetadataSearch.dll.config.in: Removed libbanshee dll maps as they are not necessary * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.dll.config.in: * src/Banshee.MediaEngine/Gstreamer/GStreamerPlayerEngine.dll.config.in: * src/Banshee.MediaEngine/Helix/Makefile.am: * src/Banshee.MediaEngine/Gstreamer/Makefile.am: Removed .config file maps as they only went to libbanshee, no longer needed * Main.cs: Remove left over libdbus call 2006-09-27 James Willcox * src/PlayerInterface.cs: show an error deleting a song fails. Fixes #187643 (Novell) 2006-09-27 James Willcox * data/banshee.glade: ellipsize the view name * src/PlayerInterface.cs: limit source names to 256 chars * src/Banshee.Base/Sources/PlaylistSource.cs: ditto Fixes #199345 (Novell) 2006-09-27 Alp Toker * src/Main.cs: Remove old "Suppress finalizing the dbusCore D-Bus proxy object" hack; no longer needed with managed dbus 2006-09-27 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. New API and variant fixes to support upcoming managed Notifications. * hal-sharp/Communication.cs: * src/Banshee.Base/DBusRemote.cs: Work towards a cleaner dbus-sharp public API. 2006-09-26 Aaron Bockover * hal-sharp/Communication.cs: Allow setting the Bus * hal-sharp/Device.cs: Work around big problem in the HAL spec, added explicit StringList support * src/Banshee.Base/HalCore.cs: Set the Hal.Communication.Bus * src/Banshee.Dap/MassStorage/MassStorageDap.cs: Minor fixes * dbus-sharp/NDesk.DBus.dll: Updated 2006-09-26 James Willcox * src/Banshee.Plugins/Daap/daap-sharp/*: update to 0.3.5 2006-09-26 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: More fixes; should fix last remaining known issues from the new managed HAL migration 2006-09-26 Aaron Bockover * src/Banshee.Base/Dap/DapCore.cs: Ignore volumes that will not be mounted and ignore disc volumes to keep them from ever being exposed as DAPs or going into the volume mount wait queue; remove items from the volume mount wait queue if they are physically removed 2006-09-26 Aaron Bockover * hal-sharp/Manager.cs: Added DeviceAddedArgs and DeviceRemovedArgs as in a remove event, the UDI as a device object won't exist * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: * src/Banshee.Base/Dap/DapCore.cs: Updated to use DeviceAdded/RemovedArgs 2006-09-26 Aaron Bockover hal-sharp has been rewritten on top of the new managed DBus; with this commit there is no more native DBus or HAL code in Banshee at all! * Makefile.include: Update build settings for new hal-sharp * configure.ac: Removed all native DBus/HAL checks and hacks * hal-sharp/*.cs: Removed all old hal-sharp binding code; the previous hal-sharp was a binding of libhal, and had to use nasty context hacks to properly integrate with other contexts and DBus connections inside the application/main loop * hal-sharp/Connection.cs: * hal-sharp/Manager.cs: * hal-sharp/Device.cs: New hal-sharp is very simple and implements the HAL DBus specification; it integrates cleanly with everything * banshee.mds: * hal-sharp/hal-sharp.mdp: Added hal-sharp MonoDevelop project * hal-sharp/Makefile.am: Updated to build the new hal-sharp * src/banshee.exe.config.in: * src/Banshee.Dap/Ipod/ipod-sharp.dll.config.in: Removed HAL/DBus maps * taglib-sharp/Makefile.am: Build assembly as TagLib.dll instead of taglib-sharp.dll * libbanshee/Makefile.am: * libbanshee/hal-context.c: * libbanshee/hal-context.h: Removed old native HAL/DBus context/mainloop integration hacks * src/Banshee.Base/Globals.cs: Explicitly initialize HalCore * src/Banshee.Base/HalCore.cs: Ported to new managed HAL API; removed all the bindings to the crappy native HAL/DBus hacks; now exposes only a global Hal.Manager object * src/Banshee.Base/AudioCd/AudioCdCore.cs: * src/Banshee.Base/AudioCd/AudioCdDisk.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: * src/Banshee.Dap/Njb/NjbDap.cs: * src/Banshee.Dap/MassStorage/MassStorageDap.cs: * src/Banshee.Base/Dap/DapCore.cs: * src/Banshee.Dap/Ipod/IpodDap.cs: Ported to new managed HAL API; added cleanups and use more generics in place of legacy code * src/Banshee.Base/Dap/DapMisc.cs: Removed WaitForPropertyChange; Added WaitForVolumeMount * src/Banshee.Base/Dap/Dap.cs: Added WaitForVolumeMount method to queue a volume mount check on the device in DapCore * src/Banshee.Base/Dap/DapCore.cs: Much better API and implementation for dealing with DAP devices that need to be mounted. WaitForVolumeMount replaces WaitForPropertyChange and a new timeout method is used to check for device mounts. This avoids having to keep remote objects around to listen for a property change event 2006-09-25 Gabriel Burt * src/PlayerInterface.cs: Set the SearchEntry as Ready only when appropriate to avoid being told to search when we are just cancelling the search b/c the source is being changed, thus preventing two extra playlist model reloads. * src/Banshee.Widgets/SearchEntry.cs: Add Ready property, and only raise the Changed event when we are Ready. Refactor OnChanged raising code. 2006-09-25 Aaron Bockover 258% hot sweet action: All of Banshee's dbus-sharp code has been ported to and is working against the new managed DBus - all previous dbus-sharp problems are herby eliminated - someone please buy Alp a few beers! * src/Banshee.Base/NetworkManager/Manager.cs: Use StateChangeHandler for propagating the remote event * src/Banshee.Base/NetworkDetect.cs: Use the state from the signal and do not invoke a remote method while in the signal handler 2006-09-25 Aaron Bockover Fix for BGO #357548 and to add better application integration for launching web URLs into a browser * src/Banshee.Base/Gui/AboutDialog.cs: * src/Banshee.Base/ActionManager.cs: * src/Banshee.Dap/Ipod/IpodDap.cs: * src/Banshee.Plugins/Audioscrobbler/AudioscrobblerPlugin.cs: Use Banshee.Web.Browser.Open instead of Gnome.Url.Show * src/Banshee.Base/Banshee.Web/Browser.cs: New Browser class with an Open method that currently uses Gnome.Url.Show, but provides application-integrated URL launching and common error reporting * src/Banshee.Base/Globals.cs: Set Open hooks on Last.FM.Browser and Banshee.Widgets.LinkLabel to Banshee.Web.Browser.Open * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added Banshee.Web/Browser.cs * src/Banshee.Widgets/LinkLabel.cs: Use an Open hook for launching URLs * src/Last.FM/Browser.cs: Added a Browser class that allows setting an override Open hook; defaults to Gnome.Url.Show * src/Last.FM/Last.FM/Account.cs: Use Last.FM.Browser.Open instead of Gnome.Url.Show * src/Last.FM/Last.FM.mdp: * src/Last.FM/Makefile.am: Added Browser.cs 2006-09-25 Aaron Bockover * dbus-sharp/NDesk.DBus.GLib.dll: * dbus-sharp/NDesk.DBus.dll: Updated * src/PlaylistView.cs: Fixed a GTK+ critical/realized warning * src/Banshee.Base/NetworkManager/Manager.cs: Simplified, only care about a connection state, not anything fancy like device enumeration * src/Banshee.Base/NetworkDetect.cs: Use only Manager.State and its change event * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Removed Device/Network; not needed in the Banshee scope as we only care about the connection status * src/Banshee.Base/NetworkManager/Device.cs: * src/Banshee.Base/NetworkManager/Network.cs: Removed 2006-09-25 Aaron Bockover * src/Banshee.Base/NetworkDetect.cs: * src/Banshee.Base/NetworkManager/Manager.cs: Added signal support 2006-09-25 James Willcox * src/Banshee.Plugins/Daap/DaapCore.cs: oops, be more careful when determining the track format. 2006-09-25 Alp Toker * tools/BansheeDBusClient.cs: Use DApplication.SessionConnection singleton 2006-09-25 James Willcox * src/Banshee.Plugins/Daap/DaapSource.cs: * src/Banshee.Plugins/Daap/DaapCore.cs: Call DAAP.Client.Logout in all cases except when we know the server has just gone away. 2006-09-25 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. Silence warning messages, fix big-endian (again), fix UTF-8, better exception handling. 2006-09-25 James Willcox * src/Banshee.Plugins/Daap/daap-sharp/*: update to latest * src/Banshee.Plugins/Daap/DaapSource.cs: don't call DAAP.Client.Logout for now since it sometimes causes hangs for a long time when the server is unavailable (sigh) 2006-09-24 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Use properties in the DBus interface instead of Get/Set methods now that it is possible with the lovely managed DBus * configure.ac: Require helix-dbus-server 0.3.0 if Helix support is desired * src/Banshee.Base/NetworkDetect.cs: * src/Banshee.Base/NetworkManager/Device.cs: * src/Banshee.Base/NetworkManager/Manager.cs: * src/Banshee.Base/NetworkManager/Network.cs: Updated copyright 2006-09-24 Alp Toker * src/Main.cs: Remove last vestiges of the old dbus-sharp * configure.ac: * src/Makefile.am: * src/Banshee.Base/Makefile.am: Do not depend on the old dbus binding. It is obsoleted by managed dbus. 2006-09-24 Alp Toker * src/Banshee.Base/Globals.cs: * src/Banshee.Base/NetworkDetect.cs: * src/Banshee.Base/NetworkManager/Device.cs: * src/Banshee.Base/NetworkManager/Manager.cs: * src/Banshee.Base/NetworkManager/Network.cs: Use managed dbus for NetworkManager client Note that the signals still need to be ported to ordinary events. 2006-09-24 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: RemotePlayer does not need to handle a singleton case in managed land anymore - the remote object holds 100% of the required functionality * src/Banshee.Base/DBusPlayer.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/PowerManagement.cs: Clean up 2006-09-24 Aaron Bockover * src/Banshee.MediaEngine/Helix/HelixRemotePlayer.cs: Use new managed DBus, simplified message handling as the signal signature is now ia{sv} which maps directly to delegate(MessageType, IDictionary) * src/Banshee.MediaEngine/Helix/HelixRemotePlayerEngine.cs: Adjust for minor changes in HelixRemotePlayer * src/Banshee.MediaEngine/Helix/Makefile.am: Link against new managed DBus, drop old dbus-sharp link; we are now 80% managed DBus 2006-09-23 James Willcox * src/Bansee.Plugins/Daap/daap-sharp/*: updated to latest 2006-09-23 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib. Support for Mono <= 1.1.13, optimizations, improved API. 2006-09-22 Alp Toker * src/Banshee.Base/DBusPlayer.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/PowerManagement.cs: * tools/BansheeDBusClient.cs: Use DApplication.SessionBus singleton 2006-09-21 Alp Toker * dbus-sharp/*: Update bundled NDesk.DBus, NDesk.DBus.GLib and map. Now works on AMD64, PPC, plus bugfixes and new API. 2006-09-21 James Willcox * src/Banshee.Plugins/Daap/DaapSource.cs: implement IImportable and IImportSource, so you can now import and dnd from DAAP shares. Also, add support for remote playlists. * src/Banshee.Plugins/Daap/DaapPlaylistSource.cs: added 2006-09-21 Aaron Bockover * src/Banshee.Base/TrackInfoHeader.cs: * src/Banshee.Base/TrackInfoPopup.cs: Patch from Sebastian Dröge to not make TrackInfoPopup labels selectable (BGO #356990) * src/Banshee.Base/Notifications.cs: Patch from Michael Monreal to set urgency on libnotify notifications (BGO #356985) * tools/Makefile.am: Use new build variables 2006-09-21 Alp Toker * tools/Makefile.am: * tools/BansheeDBusClient.cs: Use managed dbus for example client 2006-09-21 Aaron Bockover * Makefile.am: Added run target 2006-09-21 Aaron Bockover * src/Banshee.Base/PlayerEngineCore.cs: * src/Banshee.Base/Plugins/PluginCore.cs: Do not try to load plugins from their system installation path if their respective override environment variable is set 2006-09-21 Aaron Bockover * Makefile.include: Broken down even more, added a variable for making running uninstalled easy * src/Makefile.am: Use new RUN_PATH variable to run banshee --uninstalled * banshee.in: Do not set MONO_PATH; is done in Makefile with RUN_PATH * src/Banshee.Base/Plugins/PluginFactory.cs: AddScanDirectory supports recursion now, overloads to turn it off, and added new method for loading plugins: AddScanDirectoryFromEnvironmentVariable * src/Banshee.Base/PlayerEngineCore.cs: BANSHEE_ENGINES_PATH env can be set for loading engines from an alternative path * src/Banshee.Base/Plugins/PluginCore.cs: BANSHEE_PLUGINS PATH does the same, for plugins 2006-09-21 Alp Toker * src/Banshee.Base/PowerManagement.cs: Use managed dbus for gpm client 2006-09-21 Aaron Bockover * Makefile.include: The new global build magic * All Makefile.am: use new Makefile.include, build system is now much simpler and more flexible * src/PlayerInterface.cs: Remove unused namespace 2006-09-21 Alp Toker * src/Banshee.Base/PowerManagement.cs: IPowerManager for managed dbus 2006-09-21 Alp Toker * src/Main.cs: * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/DBusPlayer.cs: Use managed dbus for client as well 2006-09-21 Alp Toker * src/Banshee.Base/DBusRemote.cs: * src/Banshee.Base/DBusPlayer.cs: Start to make use of managed dbus 2006-09-20 Aaron Bockover * Makefile.am: * configure.ac: * dbus-sharp: Added new managed version of dbus-sharp; much to change here * src/Banshee.Base/Makefile.am: Link against NDesk.DBus 2006-09-20 Aaron Bockover * src/Banshee.Base/DBusPlayer.cs: DBusPlayer now implements IDBusPlayer 2006-09-19 Aaron Bockover * configure.ac: explicitly check for dbus-glib-1 versions to map to proper .so versions, added check on dbus-1 for 0.90, which now maps to .so version 3; added lots of missing AC_MSG_RESULTs, so configure output looks a little cleaner * hal-sharp/hal-sharp.dll.config.in: * src/banshee.exe.config.in: Added DBUS_GLIB_SOVERSION * tools/Makefile.am: Do not install banshee-import 2006-09-19 Aaron Bockover * src/PlayerInterface.cs: Manually call Activate on cell renderers if clicked when row is selected (Michael Quinn, BGO #348373) 2006-09-19 Aaron Bockover 0.11.0 Released * NEWS: Updated 2006-09-19 Aaron Bockover * src/Banshee.Dap/Ipod/IpodDap.cs: Use new unknown iPod foo in ipod-sharp, show a dialog if the iPod is unknown * data/images/source-smart-playlist.png: Updated * src/Banshee.Widgets/HigMessageDialog.cs: Exposed LabelVBox * src/Banshee.Plugins/NotificationAreaIcon/NotificationAreaIconPlugin.cs: Use slightly nicer notification string formatting * src/Banshee.Plugins/NotificationAreaIcon/banshee-notificationareaicon.schemas.in: Enabled by default 2006-09-18 Aaron Bockover * configure.ac: Bump to 0.11.0 * autogen.sh: Check for subversion, run taglib-sharp/update-checkout.sh * taglib-sharp/Makefile.am: Build taglib-sharp * taglib-sharp/update-checkout.sh: Shell script to update the taglib-sharp checkout * taglib-sharp/COPYING: Added taglib-sharp license * taglib-sharp/taglib-sharp.dll: * taglib-sharp/taglib-sharp.dll.mdb: Precompiled binaries removed * src/Banshee.Base/Makefile.am: * src/Banshee.Dap/Ipod/Makefile.am: * src/Banshee.Dap/MassStorage/Makefile.am: Link taglib-sharp.dll from top_builddir instead of top_srcdir now that we're actually building it * src/Last.FM/Makefile.am: Added missing EXTRA_DIST files 2006-09-18 Aaron Bockover * src/Banshee.Dap/Ipod/IpodDap.cs: If the iPod model is unknown, run the new submit data tool in ipod-sharp; installed new properties into the interface * src/Banshee.Base/Dap/Dap.cs: Show an error list dialog if songs could not be transcoded * src/Banshee.Base/BatchTranscoder.cs: Support an optional 'desired profile' name; allows errors to be thrown is a profile doesn't exist and should be required 2006-09-18 Gabriel Burt * src/Banshee.Base/SourceManager.cs: Don't add a source twice. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Add debug message when smart playlist is added. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't manually add the loaded playlist to the SourceManager unless the LibrarySource is already loaded. This is a silly workaround the fact that the LibrarySource adds all of its children to the SourceManager when it is added, so children that aren't attached to it when it is added are left out. 2006-09-18 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Don't add the source to the SourceManager if it's already there. 2006-09-18 James Willcox * configure.ac: require ipod-sharp 0.6.2 * src/Banshee.Dap/Ipod/IpodDap.cs: adjust to artwork API changes 2006-09-17 Gabriel Burt * src/Banshee.Base/Banshee.SmartPlaylist/Editor.cs: Add newly created playlists to the SourceManager so they are registered and updated immediately after creation. Fixes BGO #354534. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistCore.cs: Handle the case of the library already being loaded before we are initialized. * src/Banshee.Base/Banshee.SmartPlaylist/SmartPlaylistSource.cs: Add old playlists to the SourceManager. 2006-09-17 Aaron Bockover * data/images/Makefile.am: * src/Banshee.Hyena/Makefile.am: * tools/Makefile.am: Make distcheck pass * src/Banshee.Base/Banshee.Burner/BurnerFormatList.cs: Disabled in the UI support for MP3 and data CDs - not finished in new burner code 2006-09-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDevice.cs: dispose CameraFile objects when sending a track to (hopefully) free up memory, dispose all objects regardless (now that Dispose is safe in libgphoto2-sharp), and catch doubly-disposing of the GPhotoDevice object. * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: add method DisposeCameraFile, and only access the private camera_file as this was causing it to retrieve all camera files when we tried to dispose the GPhotoDevice. * src/Banshee.Dap/Mtp/MtpDap.cs: update save progress to zero before sending or deleting any tracks. 2006-09-17 Patrick van Staveren * src/Banshee.Dap/Mtp/GPhotoDeviceFile.cs: added metadata exception handling - now handles unparseable metadata. * src/Banshee.Dap/Mtp/MtpDap.cs: Better debug messages, WaitForPropertyChange when device seems inaccessable * src/Banshee.Dap/Mtp/MtpDeviceId.cs: added 14 new device IDs * src/Banshee.Dap/Mtp/Banshee.Dap.Mtp.mdp: MonoDevelop project created 2006-09-17 Aaron Bockover * src/Makefile.am: * src/Banshee.Hyena/Makefile.am: Do not build SourceView.cs * src/Banshee.Base/Makefile.am: Added Gui/SourceView.cs * src/SourceView.cs: Removed; had GNOME sysadmin copy with history to src/Banshee.Base/Gui/SourceView.cs * src/Banshee.Base/Gui/SourceView.cs: Changed namespace to Banshee.Gui 2006-09-17 Aaron Bockover * libbanshee/nautilus-burn.c (nautilus_glue_burn_drive_get_for_device): Use return nautilus_burn_drive_new_from_path for <2.16; CD burning now works properly for 2.12 again * libbanshee/nautilus-burn.c: * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnDrive.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnRecorder.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnRecorderHandlers.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/BurnRecorderTrack.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/NautilusEnums.cs: Tabs to spaces, sigh 2006-09-17 Aaron Bockover * Makefile.am: Remove burn-sharp * configure.ac: Remove burn-sharp, set LNB_CSFLAGS for 2.16 * libbanshee/libbanshee.mdp: * libbanshee/Makefile.am: Added nautilus-burn.c * libbanshee/nautilus-burn.c: Trimmed glue for libnautilus-burn; added 2.16 compatibility * src/Banshee.Base/Makefile.am: * src/Banshee.Base/Banshee.Base.mdp: Added Banshee.Cdrom.Nautilus.Interop * src/Banshee.Base/Banshee.Base.dll.config.in: Added map for libnautilus-burn * src/Banshee.Base/Banshee.Cdrom/IDrive.cs: * src/Banshee.Base/Banshee.Burner/BurnerConfigurationPane.cs: * src/Banshee.Base/Banshee.Burner/BurnerSessionPreparer.cs: * src/Banshee.Base/Banshee.Burner/BurnerSessionRecorder.cs: * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDrive.cs: MediaSize renamed to MediaCapacity * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusDriveFactory.cs: Use new BurnDrive constructor instead of iterating a drive list looking for a match - we already know the device node - much better for 2.16 * src/Banshee.Base/Banshee.Cdrom.Nautilus/NautilusRecorder.cs: Use new API in Banshee.Cdrom.Nautilus.Interop.BurnRecorder * src/Banshee.Base/Banshee.Burner/BurnerCore.cs: Added some null checks, fixed InstallActions, iterate factory expecting IDrive, not IRecorder and explicitly cast IDrive to IRecorder (fixes potential crashes) * src/Banshee.Base/Banshee.Cdrom.Nautilus.Interop/*: New libnautilus-burn wrapper based on old burn-sharp; only wrap pieces we need, lots of clean up and organization to make managing this wrapper by hand easy; added compatibilty with 2.12, 2.14, 2.16; calls glue in libbanshee * src/Banshee.Base/ComponentInitializer.cs: Dump component intialization exceptions if asked to trap and handle * src/Banshee.Base/Banshee.Equalizer.Gui/EqualizerWindow.cs: * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: * src/Banshee.Base/Gui/TrackEditor.cs: Fixed unused compiler warnings * src/Banshee.Hyena/Makefile.am: Remove link requirement for burn-sharp.dll * burn-sharp/*: Removed 2006-09-17 Ruben Vermeersch Very trivial compiler warning fixes. * src/Banshee.Base/Banshee.SmartPlaylist/QueryBuilder.cs: Comment unused variable. * src/Banshee.Base/Gui/TrackEditor.cs: * src/Banshee.Base/NetworkDetect.cs: Change two occurrences of catch (Exception e) to catch (Exception) as 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 re