From: Jean-Philippe Bruyère Date: Wed, 20 May 2020 00:15:16 +0000 (+0200) Subject: fix colors bugs X-Git-Tag: v0.9.5-beta~113^2~28 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=2befc4ca0c8c20f1db20ffa199950d988915911d;p=jp%2Fcrow.git fix colors bugs --- diff --git a/Crow/Crow.csproj b/Crow/Crow.csproj index 94977dec..f9881ede 100644 --- a/Crow/Crow.csproj +++ b/Crow/Crow.csproj @@ -4,7 +4,6 @@ netstandard2.0 $(CrowVersion) - $(CrowVersion) $(CrowPackageVersion) C# Rapid Open Widget Toolkit @@ -38,8 +37,7 @@ - - + @@ -60,15 +58,21 @@ Crow.Cursors.%(Filename) - + + + + + + + diff --git a/Crow/Templates/ColorPicker.template b/Crow/Templates/ColorPicker.template index 10976523..8289ce3f 100644 --- a/Crow/Templates/ColorPicker.template +++ b/Crow/Templates/ColorPicker.template @@ -32,7 +32,7 @@ diff --git a/PerfTests/PerfTests.csproj b/PerfTests/PerfTests.csproj index bb306205..dc735db5 100644 --- a/PerfTests/PerfTests.csproj +++ b/PerfTests/PerfTests.csproj @@ -28,4 +28,7 @@ Icons\%(Filename)%(Extension) + + + \ No newline at end of file diff --git a/PerfTests/Program.cs b/PerfTests/Program.cs index 8b83a592..68d8c73e 100644 --- a/PerfTests/Program.cs +++ b/PerfTests/Program.cs @@ -71,6 +71,7 @@ namespace PerfTests public static void Main (string [] args) { + Console.WriteLine ($"git:{ThisAssembly.Git.Commit} {ThisAssembly.Git.Branch} {ThisAssembly.Git.SemVer.Major}.{ThisAssembly.Git.SemVer.Minor}.{ThisAssembly.Git.SemVer.Patch} {ThisAssembly.Git.SemVer.Label}"); //IndentedTextWriter w = new IndentedTextWriter() using (TestInterface iface = new TestInterface ()) { iface.testDir ("Interfaces"); diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index 8b7d2a28..00000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// AssemblyInfo.cs -// -// Author: -// Jean-Philippe Bruyère -// -// Copyright (c) 2013-2017 Jean-Philippe Bruyère -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. - -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle ("Crow")] -[assembly: AssemblyDescription ("C# Rapid Open Widgets")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("Grand Tetra Software")] -[assembly: AssemblyProduct ("Crow")] -[assembly: AssemblyCopyright ("Copyright (c) 2018 - Jean-Philippe Bruyère ")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion ("0.7.1")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("crow.key")] - diff --git a/Samples/HelloWorld/HelloWorld.csproj b/Samples/HelloWorld/HelloWorld.csproj index 73273549..405765d1 100644 --- a/Samples/HelloWorld/HelloWorld.csproj +++ b/Samples/HelloWorld/HelloWorld.csproj @@ -1,6 +1,6 @@  - net472 + net472 Exe false 0.8.0 diff --git a/Samples/HelloWorld/ui/helloworld.crow b/Samples/HelloWorld/ui/helloworld.crow index 2f65ac1d..5c0fbbaf 100644 --- a/Samples/HelloWorld/ui/helloworld.crow +++ b/Samples/HelloWorld/ui/helloworld.crow @@ -1,6 +1,35 @@  - - - + + + + + + + + + + + + + + + + + + + + diff --git a/Samples/ShowCase/ShowCase.csproj b/Samples/ShowCase/ShowCase.csproj index 9d791164..85e3f061 100644 --- a/Samples/ShowCase/ShowCase.csproj +++ b/Samples/ShowCase/ShowCase.csproj @@ -16,15 +16,12 @@ - - data\%(RecursiveDir)%(Filename)%(Extension) - ShowCase.%(Filename)%(Extension) PreserveNewest - Interfaces\%(RecursiveDir)%(Filename)%(Extension) + Interfaces/%(RecursiveDir)%(Filename)%(Extension) PreserveNewest diff --git a/Samples/ShowCase/ui/Interfaces/CheckBox2.imlt b/Samples/ShowCase/ui/Interfaces/CheckBox2.imlt deleted file mode 100644 index c2bfe8da..00000000 --- a/Samples/ShowCase/ui/Interfaces/CheckBox2.imlt +++ /dev/null @@ -1,7 +0,0 @@ -