Commit Graph

1556 Commits

Author SHA1 Message Date
Jason Stasik
6126281f61 Undo is now always possible in editable text fields.
#jira UE-89393
#rb matt.kuhlenschmidt

[CL 11620167 by Jason Stasik in 4.25 branch]
2020-02-25 17:19:42 -05:00
Josh Adams
6b82cbdca7 - Fix non-editor compile error
#rb trivial
#jira none
#rnx

[CL 11611141 by Josh Adams in 4.25 branch]
2020-02-25 13:43:00 -05:00
Jason Stasik
e50b6e77b2 Disallow focus out events on editable text if GIsTransacting
#rb lauren.barnes
#jira UE-89393

[CL 11608536 by Jason Stasik in 4.25 branch]
2020-02-25 12:07:32 -05:00
ionut matasaru
d1090ff14d [Slate] Fixed TabManager to accept multiple calls to InvokeTab(). Fixes UE-89183 (crash in Unreal Insights when opening the Networking Insights tab).
#jira UE-89183
#rb Matt.Kuhlenschmidt

[CL 11576173 by ionut matasaru in 4.25 branch]
2020-02-21 11:07:44 -05:00
Rolando Caloca
5b82f15def Copying //UE4/Dev-RenderPlat-Staging@11388153 to //UE4/Main
#rb none
#rnx

[CL 11388545 by Rolando Caloca in Main branch]
2020-02-12 13:27:19 -05:00
rex hill
829ea05a2a Fix bAllowsRightClickDragScrolling not being initialized
#jira
#rnx
#rb chris.gagnon
[FYI] Don.Eubanks


#ROBOMERGE-SOURCE: CL 11311166 via CL 11311430 via CL 11311441
#ROBOMERGE-BOT: (v653-11302973)

[CL 11311461 by rex hill in Main branch]
2020-02-10 16:08:00 -05:00
nicolas bongi
264102d47e Refactor FontSizeMultiplie
#rb [at]Nick.Darnell
#rnx


#ROBOMERGE-SOURCE: CL 11309945 via CL 11309949 via CL 11309958
#ROBOMERGE-BOT: (v653-11302973)

[CL 11311364 by nicolas bongi in Main branch]
2020-02-10 16:04:36 -05:00
peter sauerbrei
6c3dab586e fix for crash when opening Locker Search bar on iOS with controller.
#rb thomas.ross


#ROBOMERGE-SOURCE: CL 11297003 via CL 11297009 via CL 11297035 via CL 11297059
#ROBOMERGE-BOT: (v647-11244347)

[CL 11297677 by peter sauerbrei in Main branch]
2020-02-07 17:46:17 -05:00
nick darnell
b52501f9af Adding missing file
#ROBOMERGE-SOURCE: CL 11291357 via CL 11291377 via CL 11291378 via CL 11291381
#ROBOMERGE-BOT: (v647-11244347)

[CL 11291385 by nick darnell in Main branch]
2020-02-07 10:14:22 -05:00
nick darnell
eaf38dd043 Slate - When prepassing children, if a child is collapsed we invalidate its prepass (so that we know we need to do it later), and we give that child its new scale, so that when it does prepass it prepasses when it becomes visible, with the new layout scale it missed because it was collapsed, this corrects issues with layout scale changing and collapsed text fields missing out on the new scale for prepass/CDS purposes - usually revealing themselves in rich text now correctly laying out, large gaps between blocks, or several overlapping blocks.
Slate - Deprecating float GetRelativeLayoutScale(const FSlotBase& Child, float LayoutScaleMultiplier), Long Live float GetRelativeLayoutScale(const int32 ChildIndex, float LayoutScaleMultiplier), you must also set bHasRelativeLayoutScale to true in your constructor for your SWidget if you need this function called.  This removes 2 virtual calls from almost every widget's prepass, and only now requires 1 for every widget that needs to implement GetRelativeLayoutScale, which very few actually do.

Matt.Kuhlenschmidt


#ROBOMERGE-SOURCE: CL 11291134 via CL 11291179 via CL 11291189 via CL 11291196
#ROBOMERGE-BOT: (v647-11244347)

[CL 11291217 by nick darnell in Main branch]
2020-02-07 09:51:26 -05:00
marc audy
6300b104e5 Fix static analysis warning
#jira
#rnx


#ROBOMERGE-SOURCE: CL 11279544 via CL 11279545
#ROBOMERGE-BOT: (v0-11244347)

