Commit Graph

41 Commits

Author SHA1 Message Date
sebastian nordgren
2d132607b1 SCustomDialog no longer clips any button texts that are longer than the first button text.
This is because the dialog used SUniformGridPanel, which does sizing based on the first button, not the largest one. We now use SHorizontalBox with AutoWidth() instead.

Removed useless log entry.

[REVIEW] [at]dominik.peacock, [at]lauren.barnes
#rnx

[CL 22331033 by sebastian nordgren in ue5-main branch]
2022-10-04 11:06:26 -04:00
Robb Surridge
77fafd441d Update message dialogs to use a clipboard button instead of a "Copy Message" text hyperlink.
#jira UE-164715
#preflight 632dee71a4769ad7140a1ba5
#rb lauren.barnes

[CL 22222705 by Robb Surridge in ue5-main branch]
2022-09-28 10:58:39 -04:00
aditya ravichandran
81f7e13375 SBasicFilterBar: Move styles references in Editor only configs to StarshipCoreStyle
#jira UE-162977
#rb Lauren.Barnes
#preflight 63221d1fa514fd1e37378e13

[CL 22030221 by aditya ravichandran in ue5-main branch]
2022-09-15 11:45:59 -04:00
bryan sefcik
a3dddc6630 Pass 1 on Developer include fixes:
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.

#jira
#preflight 631e281694758d0bf2ea1399

[CL 21960082 by bryan sefcik in ue5-main branch]
2022-09-11 18:32:18 -04:00
bryan sefcik
f58e75e476 Pass 2 on cleaning up build.cs files.
#jira
#preflight 631b7a79304480f8f8b48580

[CL 21931324 by bryan sefcik in ue5-main branch]
2022-09-09 19:41:38 -04:00
aditya ravichandran
c653fe23c3 Outliner: Add a filter bar and the ability to save searches as filters
#jira UE-157474
#rb Lauren.Barnes
#preflight 62ffae747d17941e9f8c9104

[CL 21499949 by aditya ravichandran in ue5-main branch]
2022-08-22 21:23:04 -04:00
lucas dower
eb486822e9 Add Pose Watch support to the Rewind Debugger
* Recording an instance of an anim blueprint with the Animation Blueprint Editor debug object attached will now trace all active Pose Watches.
* Pose Watches have separate tracks with regions shown for when that pose is evaluated in the anim graph.

#rb keith.yerex
#preflight 62fcf32ae64b1a51092d9976
#jira none

[CL 21424758 by lucas dower in ue5-main branch]
2022-08-17 10:18:44 -04:00
aditya ravichandran
5ab88752cf SFilterSearchBox: Fix an issue where the error icon would overlap the search history dropdown
#rb patrick.boutot
#preflight 62d952d3110da0f944b25b68

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 21201406 via CL 21203867 via CL 21203882 via CL 21203899
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21205475 by aditya ravichandran in ue5-main branch]
2022-07-21 14:38:50 -04:00
aditya ravichandran
5566693ea9 Filter Widgets: Fix an issue where the search text could go over the save search button in the Content Browser
Fix an issue where the text boxes in the custom text filter dialog would resize

#rb lauren.barnes
#preflight 62d6eeb21133256db6e97e6f

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 21165676 via CL 21167113 via CL 21172120 via CL 21172392
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21183840 by aditya ravichandran in ue5-main branch]
2022-07-20 12:59:46 -04:00
robert seiver
8cf08a0406 Implemented GetValues(), added a function to query the number of checkboxes in the list, and added a variable to turn off the display of the global checkbox in the header column
#rb Lauren.Barnes
#preflight none

[CL 21100216 by robert seiver in ue5-main branch]
2022-07-14 17:47:55 -04:00
kiaran ritchie
80950800c0 Fix SCustomDialog to give room to buttons when content is narrow.
#rb sebastian.nordgren
#preflight https://horde.devtools.epicgames.com/job/62ccb5e46a67c3717a58adff
#JIRA https://jira.it.epicgames.com/browse/UE-146531

[CL 21057111 by kiaran ritchie in ue5-main branch]
2022-07-12 11:36:32 -04:00
lina lam
82ae71bfdd [Backout] - CL20985288
#fyi aurel.cordonnier
#rb marc.audy
Original CL Desc
-----------------------------------------------------------------
[Backout] - CL20972352
#fyi lina.lam
Original CL Desc
-----------------------------------------------------------------
Added a new function FocusOutputLog that determines whether to open an output log tab or output log drawer. Fixed focus issue that made drawers close immediately when focus change is window activated.

#jira UE-130893 - Selecting "Show Output Log" in packaging toasts opens a standalone Output Log instead of the Output Log drawer on the Status Bar
#preflight 62c5e139b47aed4cf11621fc
#rb editor-ux

[CL 21041671 by lina lam in ue5-main branch]
2022-07-11 12:04:12 -04:00
aurel cordonnier
173a055b00 [Backout] - CL20972352
#fyi lina.lam
Original CL Desc
-----------------------------------------------------------------
Added a new function FocusOutputLog that determines whether to open an output log tab or output log drawer. Fixed focus issue that made drawers close immediately when focus change is window activated.

#jira UE-130893 - Selecting "Show Output Log" in packaging toasts opens a standalone Output Log instead of the Output Log drawer on the Status Bar
#preflight 62c5e139b47aed4cf11621fc
#rb editor-ux

