]> O.S.I.I.S - jp/crow.git/commitdiff
preparing release 0.3 0.3
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Feb 2016 19:02:26 +0000 (20:02 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Feb 2016 19:02:26 +0000 (20:02 +0100)
Crow.csproj
Crow.sln
MonoDevelop.GOLib/MonoDevelop.GOLib.csproj
Tests/GOLIBTests.cs
Tests/Interfaces/1.crow
Tests/Tests.csproj
UnitTest/ExpectedOutputs/3.png
UnitTest/ExpectedOutputs/5.png
UnitTest/Test.cs
UnitTest/UnitTest.csproj

index 64eab6c955c6428242e3b09a8c79217470e21580..a29b772156479547ed5d9be557b7e5f6f069d804 100644 (file)
@@ -23,8 +23,7 @@
     <SchemaVersion>2.0</SchemaVersion>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ReleaseVersion>0.2</ReleaseVersion>
-    <SynchReleaseVersion>false</SynchReleaseVersion>
+    <ReleaseVersion>0.3</ReleaseVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
     <DebugSymbols>true</DebugSymbols>
index 4f8d22f916bf89dbec6863f89d720b0d0669de23..2b78e80909266ab90c776126473a4d9916b787d9 100644 (file)
--- a/Crow.sln
+++ b/Crow.sln
@@ -24,6 +24,7 @@ Global
                {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
@@ -40,6 +41,7 @@ Global
                $0.DotNetNamingPolicy = $2
                $2.DirectoryNamespaceAssociation = None
                $2.ResourceNamePolicy = FileFormatDefault
-               version = 0.2
+               description = @C.R.O.W. Collaborative Radiant Open Widgets\n\nA pure c# toolkit with XML definition of interface with binding and\ndynamic delegates
+               version = 0.3
        EndGlobalSection
 EndGlobal
index 3fa91fbb757a7216df43d3f6da846323743be741..d094fdf39c41b7ea24b04c5e22407aaf26231cf7 100644 (file)
@@ -23,7 +23,7 @@
         </Command>
       </CustomCommands>
     </CustomCommands>
-    <ReleaseVersion>0.2</ReleaseVersion>
+    <ReleaseVersion>0.3</ReleaseVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
index b87bfe751f8a79e379bb44343e67a9d6381ccacc..a98fccf7f17a3310af1c5d36696aa186c80d6da2 100644 (file)
@@ -37,6 +37,7 @@ namespace test
                int frameCpt = 0;
                int idx = 0;
                string[] testFiles = {
+                       "1.crow",
                        "testWindow.goml",
                        "clip4.crow",
                        "clip3.crow",
@@ -46,7 +47,6 @@ namespace test
                        "0.crow",
                        "5.crow",
                        "testCombobox.goml",
-                       "1.crow",
                        "testPopper.goml",
                        "testTextBox.crow",
                        "testColorList.crow",
index 25a2cf0ef6b821e67bdc37fd427cf7de9186ab34..732814a57f750dace6d81bb5c8e00f849cd53de0 100755 (executable)
@@ -1,9 +1,39 @@
 <?xml version="1.0"?>
 <VerticalStack Fit="true">
        <GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
-       <CheckBox IsChecked="false" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
-       <CheckBox IsChecked="false" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
-       <CheckBox IsChecked="true" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
-       <CheckBox IsChecked="false" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
+       <HorizontalStack Fit="true">
+               <Border Fit="true" CornerRadius="10" BorderWidth="1">
+                       <VerticalStack Margin="10">
+                               <CheckBox IsChecked="false" Caption="Check 1" Background="hgradient|0:LimeGreen|1:Transparent"/>
+                               <CheckBox IsChecked="false" Caption="Check 2"  Background="hgradient|0:LimeGreen|1:Transparent"/>
+                               <CheckBox IsChecked="true" Caption="Check 3"  Background="hgradient|0:LimeGreen|1:Transparent"/>
+                               <CheckBox IsChecked="false" Caption="Check 4" Background="hgradient|0:LimeGreen|1:Transparent"/>
+                       </VerticalStack>
+               </Border>
+               <Border Fit="true" CornerRadius="10" BorderWidth="1">
+                       <VerticalStack Margin="10">
+                               <RadioButton IsChecked="false" Caption="Choice 1" Background="hgradient|0:DarkRed|1:Transparent"/>
+                               <RadioButton IsChecked="false" Caption="Choice 2"  Background="hgradient|0:DarkRed|1:Transparent"/>
+                               <RadioButton IsChecked="true" Caption="Choice 3"  Background="hgradient|0:DarkRed|1:Transparent"/>
+                               <RadioButton IsChecked="false" Caption="Choice 4" Background="hgradient|0:DarkRed|1:Transparent"/>
+                       </VerticalStack>
+               </Border>
+               <Border Fit="true" CornerRadius="10" BorderWidth="1">
+                       <VerticalStack Margin="10">
+                               <Label Text="label 1" Background="hgradient|0:BlueCrayola|1:Transparent"/>
+                               <Label Text="label 2" Background="hgradient|0:BlueCrayola|1:Transparent"/>
+                               <Label Text="label 3" Background="hgradient|0:BlueCrayola|1:Transparent"/>
+                               <Label Text="label 4" Background="hgradient|0:BlueCrayola|1:Transparent"/>
+                       </VerticalStack>
+               </Border>
+               <Border Fit="true" CornerRadius="10" BorderWidth="1">
+                       <VerticalStack Margin="10">
+                               <Button Caption="Button 1" Background="hgradient|0:Red|1:DarkRed" CornerRadius="5"/>
+                               <Button Caption="Button 2"  Background="hgradient|0:AoEnglish|1:Arsenic" CornerRadius="3"/>
+                               <Button Caption="Button 3"  Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="0"/>
+                               <Button Caption="Button 4" Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="8"/>
+                       </VerticalStack>
+               </Border>
+       </HorizontalStack>
        <GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
 </VerticalStack>
\ No newline at end of file
index 091b535c1a53adfc0dc65d3bcb14350706426917..48afea5c8c665cd811bfeed0384098ca7e81878e 100644 (file)
@@ -13,8 +13,7 @@
     <OutputPath>..\bin\$(configuration)</OutputPath>
     <IntermediateOutputPath>obj\$(configuration)</IntermediateOutputPath>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ReleaseVersion>0.2</ReleaseVersion>
-    <SynchReleaseVersion>false</SynchReleaseVersion>
+    <ReleaseVersion>0.3</ReleaseVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
     <OutputPath>..\bin\Debug</OutputPath>
index e3ada0fa233eca65e307f75aaa919a59a43d646c..c4ba81caaaca277f649ce441d3e31dfd944ea9e7 100644 (file)
Binary files a/UnitTest/ExpectedOutputs/3.png and b/UnitTest/ExpectedOutputs/3.png differ
index e228e9afc8258794dec4ba0a4807ab9bb28e8e78..7eec095b18f6767f48bc1a2813550b597202e0fb 100644 (file)
Binary files a/UnitTest/ExpectedOutputs/5.png and b/UnitTest/ExpectedOutputs/5.png differ
index bd2d58f94f1a874c337115f053f08ba5780094f0..d2d240048341303f29f562653945ff7303a46f55 100644 (file)
@@ -40,7 +40,7 @@ namespace UnitTest
                [Category("Alignment")]
                public void GraphicObject ()
                {
-                       string[] tests = new string[] { "0","1", "3", "4", "5"};
+                       string[] tests = new string[] { "0","1","3","4","5"};
 
                        foreach (string s in tests) {
                                win.LoadTest (s);
index 33ac22d85ce0d5a9a636fe9a444365f0c21061c4..47c7e261be0479511df0ebe61445402ec34c2d0e 100644 (file)
@@ -10,7 +10,7 @@
     <RootNamespace>UnitTest</RootNamespace>
     <AssemblyName>UnitTest</AssemblyName>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <ReleaseVersion>0.2</ReleaseVersion>
+    <ReleaseVersion>0.3</ReleaseVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>