Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nordan <rpvn@robpvn.net>2013-10-11 18:35:51 +0400
committerRobert Nordan <rpvn@robpvn.net>2013-10-11 18:35:51 +0400
commitfa2b553e81fa9b5e816241af071ccd11ae46b41a (patch)
treef8e06c55edde25f38c031fcbc1b0d4e36762958c /Mono.Addins.GuiGtk3
parent48dd8759473a67720c45a08d5a6a94f83d53e1c6 (diff)
Have an empty window coming up
Diffstat (limited to 'Mono.Addins.GuiGtk3')
-rw-r--r--Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinInfoView.cs2
-rw-r--r--Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerDialog.cs14
-rw-r--r--Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerWindow.cs2
-rw-r--r--Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj8
4 files changed, 18 insertions, 8 deletions
diff --git a/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinInfoView.cs b/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinInfoView.cs
index 8de0c44..1c37c0d 100644
--- a/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinInfoView.cs
+++ b/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinInfoView.cs
@@ -55,7 +55,7 @@ namespace Mono.Addins.GuiGtk3
[UI] Label labelVersion;
[UI] EventBox ebox;
[UI] EventBox ebox2;
- [UI] VBox vboxDesc;
+ [UI] Box vboxDesc;
[UI] ScrolledWindow scrolledwindow;
List<AddinRepositoryEntry> selectedEntry = new List<AddinRepositoryEntry> ();
diff --git a/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerDialog.cs b/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerDialog.cs
index 5d20c9c..1e5a341 100644
--- a/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerDialog.cs
+++ b/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerDialog.cs
@@ -54,11 +54,11 @@ namespace Mono.Addins.GuiGtk3
[UI] EventBox eboxRepo;
[UI] Label labelUpdates;
[UI] Button buttonUpdateAll;
- //Manually fill in from the UI File
- [UI] AddinInfoView addininfoInstalled; //TODO: Might need to init manually
- [UI] AddinInfoView addininfoGallery;
- [UI] AddinInfoView addininfoUpdates;
[UI] Notebook notebook;
+ //Manually fill in from the UI File
+ AddinInfoView addininfoInstalled; //TODO: Might need to init manually
+ AddinInfoView addininfoGallery;
+ AddinInfoView addininfoUpdates;
AddinTreeWidget tree;
AddinTreeWidget galleryTree;
@@ -89,6 +89,12 @@ namespace Mono.Addins.GuiGtk3
builder.Autoconnect (this);
// TransientFor = parent;
// HasSeparator = false;
+ builder = new Gtk.Builder (null, "Mono.Addins.GuiGtk3.interfaces.AddinInfoView.ui", null);
+ addininfoInstalled = new AddinInfoView (builder, builder.GetObject ("AddinInfoView").Handle);
+ builder = new Gtk.Builder (null, "Mono.Addins.GuiGtk3.interfaces.AddinInfoView.ui", null);
+ addininfoGallery = new AddinInfoView (builder, builder.GetObject ("AddinInfoView").Handle);
+ builder = new Gtk.Builder (null, "Mono.Addins.GuiGtk3.interfaces.AddinInfoView.ui", null);
+ addininfoUpdates = new AddinInfoView (builder, builder.GetObject ("AddinInfoView").Handle);
// Services.PlaceDialog (this, parent);
Show ();
diff --git a/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerWindow.cs b/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerWindow.cs
index 2aa2e7e..dbad825 100644
--- a/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerWindow.cs
+++ b/Mono.Addins.GuiGtk3/Mono.Addins.Gui/AddinManagerWindow.cs
@@ -54,7 +54,7 @@ namespace Mono.Addins.GuiGtk3
{
Gtk.Builder builder = new Gtk.Builder (null, "Mono.Addins.GuiGtk3.interfaces.AddinManagerDialog.ui", null);
- AddinManagerDialog dlg = new AddinManagerDialog (builder, builder.GetObject ("window1").Handle);
+ AddinManagerDialog dlg = new AddinManagerDialog (builder, builder.GetObject ("AddinManagerDialog").Handle);
InitDialog (dlg);
parent.Add (dlg);
dlg.Show ();
diff --git a/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj b/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj
index ea2d396..30bd864 100644
--- a/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj
+++ b/Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj
@@ -80,8 +80,12 @@
<Compile Include="Mono.Addins.Gui\Services.cs" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="icons\download.png" />
- <EmbeddedResource Include="icons\installed-overlay.png" />
+ <EmbeddedResource Include="icons\download.png">
+ <LogicalName>download.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="icons\installed-overlay.png">
+ <LogicalName>installed-overlay.png</LogicalName>
+ </EmbeddedResource>
<EmbeddedResource Include="icons\package-x-generic.png" />
<EmbeddedResource Include="icons\package-x-generic_16.png" />
<EmbeddedResource Include="icons\package-x-generic_22.png" />