From 8d7b17fdacb9dde5d5775115303b9e095a0631d1 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sun, 20 Mar 2016 22:04:14 +0100 Subject: [PATCH] try update monodevelop addin, workin progress --- .gitignore | 1 + Crow.csproj | 20 +- Crow.sln | 7 +- ...b.addin.xml => MonoDevelop.Crow.addin.xml} | 9 +- ...p.GOLib.csproj => MonoDevelop.Crow.csproj} | 83 ++++--- MonoDevelop.GOLib/Properties/AddinInfo.cs | 4 +- MonoDevelop.GOLib/Properties/AssemblyInfo.cs | 4 +- ...isplayBinding.cs => CrowDisplayBinding.cs} | 11 +- ...bNodeExtension.cs => CrowNodeExtension.cs} | 10 +- .../src/{GOLibView.cs => CrowView.cs} | 44 ++-- MonoDevelop.GOLib/src/GOLibGtkHost.cs | 12 +- MonoDevelop.GOLib/src/XwtContainer.cs | 209 ++++++++++++++++++ OTKCrow/OTKCrow.csproj | 1 + packages.config | 4 - src/Interface.cs | 10 +- 15 files changed, 328 insertions(+), 101 deletions(-) rename MonoDevelop.GOLib/{MonoDevelop.GOLib.addin.xml => MonoDevelop.Crow.addin.xml} (66%) rename MonoDevelop.GOLib/{MonoDevelop.GOLib.csproj => MonoDevelop.Crow.csproj} (58%) rename MonoDevelop.GOLib/src/{DisplayBinding.cs => CrowDisplayBinding.cs} (87%) rename MonoDevelop.GOLib/src/{GOLibNodeExtension.cs => CrowNodeExtension.cs} (94%) rename MonoDevelop.GOLib/src/{GOLibView.cs => CrowView.cs} (81%) create mode 100644 MonoDevelop.GOLib/src/XwtContainer.cs delete mode 100644 packages.config diff --git a/.gitignore b/.gitignore index 7aa58178..90925af9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ Tests/Tests.userprefs src/GraphicObjects/Panel.cs src/GraphicObjects/VerticalWrappingWidget.cs src/GraphicObjects/HorizontalWrappingWidget.cs +MonoDevelop.Crow/build diff --git a/Crow.csproj b/Crow.csproj index 5ebe65f5..d57d8ddf 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -21,8 +21,10 @@ OnBuildSuccess v4.5 AnyCPU - 0.1.* + 0.4 Crow project description + 8.0.30703 + 2.0 true @@ -156,17 +158,12 @@ - - ..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\cairo-sharp.dll + + + glib-sharp-2.0 - - ..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gdk-sharp.dll - - - ..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\gio-sharp.dll - - - ..\..\packages\gtk-sharp.Linux.3.14.3.14.7\lib\net40\glib-sharp.dll + + gtk-sharp-2.0 @@ -264,6 +261,5 @@ - diff --git a/Crow.sln b/Crow.sln index ed803ba7..b414a9eb 100644 --- a/Crow.sln +++ b/Crow.sln @@ -5,7 +5,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crow", "Crow.csproj", "{C29 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{74289092-9F70-4941-AFCB-DFD7BE2140B6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoDevelop.GOLib", "MonoDevelop.GOLib\MonoDevelop.GOLib.csproj", "{E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoDevelop.Crow", "MonoDevelop.GOLib\MonoDevelop.Crow.csproj", "{E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoDevelop.Diagram", "..\MonoDevelop.Diagram\MonoDevelop.Diagram.csproj", "{232716B4-D19D-4FD7-B310-94A98FD926F0}" EndProject @@ -24,25 +24,22 @@ Global {232716B4-D19D-4FD7-B310-94A98FD926F0}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU {232716B4-D19D-4FD7-B310-94A98FD926F0}.Release|Linux_x86.ActiveCfg = Debug|Any CPU {350D4F49-9901-4998-9903-BCA7D48DA58C}.Debug|Linux_x86.ActiveCfg = Debug|Linux_x86 - {350D4F49-9901-4998-9903-BCA7D48DA58C}.Debug|Linux_x86.Build.0 = Debug|Linux_x86 {350D4F49-9901-4998-9903-BCA7D48DA58C}.Release|Linux_x86.ActiveCfg = Release|Linux_x86 {350D4F49-9901-4998-9903-BCA7D48DA58C}.Release|Linux_x86.Build.0 = Release|Linux_x86 {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU - {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Linux_x86.Build.0 = Debug|Any CPU {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.ActiveCfg = Release|Any CPU {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.Build.0 = Release|Any CPU {7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU - {7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Debug|Linux_x86.Build.0 = Debug|Any CPU {7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Release|Linux_x86.ActiveCfg = Release|Any CPU {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.Build.0 = Debug|Any CPU {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.ActiveCfg = Release|Any CPU {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.Build.0 = Release|Any CPU {D6F98B08-56B8-405C-9212-F9D26097E35F}.Debug|Linux_x86.ActiveCfg = Debug|Linux_x86 - {D6F98B08-56B8-405C-9212-F9D26097E35F}.Debug|Linux_x86.Build.0 = Debug|Linux_x86 {D6F98B08-56B8-405C-9212-F9D26097E35F}.Release|Linux_x86.ActiveCfg = Release|Linux_x86 {D6F98B08-56B8-405C-9212-F9D26097E35F}.Release|Linux_x86.Build.0 = Release|Linux_x86 {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU + {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Debug|Linux_x86.Build.0 = Debug|Any CPU {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Release|Linux_x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution diff --git a/MonoDevelop.GOLib/MonoDevelop.GOLib.addin.xml b/MonoDevelop.GOLib/MonoDevelop.Crow.addin.xml similarity index 66% rename from MonoDevelop.GOLib/MonoDevelop.GOLib.addin.xml rename to MonoDevelop.GOLib/MonoDevelop.Crow.addin.xml index fe15b3e9..6155263e 100644 --- a/MonoDevelop.GOLib/MonoDevelop.GOLib.addin.xml +++ b/MonoDevelop.GOLib/MonoDevelop.Crow.addin.xml @@ -1,17 +1,20 @@ + class = "MonoDevelop.Crow.CrowDisplayBinding" /> - + + + +