[banshee/watcher: 71/72] Merge branch 'master' into watcher



commit 126e81286a6ed958998ae59512870c0403d91a27
Merge: 0576f5b... ae88a12...
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Sat Dec 19 11:34:47 2009 +1100

    Merge branch 'master' into watcher

 .gitignore                                         |    2 +
 Makefile.am                                        |   10 +-
 NEWS                                               |    2 +-
 autogen.sh                                         |    2 +-
 build/AddinXmlStringExtractor.cs                   |   47 +
 build/Makefile.am                                  |    7 +-
 build/build.environment.mk                         |    1 +
 build/m4/banshee/gtk-sharp.m4                      |   10 +
 build/m4/banshee/libbanshee.m4                     |    8 +-
 build/osx/build-deps.profile                       |    2 -
 build/osx/build.env                                |    5 +-
 build/osx/targets/bundle-00-base-libs.targets      |    4 +-
 build/osx/targets/bundle-10-xiph-libs.targets      |    6 +-
 build/osx/targets/bundle-20-extra-libs.targets     |    4 +-
 build/osx/targets/bundle-30-gstreamer.targets      |   10 +-
 build/osx/targets/bundle-40-managed-libs.targets   |    2 +-
 build/osx/targets/gettext.targets                  |    4 -
 build/osx/targets/gst-plugins-base-docs-fix.patch  |   10 -
 build/osx/targets/gstreamer-docs-fix.patch         |   10 -
 configure.ac                                       |    8 +-
 data/Makefile.am                                   |   12 +-
 data/addin-xml-strings.cs                          |  180 ++
 po/POTFILES.in                                     |   31 +
 po/es.po                                           | 1422 +++++++++---
 po/ru.po                                           | 2448 +++++++++++++-------
 .../Banshee.Hal/Banshee.HalBackend/DkDisk.cs       |  128 +
 .../Banshee.Hal/Banshee.HalBackend/Volume.cs       |   20 +-
 src/Backends/Banshee.Hal/Makefile.am               |    1 +
 src/Clients/Nereid/Nereid/PlayerInterface.cs       |    9 +-
 src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs |   13 +
 .../Banshee.Core/Banshee.Collection/TrackInfo.cs   |    4 +
 .../DatabaseAlbumListModel.cs                      |    2 +
 .../DatabaseArtistListModel.cs                     |    2 +
 .../DatabaseFilterListModel.cs                     |   21 +-
 .../DatabaseQueryFilterModel.cs                    |    9 +
 .../DatabaseTrackListModel.cs                      |   19 +-
 .../IDatabaseTrackModelCache.cs                    |    2 +
 .../Banshee.Collection.Database/ISearchable.cs     |   39 +
 .../Banshee.MediaEngine/PlayerEngineService.cs     |    2 +-
 .../FileSystemQueryJob.cs                          |    8 +-
 .../Banshee.Metadata/BaseMetadataProvider.cs       |    2 +-
 .../Banshee.Metadata/MetadataService.cs            |   13 +-
 .../Banshee.Metadata/MetadataServiceJob.cs         |    2 +
 .../Banshee.Sources/DatabaseSource.cs              |   12 +-
 .../Banshee.Services/Banshee.Web/BaseHttpServer.cs |    6 +-
 src/Core/Banshee.Services/Makefile.am              |    1 +
 .../Banshee.Addins.Gui/AddinTile.cs                |    4 +-
 .../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 +-
 .../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/TrackInfoDisplay.cs        |   64 +-
 .../Banshee.Gui/GtkBaseClient.cs                   |    2 +
 src/Core/Banshee.ThickClient/Makefile.am           |    6 +
 .../Banshee.Widgets/DictionaryComboBox.cs          |   81 +-
 .../Banshee.Dap.Ipod/IpodSource.cs                 |    8 +-
 .../Banshee.Dap.Ipod/PodSleuthDevice.cs            |    4 +-
 src/Dap/Banshee.Dap/Banshee.Dap.Gui/DapContent.cs  |   62 +-
 .../Banshee.Dap.Gui/LibrarySyncOptions.cs          |  165 ++
 src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs  |   56 +-
 src/Dap/Banshee.Dap/Banshee.Dap/DapService.cs      |   13 +-
 src/Dap/Banshee.Dap/Banshee.Dap/DapSync.cs         |  185 +-
 src/Dap/Banshee.Dap/Makefile.am                    |    1 +
 .../Banshee.Audiobook/Banshee.Audiobook.addin.xml  |   22 +
 .../Banshee.Audiobook/Banshee.Audiobook.csproj     |   84 +
 .../Banshee.Audiobook/AudiobookLibrarySource.cs    |   84 +
 src/Extensions/Banshee.Audiobook/Makefile.am       |   12 +
 .../Banshee.CoverArt/CoverArtJob.cs                |   26 +-
 .../Banshee.Daap/Banshee.Daap/DaapService.cs       |    5 +-
 .../Banshee.InternetArchive/DetailsSource.cs       |    9 +-
 .../Banshee.InternetArchive/DetailsView.cs         |   15 +-
 .../Banshee.InternetArchive/HomeSource.cs          |    2 +-
 .../22x22/categories/internet-archive.png          |  Bin 0 -> 1304 bytes
 .../Banshee.Lastfm.Radio/LastfmSourceContents.cs   |    1 +
 .../Banshee.Moblin/RecentAlbumsView.cs             |    1 +
 .../Banshee.MultimediaKeys.addin.xml               |    0
 src/Extensions/Banshee.MultimediaKeys/Makefile.am  |    2 +-
 .../NotificationAreaService.cs                     |   15 +-
 .../Banshee.Podcasting/PodcastService.cs           |   80 +-
 .../Banshee.Podcasting/PodcastService_Interface.cs |    3 -
 .../Banshee.Wikipedia/WikipediaView.cs             |    8 -
 src/Extensions/Banshee.Wikipedia/Makefile.am       |    2 +-
 src/Extensions/Makefile.am                         |    1 +
 .../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 +
 .../Hyena.Gui/Hyena.Gui/BaseWidgetAccessible.cs    |    2 +
 .../Hyena.Gui/Hyena.Widgets/EntryPopup.cs          |  226 ++
 .../Hyena.Gui/Hyena.Widgets/RatingEntry.cs         |    2 +
 .../Hyena.Gui/Hyena.Widgets/SimpleTable.cs         |  103 +
 src/Libraries/Hyena.Gui/Makefile.am                |    2 +
 src/Libraries/Hyena/Hyena.Collections/LruCache.cs  |   10 +
 .../Hyena/Hyena.Data.Sqlite/HyenaSqliteCommand.cs  |   14 +-
 .../Hyena.Data.Sqlite/HyenaSqliteConnection.cs     |   12 +-
 .../Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs    |   41 +-
 107 files changed, 5303 insertions(+), 1530 deletions(-)
---



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