217 Commits

Author SHA1 Message Date
wouter burgers
bc4c2e5b4c SkeinUE: Fixed 'Tools -> Submit Content', which can result in a world reload if a sync is also necessary, taking the user out of their selected interactive editor mode and losing part of their progress.
#rb Stuart.Hill

[CL 33890864 by wouter burgers in ue5-main branch]
2024-05-24 07:56:17 -04:00
wouter burgers
e0cb77bf9b SkeinUE: Fixed 'Tools -> Sync Content', which can result in a world reload, taking the user out of their selected interactive editor mode and losing part of their progress.
#rb manuel.lang, marco.anastasi

[CL 33449907 by wouter burgers in ue5-main branch]
2024-05-05 09:32:24 -04:00
patrick enfedaque
53dff52998 Choose File To Save: Fix issue where Saving a map would save it's dirty actors even if they werent selected by the user
#rb Richard.Malo

[CL 29994442 by patrick enfedaque in ue5-main branch]
2023-11-29 13:59:26 -05:00
wouter burgers
b9ecefcdbc SourceControl / UEFN: The F5 shortcut for getting latest should be specific to when Skein is enabled within UEFN.
#preflight none

[CL 24464995 by wouter burgers in ue5-main branch]
2023-03-01 12:33:10 -05:00
zach rammell
bdc16077f3 View Changes UI visual improvements
- Side panel no longer compressed
- Name changed to "View Changes"

#jira UE-175840
#rb ronald.koppers
#preflight 63daeceb4965eb8c33d456e5
#lockdown jeanmichel.dignard

[CL 23961626 by zach rammell in ue5-main branch]
2023-02-01 19:44:37 -05:00
marco anastasi
b29f599449 * Refactored Sync Latest operation to improve performance
* Sync Latest no longer listing and reloading all packages when the source control provider provides a sync preview functionality. When a Sync Preview is available, Sync Latest unloads only the files that are going to be overwritten by the sync operation, and then reloads them and the world

* Refactored Revert All operation to improve performance
* Revert All no longer lists and reloads all packages when the source control provider provides a sync preview functionality. Instead it unloads only the files that may be overwritten by the revert operation (i.e. submittable files), and then reloads them and the world
* Replaced RevertAndReloadAllPackages with RevertAndReloadWorld, no longer listing and reloading all packages (see https://p4-swarm.epicgames.net/reviews/23244245/)

This review is a combination of the two archived reviews https://p4-swarm.epicgames.net/reviews/23736137 and https://p4-swarm.epicgames.net/reviews/23736282

#rb wouter.burgers, stuart.hill, brooke.hubert, francis.hurteau
#preflight 63c9c7786a00f3cc8ead6779

[CL 23796067 by marco anastasi in ue5-main branch]
2023-01-20 15:31:16 -05:00
aditya ravichandran
f8b7ee5555 Replace any instances of "Source Control" with "Revision Control" in text in the Editor
#rb JeanMichel.Dignard, Robb.Surridge
#preflight 637d180efa348e8480e8837e

[CL 23250808 by aditya ravichandran in ue5-main branch]
2022-11-23 11:57:50 -05:00
wouter burgers
1161fdcd00 SourceControl / UEFN: Get latest on project with the shortcut F5.
This introduces a MainFrame menu item under TOOLS -> SOURCE CONTROL called 'Sync Content', similar to the existing 'Submit Content' option. The new menu item is tied to the F5 hot key.

#preflight 63722efcb6636838285ea216

[CL 23129394 by wouter burgers in ue5-main branch]
2022-11-14 18:26:11 -05:00
clint levijoki
baa43a500d Added an editor project option to hide the 'Submit Content' menu action. This menu item is unwanted in some projects as it's not running any validation before submitting.
#preflight 63484914ce524ed356914926
#preflight 6349b46fa8717e9453e14b0b

[CL 22547966 by clint levijoki in ue5-main branch]
2022-10-15 02:16:54 -04:00
jeanfrancois dube
8601ed91db Editor: map "Choose File To Save" on Ctrl+Alt+Shift+S by default.
#rb jeansebastien.guay
#preflight noe
#rnx

[CL 22260757 by jeanfrancois dube in ue5-main branch]
2022-09-29 20:31:32 -04:00
david harvey
10b05a8cf3 Capture platform-specific project analytics for launching, cooking & packaging in the editor.
#jira UE-142191
#rb Brian.White, Wojciech.Krywult
#preflight 6319a11bd135b61bc5f729c9

[CL 21907474 by david harvey in ue5-main branch]
2022-09-08 19:33:14 -04:00
jamie dale
cd2c04fbed Adding additional includes in preparation for removing a global include
#preflight skip
#rb none
#rnx

#ROBOMERGE-OWNER: jamie.dale
#ROBOMERGE-AUTHOR: jamie.dale
#ROBOMERGE-SOURCE: CL 21283042 via CL 21286016 via CL 21286060 via CL 21286134
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v972-20964824)

[CL 21291490 by jamie dale in ue5-main branch]
2022-08-09 12:54:53 -04:00
Vincent Gauthier
c58a5cefce Fix to Zip Project command to focus back to the UE after the dialog is cancelled.
#jira UE-155341
#preflight 6297a37b7b033c7273a72e4d

