banshee r2755 - in trunk/banshee: . src/Core/Banshee.Base src/Core/Banshee.Base/Gui src/Core/Banshee.Core/Banshee.Base src/Core/Banshee.Core/Banshee.IO src/Core/Banshee.Services src/Core/Banshee.Services/Banshee.Collection src/Core/Banshee.Services/Banshee.Library src/Core/Banshee.Services/Banshee.ServiceStack src/Core/Banshee.ThickClient src/Core/Banshee.ThickClient/Banshee.Gui src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs src/Core/Banshee.ThickClient/Banshee.Gui.Widgets src/Core/Banshee.ThickClient/Banshee.Library.Gui src/Core/Banshee.ThickClient/Resources src/Core/Nereid/Nereid



Author: abock
Date: 2007-11-12 03:15:26 +0000 (Mon, 12 Nov 2007)
New Revision: 2755
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2755&view=rev

Added:
   trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ImportEventHandler.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/ImportManager.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Library/HomeDirectoryImportSource.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Library/IImportSource.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Library/ImportSourceManager.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Library/LibraryImportManager.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/FileChooserDialog.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Dialogs/ImageFileChooserDialog.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Library.Gui/
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FileImportSource.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Library.Gui/FolderImportSource.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Library.Gui/ImportDialog.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.ThickClient.addin.xml
Removed:
   trunk/banshee/src/Core/Banshee.Base/FileImportSource.cs
   trunk/banshee/src/Core/Banshee.Base/FolderImportSource.cs
   trunk/banshee/src/Core/Banshee.Base/Gui/FileChooserDialog.cs
   trunk/banshee/src/Core/Banshee.Base/Gui/ImageFileChooserDialog.cs
   trunk/banshee/src/Core/Banshee.Base/Gui/ImportDialog.cs
   trunk/banshee/src/Core/Banshee.Base/HomeDirectoryImportSource.cs
   trunk/banshee/src/Core/Banshee.Base/IImportSource.cs
   trunk/banshee/src/Core/Banshee.Base/ImportManager.cs
Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.Core/Banshee.Base/Log.cs
   trunk/banshee/src/Core/Banshee.Core/Banshee.IO/IOProxy.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Library/LibrarySource.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.ServiceStack/UserJob.cs
   trunk/banshee/src/Core/Banshee.Services/Banshee.Services.addin.xml
   trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp
   trunk/banshee/src/Core/Banshee.Services/Makefile.am
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui/GlobalActions.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/core-ui-actions-layout.xml
   trunk/banshee/src/Core/Nereid/Nereid/Client.cs
Log:
2007-11-11  Aaron Bockover  <abock gnome org>

    * 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






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]