banshee r2843 - in trunk/banshee: . src/Core/Banshee.Services/Banshee.Collection src/Core/Banshee.ThickClient/Banshee.Collection.Gui src/Core/Banshee.ThickClient/Banshee.Gui.Widgets src/Core/Hyena/Hyena.Collections src/Core/Hyena/Hyena.Data src/Core/Hyena.Gui/Hyena.Data.Gui src/Core/Hyena.Gui/Hyena.Gui src/Core/Nereid/Nereid tests/Hyena



Author: abock
Date: 2007-11-27 17:34:58 +0000 (Tue, 27 Nov 2007)
New Revision: 2843
ViewCVS link: http://svn.gnome.org/viewcvs/banshee?rev=2843&view=rev

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.Services/Banshee.Collection/IHasTrackSelection.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkManager.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/ArtworkRenderer.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.Gui.Widgets/ArtworkPopup.cs
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/TrackInfoDisplay.cs
   trunk/banshee/src/Core/Hyena.Gui/Hyena.Data.Gui/ListView.cs
   trunk/banshee/src/Core/Hyena.Gui/Hyena.Gui/CairoExtensions.cs
   trunk/banshee/src/Core/Hyena/Hyena.Collections/RangeCollection.cs
   trunk/banshee/src/Core/Hyena/Hyena.Data/ModelSelection.cs
   trunk/banshee/src/Core/Hyena/Hyena.Data/Selection.cs
   trunk/banshee/src/Core/Nereid/Nereid/PlayerInterface.cs
   trunk/banshee/tests/Hyena/RangeCollectionTests.cs
Log:
2007-11-27  Aaron Bockover  <abock gnome org>

    * 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






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