Ringtoets.Integration.Forms

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .Data project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

  1. … 89 more files in changeset.
Renamed Ringtoets --> Riskeer in Storage: WTI-1931

- Fixed paths of components that refer to Riskeer.Storage.Core

-- This also fixes the compilation errors as a consequence of rebasing the solution

  1. … 4 more files in changeset.
Renamed Ringtoets --> Riskeer in Storage: WTI-1931

- Adjusted namespace for src (on project level)

    • -1
    • +1
    ./Merge/AssessmentSectionMergeFilePathProvider.cs
  1. … 536 more files in changeset.
Renamed Ringtoets --> Riskeer in Storage: WTI-1931

- Renamed the src project file

-- Fixed default namespace and project name

-- Note: Namespaces are NOT fixed as part of this commit.

  1. … 10 more files in changeset.
Incorporated comments tester: WTI-1924

- Only display values for the Year HLCD property when the HRD is linked

-- Converted property to string

    • -2
    • +2
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Incorporated comments review 3449: WTI-1927

- Added HydraulicBoundaryDatabase as constructor argument for the HydraulicLocationConfigurationImportHandler

-- Maintained the location configuration settings as an argument as it must remain clear which object is updated by using the interface.

    • -1
    • +2
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -4
    • +4
    ./PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 4 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Improved HydraulicBoundaryDatabaseProperties:

-- Updated and improved tests

-- Changed display logic: display values based on whether the HRD is linked (AND null in case of optional properties)

    • -10
    • +16
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Incorporated comments review 3449: WTI-1927

- Cleaned up files

-- Improved tests

  1. … 2 more files in changeset.
Updated editor: WTI-1927

- Changed base type editor from FileNameEditor to UIEditor to enable selection of a HLCD file.

    • -1
    • +1
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Extracted HLCD file name editor: WTI-1927

- Editor extracted to allow overrides for a custom file filter.

- Fixed failing test of the property info which is introdcued due to a dependency on the GUI.MainWindow

    • -0
    • +39
    ./Editors/HlcdFileNameEditor.cs
    • -1
    • +2
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 4 more files in changeset.
Added ReadOnly property for the HLCD filepath. WTI-1927

- File path should not be editable in case there's no hydraulic boundary database linked.

    • -1
    • +25
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Renamed interface method definition. WTI-1927

    • -1
    • +1
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -1
    • +1
    ./PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 3 more files in changeset.
Added implementation of the import handler. WTI-1927

    • -0
    • +2
    ./PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 7 more files in changeset.
Introduced import handler to handle with HLCD imports from the hydraulic boundary database property panel: WTI-1927

- Added empty handler class to be substituted in the RingtoetsPlugin to prevent ArgumentNullExceptions on runtime.

    • -5
    • +18
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -0
    • +40
    ./PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 6 more files in changeset.
Renamed FilePath property: WTI-1924

- Renamed file path property for the display of HRD filepaths for clarity

-- Adjusted the display names and descriptions of the HRD file path property of the property panel

    • -1
    • +1
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Added functionality to display values of HLCD settings. WTI-1924

- Separated tests to prove functionality when a HRD is linked and unlinked.

    • -10
    • +11
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Added properties to display for the HLCD files. WTI-1924

    • -0
    • +180
    ./Properties/Resources.Designer.cs
    • -4
    • +138
    ./PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Incorporated comments tester: WTI-1906

- Removed TableLayOutPanel as this causes a re-rendering of the map component when it is undocked. The solution is to introduce a panel which is drawn on top without the tablelayoutpanel

-- Cleaned up files

    • -37
    • +19
    ./Views/AssemblyResultPerSectionMapView.Designer.cs
    • -1
    • +0
    ./Views/AssemblyResultPerSectionMapView.cs
  1. … 1 more file in changeset.
Incorporated comments review 3401: WTI-1906

- Cleaned up src and test code

- Added background color for the warning panel as desired

    • -4
    • +7
    ./Views/AssemblyResultPerSectionMapView.Designer.cs
    • -16
    • +4
    ./Views/AssemblyResultPerSectionMapView.cs
  1. … 1 more file in changeset.
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors due to changes in the derived classes from the FeatureBasedMapData

-- Fixed for the MapDataFactories

    • -3
    • +3
    ./Factories/CombinedSectionAssemblyMapDataFactory.cs
  1. … 1 more file in changeset.
Reused resource property for view. WTI-1906

    • -1
    • +1
    ./Views/AssemblyResultPerSectionMapView.Designer.cs
Merge branch 'feature/1906'

    • -1
    • +25
    ./Views/AssemblyResultPerSectionMapView.cs
  1. … 1 more file in changeset.
Added warning panel to display warning on the map view. WTI-1906

    • -4
    • +69
    ./Views/AssemblyResultPerSectionMapView.Designer.cs
    • -1
    • +25
    ./Views/AssemblyResultPerSectionMapView.cs
  1. … 1 more file in changeset.
Adapted assembly results per section map view. WTI-977

    • -13
    • +7
    ./Views/AssemblyResultPerSectionMapView.cs
  1. … 1 more file in changeset.
Added observing reference line in result observer. WTI-977

    • -0
    • +7
    ./Observers/AssessmentSectionResultObserver.cs
  1. … 1 more file in changeset.
Updated observers of stand alone views. WTI-977

    • -2
    • +8
    ./Views/FailureMechanismWithDetailedAssessmentView.cs
    • -2
    • +8
    ./Views/FailureMechanismWithoutDetailedAssessmentView.cs
  1. … 2 more files in changeset.
Added assessment section observer in AssessmentSection view. WTI-977

  1. … 2 more files in changeset.
Fixed compilation errors. WTI-1887

- Fixed the creation of the (Line)CategoryThemes

    • -1
    • +1
    ./Factories/CombinedSectionAssemblyMapDataFactory.cs
  1. … 6 more files in changeset.
Rewired assessment section view observer. WTI-977

  1. … 1 more file in changeset.
Use reference line in properties. WTI-977

    • -12
    • +11
    ./PropertyClasses/ReferenceLineProperties.cs
  1. … 2 more files in changeset.