Skip to content

Commit

Permalink
Merge pull request #215 from Krypton-Suite/214-bug-kryptondatetimepic…
Browse files Browse the repository at this point in the history
…ker-is-not-launchable-from-the-explorer

Need to merge now so that I can Tag for the packages
  • Loading branch information
Smurf-IV authored Dec 1, 2024
2 parents 790fc67 + 631f26d commit 56182bd
Show file tree
Hide file tree
Showing 13 changed files with 302 additions and 431 deletions.
5 changes: 5 additions & 0 deletions Documents/Help/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# <img src="https://github.com/Krypton-Suite/Standard-Toolkit-Demos/blob/master/Krypton.png?raw=true"> Standard Toolkit Demos - ChangeLog


## 2025-11-xx - Build 2511 - November
* Resolved [#214](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/214), KryptonDateTimePicker is not launchable from the explorer

## 2024-11-xx - Build 2411 - November
* Resolved [#165](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/165), Need V90 (nee V85 -> V80) installer created
* Resolved [#199](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/199), ListView example Theme combo box does not work
* Resolved [#196](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/196), Demo apps are broken due to **[Breaking Changes]** due to them usage, not fixed
* Add `KryptonOutlookGrid` example
Expand Down
296 changes: 170 additions & 126 deletions Source/Krypton Explorer/Form1.Designer.cs

Large diffs are not rendered by default.

342 changes: 115 additions & 227 deletions Source/Krypton Explorer/Form1.cs

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion Source/Krypton Explorer/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALDgAACw4BQL7hQQAAAZlJREFUOE+dk9tLAlEQ
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALDAAACwwBP0AiyAAAAZlJREFUOE+dk9tLAlEQ
xv2ny7JC0O7bhVIqS40owxtpd8LQCtMeKjEqutqamnepFDNFvs6cWMlcX3z4OHvmzPzO7LeziqPPY4s7
5w51IqtoExSW7HroJL+JjdQK5mJTOGbPwcIeRkUtlM/dstpMr8GTdUJ9pnZxQG9Eid5ID3r4+iu5QkmU
SzkNAAXDH16Y4vpGkj+/jS12k7SXUxMg/30DR3K5cZj6CuMgY28q+K+2ACE6hGpdxOyrwHyZxEPxFFcf
Expand Down Expand Up @@ -1147,6 +1147,9 @@
<metadata name="ss.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>166, 17</value>
</metadata>
<metadata name="ss.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>166, 17</value>
</metadata>
<metadata name="kryptonManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
Expand Down
44 changes: 0 additions & 44 deletions Source/Krypton Explorer/Krypton Explorer 2022 (Release) - Dev.sln

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions Source/WixInstaller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

## Requirements
- wix 4.0.6 (Or greater) via nuget (Not 5.x yet !)
- wix visx integration installed
- wix visx (`Heatwave`) VS integration installed
- All Toolkit Demos solution built in `Release` (Use the Explorer solution)
- A bit of time ;-)
- Remeber to alter the version number in the Explorer Form.cs
- And the version numbers of the msi outputnames in eachof the installer projects
- A bit of time ;-)
- Push PR and then push msi's with a tagged build the same as the msi version name
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup>
<OutputName>Samples.v95.24.11.335-beta.Net48</OutputName>
<OutputName>Samples.v95.24.12.336-beta.Net48</OutputName>
<Name>WixInstaller.net48</Name>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="4.0">
<Import Project="Sdk.props" Sdk="WixToolset.Sdk" Version="4.0.1" />
<PropertyGroup>
<OutputName>Samples.v95.24.11.335-beta.Net80</OutputName>
<OutputName>Samples.v95.24.12.336-beta.Net80</OutputName>
<ProjectGuid>{3634bdd0-9fc5-4744-8902-6dd127ad4321}</ProjectGuid>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="4.0">
<Import Project="Sdk.props" Sdk="WixToolset.Sdk" Version="4.0.1" />
<PropertyGroup>
<OutputName>Samples.v95.24.11.335-beta.Net90</OutputName>
<OutputName>Samples.v95.24.12.336-beta.Net90</OutputName>
<ProjectGuid>{196eea81-fd87-4a46-b370-33268766e2b6}</ProjectGuid>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down

0 comments on commit 56182bd

Please sign in to comment.