daren cheng
106978757a
Undo 23600931 backout with fixes to pick painted widgets
...
#jira UE-173455
#rb Patrick.Boutot, Yohann.Dossantos
#preflight 64502ef16538e45f75d516b1
[CL 25309579 by daren cheng in ue5-main branch]
2023-05-02 18:21:44 -04:00
aditya ravichandran
834a76abaf
Change the combo buttons on the status bar to use the regular "SimpleComboButton" style with chevrons
...
#jira none
#rb karen.jirak
#preflight 644acad4693defa68d94ce45
[CL 25221777 by aditya ravichandran in ue5-main branch]
2023-04-27 15:33:10 -04:00
Geoffrey Douglas
f8982d0b1c
Fix the SLATE_EVENT macro's return expression in the _UObject case.
...
#rb patrick.boutot
#rnx
#jira none
#preflight 6446c3c27368de8c9803f78b
[CL 25168210 by Geoffrey Douglas in ue5-main branch]
2023-04-24 14:24:24 -04:00
aditya ravichandran
83ca6992ea
Add a SLATE_ATTRIBUTE_DEPRECATED macro and deprecate unused attributes in SViewportToolbarComboMenu
...
#jira none
#rb patrick.boutot
#preflight 6442d7864944ef7892b36408
[CL 25151185 by aditya ravichandran in ue5-main branch]
2023-04-21 15:04:22 -04:00
aditya ravichandran
d6ae19a4e9
Add a "Recent Assets" menu to the level editor and all asset editors
...
#jira UE-174150, UE-174151
#rb lauren.barnes, rex.hill
#preflight 64418f61b14f1faacfbf4f06
[CL 25149297 by aditya ravichandran in ue5-main branch]
2023-04-21 13:56:55 -04:00
karen jirak
69b40feac3
Fixes hiding category title and modeling mode selection toolbar missing icons.
...
#jira UE-171293
#rb ryan.schmidt
#preflight 64417f0f434155a8f85145d0
[CL 25139633 by karen jirak in ue5-main branch]
2023-04-20 19:06:18 -04:00
Steve Robb
c1c1c5af68
Fixed mismatched copy constructor/assignment operator in FSlateClippingState.
...
#rb none
#jira none
#preflight none
[CL 25123994 by Steve Robb in ue5-main branch]
2023-04-20 05:37:19 -04:00
karen jirak
9bedb0aef7
Updates for ToolkitBuilder to allow category labels based on editor preferences, and remove the category title.
...
#rb Ryan.Schmidt
#preflight 64403ca90a5a4b944efc1047
[CL 25116903 by karen jirak in ue5-main branch]
2023-04-19 17:36:36 -04:00
paul chipchase
69fdb0d372
Remove all deprecated code from BulkData related classes up to 5.0
...
#rb Per.Larsson
#jira none
#rnx
#preflight 643fc56e73470c177c6cc73d
[CL 25103637 by paul chipchase in ue5-main branch]
2023-04-19 07:02:35 -04:00
daren cheng
b5130f19da
Proper fix private linux namespace
...
#jira UE-170091
#rb trivial
#preflight 643ef27e8d0bcde49c0b4868
[CL 25092894 by daren cheng in ue5-main branch]
2023-04-18 15:52:22 -04:00
daren cheng
10f0a2aff2
Move Default Style Cache ctor from Private
...
#jira UE-170091
#rb trivial
#preflight skip
[CL 25092228 by daren cheng in ue5-main branch]
2023-04-18 15:24:56 -04:00
daren cheng
186c6e68e6
Update defaults on UMG widgets to use default style cache.
...
#jira UE-170091
#rb Patrick.Boutot, Vincent.Gauthier
#preflight 643db5c8a35280ed4fefa17e
[CL 25091993 by daren cheng in ue5-main branch]
2023-04-18 15:10:43 -04:00
jordan hoffmann
ce19d1c65c
[Feature] DetailsSplitter
...
This is a splitter that can dynamically connect matching properties as well as provide buttons for copying values between the two details panels.
#rb ben.hoffmann, dave.jones, karen.jirak
#jira UE-181566
#preflight 64386ecf930b3b84925271d9
[CL 25050248 by jordan hoffmann in ue5-main branch]
2023-04-14 17:07:14 -04:00
zahra nikbakht
b62f505a0f
Skip manually adding border and titlebar size to Autosized windows because it's already included in the desired size.
...
#jira UE-166960
#preflight 6438300fae4448e6f91ac026
#rb daren.cheng
[CL 25030590 by zahra nikbakht in ue5-main branch]
2023-04-13 15:15:27 -04:00
john huelin
6946dd4bb0
Workaround for PGO FastGen Bug
...
[REVIEW] [at]mickael.gilabert
[CL 24959556 by john huelin in ue5-main branch]
2023-04-06 18:44:49 -04:00
zahra nikbakht
6f0516f67c
SWidget Integration Test and Unit Test Framework Setup
...
#jira UE-172487
#preflight 6425eb62472a24e5703e37fb
#rb patrick.boutot
[CL 24859763 by zahra nikbakht in ue5-main branch]
2023-03-30 16:29:12 -04:00
nick edwards
b401774bc3
Latest Clang toolchain fixes for FBindingContext, FGeometry, FInputChord and FPointerEvent. deprecated-copy-with-user-provided-copy.
...
#preflight 6422b1fbc42c7fd1cbd4a74a
#jira none
#rb none
[CL 24816529 by nick edwards in ue5-main branch]
2023-03-28 06:59:30 -04:00
vincent gauthier
d857d40325
Fix to SlateFontInfo to limit Outline to 1024 and prevent a crash
...
#rb patrick.boutot
#preflight 640f5a66f7455711ea4b8296
[CL 24619180 by vincent gauthier in ue5-main branch]
2023-03-13 15:38:36 -04:00
Patrick Boutot
0c164affd0
Slate: Add ObservableArray pattern to ListView, TitleView and TreeView.The TreeView implementation only supports the new pattern for the root items. It is where we would have the most gain in performance when it is changed.
...
The observable array automatically notify the view when an item is added/removed from the array.
#jira UE-132673
#review https://p4-swarm.epicgames.net/reviews/23853491
#preflight 64087eaaaa00423335a0891f
[CL 24594683 by Patrick Boutot in ue5-main branch]
2023-03-10 13:11:54 -05:00
daniel moreno
a9a9033ab4
SDragAndDropVerticalBox::OnDragOver : Added index validation when checking the index of the element being dragged.
...
- This is required to avoid "out of range" exception when trying to access the geometry of a non existent arranged children index.
[REVIEW] [at]editor-ui-systems
#preflight 6409a3c08832f48a4df9fa18
[CL 24573436 by daniel moreno in ue5-main branch]
2023-03-09 06:01:19 -05:00
lauren barnes
bfbeae7e94
Updating AppIcon to be an SVG and updating style files accessing the original image version
...
#preflight trivial
#rb Vincent.Gauthier
[CL 24425497 by lauren barnes in ue5-main branch]
2023-02-27 12:01:03 -05:00
bryan sefcik
a12bb3018d
Removed unnecessary string allocations. The changed code showed up when profling the editor.
...
#preflight 63f93ec4ef1b24bf94b56213
[CL 24414105 by bryan sefcik in ue5-main branch]
2023-02-24 20:13:02 -05:00
devin doucette
4e02304b05
Moved API macro from types to members to fix compiling for Windows with Clang
...
An optimization to UE_LOG exposed an issue in Clang when targeting Windows. Log statements in inline functions of imported types fail to compile.
#preflight 63f7f350ef1b24bf94367191
#rb Zousar.Shaker
#rnx
[CL 24397809 by devin doucette in ue5-main branch]
2023-02-24 03:58:21 -05:00
john huelin
5fd1019549
Fix slate crash with fastgenprofile
...
#rb mickael.gilabert
[FYI] patrick.boutot
#rnx
[CL 24352056 by john huelin in ue5-main branch]
2023-02-21 17:56:39 -05:00
Mikita Hauruk
7d5ce73ab7
Moved common style for blueprint/code references from StarshipStyle.cpp to StarshipCoreStyle.cpp
...
UnrealFrontend - Automated test names are not readable
#jira UE-176645
#rb adam.miezianko, chris.constantinescu, jerome.delattre, oleg_krasnov, saltanat_janybekova, mikalai_sukhikh
#preflight 63ef6a9b61378b7ea0166574
[CL 24318163 by Mikita Hauruk in ue5-main branch]
2023-02-20 12:45:42 -05:00