Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-08-18 00:01:06 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-08-18 00:01:06 +0300
commitfa5073e68fa8c917a9b9bd13671092b94116963b (patch)
treeaa05c0b7bc0eefe0e14cec170bf9b76563c209ff /UVtools.GUI/UVtools.GUI.csproj
parent06598b7523158a4b5c3fcb6a009ea65c826fd9a2 (diff)
v0.6.6.1v0.6.6.1
* (Add) Elapsed time to the Log list * (Add) Setting - Issues - Islands: Allow diagonal bonds with default to false (#22) * (Change) Tool - Repair Layers: Allow set both iterations to 0 to skip closing and opening operations and allow remove islands independently * (Change) Title - file open time from miliseconds to seconds * (Improvement) Tool - Repair Layers: Layer image will only read/save if required and if current layer got modified * (Fix) Setting - Issues - Islands: "Pixels below this value will turn black, otherwise white" (Threshold) was not using the set value and was forcing 1 * (Fix) Remove duplicated log for repair layers and issues
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index 229ff2c..70f4542 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -151,7 +151,7 @@
<Compile Include="Controls\CtrlKernel.Designer.cs">
<DependentUpon>CtrlKernel.cs</DependentUpon>
</Compile>
- <Compile Include="Controls\Log.cs" />
+ <Compile Include="Controls\LogItem.cs" />
<Compile Include="Controls\SlicerPropertyItem.cs" />
<Compile Include="Controls\SplitButton.cs">
<SubType>Component</SubType>
@@ -228,11 +228,11 @@
<Compile Include="Forms\FrmMutationResize.Designer.cs">
<DependentUpon>FrmMutationResize.cs</DependentUpon>
</Compile>
- <Compile Include="Forms\FrmRepairLayers.cs">
+ <Compile Include="Forms\FrmToolRepairLayers.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="Forms\FrmRepairLayers.Designer.cs">
- <DependentUpon>FrmRepairLayers.cs</DependentUpon>
+ <Compile Include="Forms\FrmToolRepairLayers.Designer.cs">
+ <DependentUpon>FrmToolRepairLayers.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FrmMutation.cs">
<SubType>Form</SubType>
@@ -316,8 +316,8 @@
<EmbeddedResource Include="Forms\FrmMutationResize.resx">
<DependentUpon>FrmMutationResize.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Forms\FrmRepairLayers.resx">
- <DependentUpon>FrmRepairLayers.cs</DependentUpon>
+ <EmbeddedResource Include="Forms\FrmToolRepairLayers.resx">
+ <DependentUpon>FrmToolRepairLayers.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FrmMutation.resx">
<DependentUpon>FrmMutation.cs</DependentUpon>