[banshee/podcast-ng] [podcast-ng] Purged MiroGuide related features



commit 00903427ce69b4e0e35c3db45aacd23f6bbd9e4d
Author: Mike Urbanski <michael c urbanski gmail com>
Date:   Mon Nov 29 19:28:44 2010 -0600

    [podcast-ng] Purged MiroGuide related features

 src/Extensions/Banshee.Paas/Banshee.Paas.csproj    |   75 +--
 .../GetCategoriesCompletedEventArgs.cs             |   47 --
 .../MiroGuideClient/GetChannelsEventArgs.cs        |   54 --
 .../MiroGuideClient/MiroGuideAccountInfo.cs        |  107 ---
 .../MiroGuideClient/MiroGuideCategoryInfo.cs       |   51 --
 .../MiroGuideClient/MiroGuideChannelInfo.cs        |  111 ---
 .../MiroGuideClient/MiroGuideClient.cs             |  750 --------------------
 .../MiroGuideClient/MiroGuideClientError.cs        |   36 -
 .../MiroGuideClient/MiroGuideClientMethod.cs       |   37 -
 .../MiroGuideClient/MiroGuideFilterType.cs         |   44 --
 .../MiroGuideMethodCompletedEventArgs.cs           |   46 --
 .../MiroGuideClient/MiroGuideRequestState.cs       |  132 ----
 .../MiroGuideClient/MiroGuideSortType.cs           |   15 -
 .../MiroGuideClient/RequestCompletedEventArgs.cs   |   55 --
 .../MiroGuideClient/SearchContext.cs               |  126 ----
 .../MiroGuideClient/ServiceMethodFlags.cs          |   37 -
 .../SubscriptionRequestedEventArgs.cs              |   55 --
 .../Banshee.Paas/Banshee.Paas.Gui/PaasActions.cs   |   25 -
 .../ChannelInfoPreview.cs                          |   88 ---
 .../ColumnCellChannel.cs                           |  168 -----
 .../MiroGuideAccountDialog.cs                      |  153 ----
 .../Banshee.Paas.MiroGuide.Gui/MiroGuideActions.cs |  197 -----
 .../MiroGuideCategoryListView.cs                   |   51 --
 .../MiroGuideChannelListView.cs                    |   69 --
 .../MiroGuideLoginForm.cs                          |  143 ----
 .../MiroGuideSearchEntry.cs                        |   55 --
 .../ReflectionInfoWidget.cs                        |  164 -----
 .../SortPreferenceActionButton.cs                  |   79 --
 .../SortPreferenceChangedEventArgs.cs              |   51 --
 .../SourceContents/BrowserSourceContents.cs        |   98 ---
 .../SourceContents/ChannelSourceContents.cs        |  183 -----
 .../SourceContents/MiroGuideSourceContents.cs      |   71 --
 .../MiroGuideCategoryListModel.cs                  |   41 --
 .../MiroGuideChannelListModel.cs                   |   46 --
 .../MiroGuideImageFetchJob.cs                      |   86 ---
 .../MiroGuideInterfaceManager.cs                   |   74 --
 .../MiroGuideSearchFilter.cs                       |   13 -
 .../Sources/BrowseChannelsSource.cs                |  136 ----
 .../Sources/ChannelSource.cs                       |  421 -----------
 .../Sources/FeaturedChannelsSource.cs              |   61 --
 .../Sources/HDChannelsSource.cs                    |   62 --
 .../Sources/MiroGuideSource.cs                     |   50 --
 .../Sources/MiroGuideSourcePosition.cs             |   41 --
 .../Sources/PopularChannelsSource.cs               |   61 --
 .../Sources/RecommendedChannelsSource.cs           |   46 --
 .../Banshee.Paas.MiroGuide/Sources/SearchSource.cs |  158 ----
 .../Sources/TopRatedChannelsSource.cs              |   61 --
 .../Banshee.Paas/Banshee.Paas/PaasService.cs       |   85 ---
 src/Extensions/Banshee.Paas/Makefile.am            |   49 +--
 src/Extensions/Banshee.Paas/Resources/GlobalUI.xml |    9 +-
 .../Resources/MiroGuideActiveSourceUI.xml          |    7 -
 .../Banshee.Paas/Resources/MiroGuideUI.xml         |   23 -
 52 files changed, 19 insertions(+), 4884 deletions(-)
