Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
* Build 643
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Sep 25, 2018
1 parent bc5748d commit 93b5c4b
Show file tree
Hide file tree
Showing 2,622 changed files with 17,229 additions and 64,218 deletions.

Large diffs are not rendered by default.

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

=======

## 2018-09-23 Build 642
* Namespaces are now simplified from `ComponentFactory.Krypton.xx` to `Krypton.xx` to align properly with **DLL** file names
## 2018-09-25 Build 643
* Build 643 (build date Tuesday 25th September, 2018) is now available through the **releases** tab
* Allow the developer to override the `Ctrl+c to copy` text in the Caption
* The `Import()` and `Export()` methods will now use the native `KryptonMessageBox` instead of a system one
* Removed the phantom `KryptonPalette` component
* Now you can access the full `FilePath` of the loaded palette XML file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectGuid>{6004C98A-6642-4DCF-906C-E0ED3581978F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Krypton.Design</RootNamespace>
<RootNamespace>ComponentFactory.Krypton.Design</RootNamespace>
<AssemblyName>Krypton Design</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System.Reflection;
Expand All @@ -16,8 +16,8 @@
[assembly: AssemblyInformationalVersion("4.71.564.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Design")]
[assembly: AssemblyDefaultAlias("Krypton.Design.dll")]
[assembly: AssemblyTitle("Krypton.Design")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Design.dll")]
[assembly: AssemblyTitle("ComponentFactory.Krypton.Design")]
[assembly: AssemblyCompany("Component Factory Pty Ltd, Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV)")]
[assembly: AssemblyDescription("Krypton.Design")]
[assembly: AssemblyDescription("ComponentFactory.Krypton.Design")]
[assembly: AssemblyConfiguration("Production")]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectGuid>{E00FF125-CB44-480B-847E-7B3D27E481EB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Krypton.Docking</RootNamespace>
<RootNamespace>ComponentFactory.Krypton.Docking</RootNamespace>
<AssemblyName>Krypton Docking</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -179,17 +179,17 @@
<EmbeddedResource Include="ToolboxBitmaps\KryptonDockingManager.bmp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Krypton.Navigator\Krypton.Navigator 2018.csproj">
<ProjectReference Include="..\ComponentFactory.Krypton.Navigator\ComponentFactory.Krypton.Navigator 2018.csproj">
<Project>{dc0dd714-4d19-4f31-a6d0-ea209d4f0ea8}</Project>
<Name>Krypton.Navigator 2018</Name>
<Name>ComponentFactory.Krypton.Navigator 2018</Name>
</ProjectReference>
<ProjectReference Include="..\Krypton.Toolkit\Krypton.Toolkit 2018.csproj">
<ProjectReference Include="..\ComponentFactory.Krypton.Toolkit\ComponentFactory.Krypton.Toolkit 2018.csproj">
<Project>{96ecaecc-54f8-4aa5-8591-b443c2d9565f}</Project>
<Name>Krypton.Toolkit 2018</Name>
<Name>ComponentFactory.Krypton.Toolkit 2018</Name>
</ProjectReference>
<ProjectReference Include="..\Krypton.Workspace\Krypton.Workspace 2018.csproj">
<ProjectReference Include="..\ComponentFactory.Krypton.Workspace\ComponentFactory.Krypton.Workspace 2018.csproj">
<Project>{9144ba04-155b-4b66-b85a-9a89aa93f7d4}</Project>
<Name>Krypton.Workspace 2018</Name>
<Name>ComponentFactory.Krypton.Workspace 2018</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.ComponentModel;
using System.Collections.Generic;
using System.Windows.Forms;
using Krypton.Toolkit;
using Krypton.Navigator;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonNavigator to work as a docking auto hidden group control.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.Drawing;
using System.ComponentModel;
using System.Windows.Forms;
using Krypton.Toolkit;
using ComponentFactory.Krypton.Toolkit;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonPanel to work as a panel for hosting KryptonAutoHiddenGroup controls.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.Drawing;
using System.ComponentModel;
using Krypton.Toolkit;
using Krypton.Navigator;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Acts as a proxy for a KryptonPage inside a auto hidden group.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
Expand All @@ -15,11 +15,11 @@
using System.Runtime.InteropServices;
using System.Windows.Forms;
using System.Security.Permissions;
using Krypton.Toolkit;
using Krypton.Navigator;
using Krypton.Workspace;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;
using ComponentFactory.Krypton.Workspace;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonPanel to work as a panel for hosting the display of a sliding in/out page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.Drawing;
using System.ComponentModel;
using Krypton.Toolkit;
using Krypton.Navigator;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonNavigator to work within the docking framework.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.Drawing;
using Krypton.Toolkit;
using Krypton.Navigator;
using Krypton.Workspace;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;
using ComponentFactory.Krypton.Workspace;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonWorkspace to work within the docking framework.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System.Drawing;
using System.ComponentModel;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonWorkspace to work within the docking edge of a control.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System.ComponentModel;
using Krypton.Toolkit;
using ComponentFactory.Krypton.Toolkit;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonSeparator so work between dockspace entries on a control edge.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System.ComponentModel;
using Krypton.Navigator;
using Krypton.Workspace;
using ComponentFactory.Krypton.Navigator;
using ComponentFactory.Krypton.Workspace;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonWorkspace to work within the docking edge of a control.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.Drawing;
using System.ComponentModel;
using System.Collections.Generic;
using System.Windows.Forms;
using Krypton.Toolkit;
using Krypton.Navigator;
using Krypton.Workspace;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;
using ComponentFactory.Krypton.Workspace;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonForm to act as a floating window within the docking framework.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System.ComponentModel;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonWorkspace to work within the docking floating window.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
Expand All @@ -15,11 +15,11 @@
using System.ComponentModel;
using System.Collections.Generic;
using System.Windows.Forms;
using Krypton.Toolkit;
using Krypton.Navigator;
using Krypton.Workspace;
using ComponentFactory.Krypton.Toolkit;
using ComponentFactory.Krypton.Navigator;
using ComponentFactory.Krypton.Workspace;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Extends the KryptonWorkspace with common functionality shared by various docking implementations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System.ComponentModel;
using Krypton.Navigator;
using ComponentFactory.Krypton.Navigator;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Acts as a placeholder for a KryptonPage so that it can be restored to this location at a later time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
// proprietary information of Component Factory Pty Ltd, 13 Swallows Close,
// Mornington, Vic 3931, Australia and are supplied subject to licence terms.
//
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.7)
// Version 4.7.0.0 www.com
// Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV) 2017 - 2018. All rights reserved. (https://github.com/Wagnerp/Krypton-NET-4.71)
// Version 4.7.0.0 www.ComponentFactory.com
// *****************************************************************************

using System;
using System.Drawing;
using System.Windows.Forms;
using System.Security.Permissions;
using Krypton.Navigator;
using ComponentFactory.Krypton.Navigator;

namespace Krypton.Docking
namespace ComponentFactory.Krypton.Docking
{
/// <summary>
/// Manage a docking dragging operation.
Expand Down
Loading

0 comments on commit 93b5c4b

Please sign in to comment.