src

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Removed unused methods. WTI-2015

    • -11
    • +0
    ./Core.Common.Gui/Helpers/DialogBasedInquiryHelper.cs
  1. … 1 more file in changeset.
Used the ExportHelper in the GuiExportHandler. WTI-2015

Implemented getting the FilePath from the ExportHelper. WTI-2015

    • -1
    • +26
    ./Core.Common.Gui/Helpers/ExportHelper.cs
  1. … 1 more file in changeset.
Use the inquiryHelper in the GuiExportHandler. WTI-2015

Removed redundant packages.config. WTI-2003

  1. … 1 more file in changeset.
Created ExportHelper. WTI-2015

    • -0
    • +9
    ./Core.Common.Gui/Helpers/ExportHelper.cs
  1. … 1 more file in changeset.
Moved helpers to separate folder. WTI-2015

    • -142
    • +0
    ./Core.Common.Gui/DialogBasedInquiryHelper.cs
    • -0
    • +142
    ./Core.Common.Gui/Helpers/DialogBasedInquiryHelper.cs
    • -0
    • +76
    ./Core.Common.Gui/Helpers/IInquiryHelper.cs
    • -76
    • +0
    ./Core.Common.Gui/IInquiryHelper.cs
  1. … 44 more files in changeset.
Removed TODO tags which where not compliant anymore. WTI-2012

  1. … 2 more files in changeset.
Fixed Sonarqube rule 'match interface declaration'. WTI-2012

  1. … 3 more files in changeset.
Fixed Sonarqube rule 'match interface declaration'. WTI-2012

  1. … 2 more files in changeset.
Fixed Sonarqube rule "Ternary operators should not be nested". WTI-2012

  1. … 3 more files in changeset.