---
diff --git a/src/Extensions/Banshee.Paas/Banshee.Paas.csproj b/src/Extensions/Banshee.Paas/Banshee.Paas.csproj
index db5d6e3..0268e0e 100644
--- a/src/Extensions/Banshee.Paas/Banshee.Paas.csproj
+++ b/src/Extensions/Banshee.Paas/Banshee.Paas.csproj
@@ -34,9 +34,15 @@
     <Reference Include="System" />
     <Reference Include="System.Xml.Linq" />
     <Reference Include="Mono.Cairo" />
-    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
-    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
-    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
     <Reference Include="Mono.Posix" />
     <Reference Include="System.Data" />
   </ItemGroup>
@@ -44,22 +50,6 @@
     <Compile Include="Banshee.Paas\Banshee.Paas\PaasImageFetchJob.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas\PaasService.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas\PaasSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\GetCategoriesCompletedEventArgs.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\GetChannelsEventArgs.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideAccountInfo.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideCategoryInfo.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideChannelInfo.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideClient.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideClientError.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideClientMethod.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideFilterType.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideMethodCompletedEventArgs.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideRequestState.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\MiroGuideSortType.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\RequestCompletedEventArgs.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\SearchContext.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\ServiceMethodFlags.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.Aether\MiroGuideClient\SubscriptionRequestedEventArgs.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Aether\SyndicationClient\ChannelUpdateCompletedEventArgs.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Aether\SyndicationClient\ChannelUpdateManager.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Aether\SyndicationClient\ChannelUpdateTask.cs" />
@@ -113,44 +103,11 @@
     <Compile Include="Banshee.Paas\Banshee.Paas.Gui\PaasItemView.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Gui\PaasSourceContents.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Gui\PaasUnheardFilterView.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\BrowseChannelsSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\ChannelSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\FeaturedChannelsSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\HDChannelsSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\MiroGuideSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\MiroGuideSourcePosition.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\PopularChannelsSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\RecommendedChannelsSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\SearchSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\Sources\TopRatedChannelsSource.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\MiroGuideCategoryListModel.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\MiroGuideChannelListModel.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\MiroGuideImageFetchJob.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\MiroGuideInterfaceManager.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide\MiroGuideSearchFilter.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\SourceContents\BrowserSourceContents.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\SourceContents\ChannelSourceContents.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\SourceContents\MiroGuideSourceContents.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\ChannelInfoPreview.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\ColumnCellChannel.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\MiroGuideAccountDialog.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\MiroGuideActions.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\MiroGuideCategoryListView.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\MiroGuideChannelListView.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\MiroGuideLoginForm.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\MiroGuideSearchEntry.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\ReflectionInfoWidget.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\SortPreferenceActionButton.cs" />
-    <Compile Include="Banshee.Paas\Banshee.Paas.MiroGuide.Gui\SortPreferenceChangedEventArgs.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Utils\OpmlParser.cs" />
     <Compile Include="Banshee.Paas\Banshee.Paas.Utils\StringUtils.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
-    <ProjectReference Include="..\..\Libraries\Hyena\Hyena.csproj">
-      <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
-      <Name>Hyena</Name>
-    </ProjectReference>
     <ProjectReference Include="..\..\Core\Banshee.Core\Banshee.Core.csproj">
       <Project>{2ADB831A-A050-47D0-B6B9-9C19D60233BB}</Project>
       <Name>Banshee.Core</Name>
@@ -159,10 +116,6 @@
       <Project>{B28354F0-BA87-44E8-989F-B864A3C7C09F}</Project>
       <Name>Banshee.Services</Name>
     </ProjectReference>
