Commit Graph

66 Commits

Author SHA1 Message Date
Gines Hidalgo
67394ec1d9 #jira UE-79919
Bug fix: Removing the last Data Table row operation did not properly update the Data Table window, fixed. In addition, the 2 different delete operations (delete by clicking the "Remove" button and delete by pressing the "Del" key) for that table functionality are now unified into the same code.
#rb chris.gagnon
#lockdown chris.gagnon

[CL 8576822 by Gines Hidalgo in Dev-Editor branch]
2019-09-09 16:42:16 -04:00
Chris Gagnon
6f65d35a7a Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) in prep for copy up
#rb none

[CL 8563299 by Chris Gagnon in Dev-Editor branch]
2019-09-06 19:11:19 -04:00
michael noland
cb0a903f55 Fixed a typo in FDataTableEditor::OnNavigateToDataTableRowCode where it was trying to navigate to the struct twice
[FYI] chris.gagnon


#ROBOMERGE-SOURCE: CL 8393064 via CL 8395595
#ROBOMERGE-BOT: (v403-8382528)

[CL 8395685 by michael noland in Main branch]
2019-09-02 04:44:45 -04:00
Alexander Sanoja
c1f6eb8c9b When forced sorting back to numerical sorting happens in Data Tables, the sort mode switches to the appropriate mode and direction.
#jira UE-1717
#rb none

[CL 8383384 by Alexander Sanoja in Dev-Editor branch]
2019-08-30 10:31:15 -04:00
Alexander Sanoja
33920816aa Fixed the first change load and the made it so column width stays consistent upon reopening data table or adding in new rows.
#jira UETOOL-1717
#rb none

[CL 8371293 by Alexander Sanoja in Dev-Editor branch]
2019-08-29 09:38:34 -04:00
Alexander Sanoja
87a5e61d05 Ensured the row name and row number columns did not resize after manual adjustment, refactored the context menu based on current use, and added the row editor details panel to have the same name as the currently selected row, for Data Tables.
#jira UETOOL-1717
#rb jason.stasik

[CL 8363894 by Alexander Sanoja in Dev-Editor branch]
2019-08-28 14:45:19 -04:00
Alexander Sanoja
7a3304cae0 Fixed context menu row arrangement not updating before click and took out unnecessary const_casts in the Data Tables.
#jira UE-74902
#rb none

[CL 8312397 by Alexander Sanoja in Dev-Editor branch]
2019-08-26 16:00:54 -04:00
Alexander Sanoja
17b4278ae9 Added in the standard toolbar, while moving the buttons to it. Fixed a drag drop highlight bug, and added row number on the drag drop decorator.
#jira UETOOL-1717
#rb jason.stasik

[CL 8302781 by Alexander Sanoja in Dev-Editor branch]
2019-08-26 14:47:18 -04:00
Lauren Ridge
d3aad3fe1b Additional refactors for deprecating FAssetEditorManager in favor of AssetEditorSubsystem
#rb Chris.Gagnon

[CL 8130632 by Lauren Ridge in Dev-Editor branch]
2019-08-20 17:50:09 -04:00
Alexander Sanoja
21b5ed0f55 Took out toolbar, but moved the save and browse onto the data table tool bar. Also added some row arraging functionality to context menu. Took out the icons for row arrangement. Increased the size of the icons. Added in drag drop row highlight. Made the current drag drop decorator use the row name.
#jira UETOOL-1717
#rb jason.stasik

[CL 8119085 by Alexander Sanoja in Dev-Editor branch]
2019-08-19 15:32:05 -04:00
Alexander Sanoja
5d516e8ca8 Fix CIS build missing header
#rb none

[CL 7895664 by Alexander Sanoja in Dev-Editor branch]
2019-08-08 15:52:12 -04:00
Alexander Sanoja
11c20d0466 Added link to open struct window on click, insertion of row above/below current row in context menu, drag drop row arrangement, and tool tips for index and drag drop columns all to Data Tables.
#jira UETOOL-1716
#jira UETOOL-1717
#rb rex.hill

[CL 7892796 by Alexander Sanoja in Dev-Editor branch]
2019-08-08 15:35:30 -04:00
Alexander Sanoja
47ef93410f Added a Row Number column to Data Tables. Added Sorting of Data Tables by column. Fixed Clearing/Resetting of Data Table search bar to reset data table selection.
#jira UETOOL-1716
#rb jason.stasik

[CL 7706797 by Alexander Sanoja in Dev-Editor branch]
2019-08-02 10:57:05 -04:00
Alexander Sanoja
eac6ab0563 Added in insertion of row into the context menu of Data Tables. Added in a separator for arrangement and insert/copy/paste/delete buttons. Added in duplicate button to Data Tables.
#jira UETOOL-1715
#rb rex.hill

