src

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed build paths.

    • -1
    • +1
    ./Core.Common.Gui/Core.Common.Gui.csproj
  1. … 8 more files in changeset.
Make sure assemblies and directories can be in same folder.

    • -11
    • +5
    ./Core.Common.Assembly/AssemblyResolver.cs
Build src projects to own folder.

    • -0
    • +1
    ./Core.Common.Base/Core.Common.Base.csproj
    • -0
    • +1
    ./Core.Common.Controls.TreeView/Core.Common.Controls.TreeView.csproj
    • -0
    • +1
    ./Core.Common.Controls/Core.Common.Controls.csproj
    • -0
    • +1
    ./Core.Common.Geometry/Core.Common.Geometry.csproj
    • -0
    • +6
    ./Core.Common.Gui/Core.Common.Gui.csproj
    • -0
    • +1
    ./Core.Common.IO/Core.Common.IO.csproj
    • -0
    • +1
    ./Core.Common.Util/Core.Common.Util.csproj
    • -0
    • +1
    ./Core.Common.Version/Core.Common.Version.csproj
  1. … 118 more files in changeset.
Added assembly project.

    • -0
    • +179
    ./Core.Common.Assembly/AssemblyResolver.cs
    • -0
    • +10
    ./Core.Common.Assembly/Core.Common.Assembly.csproj
  1. … 1 more file in changeset.
Added automation id's. WTI-2096

  1. … 6 more files in changeset.
Fixed SonarQube smell. WTI-1348

    • -4
    • +4
    ./Core.Common.Controls/Forms/EnhancedButton.cs
Added enhanced button to calculationsview. WTI-2064

    • -0
    • +55
    ./Core.Common.Controls/Forms/EnhancedButton.cs
  1. … 3 more files in changeset.
Improved ordering of columns in the GrassCoverErosionInwardsCalculationsView. WTI-2080

    • -8
    • +12
    ./Core.Common.Controls/DataGrid/DataGridViewControl.cs
  1. … 9 more files in changeset.
Extended DataGridViewControlCellFormatExtensions. WTI-2032

    • -1
    • +7
    ./Core.Common.Controls/DataGrid/DataGridViewControlCellFormatExtensions.cs
  1. … 1 more file in changeset.
Added refreshing the datagridview after endedit. WTI-2031

    • -0
    • +1
    ./Core.Common.Controls/DataGrid/DataGridViewControl.cs
Fixed bug when a cell would not refresh when cancelling an edit. WTI-2031

    • -1
    • +1
    ./Core.Common.Controls/DataGrid/DataGridViewControl.cs
  1. … 1 more file in changeset.
Added extra tests. WTI-2058

    • -0
    • +5
    ./Core.Common.Util/EnumDisplayWrapper.cs
  1. … 4 more files in changeset.
Added method to check whether a point lies within a polygon. WTI-2054

    • -0
    • +33
    ./Core.Common.Geometry/AdvancedMath2D.cs
  1. … 1 more file in changeset.
Possible storage performance improvement. WTI-2049

    • -1
    • +2
    ./Core.Common.IO/SqLiteConnectionStringBuilder.cs
  1. … 1 more file in changeset.
Revert "Possible storage performance improvement. WTI-2049"

This reverts commit eb0491733f6d1b59b336962a009eac8f2ce11367.

    • -2
    • +1
    ./Core.Common.IO/SqLiteConnectionStringBuilder.cs
  1. … 1 more file in changeset.
Removed dependency from Riskeer Integration to Storage. WTI-2011

  1. … 3 more files in changeset.
Disabled journal file when saving project. WTI-2049

    • -1
    • +2
    ./Core.Common.IO/SqLiteConnectionStringBuilder.cs
  1. … 1 more file in changeset.
Improvements after review. WTI-2016

    • -13
    • +13
    ./Core.Common.Gui/Commands/StorageCommandHandler.cs
  1. … 20 more files in changeset.
Local point should be infinite when worldCoordinate Y is infinite. WTI-2012

  1. … 1 more file in changeset.
Improvements after review. WTI-2012

    • -36
    • +48
    ./Core.Common.Base/Data/RoundedDouble.cs
Added method to get the interior point of a polygon. WTI-2106

    • -0
    • +30
    ./Core.Common.Geometry/AdvancedMath2D.cs
  1. … 1 more file in changeset.
Fixed Sonarqube smells. WTI-2015

  1. … 1 more file in changeset.
Fixed tests. WTI-2015

  1. … 1 more file in changeset.
Moved method to base class. WTI-2015

    • -0
    • +19
    ./Core.Common.Gui/Plugin/PluginBase.cs
  1. … 12 more files in changeset.
Changed ExportInfo API. WTI-2015

    • -15
    • +14
    ./Core.Common.Gui/Plugin/ExportInfo.cs
  1. … 2 more files in changeset.
Used new property to get the file path macro stability. WTI-2015

    • -1
    • +1
    ./Core.Common.Gui/Plugin/ExportInfo.cs
  1. … 2 more files in changeset.
Ensured files are copied via a post build event in order to prevent useless project rebuilds. WTI-2003

    • -3
    • +3
    ./Core.Common.Gui/Core.Common.Gui.csproj
Expanded ExportInfo. WTI-2015

    • -8
    • +19
    ./Core.Common.Gui/Plugin/ExportInfo.cs
  1. … 1 more file in changeset.
Implemented getting the folder path from the ExportHelper. WTI-2015

    • -0
    • +17
    ./Core.Common.Gui/Helpers/ExportHelper.cs
  1. … 1 more file in changeset.
Implemented selecting a folder location. WTI-2015

    • -0
    • +19
    ./Core.Common.Gui/Helpers/DialogBasedInquiryHelper.cs
  1. … 1 more file in changeset.