Commit Graph

368 Commits

Author SHA1 Message Date
josh adams
ebc5ef12b8 - Fixed cis error
#rnx
#rb none
#jira none

#ROBOMERGE-SOURCE: CL 12985630 in //UE4/Release-4.25/... via CL 12985634 via CL 12985637
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288)

[CL 12985639 by josh adams in Main branch]
2020-04-22 19:28:33 -04:00
josh adams
b58b7ce64d - Changed the File|Package menu for Windows to only show 32 or 64-bit options, based on the bTarget32Bit Windows project setting, so that it won't cook with Win64 but run with Win32
#jira UE-91656
#rb none
[FYI] ben.ingrame

#ROBOMERGE-SOURCE: CL 12984146 in //UE4/Release-4.25/... via CL 12984156 via CL 12984167
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288)

[CL 12984173 by josh adams in Main branch]
2020-04-22 16:38:20 -04:00
ben marsh
912103b964 Fix "launch on" not building targets automatically in the installed build. There is now a setting for whether to build a target in the project launcher, which defaults to "auto". This setting uses the same logic as packaging and the default "launch" functionality to determine whether a precompiled binary is available.
#rb none
#jira UE-90936

#ROBOMERGE-SOURCE: CL 12732479 in //UE4/Release-4.25/... via CL 12732488 via CL 12781806
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v681-12776863)

[CL 12782615 by ben marsh in Main branch]
2020-04-14 13:42:18 -04:00
ben marsh
9617bcc9db Fix packaging triggering a code build even if we have a valid promoted binary.
#rb none
#jira UE-91459
#rnx

#ROBOMERGE-SOURCE: CL 12694720 in //UE4/Release-4.25/... via CL 12694738 via CL 12694774
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v676-12543919)

[CL 12694801 by ben marsh in Main branch]
2020-04-09 15:41:41 -04:00
matt kuhlenschmidt
793758b90b Fixed not being able to add separators to toolbars using the new tool menus api to create toolbars. Toolbars were not accounting for multiple separator types. Deprecated the concept of a menu separator and a toolbar separator and made only one separator type.
For now did not deprecate usage of AddMenuSeparator in menu builders due to the extreme number of fiiles this touches

[CODEREVIEW] rex.hill

#ROBOMERGE-SOURCE: CL 12669820 via CL 12669822 via CL 12669823
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v675-12543919)

[CL 12671630 by matt kuhlenschmidt in Main branch]
2020-04-08 10:05:51 -04:00
ben marsh
6025062ac9 Remove code which specifies -NoCompile when building UAT. This is determined automatically now.
#rb none
#jira UE-89756

#ROBOMERGE-SOURCE: CL 12486154 in //UE4/Release-4.25/... via CL 12486158 via CL 12486161
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v673-12478461)

[CL 12487495 by ben marsh in Main branch]
2020-03-30 12:10:50 -04:00
rex hill
9c3ceb9689 Add option to delay showing main frame at startup
#rb chris.gagnon


#ROBOMERGE-SOURCE: CL 11672298 via CL 11672319 via CL 11672336
#ROBOMERGE-BOT: (v656-11643781)

[CL 11863430 by rex hill in Main branch]
2020-03-03 09:05:40 -05:00
rex hill
4511728f09 Tab manager filter can now block tab spawn
#rb chris.gagnon


#ROBOMERGE-OWNER: rex.hill
#ROBOMERGE-AUTHOR: rex.hill
#ROBOMERGE-SOURCE: CL 11604269 via CL 11604360 via CL 11604439
#ROBOMERGE-BOT: (v656-11643781)

[CL 11743509 by rex hill in Main branch]
2020-02-28 11:30:46 -05:00
gines hidalgo
31f726516b #jira UE-85615
Avoid creating 300 empty keyboard bindings without description.

Thanks matt for the initial CL!

#rb none
[FYI] Chris.Gagnon, Matt.Kuhlenschmidt

#ROBOMERGE-SOURCE: CL 11583691 in //UE4/Release-4.25/... via CL 11583692
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v654-11333218)

[CL 11585524 by gines hidalgo in Main branch]
2020-02-22 18:18:22 -05:00
Josh Adams
aa9705149b Copying Private-LoadTimes-4.24 stream to Main. Biggest changes are in Materials/Shader memory freezing.
#rb none