[CL 7623531 by Alexander Sanoja in Dev-Editor branch]
2019-07-25 09:42:23 -04:00
Alexander Sanoja
cd173c8ddc Added in Copy and Paste buttons for Data Tables and Delete on the context menu for Data Tables, as well as some optimizations and stylistic changes.
#jira UETOOL-1715
#rb jason.stasik

[CL 7610436 by Alexander Sanoja in Dev-Editor branch]
2019-07-24 13:11:40 -04:00
Alexander Sanoja
2d3e32ca10 Fixed Data Tables not updating when filled while open when using . Moved the insertion/deletion and arranging buttons from Row Editor to a bar above the search bar in the data table. Also added row renaming in the context menu, as well as the double click on the name.
#jira UE-77472
#jira UETOOL-1715
#rb jason.stasik
#rb rex.hill

[CL 7539816 by Alexander Sanoja in Dev-Editor branch]
2019-07-23 09:21:58 -04:00
Alexander Sanoja
2bc9d9ed40 Refactored DataTable Rows for each row to be it's own widget, instead of 2 different widgets per row. Added double click editing to the Row Names column and resizing of the Row Names column.
#jira UETOOL-1715
#rb jason.stasik

[CL 7438157 by Alexander Sanoja in Dev-Editor branch]
2019-07-18 11:04:33 -04:00
Alexander Sanoja
e1892b47c5 Updated the DataTable documentation link to take the user to the appropriate webpage. Added inline editing of the 'Name' row. Added Copy/Duplicate/Delete functionality to the whole row for context menu and not just the 'Name' row. Removed 'Row Name' section from Row Editor and shifted the arrangement tools.
#jira UETOOL-1715
#rb rex.hill

[CL 7322918 by Alexander Sanoja in Dev-Editor branch]
2019-07-16 11:10:54 -04:00
Chris Gagnon
930e33cb48 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) for 4.23 From CL 6837861
#rb none

[CL 6838042 by Chris Gagnon in Main branch]
2019-06-04 15:42:48 -04:00
Chris Gagnon
0a9f86357f Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6837840 by Chris Gagnon in Dev-Editor branch]
2019-06-04 15:16:30 -04:00
projectgheist
e7f3473595 PR #5699: Remove padding from scrollbar borders.
Because of the (2,2,2,2) default padding on two of the borders that make up the scrollbar, a scrollbar could only have a minimum width of 9, regardless of what the scrollbar thickness property was. Now a scrollbar of thickness 1 and of padding zero (and of brush images size of 1) will be of size 1.
The scrollbar outer padding is now exposed as a property with the same default values as before as to not affect existing widget layout (in SScrollBar, UScrollBar, SScrollBox and UScrollBox).
Since the padding around the child SSpacer for the scrollbar thumb went from (2,2,2,2) to zero, the scrollbar thickness values (default value and values explicitly set in code) have been incremented by 4 so that existing slate widget layout is not affected.
UMG scrollbar thickness data has been deprecated to add 4 to the serialized thickness value so that existing UMG widget layout is not affected.
User plugins could be affected by this change: if a thickness is specified by the plugin, the size of the scrollbar could end up being 4 pixels smaller than intended (but not necessarily; as it also depends on the size of the top/bottom slot images).

#jira UE-72558
#jira UE-72558
#rb Nick.Darnell

[CL 6397222 by Dave Belanger in Dev-Editor branch]
2019-05-09 08:24:44 -04:00
Jason Stasik
3eb6293ef7 Add missing header in DataTableEditor.cpp
#rb none

[CL 5814700 by Jason Stasik in Dev-Editor branch]
2019-04-09 18:09:38 -04:00
Nick-Pearson
d1aebcdbec PR #4208: Added support for copy, paste and duplicate on data table rows (Contributed by Nick-Pearson)
#jira UE-52303
#rb jason.stasik

[CL 5813515 by Jason Stasik in Dev-Editor branch]
2019-04-09 17:09:42 -04:00
Ben Zeigler
b1e18ea227 #jira UE-72005 Correctly refresh data table defaults view when reimporting
#rb None

[CL 5675643 by Ben Zeigler in Dev-Framework branch]
2019-04-01 17:47:21 -04:00
Marc Audy
6c6b055f0e Merging //UE4/Dev-Main to Dev-Framework (//UE4/Dev-Framework) @ 5271686
#rb
#rnx

[CL 5282523 by Marc Audy in Dev-Framework branch]
2019-03-04 10:23:33 -05:00