Skip to content

Commit 56182bd

Browse files
authored
Merge pull request #215 from Krypton-Suite/214-bug-kryptondatetimepicker-is-not-launchable-from-the-explorer
Need to merge now so that I can Tag for the packages
2 parents 790fc67 + 631f26d commit 56182bd

File tree

13 files changed

+302
-431
lines changed

13 files changed

+302
-431
lines changed

Documents/Help/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# <img src="https://github.com/Krypton-Suite/Standard-Toolkit-Demos/blob/master/Krypton.png?raw=true"> Standard Toolkit Demos - ChangeLog
22

3+
4+
## 2025-11-xx - Build 2511 - November
5+
* Resolved [#214](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/214), KryptonDateTimePicker is not launchable from the explorer
6+
37
## 2024-11-xx - Build 2411 - November
8+
* Resolved [#165](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/165), Need V90 (nee V85 -> V80) installer created
49
* Resolved [#199](https://github.com/Krypton-Suite/Standard-Toolkit-Demos/issues/199), ListView example Theme combo box does not work
510
* 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
611
* Add `KryptonOutlookGrid` example

Source/Krypton Explorer/Form1.Designer.cs

Lines changed: 170 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/Krypton Explorer/Form1.cs

Lines changed: 115 additions & 227 deletions
Large diffs are not rendered by default.

Source/Krypton Explorer/Form1.resx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
184184
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
185185
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
186-
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALDgAACw4BQL7hQQAAAZlJREFUOE+dk9tLAlEQ
186+
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAALDAAACwwBP0AiyAAAAZlJREFUOE+dk9tLAlEQ
187187
xv2ny7JC0O7bhVIqS40owxtpd8LQCtMeKjEqutqamnepFDNFvs6cWMlcX3z4OHvmzPzO7LeziqPPY4s7
188188
5w51IqtoExSW7HroJL+JjdQK5mJTOGbPwcIeRkUtlM/dstpMr8GTdUJ9pnZxQG9Eid5ID3r4+iu5QkmU
189189
SzkNAAXDH16Y4vpGkj+/jS12k7SXUxMg/30DR3K5cZj6CuMgY28q+K+2ACE6hGpdxOyrwHyZxEPxFFcf
@@ -1147,6 +1147,9 @@
11471147
<metadata name="ss.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
11481148
<value>166, 17</value>
11491149
</metadata>
1150+
<metadata name="ss.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1151+
<value>166, 17</value>
1152+
</metadata>
11501153
<metadata name="kryptonManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
11511154
<value>17, 17</value>
11521155
</metadata>

Source/Krypton Explorer/Krypton Explorer 2022 (Release) - Dev.sln

Lines changed: 0 additions & 44 deletions
This file was deleted.

Source/Krypton Explorer/Krypton Explorer 2022 (Release) - Nuget.sln

Lines changed: 0 additions & 28 deletions
This file was deleted.

Source/WixInstaller/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## Requirements
55
- wix 4.0.6 (Or greater) via nuget (Not 5.x yet !)
6-
- wix visx integration installed
6+
- wix visx (`Heatwave`) VS integration installed
77
- All Toolkit Demos solution built in `Release` (Use the Explorer solution)
8-
- A bit of time ;-)
8+
- Remeber to alter the version number in the Explorer Form.cs
9+
- And the version numbers of the msi outputnames in eachof the installer projects
10+
- A bit of time ;-)
11+
- Push PR and then push msi's with a tagged build the same as the msi version name

0 commit comments

Comments
 (0)