-    <ProjectReference Include="..\..\Libraries\Hyena.Gui\Hyena.Gui.csproj">
-      <Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
-      <Name>Hyena.Gui</Name>
-    </ProjectReference>
     <ProjectReference Include="..\..\Core\Banshee.Widgets\Banshee.Widgets.csproj">
       <Project>{A3701765-E571-413D-808C-9788A22791AF}</Project>
       <Name>Banshee.Widgets</Name>
@@ -175,6 +128,14 @@
       <Project>{599406D8-2723-44D7-9FEE-AB30BFD70F0D}</Project>
       <Name>Migo2</Name>
     </ProjectReference>
+    <ProjectReference Include="..\..\Hyena\Hyena\Hyena.csproj">
+      <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project>
+      <Name>Hyena</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\..\Hyena\Hyena.Gui\Hyena.Gui.csproj">
+      <Project>{C856EFD8-E812-4E61-8B76-E3583D94C233}</Project>
+      <Name>Hyena.Gui</Name>
+    </ProjectReference>
   </ItemGroup>
   <ProjectExtensions>
     <MonoDevelop>
@@ -195,7 +156,5 @@
     <None Include="Banshee.Paas.addin.xml" />
     <None Include="Resources\ActiveSourceUI.xml" />
     <None Include="Resources\GlobalUI.xml" />
-    <None Include="Resources\MiroGuideActiveSourceUI.xml" />
-    <None Include="Resources\MiroGuideUI.xml" />
   </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas.Gui/PaasActions.cs b/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas.Gui/PaasActions.cs
index 8f2ee86..c443965 100644
--- a/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas.Gui/PaasActions.cs
+++ b/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas.Gui/PaasActions.cs
@@ -104,16 +104,6 @@ namespace Banshee.Paas.Gui
                      Catalog.GetString ("Export Selected as OPML"), null,
                      null, OnPaasExportOpmlHandler
                 ),
-//                new ActionEntry (
-//                    "PaasMiroGuideSubscribeAction", null,
-//                     Catalog.GetString ("Export Selected to Miro Guide"), null,
-//                     null, OnPaasMiroguideSubscribeHandler
-//                ),
-//                new ActionEntry (
-//                    "PaasMiroGuideGetSubscriptionsAction", null,
-//                     Catalog.GetString ("Import Channels from Miro Guide"), null,
-//                     null, OnPaasGetMiroGuideSubscriptionsHandler
-//                ),
                 new ActionEntry (
                     "PaasItemDownloadAction", Stock.SaveAs,
                      Catalog.GetString ("Download"), null,
@@ -524,11 +514,6 @@ namespace Banshee.Paas.Gui
             return response;
         }
 
-//        private void ExportToMiroGuide (IEnumerable<PaasChannel> channels)
-//        {
-//            service.MiroGuideClient.AddSubscriptionsAsync (channels.Select (c => c.Url));
-//        }
-
         private void ExportToOpml (IEnumerable<PaasChannel> channels)
         {
             if (channels.Count () == 0) {
@@ -567,16 +552,6 @@ namespace Banshee.Paas.Gui
             chooser.Run ();
         }
 
-//        private void OnPaasMiroguideSubscribeHandler (object sender, EventArgs e)
-//        {
-//            ExportToMiroGuide (GetSelectedChannels ());
-//        }
-//
-//        private void OnPaasGetMiroGuideSubscriptionsHandler (object sender, EventArgs e)
-//        {
-//            service.MiroGuideClient.GetSubscriptionsAsync ();
-//        }
-
         private void OnPaasExportOpmlHandler (object sender, EventArgs e)
         {
             ExportToOpml (GetSelectedChannels ());
diff --git a/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs b/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs
index 62100d2..03e35dd 100644
--- a/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs
+++ b/src/Extensions/Banshee.Paas/Banshee.Paas/Banshee.Paas/PaasService.cs
@@ -56,12 +56,7 @@ using Banshee.Paas.Gui;
 using Banshee.Paas.Data;
 using Banshee.Paas.Utils;
 
-using Banshee.Paas.MiroGuide;
-using Banshee.Paas.MiroGuide.Gui;
-
 using Banshee.Paas.Aether;
-using Banshee.Paas.Aether.MiroGuide;
-
 using Banshee.Paas.Aether.Syndication;
 
 using Banshee.Paas.DownloadManager;
@@ -86,15 +81,8 @@ namespace Banshee.Paas
         );
 
         private PaasSource source;
-
-        private MiroGuideClient mg_client;
-        private MiroGuideInterfaceManager mg_interface_manager;
-        public static MiroGuideAccountInfo MiroGuideAccount;
-
         private SyndicationClient syndication_client;
 
-        private AutoResetEvent client_handle;
-
         private PaasDownloadManager download_manager;
         private DownloadManagerInterface download_manager_interface;
 
@@ -117,10 +105,6 @@ namespace Banshee.Paas
             get { return source; }
         }
 
