Common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged from release 17.2:

Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline:

- Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point

- Added testcases for the validator

Related to Issue [WTI-1592]

    • -0
    • +27
    ./src/Core.Common.Base/Geometry/Math2D.cs
    • -0
    • +40
    ./test/Core.Common.Base.Test/Geometry/Math2DTest.cs
  1. … 2 more files in changeset.
Refactored DataGridViewColumnFormattingRule. WTI-1627

  1. … 3 more files in changeset.
* Reformatted cells disabled enabled test. * Added extra columns to formatting rules. * Removed DataGridViewTestHelperTest * Introduced new generic assertion method. WTI-1627

  1. … 2 more files in changeset.
Fix test. WTI-1627

Introduced DataGridViewColumnFormattingRule. WTI-1627

BLA

Applied some final improvements. WTI-1563

Rename GetFromRange to NextDouble WTI-1616

  1. … 24 more files in changeset.
Improved GetViewName implementation in ViewInfo. WTI-1563 => Original data is now passed instead of view data

    • -4
    • +4
    ./src/Core.Common.Gui/Plugin/ViewInfo.cs
  1. … 11 more files in changeset.
Incorporated comments review 2508: - Cleaned up test files

Paired with ~kleijn

WTI-1563

  1. … 2 more files in changeset.
Applied some final cleanups when it comes to DocumentViewController. WTI-1563

Applied some final cleanups when it comes to DocumentViewControllerTest. WTI-1563

Adapted GuiCore. WTI-1563

    • -0
    • +32
    ./test/Core.Common.Gui.Test/GuiCoreTest.cs
Adapted DocumentViewControllerTest. WTI-1563

Further simplified DocumentViewController. WTI-1563

    • -1
    • +1
    ./test/Core.Common.Gui.Test/GuiCoreTest.cs
Simplified DocumentViewController. WTI-1563

Refactor cleanup WTI-1617

    • -1
    • +1
    ./src/Core.Common.Base/ObservableList.cs
  1. … 39 more files in changeset.
Review related changes. WTI-1562

  1. … 8 more files in changeset.
Introduce IObservableEnumerable interface to use when exposing ObservableList objects as read-only, reverting some previous refactorings. WTI-1617

    • -0
    • +32
    ./src/Core.Common.Base/IObservableEnumerable.cs
    • -1
    • +1
    ./src/Core.Common.Base/ObservableList.cs
  1. … 33 more files in changeset.
Optimized view open logic in DocumentViewController. WTI-1563

Optimized view open logic in DocumentViewController. WTI-1563

Adapted DocumentViewControllerTest. WTI-1563

Optimized view open logic in DocumentViewController. WTI-1563

Optimized view open logic in DocumentViewController. WTI-1563

Rewrote DocumentViewController logic for obtaining already opened view. WTI-1563

Implement review comments WTI-450: - Add additional test for the PropertyGridView - Add context menu item for the referenceline properties

  1. … 2 more files in changeset.
Update System.Data.SQLite.* to version 1.0.106.0 WTI-1587

    • -4
    • +4
    ./src/Core.Common.IO/Core.Common.IO.csproj
    • -1
    • +1
    ./test/Core.Common.IO.Test/packages.config
  1. … 52 more files in changeset.
Cleanup and fix last failing tests WTI-450

  1. … 2 more files in changeset.
Made PropertyGridView an IObserver WTI-450

Removed IDisposable interface from ObjectProperties and moved to property classes that need it WTI-450

  1. … 8 more files in changeset.