[CL 20985288 by aurel cordonnier in ue5-main branch]
2022-07-07 12:14:43 -04:00
aditya ravichandran
c80e7a368b SAssetSearchBox: Forward Focus to the internal text box properly. This fixes a bug where asset pickers in details views etc would search in the menu instead of the asset picker
#jira UE-158091
#rb Lauren.Barnes
#preflight 62c60550557511b126b6d937

#ROBOMERGE-OWNER: aditya.ravichandran
#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20976252 via CL 20977902 via CL 20978436 via CL 20979704
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 20981408 by aditya ravichandran in ue5-main branch]
2022-07-07 03:52:05 -04:00
aditya ravichandran
00156fb4c6 Content Browser: Fix a bug where you could have duplicate filters in the filter bar, and fix a regression where docking the Content Drawer would discard all the active filters
#jira UE-157471
#rb lauren.barnes
#preflight 62c45cf8f514983340a5546b

#ROBOMERGE-OWNER: aditya.ravichandran
#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20944747 via CL 20968283 via CL 20969232 via CL 20970255
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 20973722 by aditya ravichandran in ue5-main branch]
2022-07-06 17:14:38 -04:00
lina lam
3b9415d9db Added a new function FocusOutputLog that determines whether to open an output log tab or output log drawer. Fixed focus issue that made drawers close immediately when focus change is window activated.
#jira UE-130893 - Selecting "Show Output Log" in packaging toasts opens a standalone Output Log instead of the Output Log drawer on the Status Bar
#preflight 62c5e139b47aed4cf11621fc
#rb editor-ux

[CL 20972352 by lina lam in ue5-main branch]
2022-07-06 16:02:58 -04:00
aditya ravichandran
3a86dab377 Content Browser: Add an alternate vertical filter layout
Remove the overflow menu and add wrapping for fiters in the horizontal layout
#jira UE-157471
#preflight 62bf1391d94b57687c7f3395
#rb Lauren.Barnes

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20918175 via CL 20919826 via CL 20920342 via CL 20920507
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v971-20777995)

[CL 20923421 by aditya ravichandran in ue5-main branch]
2022-07-01 19:42:46 -04:00
aditya ravichandran
6ef1ff7798 Content Browser: Add the ability to save searches as filters, port the config over to EditorConfig for SFilterList
SFilterBar: Update search saving to use an independant interface and move FFilterBarBase to SAssetFilterBar
#jira UE-157471
#rb lauren.barnes, julien.stjean
#preflight 62b5dd23466962cd9a12fa8d

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20812033 via CL 20863311 via CL 20866578 via CL 20866617
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v971-20777995)

[CL 20876840 by aditya ravichandran in ue5-main branch]
2022-06-29 12:25:34 -04:00
Dominik Peacock
5e29afa0b7 Fix deprecated function not getting API exported
#jira none
#rb none
#fyi JeanMichel.Dignard
#preflight 62bc28bd3430f2d8e20e2fb3

[CL 20872203 by Dominik Peacock in ue5-main branch]
2022-06-29 06:45:53 -04:00
Dominik Peacock
a78f17a3d6 Change SCustomDialog and SMessageDialog IconBrush() accepting Fname to Icon() accepting any slate brush
#jira none
#rb Sebastian.Nordgren
#rb JeanMichel.Dignard
#preflight 62bb37bbcd375aa7519824d4

[CL 20861736 by Dominik Peacock in ue5-main branch]
2022-06-28 13:42:30 -04:00
aditya ravichandran
efbd98a46f SFilterBar: Add the ability to save the current set of filters in a config file
#jira UE-151903
#preflight 62a8e87fd502a554368de197
#rb lauren.barnes

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20669240 via CL 20670228 via CL 20670242 via CL 20670258
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20672011 by aditya ravichandran in ue5-main branch]
2022-06-15 12:39:31 -04:00
aditya ravichandran
fef1d16b70 SCustomTextFilterDialog: Fix missing header guard
#rb trivial
#preflight skip

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20601466 via CL 20603819 via CL 20604617 via CL 20604709
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20605947 by aditya ravichandran in ue5-main branch]
2022-06-10 20:32:55 -04:00
aditya ravichandran
47126cebd8 SFilterSearchBox: Fix duplicate localization key
#rb trivial
#preflight skip

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20586722 via CL 20588185 via CL 20588791 via CL 20588880
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20589454 by aditya ravichandran in ue5-main branch]
2022-06-09 22:19:21 -04:00
aditya ravichandran
dd41bbe624 SBasicFilterBar: Fix non unity compiler error due to missing include
#rb trivial
#preflight skip

#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20580988 via CL 20583103 via CL 20583307 via CL 20583355
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20585584 by aditya ravichandran in ue5-main branch]
2022-06-09 18:00:29 -04:00
aditya ravichandran
f945900910 SFilterBar: Add functionality to create and edit custom text filters from the Add Filter dropdown
Add an SFilterSearchBox widget to allow saving custom searches as filters
#rb louise.rasmussen
#preflight 62a21b1c415407fc4cd1c59c
#jira UE-151903

#ROBOMERGE-OWNER: aditya.ravichandran
#ROBOMERGE-AUTHOR: aditya.ravichandran
#ROBOMERGE-SOURCE: CL 20580391 via CL 20583093 via CL 20583265 via CL 20583295
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v955-20579017)

[CL 20585576 by aditya ravichandran in ue5-main branch]
2022-06-09 18:00:14 -04:00