-        public MiroGuideClient MiroGuideClient {
-            get { return mg_client; }
-        }
-
         public SyndicationClient SyndicationClient {
             get { return syndication_client; }
         }
@@ -133,18 +117,6 @@ namespace Banshee.Paas
 
         static PaasService ()
         {
-            MiroGuideAccount = new MiroGuideAccountInfo (
-                MiroGuideServiceUri.Get (), MiroGuideSessionID.Get (),
-                MiroGuideUsername.Get (), MiroGuidePasswordHash.Get ()
-            );
-
-            MiroGuideAccount.Updated += (sender, e) => {
-                MiroGuideUsername.Set (MiroGuideAccount.Username);
-                MiroGuidePasswordHash.Set (MiroGuideAccount.PasswordHash);
-                MiroGuideSessionID.Set (MiroGuideAccount.SessionID);
-                MiroGuideServiceUri.Set (MiroGuideAccount.ServiceUri);
-            };
-
             ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => {
                 return true;
             };
@@ -170,30 +142,6 @@ namespace Banshee.Paas
                 source.Save ();
             }
 
-            client_handle = new AutoResetEvent (true);
-
-            mg_client = new MiroGuideClient (MiroGuideAccount) {
-                UserAgent = Banshee.Web.Browser.UserAgent,
-            };
-
-            mg_client.StateChanged += (sender, e) => {
-                if (e.NewState == AetherClientState.Idle) {
-                    DecrementUpdateCount ();
-                    client_handle.Set ();
-                } else {
-                    IncrementUpdateCount ();
-                    client_handle.Reset ();
-                }
-            };
-
-            mg_client.SubscriptionRequested += (sender, e) => {
-                if (e.Uri != null) {
-                    SubscribeToChannel (e.Uri);
-                } else if (e.Uris != null) {
-                    SubscribeToChannels (e.Uris);
-                }
-            };
-
             syndication_client = new SyndicationClient (source);
 
             syndication_client.StateChanged += (sender, e) => {
@@ -268,14 +216,6 @@ namespace Banshee.Paas
             DisposeInterface ();
             ServiceManager.Get<DBusCommandService> ().ArgumentPushed -= OnCommandLineArgument;
 
-            mg_client.CancelAsync ();
-            client_handle.WaitOne ();
-
-            mg_client = null;
-
-            client_handle.Close ();
-            client_handle = null;
-
             syndication_client.Dispose ();
             syndication_client.ItemsAdded -= OnItemsAddedHandler;
             syndication_client.ItemsRemoved -= OnItemsRemovedHandler;
@@ -466,10 +406,6 @@ namespace Banshee.Paas
         private void InitializeInterface ()
         {
             ServiceManager.SourceManager.AddSource (source);
-
-            mg_interface_manager = new MiroGuideInterfaceManager ();
-            mg_interface_manager.Initialize (mg_client);
-
             download_manager_interface = new DownloadManagerInterface (source, download_manager);
         }
 
@@ -480,11 +416,6 @@ namespace Banshee.Paas
                 source.Dispose ();
             }
 
