Skip to content

Commit 103791b

Browse files
committed
preparing release 0.3
1 parent 2e5124c commit 103791b

File tree

10 files changed

+43
-13
lines changed

10 files changed

+43
-13
lines changed

Crow.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
<SchemaVersion>2.0</SchemaVersion>
2424
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2525
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
26-
<ReleaseVersion>0.2</ReleaseVersion>
27-
<SynchReleaseVersion>false</SynchReleaseVersion>
26+
<ReleaseVersion>0.3</ReleaseVersion>
2827
</PropertyGroup>
2928
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
3029
<DebugSymbols>true</DebugSymbols>

Crow.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Global
2424
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.ActiveCfg = Release|Any CPU
2525
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.Build.0 = Release|Any CPU
2626
{7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU
27+
{7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Debug|Linux_x86.Build.0 = Debug|Any CPU
2728
{7BAE4448-E8F4-48B3-BB11-FA78E7F4506B}.Release|Linux_x86.ActiveCfg = Release|Any CPU
2829
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU
2930
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.Build.0 = Debug|Any CPU
@@ -40,6 +41,7 @@ Global
4041
$0.DotNetNamingPolicy = $2
4142
$2.DirectoryNamespaceAssociation = None
4243
$2.ResourceNamePolicy = FileFormatDefault
43-
version = 0.2
44+
description = @C.R.O.W. Collaborative Radiant Open Widgets\n\nA pure c# toolkit with XML definition of interface with binding and\ndynamic delegates
45+
version = 0.3
4446
EndGlobalSection
4547
EndGlobal

MonoDevelop.GOLib/MonoDevelop.GOLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Command>
2424
</CustomCommands>
2525
</CustomCommands>
26-
<ReleaseVersion>0.2</ReleaseVersion>
26+
<ReleaseVersion>0.3</ReleaseVersion>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2929
<DebugSymbols>true</DebugSymbols>

Tests/GOLIBTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public GOLIBTests ()
3737
int frameCpt = 0;
3838
int idx = 0;
3939
string[] testFiles = {
40+
"1.crow",
4041
"testWindow.goml",
4142
"clip4.crow",
4243
"clip3.crow",
@@ -46,7 +47,6 @@ public GOLIBTests ()
4647
"0.crow",
4748
"5.crow",
4849
"testCombobox.goml",
49-
"1.crow",
5050
"testPopper.goml",
5151
"testTextBox.crow",
5252
"testColorList.crow",

Tests/Interfaces/1.crow

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
11
<?xml version="1.0"?>
22
<VerticalStack Fit="true">
33
<GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
4-
<CheckBox IsChecked="false" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
5-
<CheckBox IsChecked="false" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
6-
<CheckBox IsChecked="true" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
7-
<CheckBox IsChecked="false" Caption="test" Width="-1" Background="hgradient|0:LimeGreen|1:Transparent"/>
4+
<HorizontalStack Fit="true">
5+
<Border Fit="true" CornerRadius="10" BorderWidth="1">
6+
<VerticalStack Margin="10">
7+
<CheckBox IsChecked="false" Caption="Check 1" Background="hgradient|0:LimeGreen|1:Transparent"/>
8+
<CheckBox IsChecked="false" Caption="Check 2" Background="hgradient|0:LimeGreen|1:Transparent"/>
9+
<CheckBox IsChecked="true" Caption="Check 3" Background="hgradient|0:LimeGreen|1:Transparent"/>
10+
<CheckBox IsChecked="false" Caption="Check 4" Background="hgradient|0:LimeGreen|1:Transparent"/>
11+
</VerticalStack>
12+
</Border>
13+
<Border Fit="true" CornerRadius="10" BorderWidth="1">
14+
<VerticalStack Margin="10">
15+
<RadioButton IsChecked="false" Caption="Choice 1" Background="hgradient|0:DarkRed|1:Transparent"/>
16+
<RadioButton IsChecked="false" Caption="Choice 2" Background="hgradient|0:DarkRed|1:Transparent"/>
17+
<RadioButton IsChecked="true" Caption="Choice 3" Background="hgradient|0:DarkRed|1:Transparent"/>
18+
<RadioButton IsChecked="false" Caption="Choice 4" Background="hgradient|0:DarkRed|1:Transparent"/>
19+
</VerticalStack>
20+
</Border>
21+
<Border Fit="true" CornerRadius="10" BorderWidth="1">
22+
<VerticalStack Margin="10">
23+
<Label Text="label 1" Background="hgradient|0:BlueCrayola|1:Transparent"/>
24+
<Label Text="label 2" Background="hgradient|0:BlueCrayola|1:Transparent"/>
25+
<Label Text="label 3" Background="hgradient|0:BlueCrayola|1:Transparent"/>
26+
<Label Text="label 4" Background="hgradient|0:BlueCrayola|1:Transparent"/>
27+
</VerticalStack>
28+
</Border>
29+
<Border Fit="true" CornerRadius="10" BorderWidth="1">
30+
<VerticalStack Margin="10">
31+
<Button Caption="Button 1" Background="hgradient|0:Red|1:DarkRed" CornerRadius="5"/>
32+
<Button Caption="Button 2" Background="hgradient|0:AoEnglish|1:Arsenic" CornerRadius="3"/>
33+
<Button Caption="Button 3" Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="0"/>
34+
<Button Caption="Button 4" Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="8"/>
35+
</VerticalStack>
36+
</Border>
37+
</HorizontalStack>
838
<GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
939
</VerticalStack>

Tests/Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<OutputPath>..\bin\$(configuration)</OutputPath>
1414
<IntermediateOutputPath>obj\$(configuration)</IntermediateOutputPath>
1515
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
16-
<ReleaseVersion>0.2</ReleaseVersion>
17-
<SynchReleaseVersion>false</SynchReleaseVersion>
16+
<ReleaseVersion>0.3</ReleaseVersion>
1817
</PropertyGroup>
1918
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2019
<OutputPath>..\bin\Debug</OutputPath>

UnitTest/ExpectedOutputs/3.png

-2 Bytes
Loading

UnitTest/ExpectedOutputs/5.png

-19 Bytes
Loading

UnitTest/Test.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void Init()
4040
[Category("Alignment")]
4141
public void GraphicObject ()
4242
{
43-
string[] tests = new string[] { "0","1", "3", "4", "5"};
43+
string[] tests = new string[] { "0","1","3","4","5"};
4444

4545
foreach (string s in tests) {
4646
win.LoadTest (s);

UnitTest/UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<RootNamespace>UnitTest</RootNamespace>
1111
<AssemblyName>UnitTest</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13-
<ReleaseVersion>0.2</ReleaseVersion>
13+
<ReleaseVersion>0.3</ReleaseVersion>
1414
</PropertyGroup>
1515
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1616
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)