Core.Common.Controls

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reset scrollbar to starting position when changing the item in the listbox of a view.WTI-1361

Build src projects to own folder.

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

Added enhanced button to calculationsview. WTI-2064

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

  1. … 9 more files in changeset.
Extended DataGridViewControlCellFormatExtensions. WTI-2032

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

Fixed bug when a cell would not refresh when cancelling an edit. WTI-2031

  1. … 1 more file in changeset.
Restored AssemblyInfos and Core.Common.Version. WTI-2003

  1. … 358 more files in changeset.
Migrated Core Common Controls. WTI-2003

  1. … 1 more file in changeset.
Removed all resources designer files. WTI-2003

  1. … 99 more files in changeset.
Revert "Removed all resources designer files. WTI-2003"

This reverts commit 2b0b66513226fa1fcd379c2cd214d61302cc9be7.

  1. … 99 more files in changeset.
Updated license headers in source files of src\Core.Common. WTI-1931

    • -3
    • +3
    ./DataGrid/DataGridViewColumnStateDefinition.cs
    • -3
    • +3
    ./DataGrid/DataGridViewColumnStateDefinitionFactory.cs
    • -3
    • +3
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -3
    • +3
    ./DataGrid/DataGridViewControl.Designer.cs
    • -3
    • +3
    ./DataGrid/DataGridViewControlCellFormatExtensions.cs
    • -3
    • +3
    ./DataGrid/IHasColumnStateDefinitions.cs
  1. … 211 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

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

  1. … 1 more file in changeset.
Add optional parameter to DataGridViewControl.RefreshDataGridView to control the auto resizing behavior WTI-1658

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

    • -1
    • +1
    ./DataGrid/DataGridViewColumnStateDefinition.cs
    • -1
    • +1
    ./DataGrid/DataGridViewColumnStateDefinitionFactory.cs
    • -1
    • +1
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -1
    • +1
    ./DataGrid/DataGridViewControl.Designer.cs
    • -1
    • +1
    ./DataGrid/DataGridViewControlCellFormatExtensions.cs
    • -1
    • +1
    ./DataGrid/IHasColumnStateDefinitions.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Performed for Core.Common, except TestUtil

WTI-1767

    • -1
    • +2
    ./DataGrid/DataGridViewColumnStateDefinition.cs
    • -0
    • +3
    ./DataGrid/DataGridViewComboBoxItemWrapper.cs
    • -1
    • +1
    ./DataGrid/DataGridViewControlCellFormatExtensions.cs
    • -0
    • +4
    ./PresentationObjects/WrappedObjectContextBase.cs
  1. … 67 more files in changeset.
Changes after review. WTI-1691

  1. … 1 more file in changeset.
Fixed combobox redraw delay. WTI-1691

  1. … 1 more file in changeset.
"<geen>" => "<selecteer>". WTI-1691

  1. … 13 more files in changeset.
"<geen>" => "<selecteer>". WTI-1691

  1. … 13 more files in changeset.
Set combobox FlatStyle to flat. WTI-1691

  1. … 1 more file in changeset.
Update xmldoc for column state definition factory WTI-1684 Paired with roberttangerman

    • -2
    • +2
    ./DataGrid/DataGridViewColumnStateDefinitionFactory.cs
Improvements after review. WTI-1684

    • -0
    • +41
    ./DataGrid/DataGridViewColumnStateDefinitionFactory.cs
  1. … 22 more files in changeset.
Move control to core namespace WTI-1678

  1. … 13 more files in changeset.
Incorporated comments review 2755: - Applied editorial comments for the Core.Common.Controls/DataGrid - Removed type constraint for the extension method as the datagridview control cannot enforce to contain objects of type TRow --> InvalidOperationException will occur regardless when the programmer puts in wrong row objects in the datagrid view control.

WTI-1679

    • -5
    • +3
    ./DataGrid/DataGridViewControlCellFormatExtensions.cs
    • -2
    • +2
    ./DataGrid/IHasColumnStateDefinitions.cs
  1. … 3 more files in changeset.
Introduced cell format extension methods: - Rows that contain column state definitions can make use of this extension method to format a cell that is contained by the data grid view control

WTI-1679

    • -0
    • +64
    ./DataGrid/DataGridViewControlCellFormatExtensions.cs
    • -0
    • +37
    ./DataGrid/IHasColumnStateDefinitions.cs
  1. … 2 more files in changeset.
Revert "Improve performance of result views by disabling auto resizing of columns" WTI-1644

  1. … 7 more files in changeset.
Improve performance of result views by disabling auto resizing of columns WTI-1644

  1. … 7 more files in changeset.