Skip to content

Cherry-pick cfdcb96: Added DataGrid definitions (from legacy/master)#6

Open
alamin0313 wants to merge 1 commit intowtg-net10from
wtg-net10-cherry-pick
Open

Cherry-pick cfdcb96: Added DataGrid definitions (from legacy/master)#6
alamin0313 wants to merge 1 commit intowtg-net10from
wtg-net10-cherry-pick

Conversation

@alamin0313
Copy link

Original commit: cfdcb96a7 - 'Added datagrid definitions'
Source: WiseTechGlobal/CargoWise.Controls.WinForms.Legacy (legacy/master)

What was cherry-picked:

  • Added 20 DataGrid-related source files under src/System.Windows.Forms/System/Windows/Forms/: DataGrid.cs, DataGridAddNewRow.cs, DataGridBoolColumn.cs, DataGridCaption.cs, DataGridCell.cs, DataGridColumnStyle.cs, DataGridLineStyle.cs, DataGridParentRows.cs, DataGridParentRowsLabelStyle.cs, DataGridPreferredColumnWidthTypeConverter.cs, DataGridRelationshipRow.cs, DataGridRow.cs, DataGridState.cs, DataGridTableStyle.cs, DataGridTextBox.cs, DataGridTextBoxColumn.cs, DataGridToolTip.cs, GridColumnStylesCollection.cs, GridTableStylesCollection.cs, IDataGridEditingService.cs, SimpleDataGrid.cs
  • Added DataGrid resource strings to SR.resx and all 13 XLF translation files
  • Added ClientUtils.cs changes (DataGrid-related utility support)

Conflicts resolved:

  • .editorconfig: Legacy added RS0016 suppression rule already present in our .NET 10 migration commit - kept our version (no duplicate needed).
  • global.json: Legacy specified dotnet 8.0.100 and an 'sdk' block targeting .NET 8 - kept our .NET 10.0.101 versions, discarded legacy's .NET 8 entries.
  • src/System.Windows.Forms/Resources/SR.resx: Both sides added new resource strings after the common base - kept HEAD additions (new .NET 10 FolderBrowser and FormScreenCaptureMode strings) AND legacy's DataGrid resource strings, merging both sets into the file.
  • File location conflicts: Legacy files added under old path src/System.Windows.Forms/src/... which was renamed in .NET 10 to src/System.Windows.Forms/System/... - accepted the new correct paths.

Original commit: cfdcb96a7 - 'Added datagrid definitions'
Source: WiseTechGlobal/CargoWise.Controls.WinForms.Legacy (legacy/master)

What was cherry-picked:
- Added 20 DataGrid-related source files under
  src/System.Windows.Forms/System/Windows/Forms/:
  DataGrid.cs, DataGridAddNewRow.cs, DataGridBoolColumn.cs,
  DataGridCaption.cs, DataGridCell.cs, DataGridColumnStyle.cs,
  DataGridLineStyle.cs, DataGridParentRows.cs,
  DataGridParentRowsLabelStyle.cs, DataGridPreferredColumnWidthTypeConverter.cs,
  DataGridRelationshipRow.cs, DataGridRow.cs, DataGridState.cs,
  DataGridTableStyle.cs, DataGridTextBox.cs, DataGridTextBoxColumn.cs,
  DataGridToolTip.cs, GridColumnStylesCollection.cs,
  GridTableStylesCollection.cs, IDataGridEditingService.cs, SimpleDataGrid.cs
- Added DataGrid resource strings to SR.resx and all 13 XLF translation files
- Added ClientUtils.cs changes (DataGrid-related utility support)

Conflicts resolved:
- .editorconfig: Legacy added RS0016 suppression rule already present in our
  .NET 10 migration commit - kept our version (no duplicate needed).
- global.json: Legacy specified dotnet 8.0.100 and an 'sdk' block targeting
  .NET 8 - kept our .NET 10.0.101 versions, discarded legacy's .NET 8 entries.
- src/System.Windows.Forms/Resources/SR.resx: Both sides added new resource
  strings after the common base - kept HEAD additions (new .NET 10 FolderBrowser
  and FormScreenCaptureMode strings) AND legacy's DataGrid resource strings,
  merging both sets into the file.
- File location conflicts: Legacy files added under old path
  src/System.Windows.Forms/src/... which was renamed in .NET 10 to
  src/System.Windows.Forms/System/... - accepted the new correct paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants