[banshee/gapless: 270/270] Merge branch 'master' into gapless



commit d8b264ed323af463cacc5bcb82284dc8c5755cf1
Merge: 8a109d4 ed59ace
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri Jan 15 22:39:26 2010 -0800

    Merge branch 'master' into gapless

 .gitattributes                                     |    1 +
 .gitignore                                         |    9 +-
 Banshee.sln                                        |  832 +++---
 COPYING                                            |    3 +-
 Makefile.am                                        |   12 +-
 NEWS                                               |  163 +-
 autogen.osx.sh                                     |    4 -
 autogen.sh                                         |    2 +-
 banshee.doap                                       |   15 +-
 bootstrap-bundle                                   |   60 +
 build/AddinXmlStringExtractor.cs                   |   47 +
 build/Makefile.am                                  |    7 +-
 build/build.environment.mk                         |    2 +
 build/bundle/bockbuild/darwinprofile.py            |   95 +
 build/bundle/bockbuild/environment.py              |   62 +
 build/bundle/bockbuild/package.py                  |  190 ++
 build/bundle/bockbuild/profile.py                  |  110 +
 build/bundle/bockbuild/unixprofile.py              |   27 +
 build/bundle/bockbuild/util.py                     |   83 +
 build/bundle/packages.py                           |   83 +
 build/bundle/packages/atk.py                       |    1 +
 build/bundle/packages/autoconf.py                  |    1 +
 build/bundle/packages/automake.py                  |    1 +
 build/bundle/packages/banshee.py                   |   32 +
 build/bundle/packages/cairo.py                     |   24 +
 build/bundle/packages/flac.py                      |   12 +
 build/bundle/packages/fontconfig.py                |    6 +
 build/bundle/packages/freetype.py                  |    3 +
 build/bundle/packages/gconf-dummy.py               |    9 +
 build/bundle/packages/gettext.py                   |    5 +
 build/bundle/packages/glib.py                      |   44 +
 build/bundle/packages/gst-plugins-bad.py           |    9 +
 build/bundle/packages/gst-plugins-base.py          |   22 +
 build/bundle/packages/gst-plugins-good.py          |   24 +
 build/bundle/packages/gst-plugins-ugly.py          |    9 +
 build/bundle/packages/gstreamer.py                 |    3 +
 build/bundle/packages/gtk+.py                      |   27 +
 build/bundle/packages/gtk-sharp.py                 |   33 +
 build/bundle/packages/hicolor-icon-theme.py        |    1 +
 build/bundle/packages/icon-naming-utils.py         |    1 +
 build/bundle/packages/ige-mac-integration-sharp.py |    3 +
 build/bundle/packages/ige-mac-integration.py       |    1 +
 build/bundle/packages/intltool.py                  |    1 +
 build/bundle/packages/libglade.py                  |    1 +
 build/bundle/packages/libiconv.py                  |    7 +
 build/bundle/packages/libjpeg.py                   |    6 +
 build/bundle/packages/libogg.py                    |    1 +
 build/bundle/packages/liboil.py                    |    8 +
 build/bundle/packages/libpng.py                    |    3 +
 build/bundle/packages/libproxy.py                  |    3 +
 build/bundle/packages/librsvg.py                   |    1 +
 build/bundle/packages/libsoup.py                   |    5 +
 build/bundle/packages/libtheora.py                 |    1 +
 build/bundle/packages/libtool.py                   |    1 +
 build/bundle/packages/libvorbis.py                 |    1 +
 build/bundle/packages/libxml2.py                   |    6 +
 build/bundle/packages/mono-addins.py               |    4 +
 build/bundle/packages/mono.py                      |   26 +
 build/bundle/packages/ndesk-dbus-glib.py           |    3 +
 build/bundle/packages/ndesk-dbus.py                |    3 +
 build/bundle/packages/pango.py                     |   21 +
 .../packages/patches/mono-runtime-relocation.patch |   70 +
 build/bundle/packages/pixman.py                    |    1 +
 build/bundle/packages/pkg-config.py                |    1 +
 build/bundle/packages/speex.py                     |    1 +
 build/bundle/packages/sqlite.py                    |    3 +
 build/bundle/packages/taglib-sharp.py              |    4 +
 build/bundle/packages/taglib.py                    |    3 +
 build/bundle/packages/tango-icon-theme.py          |    4 +
 build/bundle/packages/wavpack.py                   |    3 +
 build/bundle/profile.darwin.py                     |   63 +
 build/bundle/profile.linux.py                      |   16 +
 build/bundle/profile.mingw-cross.py                |   47 +
 build/bundle/skeleton.darwin/Contents/Info.plist   |   30 +
 .../Contents/Resources/Banshee.icns                |  Bin 0 -> 165218 bytes
 build/bundle/solitary/AssemblyItem.cs              |  175 ++
 build/bundle/solitary/DataItem.cs                  |   40 +
 build/bundle/solitary/Entry.cs                     |   91 +
 build/bundle/solitary/Item.cs                      |  168 ++
 build/bundle/solitary/Makefile                     |   23 +
 build/bundle/solitary/NativeLibraryItem.cs         |  117 +
 build/bundle/solitary/PathExtensions.cs            |   53 +
 build/bundle/solitary/ProcessTools.cs              |  109 +
 build/bundle/solitary/Solitary.cs                  |  173 ++
 build/bundle/solitary/SymlinkItem.cs               |   68 +
 build/m4/banshee/bnpx11.m4                         |    1 +
 build/m4/banshee/dap-ipod.m4                       |    2 +-
 build/m4/banshee/dap-mtp.m4                        |    2 +
 build/m4/banshee/gio.m4                            |    4 +
 build/m4/banshee/gstreamer.m4                      |   15 +-
 build/m4/banshee/gtk-sharp.m4                      |   10 +
 build/m4/banshee/libbanshee.m4                     |    8 +-
 build/m4/banshee/mono-addins.m4                    |    6 +-
 build/osx/README                                   |   14 +
 build/osx/autogen.sh                               |   39 -
 build/osx/build-deps.profile                       |    5 -
 build/osx/build-deps.sh                            |  159 --
 build/osx/build.env                                |   34 -
 build/osx/targets/bundle-00-base-libs.targets      |    7 -
 build/osx/targets/bundle-10-xiph-libs.targets      |   11 -
 build/osx/targets/bundle-20-extra-libs.targets     |    5 -
 build/osx/targets/bundle-30-gstreamer.targets      |   16 -
 build/osx/targets/bundle-40-managed-libs.targets   |    9 -
 build/osx/targets/gettext.targets                  |    4 -
 build/osx/targets/gst-plugins-base-docs-fix.patch  |   10 -
 build/osx/targets/gstreamer-docs-fix.patch         |   10 -
 build/pkg-config/banshee-1-nowplaying.pc.in        |   10 +
 build/tango/README                                 |    5 -
 build/tango/build-icon-theme                       |   35 -
 build/tango/extract-icon-theme                     |   29 -
 configure.ac                                       |   24 +-
 data/Makefile.am                                   |   12 +-
 data/addin-xml-strings.cs                          |  186 ++
 libbanshee/banshee-gst.c                           |    7 +-
 libbanshee/banshee-player-missing-elements.c       |   11 -
 libbanshee/banshee-player-private.h                |    7 +-
 libbanshee/libbanshee.vcproj                       |    4 +-
 po/POTFILES.in                                     |   38 +-
 po/ca.po                                           | 2720 ++++++++++++++------
 po/es.po                                           | 2065 ++++++++++++----
 po/fi.po                                           | 2343 +++++++++++++-----
 po/it.po                                           | 2170 ++++++++++++----
 po/ru.po                                           | 2448 ++++++++++++------
 po/sl.po                                           | 1829 ++++++++------
 po/sv.po                                           | 2213 ++++++++++++----
 src/AssemblyInfo.cs.in                             |    2 +-
 .../Banshee.GStreamer/PlayerEngine.cs              |    3 +
 .../Banshee.GStreamer/Banshee.GStreamer/Service.cs |    4 +-
 src/Backends/Banshee.Gio/Banshee.Gio.addin.xml     |    2 +-
 .../Banshee.Gio/Banshee.IO.Gio/DemuxVfs.cs         |    6 +-
 .../Banshee.Gio/Banshee.IO.Gio/Directory.cs        |   33 +-
 src/Backends/Banshee.Gio/Banshee.IO.Gio/Tests.cs   |   29 +-
 .../Banshee.Gnome/Banshee.GnomeBackend/Brasero.cs  |    5 +-
 .../Banshee.Hal/Banshee.HalBackend/DkDisk.cs       |  128 +
 .../Banshee.Hal/Banshee.HalBackend/Volume.cs       |   20 +-
 src/Backends/Banshee.Hal/Makefile.am               |    1 +
 src/Clients/Booter/Makefile.am                     |    7 +
 src/Clients/Booter/banshee-1.darwin.in             |   45 +
 .../Booter/{banshee-1.in => banshee-1.linux.in}    |    1 -
 src/Clients/Nereid/Nereid/PlayerInterface.cs       |   52 +-
 src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs |   15 +
 .../Banshee.Core/Banshee.Base/FileNamePattern.cs   |  256 +--
 src/Core/Banshee.Core/Banshee.Base/Paths.cs        |   14 +-
 .../Banshee.Core/Banshee.Base/PlatformHacks.cs     |   33 -
 .../Banshee.Collection/SampleTrackInfo.cs          |    2 +
 .../Banshee.Core/Banshee.Collection/TrackInfo.cs   |  207 +--
 src/Core/Banshee.Core/Banshee.Core.csproj          |    2 -
 src/Core/Banshee.Core/Banshee.IO/Provider.cs       |   31 +-
 .../Banshee.Core/Banshee.Streaming/StreamTagger.cs |   15 +-
 src/Core/Banshee.Core/Makefile.am                  |    5 -
 src/Core/Banshee.Core/Resources/contributors.xml   |   15 +-
 src/Core/Banshee.Core/Resources/translators.xml    |    3 +-
 .../DatabaseAlbumListModel.cs                      |    2 +
 .../DatabaseArtistListModel.cs                     |    2 +
 .../DatabaseFilterListModel.cs                     |   21 +-
 .../DatabaseQueryFilterModel.cs                    |    9 +
 .../DatabaseTrackInfo.cs                           |   11 +-
 .../DatabaseTrackListModel.cs                      |   32 +-
 .../IDatabaseTrackModelCache.cs                    |    2 +
 .../ISearchable.cs}                                |   18 +-
 .../Banshee.Collection/BansheeListModel.cs         |    9 +-
 .../Banshee.Collection/FilterListModel.cs          |    3 +-
 .../Banshee.Database/BansheeDbConnection.cs        |   12 +-
 .../Banshee.Database/BansheeDbFormatMigrator.cs    |   13 +-
 .../Banshee.Database/SortKeyUpdater.cs             |    4 +-
 .../Banshee.Hardware/HardwareManager.cs            |    2 +-
 .../Banshee.Library}/LibrarySchema.cs              |    5 +-
 .../Banshee.Library/LibrarySource.cs               |   10 +-
 .../Banshee.Library/MusicFileNamePattern.cs        |  166 ++
 .../Banshee.Library/MusicLibrarySource.cs          |   23 +-
 .../Banshee.Library}/Tests/FileNamePatternTests.cs |    4 +-
 .../Banshee.Library/ThreadPoolImportSource.cs      |    2 +-
 .../Banshee.Library/VideoLibrarySource.cs          |    2 +-
 .../Banshee.MediaEngine/PlayerEngineService.cs     |    2 +-
 .../Banshee.MediaProfiles/Pipeline.cs              |    1 +
 .../FileSystemQueryJob.cs                          |    8 +-
 .../Banshee.Metadata/BaseMetadataProvider.cs       |    2 +-
 .../Banshee.Metadata/MetadataService.cs            |   15 +-
 .../Banshee.Metadata/MetadataServiceJob.cs         |    2 +
 .../Banshee.Metadata/SaveTrackMetadataJob.cs       |    2 +-
 .../Banshee.Metadata/SaveTrackMetadataService.cs   |    2 +-
 .../Tests/TaglibReadWriteTests.cs                  |    2 +-
 .../PlaylistFormatBase.cs                          |    2 +
 .../Banshee.Playlists.Formats/PlaylistParser.cs    |    2 +
 .../Banshee.Playlists.Formats/PlsPlaylistFormat.cs |    2 +
 .../Tests/PlaylistFormatTests.cs                   |   90 +-
 .../Banshee.ServiceStack/Application.cs            |    2 +
 src/Core/Banshee.Services/Banshee.Services.csproj  |    2 -
 .../Banshee.Sources/DatabaseSource.cs              |   12 +-
 .../Banshee.Sources/ErrorSource.cs                 |    5 +-
 .../Banshee.Sources/PrimarySource.cs               |   14 +-
 .../Banshee.Sources/SourceManager.cs               |   10 +-
 .../Banshee.Services/Banshee.Web/BaseHttpServer.cs |   54 +-
 src/Core/Banshee.Services/Banshee.Web/Browser.cs   |    2 +-
 src/Core/Banshee.Services/Makefile.am              |    7 +-
 .../Banshee.Addins.Gui/AddinDetailsDialog.cs       |   96 -
 .../Banshee.Addins.Gui/AddinTile.cs                |  225 --
 .../Banshee.Addins.Gui/AddinView.cs                |  272 +--
 .../Banshee.Collection.Gui/ArtworkManager.cs       |  166 +-
 .../Banshee.Collection.Gui/BaseTrackListView.cs    |    6 +-
 .../ColumnCellStatusIndicator.cs                   |    2 +
 .../Banshee.Collection.Gui/CoverArtEditor.cs       |  209 ++
 .../Banshee.Collection.Gui/SearchableListView.cs   |  285 ++
 .../Banshee.Collection.Gui/TrackFilterListView.cs  |    2 +-
 .../Banshee.Gui.Dialogs/AboutDialog.cs             |    6 +-
 .../Banshee.Gui.Dialogs/ConfirmShutdownDialog.cs   |    5 +-
 .../DefaultApplicationHelperDialog.cs              |    2 +-
 .../BasicTrackDetailsPage.cs                       |   46 +-
 .../Banshee.Gui.TrackEditor/FieldOptions.cs        |    3 +-
 .../Banshee.Gui.TrackEditor/FieldPage.cs           |   26 +-
 .../Banshee.Gui.TrackEditor/RangeEntry.cs          |    4 +-
 .../Banshee.Gui.TrackEditor/SpinButtonEntry.cs     |   11 +
 .../Banshee.Gui.TrackEditor/TrackEditorDialog.cs   |   60 +-
 .../Banshee.Gui.Widgets/ConnectedMessageBar.cs     |    5 +-
 .../Banshee.Gui.Widgets/CoverArtDisplay.cs         |   90 +
 .../Banshee.Gui.Widgets/TrackInfoDisplay.cs        |   64 +-
 .../Banshee.Gui.Widgets/UserJobTile.cs             |    6 +-
 .../Banshee.Gui.Widgets/UserJobTileHost.cs         |    8 +-
 .../Banshee.Gui/BansheeActionGroup.cs              |  130 +-
 .../Banshee.Gui/BaseClientWindow.cs                |    2 +
 .../Banshee.Gui/GtkBaseClient.cs                   |    7 +-
 .../Banshee.Gui/InterfaceActionService.cs          |  133 +-
 .../Banshee.Gui/SourceActions.cs                   |    8 +-
 .../Banshee.Gui/TrackActions.cs                    |   10 +-
 .../Banshee.ThickClient/Banshee.Gui/ViewActions.cs |    4 +-
 .../Banshee.Library.Gui/FileImportSource.cs        |    2 +-
 .../Banshee.Library.Gui/ImportDialog.cs            |    8 +-
 .../ProfileConfigurationDialog.cs                  |    2 +
 .../DefaultPreferenceWidgets.cs                    |   62 +-
 .../Banshee.Preferences.Gui/WidgetFactory.cs       |    4 +-
 .../Banshee.SmartPlaylist.Gui/Editor.cs            |    1 +
 .../FilteredListSourceContents.cs                  |    5 +-
 .../Banshee.Sources.Gui/LazyLoadSourceContents.cs  |   86 +
 .../Banshee.Sources.Gui/SourceComboBox.cs          |    6 +-
 .../Banshee.Sources.Gui/SourceModel.cs             |   10 +-
 .../Banshee.Sources.Gui/SourceView.cs              |   11 +-
 .../Banshee.Sources.Gui/SourceView_DragAndDrop.cs  |    4 +-
 .../Banshee.ThickClient/Banshee.ThickClient.csproj |    4 +-
 src/Core/Banshee.ThickClient/Makefile.am           |   11 +-
 .../Resources/core-ui-actions-layout.xml           |    2 +-
 src/Core/Banshee.Widgets/Banshee.Widgets.csproj    |    2 -
 .../Banshee.Widgets/DictionaryComboBox.cs          |   81 +-
 src/Core/Banshee.Widgets/Makefile.am               |    2 -
 .../Banshee.Dap.Ipod/Banshee.Dap.Ipod.addin.xml    |    4 +-
 .../Banshee.Dap.Ipod/IpodSource.cs                 |    8 +-
 .../Banshee.Dap.Ipod/PodSleuthDevice.cs            |    4 +-
 .../Banshee.Dap.Ipod/UnsupportedDatabaseView.cs    |    2 +
 .../Banshee.Dap.Karma/Banshee.Dap.Karma.addin.xml  |    4 +-
 .../Banshee.Dap.MassStorage.addin.xml              |    7 +-
 .../Banshee.Dap.MassStorage/AndroidDevice.cs       |    2 +-
 .../Banshee.Dap.MassStorage/MassStorageSource.cs   |    4 +-
 src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp.addin.xml  |    4 +-
 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapActions.cs  |    8 +-
 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs  |   62 +-
 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapInfoBar.cs  |    3 +-
 .../Banshee.Dap.Gui/LibrarySyncOptions.cs          |  165 ++
 src/Dap/Banshee.Dap/Banshee.Dap.addin.xml          |    1 -
 src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs  |   58 +-
 src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs      |   13 +-
 src/Dap/Banshee.Dap/Banshee.Dap/DapSync.cs         |  180 +-
 src/Dap/Banshee.Dap/Banshee.Dap/RemovableSource.cs |    6 +-
 src/Dap/Banshee.Dap/Makefile.am                    |    1 +
 .../Banshee.AudioCd/Banshee.AudioCd.addin.xml      |    4 +-
 .../Banshee.AudioCd/AudioCdRipper.cs               |    7 +-
 .../Banshee.Audiobook/Banshee.Audiobook.addin.xml  |   22 +
 .../Banshee.Audiobook/Banshee.Audiobook.csproj     |   84 +
 .../Banshee.Audiobook/AudiobookFileNamePattern.cs  |  148 ++
 .../Banshee.Audiobook/AudiobookLibrarySource.cs    |   92 +
 src/Extensions/Banshee.Audiobook/Makefile.am       |   12 +
 .../Banshee.BooScript/Banshee.BooScript.addin.xml  |    4 +-
 .../Banshee.Bookmarks/Banshee.Bookmarks.addin.xml  |    4 +-
 .../Banshee.Bookmarks/BookmarksService.cs          |    6 +-
 src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml   |    4 +-
 .../Banshee.CoverArt/Banshee.CoverArt.addin.xml    |    4 +-
 .../Banshee.CoverArt/CoverArtJob.cs                |   26 +-
 .../Banshee.CoverArt/CoverArtService.cs            |    7 +-
 src/Extensions/Banshee.Daap/Banshee.Daap.addin.xml |    4 +-
 .../Banshee.Daap/DaapProxyWebServer.cs             |   15 +-
 .../Banshee.Daap/Banshee.Daap/DaapService.cs       |    8 +-
 .../Banshee.Emusic/Banshee.Emusic.addin.xml        |   27 +
 .../Banshee.Emusic/Banshee.Emusic.csproj           |   76 +
 .../DownloadManager/DownloadManagerInterface.cs    |  153 ++
 .../DownloadManager/DownloadUserJob.cs             |  144 +
 .../Banshee.Emusic/Banshee.Emusic/EmusicImport.cs  |   93 +
 .../Banshee.Emusic/Banshee.Emusic/EmusicService.cs |  157 ++
 src/Extensions/Banshee.Emusic/Makefile.am          |   15 +
 .../Banshee.FileSystemQueue.addin.xml              |    6 +-
 .../FileSystemQueueSource.cs                       |    4 +-
 .../Banshee.InternetArchive.addin.xml              |    4 +-
 .../Banshee.InternetArchive/DetailsSource.cs       |   10 +-
 .../Banshee.InternetArchive/DetailsView.cs         |   15 +-
 .../Banshee.InternetArchive/HomeSource.cs          |    4 +-
 .../Banshee.InternetArchive/SearchSource.cs        |    3 +-
 .../InternetArchive/Search.cs                      |    3 +-
 .../22x22/categories/internet-archive.png          |  Bin 0 -> 1304 bytes
 .../Banshee.InternetRadio.addin.xml                |    4 +-
 .../Banshee.InternetRadio/InternetRadioSource.cs   |    4 +-
 .../Banshee.Lastfm.Radio/LastfmSource.cs           |    7 +-
 .../Banshee.Lastfm.Radio/LastfmSourceContents.cs   |   10 +-
 .../Banshee.Lastfm.Radio/LastfmTrackInfo.cs        |    2 +
 .../Banshee.Lastfm.Radio/StationEditor.cs          |    3 +-
 .../RecommendationPane.cs                          |    2 +-
 .../Banshee.Lastfm/Banshee.Lastfm.addin.xml        |    4 +-
 .../Banshee.MiniMode/Banshee.MiniMode.addin.xml    |    3 +-
 .../Banshee.MiniMode/SourceModel.cs                |    4 +-
 .../Banshee.Moblin/Banshee.Moblin.addin.xml        |    1 -
 .../Banshee.Moblin/RecentAlbumsView.cs             |    1 +
 .../Banshee.MultimediaKeys.addin.xml               |    4 +-
 src/Extensions/Banshee.MultimediaKeys/Makefile.am  |    2 +-
 .../Banshee.NotificationArea.addin.xml             |    4 +-
 .../NotificationAreaService.cs                     |   15 +-
 .../Banshee.NowPlaying/NowPlayingContents.cs       |   22 +-
 .../Banshee.NowPlaying/NowPlayingInterface.cs      |   21 +-
 .../Banshee.NowPlaying/NowPlayingSource.cs         |   24 +-
 .../Banshee.PlayQueue/Banshee.PlayQueue.addin.xml  |    4 +-
 .../Banshee.PlayQueue/PlayQueueActions.cs          |    5 +-
 .../Banshee.PlayQueue/PlayQueueSource.cs           |    2 +-
 .../Banshee.PlayerMigration.addin.xml              |    4 +-
 .../ItunesPlayerImportDialogs.cs                   |   18 +-
 .../ItunesPlayerImportSource.cs                    |    3 +
 .../Banshee.Podcasting.Data/PodcastSource.cs       |    7 +-
 .../Banshee.Podcasting.Data/PodcastTrackInfo.cs    |    4 +
 .../PodcastTrackListModel.cs                       |    5 +
 .../Banshee.Podcasting.Gui/PodcastActions.cs       |    9 +-
 .../Dialog/PodcastFeedPropertiesDialog.cs          |   16 +-
 .../Banshee.Podcasting.addin.xml                   |    4 +-
 .../Banshee.Podcasting/PodcastService.cs           |   75 +-
 .../Banshee.Podcasting/PodcastService_Interface.cs |    3 -
 .../Banshee.Torrent/Banshee.Torrent.addin.xml      |    4 +-
 .../Banshee.Wikipedia/Banshee.Wikipedia.addin.xml  |    4 +-
 .../Banshee.Wikipedia/WikipediaView.cs             |    8 -
 src/Extensions/Banshee.Wikipedia/Makefile.am       |    2 +-
 src/Extensions/Makefile.am                         |    2 +
 .../Accessibility/ColumnCellAccessible.cs          |    2 +
 .../ColumnHeaderCellTextAccessible.cs              |    2 +
 .../Accessibility/ListViewAccessible.cs            |    2 +
 .../Accessibility/ListViewAccessible_Selection.cs  |    2 +
 .../Accessibility/ListViewAccessible_Table.cs      |    2 +
 .../Hyena.Data.Gui/ListView/ListView_Rendering.cs  |    2 +-
 .../Hyena.Data.Gui/ListView/ListView_Windowing.cs  |    4 +
 src/Libraries/Hyena.Gui/Hyena.Gui.csproj           |    7 +-
 src/Libraries/Hyena.Gui/Hyena.Gui/ActionManager.cs |  170 ++
 .../Hyena.Gui/Hyena.Gui/BaseWidgetAccessible.cs    |    2 +
 .../Hyena.Gui/Hyena.Gui}/DragDropList.cs           |    2 +-
 .../Hyena.Gui/Hyena.Gui/HyenaActionGroup.cs        |  175 ++
 .../Hyena.Gui/Hyena.Widgets/EntryPopup.cs          |  226 ++
 .../Hyena.Gui/Hyena.Widgets/GenericToolItem.cs}    |   19 +-
 .../Hyena.Gui/Hyena.Widgets}/HigMessageDialog.cs   |   54 +-
 .../Hyena.Gui/Hyena.Widgets/MenuButton.cs          |    1 +
 .../Hyena.Gui/Hyena.Widgets/RatingEntry.cs         |    2 +
 .../Hyena.Gui/Hyena.Widgets/SimpleTable.cs         |  103 +
 src/Libraries/Hyena.Gui/Makefile.am                |    7 +
 src/Libraries/Hyena/Hyena.Collections/LruCache.cs  |   48 +-
 .../Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs  |   14 +-
 .../Hyena.Data.Sqlite/HyenaSqliteConnection.cs     |   12 +-
 .../Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs    |   41 +-
 src/Libraries/Hyena/Hyena.csproj                   |    3 +
 src/Libraries/Hyena/Hyena/ApplicationContext.cs    |  112 +
 src/Libraries/Hyena/Hyena/StringUtil.cs            |   10 +-
 src/Libraries/Hyena/Hyena/Tests/StringUtilTests.cs |   15 +-
 .../Hyena/Hyena}/ThreadAssist.cs                   |   30 +-
 src/Libraries/Hyena/Hyena/UndoManager.cs           |   24 +-
 .../Hyena/Hyena}/XdgBaseDirectorySpec.cs           |   14 +-
 src/Libraries/Hyena/Makefile.am                    |    5 +-
 .../Lastfm/Lastfm/AudioscrobblerConnection.cs      |    2 +-
 src/Libraries/Migo/Migo.Net/AsyncWebClient.cs      |    1 +
 src/Libraries/Migo/Migo.Syndication/Feed.cs        |    1 +
 src/Libraries/Migo/Migo.Syndication/RssParser.cs   |    5 +-
 .../Media.Playlists.Xspf/Tests/XspfTests.cs        |   31 +-
 .../Mono.Media/Media.Playlists.Xspf/Track.cs       |   12 +-
 src/Libraries/Mtp/Makefile.am                      |    4 +
 src/Libraries/Mtp/Mtp/AbstractTrackList.cs         |    2 +-
 src/Libraries/Mtp/Mtp/Album.cs                     |   38 +-
 src/Libraries/Mtp/Mtp/Error.cs                     |   94 +-
 src/Libraries/Mtp/Mtp/ErrorCode.cs                 |   42 +-
 src/Libraries/Mtp/Mtp/FileSampleData.cs            |   32 +-
 src/Libraries/Mtp/Mtp/FileType.cs                  |   90 +-
 src/Libraries/Mtp/Mtp/Folder.cs                    |  462 ++--
 src/Libraries/Mtp/Mtp/MtpDevice.cs                 |  848 +++---
 src/Libraries/Mtp/Mtp/Playlist.cs                  |   44 +-
 src/Libraries/Mtp/Mtp/Track.cs                     |  470 ++--
 tests/Makefile.am                                  |    4 +
 .../Mono.Media/xspf/{xspf-1.xsd => xspf-1_0.2.xsd} |  249 +-
 383 files changed, 20668 insertions(+), 8586 deletions(-)
---



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