-            if (mg_interface_manager != null) {
-                mg_interface_manager.Dispose ();
-                mg_interface_manager = null;
-            }
-
             if (download_manager_interface != null) {
                 download_manager_interface.Dispose ();
                 download_manager_interface = null;
@@ -813,21 +744,5 @@ namespace Banshee.Paas
             string digest = Banshee.Base.CoverArtSpec.Digest (id);
             return digest == null ? null : String.Format ("podcast-ng-{0}", digest);
         }
-
-        public static readonly SchemaEntry<string> MiroGuideUsername = new SchemaEntry<string> (
-            "plugins.paas.miroguide", "username", String.Empty, "Miro Guide Username", ""
-        );
-
-        public static readonly SchemaEntry<string> MiroGuidePasswordHash = new SchemaEntry<string> (
-            "plugins.paas.miroguide", "password_hash", String.Empty, "Miro Guide Password Hash", ""
-        );
-
-        public static readonly SchemaEntry<string> MiroGuideSessionID = new SchemaEntry<string> (
-            "plugins.paas.miroguide", "session_id", String.Empty, "Miro Guide Session ID", ""
-        );
-
-        public static readonly SchemaEntry<string> MiroGuideServiceUri = new SchemaEntry<string> (
-            "plugins.paas.miroguide", "service_uri", "http://miroguide.com";, "Miro Guide Service URI", ""
-        );
     }
 }
diff --git a/src/Extensions/Banshee.Paas/Makefile.am b/src/Extensions/Banshee.Paas/Makefile.am
index d7f3aff..b697f82 100644
--- a/src/Extensions/Banshee.Paas/Makefile.am
+++ b/src/Extensions/Banshee.Paas/Makefile.am
@@ -13,22 +13,6 @@ SOURCES =  \
 	Banshee.Paas/Banshee.Paas.Aether/ChannelEventArgs.cs \
 	Banshee.Paas/Banshee.Paas.Aether/ChannelUpdateStatus.cs \
 	Banshee.Paas/Banshee.Paas.Aether/ItemEventArgs.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/GetCategoriesCompletedEventArgs.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/GetChannelsEventArgs.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideAccountInfo.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideCategoryInfo.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideChannelInfo.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideClient.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideClientError.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideClientMethod.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideFilterType.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideMethodCompletedEventArgs.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideRequestState.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/MiroGuideSortType.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/RequestCompletedEventArgs.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/SearchContext.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/ServiceMethodFlags.cs \
-	Banshee.Paas/Banshee.Paas.Aether/MiroGuideClient/SubscriptionRequestedEventArgs.cs \
 	Banshee.Paas/Banshee.Paas.Aether/RequestState.cs \
 	Banshee.Paas/Banshee.Paas.Aether/SyndicationClient/ChannelUpdateCompletedEventArgs.cs \
 	Banshee.Paas/Banshee.Paas.Aether/SyndicationClient/ChannelUpdateManager.cs \
@@ -73,35 +57,6 @@ SOURCES =  \
 	Banshee.Paas/Banshee.Paas.Gui/PaasItemView.cs \
 	Banshee.Paas/Banshee.Paas.Gui/PaasSourceContents.cs \
 	Banshee.Paas/Banshee.Paas.Gui/PaasUnheardFilterView.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/ChannelInfoPreview.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/ColumnCellChannel.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/MiroGuideAccountDialog.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/MiroGuideActions.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/MiroGuideCategoryListView.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/MiroGuideChannelListView.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/MiroGuideLoginForm.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/MiroGuideSearchEntry.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/ReflectionInfoWidget.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/SortPreferenceActionButton.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/SortPreferenceChangedEventArgs.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/SourceContents/BrowserSourceContents.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/SourceContents/ChannelSourceContents.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide.Gui/SourceContents/MiroGuideSourceContents.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/MiroGuideCategoryListModel.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/MiroGuideChannelListModel.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/MiroGuideImageFetchJob.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/MiroGuideInterfaceManager.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/MiroGuideSearchFilter.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/BrowseChannelsSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/ChannelSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/FeaturedChannelsSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/HDChannelsSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/MiroGuideSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/MiroGuideSourcePosition.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/PopularChannelsSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/RecommendedChannelsSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/SearchSource.cs \
