Skip to content

Commit

Permalink
preparing release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruyere committed Feb 12, 2016
1 parent 2e5124c commit 103791b
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 13 deletions.
3 changes: 1 addition & 2 deletions Crow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion Crow.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion MonoDevelop.GOLib/MonoDevelop.GOLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion Tests/GOLIBTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public GOLIBTests ()
int frameCpt = 0;
int idx = 0;
string[] testFiles = {
"1.crow",
"testWindow.goml",
"clip4.crow",
"clip3.crow",
Expand All @@ -46,7 +47,6 @@ public GOLIBTests ()
"0.crow",
"5.crow",
"testCombobox.goml",
"1.crow",
"testPopper.goml",
"testTextBox.crow",
"testColorList.crow",
Expand Down
38 changes: 34 additions & 4 deletions Tests/Interfaces/1.crow
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 1 addition & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file modified UnitTest/ExpectedOutputs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified UnitTest/ExpectedOutputs/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion UnitTest/Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void Init()
[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);
Expand Down
2 changes: 1 addition & 1 deletion UnitTest/UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 103791b

Please sign in to comment.