[CL 11282608 by Josh Adams in Main branch]
2020-02-06 13:13:41 -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
Per Larsson
b4835a2192 IoDispatcher: Added validation errors when using I/O store container files w/o Pak files.
Currently this is needed because I/O store container uses the same manifest/response files as Pak files.

#jira UE-87370
#rb CarlMagnus.Nordin

[CL 11128119 by Per Larsson in Dev-Core branch]
2020-01-28 07:08:44 -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
Per Larsson
5e6d91c5ad Enable the new optimized loader from edtor
#rb triival


#ushell-cherrypick of 10787117 by Per.Larsson

[CL 11042059 by Per Larsson in Dev-Core branch]
2020-01-17 08:08:48 -05:00
JeanMichel Dignard
7130d293f2 Merging main @ cl 11028482
#rb none
#rnx

[CL 11029060 by JeanMichel Dignard in Dev-Tools-Staging branch]
2020-01-16 10:24:38 -05:00
mike fricker
df265f4abc UE4: Expose support for overriding the application title (part 2)
Fixed non-unity compile error



#ROBOMERGE-SOURCE: CL 10996634 via CL 10996636 via CL 10996641
#ROBOMERGE-BOT: (v633-10983880)

[CL 10996643 by mike fricker in Main branch]
2020-01-15 15:36:01 -05:00
mike fricker
a3072a7a0f UE4: Expose support for overriding the application title
Added new IMainFrame module interface function to override the application title.

IMainFrameModule::SetOverrideApplicationTitle(FText)



#ROBOMERGE-SOURCE: CL 10996086 via CL 10996091 via CL 10996095
#ROBOMERGE-BOT: (v633-10983880)

[CL 10996097 by mike fricker in Main branch]
2020-01-15 14:44:42 -05:00
gines hidalgo
7c63f58332 #jira UE-86076
Bug fixed: Editor used to stall on Mac after key up, mouse up. Real issue: Every time a key is pressed on Mac, all menus are re-generated, making it very slow. Workaround: Disabled capability to know whether a UI layout was being currently selected to speed up the generation of the 3 layout menus.

#rb none
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 10983337 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v632-10940481)

[CL 10983339 by gines hidalgo in Main branch]
2020-01-14 12:32:07 -05:00
JeanMichel Dignard
70d074639f Merging //UE4/Dev-Main @ 10886849 to Dev-Tools-Staging (//UE4/Dev-Tools-Staging)
#rb none
#rnx

[CL 10906274 by JeanMichel Dignard in Dev-Tools-Staging branch]
2020-01-08 13:26:18 -05:00
ryan durand
627baf970a Updating copyright for Engine Editor.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870586 by ryan durand in Main branch]
2019-12-26 15:33:43 -05:00
Chris Gagnon
346a4b05ea Copy up from Dev-Editor @10681378
#rb none

[CL 10837446 by Chris Gagnon in Dev-Tools-Staging branch]
2019-12-19 18:07:47 -05:00
Jason Stasik
66231d1a8d Add tooltips to Save As error labels
#jira UE-84345
#rb none

[CL 10489924 by Jason Stasik in Dev-Editor branch]
2019-12-02 16:28:46 -05:00
Ryan Schmidt
d53c4df497 Merging //UE4/Dev-Tools-Staging down to //UE4/Dev-Editor at CL 10372033 (part 1 of 2)
#rb none
#rnx

[CL 10384788 by Ryan Schmidt in Dev-Editor branch]
2019-11-23 00:35:50 -05:00
gines hidalgo
b5e3ab6e96 Copied CL# 10289192
#jira UE-84627

Bug fixed: The "Save Layout As..." button (in "Window" --> "Save Layout" --> "Save Layout As...") was not localizing the text of the Layout Description field, only the one from the Layout Name field. It should localize both texts automatically. Fixed.

#rb jamie.dale
#lockdown cristina.riveron

#ROBOMERGE-SOURCE: CL 10291651 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v593-10286020)

[CL 10291653 by gines hidalgo in Main branch]
2019-11-18 17:09:51 -05:00
Gines Hidalgo
ebb6a4a6a5 #jira UE-84627
Bug fixed: The "Save Layout As..." button (in "Window" --> "Save Layout" --> "Save Layout As...") was not localizing the text of the Layout Description field, only the one from the Layout Name field. It should localize both texts automatically. Fixed.

#rb none

[CL 10289192 by Gines Hidalgo in Dev-Editor branch]
2019-11-18 14:44:38 -05:00