[banshee] Remove all glade resources/utilities (bgo#589705)
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] Remove all glade resources/utilities (bgo#589705)
- Date: Sun, 7 Feb 2010 23:00:58 +0000 (UTC)
commit d3c06da68d6f286fff6515bfe3a467c5279afd58
Author: Aaron Bockover <abockover novell com>
Date: Sun Feb 7 17:59:43 2010 -0500
Remove all glade resources/utilities (bgo#589705)
The glade dependency is now entirely gone from Banshee core. The
last thing to port is Minimode, and then we can drop the glade-sharp
reference from the build entirely.
.../Banshee.Gui.Dialogs/GladeDialog.cs | 53 --
.../Banshee.Gui.Dialogs/GladeWindow.cs | 81 ---
.../Banshee.ThickClient/Banshee.ThickClient.csproj | 11 +-
src/Core/Banshee.ThickClient/Makefile.am | 3 -
.../Resources/banshee-dialogs.glade | 618 --------------------
.../Banshee.Lastfm/Banshee.Lastfm.csproj | 4 -
src/Extensions/Banshee.Lastfm/Makefile.am | 1 -
.../Banshee.Lastfm/Resources/lastfm.glade | 130 ----
8 files changed, 6 insertions(+), 895 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj b/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
index 0e7143f..b919649 100644
--- a/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
+++ b/src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
@@ -29,6 +29,7 @@
</CustomCommands>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
+ <OutputPath>bin\Debug</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -36,6 +37,7 @@
<PlatformTarget>x86</PlatformTarget>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
+ <OutputPath>bin\Windows</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Hyena.Gui\Hyena.Gui.csproj">
@@ -102,6 +104,10 @@
<HintPath>..\..\..\winbin\taglib-sharp.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix" />
+ <Reference Include="Mono.Posix" />
+ <Reference Include="Mono.Posix">
+ <HintPath>..\..\..\winbin\Mono.Posix.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
@@ -126,9 +132,6 @@
<EmbeddedResource Include="Resources\core-ui-actions-layout.xml">
<LogicalName>core-ui-actions-layout.xml</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="Resources\banshee-dialogs.glade">
- <LogicalName>banshee-dialogs.glade</LogicalName>
- </EmbeddedResource>
<EmbeddedResource Include="Banshee.ThickClient.addin.xml">
<LogicalName>Banshee.ThickClient.addin.xml</LogicalName>
</EmbeddedResource>
@@ -151,8 +154,6 @@
<Compile Include="Banshee.Gui\IconThemeUtils.cs" />
<Compile Include="Banshee.Gui.Dialogs\ConfirmShutdownDialog.cs" />
<Compile Include="Banshee.Gui.Dialogs\ErrorListDialog.cs" />
- <Compile Include="Banshee.Gui.Dialogs\GladeDialog.cs" />
- <Compile Include="Banshee.Gui.Dialogs\GladeWindow.cs" />
<Compile Include="Banshee.Gui\GtkElementsService.cs" />
<Compile Include="Banshee.Gui\BansheeIconFactory.cs" />
<Compile Include="Banshee.Gui\InterfaceActionService.cs" />
diff --git a/src/Core/Banshee.ThickClient/Makefile.am b/src/Core/Banshee.ThickClient/Makefile.am
index f66b7a8..82ae55c 100644
--- a/src/Core/Banshee.ThickClient/Makefile.am
+++ b/src/Core/Banshee.ThickClient/Makefile.am
@@ -51,8 +51,6 @@ SOURCES = \
Banshee.Gui.Dialogs/ErrorListDialog.cs \
Banshee.Gui.Dialogs/ExtensionManagerDialog.cs \
Banshee.Gui.Dialogs/FileChooserDialog.cs \
- Banshee.Gui.Dialogs/GladeDialog.cs \
- Banshee.Gui.Dialogs/GladeWindow.cs \
Banshee.Gui.Dialogs/ImageFileChooserDialog.cs \
Banshee.Gui.Dialogs/OpenLocationDialog.cs \
Banshee.Gui.Dialogs/SeekDialog.cs \
@@ -160,7 +158,6 @@ SOURCES = \
RESOURCES = \
Banshee.ThickClient.addin.xml \
- Resources/banshee-dialogs.glade \
Resources/banshee-logo.png \
Resources/browser-album-cover.png \
Resources/context-pane-close.png \
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
index 8faf7ef..8b57e27 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
@@ -42,7 +42,6 @@
<Reference Include="pango-sharp" />
<Reference Include="System" />
<Reference Include="System.Data" />
- <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="Mono.Posix" />
<Reference Include="Banshee.Base, Version=0.13.2.36411, Culture=neutral" />
<Reference Include="System.Xml" />
@@ -103,9 +102,6 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Banshee.Lastfm.addin.xml" />
- <EmbeddedResource Include="Resources\lastfm.glade">
- <LogicalName>lastfm.glade</LogicalName>
- </EmbeddedResource>
<EmbeddedResource Include="Resources\ActiveSourceUI.xml">
<LogicalName>ActiveSourceUI.xml</LogicalName>
</EmbeddedResource>
diff --git a/src/Extensions/Banshee.Lastfm/Makefile.am b/src/Extensions/Banshee.Lastfm/Makefile.am
index 111439c..5352929 100644
--- a/src/Extensions/Banshee.Lastfm/Makefile.am
+++ b/src/Extensions/Banshee.Lastfm/Makefile.am
@@ -24,7 +24,6 @@ RESOURCES = \
Resources/ActiveSourceUI.xml \
Resources/AudioscrobblerMenu.xml \
Resources/GlobalUI.xml \
- Resources/lastfm.glade \
Resources/LastfmTrackActions.xml \
Resources/no-results.png \
Resources/RecommendationMenu.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]