-	Banshee.Paas/Banshee.Paas.MiroGuide/Sources/TopRatedChannelsSource.cs \
 	Banshee.Paas/Banshee.Paas.Utils/OpmlParser.cs \
 	Banshee.Paas/Banshee.Paas.Utils/StringUtils.cs \
 	Banshee.Paas/Banshee.Paas/PaasImageFetchJob.cs \
@@ -111,9 +66,7 @@ SOURCES =  \
 RESOURCES =  \
 	Banshee.Paas.addin.xml \
 	Resources/ActiveSourceUI.xml \
-	Resources/MiroGuideActiveSourceUI.xml \
-	Resources/GlobalUI.xml \
-	Resources/MiroGuideUI.xml
+	Resources/GlobalUI.xml
 
 if ENABLE_PODCAST_NG
 include $(top_srcdir)/build/build.mk
diff --git a/src/Extensions/Banshee.Paas/Resources/GlobalUI.xml b/src/Extensions/Banshee.Paas/Resources/GlobalUI.xml
index 893c7b3..c9063b2 100644
--- a/src/Extensions/Banshee.Paas/Resources/GlobalUI.xml
+++ b/src/Extensions/Banshee.Paas/Resources/GlobalUI.xml
@@ -4,9 +4,6 @@
     <separator />      
     <menuitem name="PaasExportAllOpml" action="PaasExportAllOpmlAction" />
     <menuitem name="PaasImportOpml" action="PaasImportOpmlAction" />
-    <separator />
-<!--    <menuitem name="PaasMiroGuideSubscribeAll" action="PaasMiroGuideSubscribAlleAction" /> 
-    <menuitem name="PaasMiroGuideGetSubscriptions" action="PaasMiroGuideGetSubscriptionsAction" /> -->   
     <separator />    
     <menuitem name="PaasUpdateAll" action="PaasUpdateAllAction" />
     <menuitem name="PaasDownloadAll" action="PaasDownloadAllAction" />
@@ -20,7 +17,6 @@
     <menuitem name="PaasChannelHomepage" action="PaasChannelHomepageAction" />
     <separator />
     <menuitem name="PaasExportOpml" action="PaasExportOpmlAction" />
-<!--    <menuitem name="PaasMiroGuideSubscribe" action="PaasMiroGuideSubscribeAction" /> -->
     <separator />    
     <menuitem name="PaasChannelDownloadAll" action="PaasChannelDownloadAllAction"/>        
     <menuitem name="PaasChannelDelete" action="PaasChannelDeleteAction" />
@@ -32,10 +28,7 @@
     <menuitem name="PaasSubscribe" action="PaasSubscribeAction" />
     <separator />          
     <menuitem name="PaasExportAllOpml" action="PaasExportAllOpmlAction" />
-    <menuitem name="PaasImportOpml" action="PaasImportOpmlAction" />
-    <separator />
-<!--    <menuitem name="PaasMiroGuideSubscribeAll" action="PaasMiroGuideSubscribAlleAction" /> 
-    <menuitem name="PaasMiroGuideGetSubscriptions" action="PaasMiroGuideGetSubscriptionsAction" /> -->     
+    <menuitem name="PaasImportOpml" action="PaasImportOpmlAction" /> 
     <separator />    
     <menuitem name="PaasUpdateAll" action="PaasUpdateAllAction" />
     <menuitem name="PaasDownloadAll" action="PaasDownloadAllAction" />  



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