[CL 20455270 by Vincent Gauthier in ue5-main branch]
2022-06-01 13:51:24 -04:00
Robb Surridge
622e6d7a8a Finalize links to community pages in the Help menu
#jira UE-139298
#preflight 628e4ba62f2409bc1e3bf334
#rb lauren.barnes

[CL 20439606 by Robb Surridge in ue5-main branch]
2022-05-31 14:02:13 -04:00
Patrick Laflamme
a5c148fc70 Fixed behavior when selecting "Change Source Control Settings..." from the Editor top menu to preserve the actual setting on cancel to be consisent with the behavior when doing the same thing from the bottom right button.
#jira UE-151253 - Unified source control cancel operation
#rb Zach.Rammell
#preflight 6282b4036d51c29ec423b492

[CL 20232073 by Patrick Laflamme in ue5-main branch]
2022-05-16 17:06:50 -04:00
Lauren Barnes
6248f8d412 Replacing legacy EditorStyle calls with AppStyle
#preflight 6272a74d2f6d177be3c6fdda
#rb Matt.Kuhlenschmidt

#ROBOMERGE-OWNER: Lauren.Barnes
#ROBOMERGE-AUTHOR: lauren.barnes
#ROBOMERGE-SOURCE: CL 20057269 via CL 20070159 via CL 20072035 via CL 20072203
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)
#ROBOMERGE-CONFLICT from-shelf

[CL 20105363 by Lauren Barnes in ue5-main branch]
2022-05-09 13:12:28 -04:00
dave belanger
f49a9666a2 Hide some more C++ creation/editing menus when !GUnrealEd->GetUnrealEdOptions()->IsCPPAllowed() (follow up on 18815523)
#rb Rex.Hill
#preflight 61fbfcdee058822bda9ab04b

#ROBOMERGE-AUTHOR: dave.belanger
#ROBOMERGE-SOURCE: CL 18863343 via CL 18863389 via CL 18863403 via CL 18863429 via CL 18863995 via CL 18864392
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18864406 by dave belanger in ue5-main branch]
2022-02-04 11:19:37 -05:00
robb surridge
1805ec71e4 Help menu changes for community: reorganizations, icon changes
#jira UE-139298
#preflight 61e70154b56c33b8ecf10ace
#rb lauren.barnes

#ROBOMERGE-AUTHOR: robb.surridge
#ROBOMERGE-SOURCE: CL 18647766 in //UE5/Release-5.0/... via CL 18649266 via CL 18649644
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)

[CL 18649937 by robb surridge in ue5-main branch]
2022-01-18 17:45:13 -05:00
robb surridge
1eeade615d Reorganizes Help menus and cleans up external links in BaseEditor.ini.
Disables the tutorial system in order to remove its entry points from menus.
#jira UE-136343
#rb lauren.barnes

#ROBOMERGE-AUTHOR: robb.surridge
#ROBOMERGE-SOURCE: CL 18418989 in //UE5/Release-5.0/... via CL 18419008
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v897-18405271)

[CL 18419027 by robb surridge in ue5-release-engine-test branch]
2021-12-09 10:02:28 -05:00
luc eygasier
f467190232 Adds Submit Content menu entry.
Moves Source Control related actions to Tools menu.

#rb Sebastien.Lussier
#jira UE-117782, FORT-415499
#p4v-cherrypick 17872483

#changelist validated

#ROBOMERGE-AUTHOR: luc.eygasier
#ROBOMERGE-SOURCE: CL 17876035 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v883-17842818)

[CL 17876042 by luc eygasier in ue5-release-engine-test branch]
2021-10-20 14:16:23 -04:00
lauren barnes
64b123ca80 Adding Bridge menu item back to the workspace menu, as well as updating the icon.
#jira UETOOL-3404
#rb Brooke.Hubert
#preflight 60f72a14391d46000166952c

#ROBOMERGE-SOURCE: CL 16902711 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v836-16769935)

[CL 16902715 by lauren barnes in ue5-release-engine-test branch]
2021-07-20 17:22:49 -04:00
luc eygasier
854378a133 Updates Edit menu to dynamically change between "Connect to Source Control / Change Source Control Settings" depending on the current state of the connexion
#rb Sebastien.Lussier
#jira UE-117796
#preflight 60d5dbad0123b7000152ba52

#ROBOMERGE-SOURCE: CL 16783714 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v836-16769935)

[CL 16783718 by luc eygasier in ue5-release-engine-test branch]
2021-06-25 11:20:22 -04:00
Matt Kuhlenschmidt
87e5451da6 Nomad tabs docked with major tabs now have a menu instead of just empty space. The menu is simplified because nomad tabs do not belong to a specific editor.
[CL 16115179 by Matt Kuhlenschmidt in ue5-main branch]
2021-04-26 12:11:27 -04:00
louise rasmussen
00de52d020 About Dialog
#JIRA UETOOL-2471
#rb Lauren.Barnes
#lockdown Simon.Tourangeau
#preflight 606b9c057dc01c0001a0b840

#ROBOMERGE-SOURCE: CL 15925807 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533)

[CL 15925814 by louise rasmussen in ue5-main branch]
2021-04-05 21:14:48 -04:00
daren cheng
194425e479 Remove UE4 references.
#jira UE-111737 UE-111741 UE-111752 UE-111848
#rb trivial
#robomerge Release-5.0-EarlyAccess

[CL 15789512 by daren cheng in ue5-main branch]
2021-03-23 21:05:23 -04:00