<SchemaVersion>2.0</SchemaVersion>\r
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
+ <ReleaseVersion>0.2</ReleaseVersion>\r
</PropertyGroup>\r
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
<DebugSymbols>true</DebugSymbols>\r
</PropertyGroup>\r
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
<DefineConstants>__linux__</DefineConstants>\r
+ <OutputPath>bin\Release</OutputPath>\r
+ </PropertyGroup>\r
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
+ <OutputPath>bin\Debug</OutputPath>\r
</PropertyGroup>\r
<!-- <PropertyGroup Condition=" '$(Platform)' == 'Linux_x86' ">\r
<DefineConstants>__linux__</DefineConstants>\r
GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
Debug|Linux_x86 = Debug|Linux_x86\r
Release|Linux_x86 = Release|Linux_x86\r
- Documentation|Any CPU = Documentation|Any CPU\r
- Nsis|Any CPU = Nsis|Any CPU\r
EndGlobalSection\r
GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
{232716B4-D19D-4FD7-B310-94A98FD926F0}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU\r
- {232716B4-D19D-4FD7-B310-94A98FD926F0}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU\r
- {232716B4-D19D-4FD7-B310-94A98FD926F0}.Documentation|Any CPU.Build.0 = Debug|Any CPU\r
- {232716B4-D19D-4FD7-B310-94A98FD926F0}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU\r
- {232716B4-D19D-4FD7-B310-94A98FD926F0}.Nsis|Any CPU.Build.0 = Debug|Any CPU\r
{232716B4-D19D-4FD7-B310-94A98FD926F0}.Release|Linux_x86.ActiveCfg = Debug|Any CPU\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Linux_x86.Build.0 = Debug|Any CPU\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Documentation|Any CPU.Build.0 = Debug|Any CPU\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Nsis|Any CPU.Build.0 = Debug|Any CPU\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.ActiveCfg = Release|Any CPU\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.Build.0 = Release|Any CPU\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.Build.0 = Debug|Any CPU\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Documentation|Any CPU.Build.0 = Debug|Any CPU\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Nsis|Any CPU.Build.0 = Debug|Any CPU\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.ActiveCfg = Release|Any CPU\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.Build.0 = Release|Any CPU\r
{E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Debug|Linux_x86.ActiveCfg = Debug|Any CPU\r
- {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU\r
- {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Documentation|Any CPU.Build.0 = Debug|Any CPU\r
- {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU\r
- {E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Nsis|Any CPU.Build.0 = Debug|Any CPU\r
{E9E14DB5-3C67-4E01-B5C3-4D90D7E31A2E}.Release|Linux_x86.ActiveCfg = Release|Any CPU\r
EndGlobalSection\r
GlobalSection(MonoDevelopProperties) = preSolution\r
$0.StandardHeader = $1\r
$1.Text = @ \n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.\r
$1.IncludeInNewFiles = True\r
+ $0.DotNetNamingPolicy = $2\r
+ $2.DirectoryNamespaceAssociation = None\r
+ $2.ResourceNamePolicy = FileFormatDefault\r
+ version = 0.2\r
EndGlobalSection\r
EndGlobal\r
</Command>
</CustomCommands>
</CustomCommands>
+ <ReleaseVersion>0.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<!--<Border BorderWidth="1" Margin="1" MinimumSize="0;100" Height="{TemplatedHeight}" Width="{TemplatedWidth}" Background="Gray">\r
<VerticalStack Name="List" Margin="1" Height="{TemplatedHeight}" Width="{TemplatedWidth}"/>\r
</Border>-->\r
-<Border BorderWidth="1" Margin="1" MinimumSize="100;100" Height="{TemplatedHeight}" Width="{TemplatedWidth}" >\r
+<Border BorderWidth="1" Margin="1" MinimumSize="20;20" Height="{TemplatedHeight}" Width="{TemplatedWidth}" >\r
<Scroller Name="scroller1" Margin="1" VerticalScrolling="true"\r
Height="{TemplatedHeight}" Width="{TemplatedWidth}">\r
<VerticalStack Height="-1" Width="{TemplatedWidth}" Name="List" Margin="0" VerticalAlignment="Top"/>\r
{\r
base.OnLoad (e);\r
\r
- TestList = Directory.GetFileSystemEntries("/mnt/data/MagicCardDataBase/", "*.txt",SearchOption.AllDirectories).ToList();\r
+ TestList = Directory.GetFileSystemEntries("/mnt/data/MagicCardDataBase/a/", "*.txt",SearchOption.AllDirectories).ToList();\r
LoadInterface("Interfaces/test_Listbox.goml");\r
\r
// TestList [1].Field = "test string";\r
#endregion\r
\r
public GOLIBTests ()\r
- : base(800, 600,"test")\r
+ : base(600, 400,"test: press spacebar to toogle test files")\r
{}\r
\r
int frameCpt = 0;\r
int idx = 0;\r
string[] testFiles = {\r
- "testGroupBox.goml",\r
"testBorder.goml",\r
- "testCheckbox.goml",\r
- "testWindow.goml",\r
- "test0.goml",\r
- "test1.goml",\r
- "test1.1.goml",\r
- "test1.2.goml",\r
- "testLabel.goml",\r
"testContainer.goml",\r
+ "testLabel.goml",\r
+ "testCheckbox.goml",\r
"testRadioButton.goml",\r
"testSpinner.goml",\r
"testPopper.goml",\r
"testExpandable.goml",\r
+ "testGroupBox.goml",\r
+ "test_stack.goml",\r
+ "testWindow.goml",\r
"testMsgBox.goml",\r
"testGrid.goml",\r
"fps.goml",\r
"testMeter.goml",\r
- "test6.goml",\r
- "testHStack.goml",\r
- "test2.goml",\r
- "test_stack.goml",\r
- "testScrollbar.goml",\r
- "test3.goml",\r
- "test4.1.goml",\r
- "test7.goml",\r
};\r
\r
#region FPS\r
<?xml version="1.0"?>\r
<Container Name="MainGrp" Background="0,5;0,5;0,5;0,5"\r
- HorizontalAlignment="Left" VerticalAlignment="Top"\r
Margin="10" Width="-1" Height="-1" Focusable="True" >\r
-\r
<VerticalStack Name="vsFps" BorderWidth="1" Margin="5" Spacing="4" Fit="true">\r
<HorizontalStack Height="-1">\r
<Label Text="Update:" FontColor="White" />\r
<Label Name="labUpdate" Text="{update}" FontSize="12" Background="DarkGreen"/>\r
</HorizontalStack>\r
- <HorizontalStack Height="-1" Name="hsFps" Background="Red" >\r
+ <HorizontalStack Height="-1" Name="hsFps" Background="Mantis" >\r
<Label Name="captionFps" Text="Fps:" />\r
<Label Name="valueFps" Text="{fps}" Font="droid bold, 12" TextAlignment="Center" Background="AoEnglish"/>\r
</HorizontalStack>\r
- <HorizontalStack Height="-1" Background="Red">\r
+ <HorizontalStack Height="-1" Background="UniversityOfCaliforniaGold">\r
<Label Text="Min:" Width = "30" />\r
<Label Text="{fpsMin}" Font="droid bold, 12" TextAlignment="Center" Background="AoEnglish"/>\r
</HorizontalStack>\r
- <HorizontalStack Height="-1" Background="Red" >\r
+ <HorizontalStack Height="-1" Background="Sienna" >\r
<Label Text="Max:" Width = "30"/>\r
<Label Text="{fpsMax}" Font="droid bold, 12" TextAlignment="Center" Background="AoEnglish"/>\r
</HorizontalStack>\r
-\r
</VerticalStack> \r
</Container>
\ No newline at end of file
<?xml version="1.0"?>\r
-<Container Fit="true" Margin="5" Background="Blue">\r
-<Group Fit="true" Margin="5" Background="Green">\r
-<Border Fit="true" Background="Red" Margin="10">\r
- <Checkbox/>\r
+<Border BorderWidth="5" Width="200" Height="200" CornerRadius="20" Margin="0" Background="Mantis">\r
+ <GraphicObject CornerRadius="0" Background="CornflowerBlue" Height="100" Width="100"/>\r
</Border>\r
-</Group>\r
-</Container>\r
<Popper Title="TestPopper" Width="100" Background="DimGray">\r
<Border Fit="True" Background="ArmyGreen">\r
<!-- <Image Fit="true" Path="#go.Images.Icons.tetra.png" Margin="10"/>-->\r
- <VerticalStack Fit="true" Background="Blue">\r
+ <VerticalStack Fit="true" Margin="10" Background="CornflowerBlue">\r
<Checkbox Name="chk1"/>\r
<Checkbox Name="chk2" IsChecked="true"/>\r
<Checkbox Name="chk3"/>\r
<OutputType>Exe</OutputType>
<RootNamespace>Tests</RootNamespace>
<AssemblyName>Tests</AssemblyName>
- <StartupObject>test.GOLIBTest_TypeViewer</StartupObject>
+ <StartupObject>test.GOLIBTests</StartupObject>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<OutputPath>..\bin\$(configuration)</OutputPath>
<IntermediateOutputPath>obj\$(configuration)</IntermediateOutputPath>