[CL 11279546 by marc audy in Main branch]
2020-02-06 09:36:32 -05:00
Stefan Boberg
55a8b15f1f Copying //UE4/Dev-Core to Main (//UE4/Main)
#rb none

[CL 11258477 by Stefan Boberg in Main branch]
2020-02-05 14:26:36 -05:00
Chris Gagnon
c3f9a18841 Merge from Main in prep for Dev-Tools-Staging Copy up
#rb none

[CL 11221539 by Chris Gagnon in Dev-Tools-Staging branch]
2020-02-04 17:00:31 -05:00
ben hinchliffe
9b91698173 Adding delegate to receive notifcations whenever the slate application might change input focus
#rb donal.maccarthy, dan.hertzka, josh.gross


#ROBOMERGE-SOURCE: CL 11213473 via CL 11213475 via CL 11213477
#ROBOMERGE-BOT: (v643-11205221)

[CL 11213479 by ben hinchliffe in Main branch]
2020-02-04 05:30:18 -05:00
rex hill
3e29f4616c Editor TabManager: Check filter before spawning tabs
#rnx


#ROBOMERGE-SOURCE: CL 11206678 via CL 11206798 via CL 11206850
#ROBOMERGE-BOT: (v643-11205221)

[CL 11206916 by rex hill in Main branch]
2020-02-03 12:02:48 -05:00
Rolando Caloca
f63a3e857e Merging //UE4/Main@11178322 to Dev-RenderPlat-Staging
#rnx
#rb none

[CL 11195678 by Rolando Caloca in Dev-RenderPlat-Staging branch]
2020-01-31 10:34:10 -05:00
matt kuhlenschmidt
b34909bc02 Fix several bugs related to sequencer and editor modes being open that cause the mode tabs to not open or to be missing content
#rb lauren.ridge

#ROBOMERGE-OWNER: jeanmichel.dignard
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 11177021 in //UE4/Dev-Editor/...
#ROBOMERGE-BOT: TOOLS (Dev-Editor -> Dev-Tools-Staging) (v640-11091645)

[CL 11177039 by matt kuhlenschmidt in Dev-Tools-Staging branch]
2020-01-30 10:30:05 -05:00
Chris Gagnon
76c6bcbfeb UE4 Main merged to Dev-Tools-Staging at CL 11164391
#rb none

[CL 11171981 by Chris Gagnon in Dev-Tools-Staging branch]
2020-01-29 20:39:37 -05:00
Patrick Boutot
b67ff68e04 Copying //UE4/Dev-VirtualProduction to //UE4/Dev-Tools-Staging @ 11168401
#rb none
#rnx

[CL 11170710 by Patrick Boutot in Dev-Tools-Staging branch]
2020-01-29 18:45:15 -05:00
rex hill
6feab03e6a Fix menu search not starting when max height is set
#jira UE-87630
#rb lauren.barnes
#rnx


#ROBOMERGE-SOURCE: CL 11168153 via CL 11168155 via CL 11168157
#ROBOMERGE-BOT: (v640-11091645)

[CL 11169092 by rex hill in Main branch]
2020-01-29 17:08:58 -05:00
Max Chen
b4881d8bf8 Copying //UE4/Dev-Editor to Dev-Tools-Staging (//UE4/Dev-Tools-Staging) @11123875
#rb none
#jira none

[CL 11123880 by Max Chen in Dev-Tools-Staging branch]
2020-01-27 20:11:15 -05:00
PJ Kack
3a9ca4d2f9 Merging //UE4/Main @ 11112898 to //UE4/Dev-Core (dev-core-l0178)
#rb none

(ushell-p4-mergedown)

[CL 11113592 by PJ Kack in Dev-Core branch]
2020-01-26 11:33:22 -05:00
Rolando Caloca
bbb9564388 Copying //UE4/Dev-RenderPlat-Staging@11110326 to //UE4/Main
#rb none
#rnx

[CL 11110369 by Rolando Caloca in Main branch]
2020-01-24 18:07:01 -05:00
Rolando Caloca
db7cb13cd5 Merging //UE4/Main@11108668 to Dev-RenderPlat-Staging
#rb none
#rnx

[CL 11109810 by Rolando Caloca in Dev-RenderPlat-Staging branch]
2020-01-24 17:26:14 -05:00
Juan Canada
f396f56a0b Merging //UE4/Dev-Main@11042002 to Dev-RenderPlat-Staging(//UE4/Dev-Rendering)
#rnx
#rb none

[CL 11075443 by Juan Canada in Dev-RenderPlat-Staging branch]
2020-01-21 14:54:20 -05:00