Common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added enum for tree node states. WTI-1888

Changed version number to 18.1.2.1. WTI-1829

  1. … 1 more file in changeset.
Updated version number to 18.1.1.4. WTI-1883

  1. … 1 more file in changeset.
Merge branch 'Release18_1'

Increased version number to 18.1.1.3. WTI-1849

  1. … 1 more file in changeset.
Fixed typo. WTI-1856

  1. … 1 more file in changeset.
Incorporated comments reviews 3225 and 3227:

- Updated test names

- Formatting / layout tests

Paired with ~carloslubbers

WTI-1658

  1. … 7 more files in changeset.
Add method to auto resize a single column in a datagridview WTI-1658

Add optional parameter to DataGridViewControl.RefreshDataGridView to control the auto resizing behavior WTI-1658

Changed version number to 18.1.1.2. WTI-1857

  1. … 1 more file in changeset.
Merge branch 'Release18_1'

  1. … 6 more files in changeset.
Merge branch 'Release18_1_Development' into Release18_1

# Conflicts:

# Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs

# Ringtoets/Common/src/Ringtoets.Common.Forms/Properties/Resources.Designer.cs

# Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Properties/Resources.Designer.cs

# Ringtoets/Piping/src/Ringtoets.Piping.Forms/Properties/Resources.Designer.cs

  1. … 20 more files in changeset.
Increase minor version number WTI-1828

  1. … 6 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./src/Core.Common.Base/Data/IProject.cs
    • -1
    • +1
    ./src/Core.Common.Base/Data/IProjectFactory.cs
    • -1
    • +1
    ./src/Core.Common.Base/Data/RoundedDouble.cs
    • -1
    • +1
    ./src/Core.Common.Base/Geometry/Math2D.cs
    • -1
    • +1
    ./src/Core.Common.Base/Geometry/Point2D.cs
    • -1
    • +1
    ./src/Core.Common.Base/Geometry/Point3D.cs
  1. … 6081 more files in changeset.
Changed calculation skipped log message. WTI-1796

Fixed license headers. WTI-1767

  1. … 27 more files in changeset.
Remove unused resource WTI-1767

Improvements after review. Paired with Kleijn. WTI-1691

Fix Setup and TearDown locations in test:

- Moved Setup and TearDown overrides to the top of test file documents for cleanups that are already performed

WTI-1767

  1. … 1 more file in changeset.
Ran Deltares Cleanup:

- Performed for Common.TestUtil and Common.Util.Test namespaces

WTI-1767

Ran Deltares Cleanup:

- Performed for Core.Common, except TestUtil

WTI-1767

    • -3
    • +5
    ./src/Core.Common.Base/Data/RoundedDouble.cs
    • -0
    • +19
    ./src/Core.Common.Base/Geometry/Math2D.cs
    • -0
    • +6
    ./src/Core.Common.Base/Geometry/Point2D.cs
    • -0
    • +3
    ./src/Core.Common.Base/Geometry/Point3D.cs
  1. … 56 more files in changeset.
Changes after review. WTI-1691

Fixed combobox redraw delay. WTI-1691

Cleanup: Equality comparison of floating point numbers. WTI-1767

    • -1
    • +1
    ./src/Core.Common.Base/Geometry/Math2D.cs
Cleanup: Removed redundant string interpolation. WTI-1767

  1. … 1 more file in changeset.
Cleanup: Made methods and properties private where possible. WTI-1767

  1. … 4 more files in changeset.
Cleanup: Removed unused usings. WTI-1767

  1. … 28 more files in changeset.
Cleanup: Conditional access qualifier expression is known to be not null. WTI-1767

Revert "Cleanup: Conditional access qualifier expression is known to be not null. WTI-1767"

This reverts commit c4b24c0a4946d7cd20c0fb302aa9c8e30f10afc6.

Cleanup: Fixed localizable string. WTI-1767

    • -1
    • +1
    ./test/Core.Common.TestUtil/TestHelper.cs