banshee r2416 - in trunk/banshee: . build src/Core src/Core/Banshee.Base/Banshee.PlayerMigration src/Core/Banshee.Services src/Core/Banshee.Services/Banshee.Collection src/Core/Banshee.Services/Banshee.Collection.Database src/Core/Banshee.Services/Banshee.Database src/Core/Banshee.Services/Banshee.Library src/Core/Banshee.Services/Banshee.Playlist src/Core/Banshee.Services/Banshee.ServiceStack src/Core/Banshee.Services/Banshee.Sources src/Core/Banshee.ThickClient src/Core/Banshee.ThickClient/Banshee.Collection.Gui src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop src/Core/Banshee.ThickClient/Banshee.Sources.Gui src/Core/Banshee.ThickClient/Resources src/Core/Hyena src/Core/Hyena/Hyena.Data src/Core/Hyena/Hyena.Data.Query src/Core/Hyena.Gui src/Core/Hyena.Gui/Hyena.Data.Gui
- From: abock svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r2416 - in trunk/banshee: . build src/Core src/Core/Banshee.Base/Banshee.PlayerMigration src/Core/Banshee.Services src/Core/Banshee.Services/Banshee.Collection src/Core/Banshee.Services/Banshee.Collection.Database src/Core/Banshee.Services/Banshee.Database src/Core/Banshee.Services/Banshee.Library src/Core/Banshee.Services/Banshee.Playlist src/Core/Banshee.Services/Banshee.ServiceStack src/Core/Banshee.Services/Banshee.Sources src/Core/Banshee.ThickClient src/Core/Banshee.ThickClient/Banshee.Collection.Gui src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop src/Core/Banshee.ThickClient/Banshee.Sources.Gui src/Core/Banshee.ThickClient/Resources src/Core/Hyena src/Core/Hyena/Hyena.Data src/Core/Hyena/Hyena.Data.Query src/Core/Hyena.Gui src/Core/Hyena.Gui/Hyena.Data.Gui
- Date: Mon, 30 Jul 2007 18:17:51 +0100 (BST)
Author: abock
Date: 2007-07-30 18:17:50 +0100 (Mon, 30 Jul 2007)
New Revision: 2416
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2416&view=rev
Added:
trunk/banshee/src/Core/Banshee.Services/
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/AlbumListDatabaseModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/ArtistListDatabaseModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/LibraryAlbumInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/LibraryArtistInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/LibraryTrackInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection.Database/TrackListDatabaseModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/AlbumInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/AlbumListModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ArtistInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ArtistListModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ExportableModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/IExportableModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ITrackInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ModelHelper.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/TrackInfo.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/TrackListModel.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Database/
trunk/banshee/src/Core/Banshee.Services/Banshee.Database/BansheeDbConnection.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Database/BansheeDbFormatMigrator.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Library/
trunk/banshee/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Playlist/
trunk/banshee/src/Core/Banshee.Services/Banshee.Playlist/PlaylistSource.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/
trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/IDBusExportable.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/IService.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/ChildSource.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/ISource.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/ITrackModelSource.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/Source.cs
trunk/banshee/src/Core/Banshee.Services/Banshee.Sources/SourceManager.cs
trunk/banshee/src/Core/Banshee.Services/Makefile.am
trunk/banshee/src/Core/Banshee.ThickClient/
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/AlbumListView.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtistListView.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ColumnCellAlbum.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/CompositeTrackListView.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/TrackListView.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop/
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop/DragDropList.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop/DragDropTarget.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.DragDrop/DragDropUtilities.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/IconThemeUtils.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/SourceView.cs
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.mdp
trunk/banshee/src/Core/Banshee.ThickClient/Makefile.am
trunk/banshee/src/Core/Banshee.ThickClient/Resources/
trunk/banshee/src/Core/Banshee.ThickClient/Resources/browser-album-cover.png
Modified:
trunk/banshee/ChangeLog
trunk/banshee/build/Common.Makefile
trunk/banshee/configure.ac
trunk/banshee/src/Core/Banshee.Base/Banshee.PlayerMigration/
trunk/banshee/src/Core/Core.mds
trunk/banshee/src/Core/Hyena.Gui/
trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/
trunk/banshee/src/Core/Hyena/
trunk/banshee/src/Core/Hyena/Hyena.Data.Query/
trunk/banshee/src/Core/Hyena/Hyena.Data/
trunk/banshee/src/Core/Makefile.am
Log:
2007-07-30 Aaron Bockover <abock gnome org>
At this point, the new Banshee stuff that I've been working on the other
branch has been merged, but not integrated. Commits from here on should
focus on integration, so expect breakage.
* src/Core/Banshee.ThickClient/*:
* src/Core/Banshee.Services/*: New Banshee NG stuff
* src/Core/Makefile.am:
* src/Core/Core.mds: Recurse into new Banshee NG stuff
* build/Common.Makefile: Build rules for new Banshee NG stuff
* configure.ac: Generate Makefiles for Banshee NG stuff
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]