Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion Documents/Help/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
=======

## 2024-11-xx - Build 2411 - November 2024
* `Krypton.Toolkit.Suite.Extended.Outlook.Grid` is now deprecated, as it has now been absorbed into the standard toolkit
* Implement [#404](https://github.com/Krypton-Suite/Extended-Toolkit/issues/404), Update 'ScottPlot' to v5
* `KryptonMessageBoxExtended` now supports RTL reading
* `Krypton.Toolkit.Suite.Extended.Toast` is now deprecated, as it has now been asorbed into the standard toolkit
* `Krypton.Toolkit.Suite.Extended.Toast` is now deprecated, as it has now been absorbed into the standard toolkit
* `KryptonFormExtended` - `AllowFormIntegrate` property has now been removed to fall in line with the standard toolkit
* Resolved [#446](https://github.com/Krypton-Suite/Extended-Toolkit/issues/446), Throwing exceptions using the Circularprogressbar control of The Ultimate 80.0 package during design
* New `KryptonAboutExtendedToolkit` API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<Choose>
<When Condition="'$(Configuration)' == 'Nightly'">
<ItemGroup>
<PackageReference Include="Krypton.Toolkit.Nightly" Version="90.24.1.17-alpha" />
<PackageReference Include="Krypton.Toolkit.Nightly" Version="90.24.2.45-alpha" />
</ItemGroup>
</When>

<When Condition="'$(Configuration)' == 'Canary'">
<ItemGroup>
<PackageReference Include="Krypton.Toolkit.Canary" Version="90.23.12.352-beta" />
<PackageReference Include="Krypton.Toolkit.Canary" Version="90.24.1.22-beta" />
</ItemGroup>
</When>

Expand Down
46 changes: 23 additions & 23 deletions Source/Krypton Toolkit/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>

<!--Version layout schema:
80 = Major
23 = Minor - Year of release
90 = Major
24 = Minor - Year of release
01 = Build - Month of release
1 = Revision - Day of release (day of year)
-beta = Indicates a pre-release package
-->
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
<LibraryVersion>90.$(Minor).$(Build).$(Revision)</LibraryVersion>
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->

<!--Stable/Signed-->
<PackageVersion>80.$(Minor).$(Build).$(Revision)-beta</PackageVersion>
<PackageVersion>90.$(Minor).$(Build).$(Revision)-beta</PackageVersion>

<AssemblyVersion>80.$(Minor).$(Build).$(Revision)</AssemblyVersion>
<AssemblyVersion>90.$(Minor).$(Build).$(Revision)</AssemblyVersion>

<FileVersion>80.$(Minor).$(Build).$(Revision)</FileVersion>
<FileVersion>90.$(Minor).$(Build).$(Revision)</FileVersion>

<LangVersion>preview</LangVersion>

Expand All @@ -38,21 +38,21 @@
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>

<!--Version layout schema:
80 = Major
23 = Minor - Year of release
90 = Major
24 = Minor - Year of release
01 = Build - Month of release
1 = Revision - Day of release (day of year)
-alpha = Indicates a pre-release package
-->
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
<LibraryVersion>90.$(Minor).$(Build).$(Revision)</LibraryVersion>
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->

<!--Stable/Signed-->
<PackageVersion>80.$(Minor).$(Build).$(Revision)-alpha</PackageVersion>
<PackageVersion>90.$(Minor).$(Build).$(Revision)-alpha</PackageVersion>

<AssemblyVersion>80.$(Minor).$(Build).$(Revision)</AssemblyVersion>
<AssemblyVersion>90.$(Minor).$(Build).$(Revision)</AssemblyVersion>

<FileVersion>80.$(Minor).$(Build).$(Revision)</FileVersion>
<FileVersion>90.$(Minor).$(Build).$(Revision)</FileVersion>

<LangVersion>preview</LangVersion>

Expand All @@ -69,19 +69,19 @@
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>

<!--Version layout schema:
23 = Minor - Year of release
24 = Minor - Year of release
01 = Build - Month of release
1 = Revision - Day of release (day of year)
-->
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
<LibraryVersion>90.$(Minor).$(Build).$(Revision)</LibraryVersion>
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->

<!--Stable/Signed-->
<PackageVersion>80.$(Minor).$(Build).$(Revision)</PackageVersion>
<PackageVersion>90.$(Minor).$(Build).$(Revision)</PackageVersion>

<AssemblyVersion>80.$(Minor).$(Build).$(Revision)</AssemblyVersion>
<AssemblyVersion>90.$(Minor).$(Build).$(Revision)</AssemblyVersion>

<FileVersion>80.$(Minor).$(Build).$(Revision)</FileVersion>
<FileVersion>90.$(Minor).$(Build).$(Revision)</FileVersion>

<LangVersion>preview</LangVersion>

Expand All @@ -95,20 +95,20 @@
<Revision>$([System.DateTime]::Now.get_DayOfYear().ToString())</Revision>

<!--Version layout schema:
80 = Major
23 = Minor - Year of release
90 = Major
24 = Minor - Year of release
01 = Build - Month of release
1 = Revision - Day of release (day of year)
-->
<LibraryVersion>80.$(Minor).$(Build).$(Revision)</LibraryVersion>
<LibraryVersion>90.$(Minor).$(Build).$(Revision)</LibraryVersion>
<!--https://docs.microsoft.com/en-us/nuget/create-packages/prerelease-packages-->

<!--Stable/Signed-->
<PackageVersion>80.$(Minor).$(Build).$(Revision)</PackageVersion>
<PackageVersion>90.$(Minor).$(Build).$(Revision)</PackageVersion>

<AssemblyVersion>80.$(Minor).$(Build).$(Revision)</AssemblyVersion>
<AssemblyVersion>90.$(Minor).$(Build).$(Revision)</AssemblyVersion>

<FileVersion>80.$(Minor).$(Build).$(Revision)</FileVersion>
<FileVersion>90.$(Minor).$(Build).$(Revision)</FileVersion>

<LangVersion>preview</LangVersion>

Expand Down
10 changes: 2 additions & 8 deletions Source/Krypton Toolkit/Examples/Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
</ItemGroup>

<ItemGroup>
<None Update="invoices.xml">
<!--I think this is needed for the outlook grid example to function-->
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>

<None Update="Northwind_small.sqlite">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down Expand Up @@ -54,8 +49,8 @@
<Choose>
<When Condition="'$(SolutionName.Endswith(`NuGet`))'">
<ItemGroup>
<PackageReference Include="Krypton.Toolkit.Nightly" Version="90.24.1.17-alpha" />
<PackageReference Include="Krypton.Ribbon.Nightly" Version="90.24.1.17-alpha" />
<PackageReference Include="Krypton.Toolkit.Nightly" Version="90.24.1.29-alpha" />
<PackageReference Include="Krypton.Ribbon.Nightly" Version="90.24.1.29-alpha" />
</ItemGroup>
</When>
<Otherwise>
Expand Down Expand Up @@ -105,7 +100,6 @@
<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Navigator\Krypton.Toolkit.Suite.Extended.Navigator 2022.csproj" />
<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Networking\Krypton.Toolkit.Suite.Extended.Networking 2022.csproj" />
<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Notifications\Krypton.Toolkit.Suite.Extended.Notifications 2022.csproj" />
<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Outlook.Grid\Krypton.Toolkit.Suite.Extended.Outlook.Grid 2022.csproj" />
<!--<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Palette.Selectors\Krypton.Toolkit.Suite.Extended.Palette.Selectors 2022.csproj" />-->
<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Panels\Krypton.Toolkit.Suite.Extended.Panels 2022.csproj" />
<ProjectReference Include="..\Krypton.Toolkit.Suite.Extended.Resources\Krypton.Toolkit.Suite.Extended.Resources 2022.csproj" />
Expand Down
37 changes: 12 additions & 25 deletions Source/Krypton Toolkit/Examples/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 5 additions & 14 deletions Source/Krypton Toolkit/Examples/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,6 @@ private void kryptonButton7_Click(object sender, EventArgs e)
messageBoxExample.Show();
}

private void kbtnOutlookGrid_Click(object sender, EventArgs e)
{
OutlookGridExample outlookGridExample = new OutlookGridExample();

outlookGridExample.Show();
}

private void kbtnNotificationExample_Click(object sender, EventArgs e)
{
NotificationExample notificationExample = new NotificationExample();

notificationExample.Show();
}

private void kbtnFloating_Click(object sender, EventArgs e)
{
FloatingMenuToolbarExampleMain floating = new FloatingMenuToolbarExampleMain();
Expand Down Expand Up @@ -160,5 +146,10 @@ private void kbtnCheckBoxComboBoxExample_Click(object sender, EventArgs e)

example.Show();
}

private void kbtnNotificationExample_Click(object sender, EventArgs e)
{

}
}
}
Loading