Commit Graph

57 Commits

Author SHA1 Message Date
mark meijer
fa81eaa7da Gather text from source, resolve warnings for mismatching LOCTEXT_NAMESPACE; string literals not correctly terminated; and duplicate keys(identifiers)
Resolving conflict on Dev-FN-31 (one file)

#jira UE-176755
#rb eric.boucher, Leon.Huang, Jamie.Dale

[CL 35913609 by mark meijer in ue5-main branch]
2024-08-30 00:39:28 -04:00
joe kirchoff
b4355858ae Fix include errors in SlateUGS for BuildSettingsVersion.V3
#rnx
#rb trivial
#jira UE-176989

[CL 24251847 by joe kirchoff in ue5-main branch]
2023-02-16 02:03:16 -05:00
joe kirchoff
d3e8ebd39d [Backout] - CL24238957
#fyi Joe.Kirchoff
Original CL Desc
-----------------------------------------------------------------
Fix include errors in SlateUGS for BuildSettingsVersion.V3

#rnx
#rb trivial
#preflight 63ed38d1e92f139c511a8669

[CL 24240915 by joe kirchoff in ue5-main branch]
2023-02-15 16:00:32 -05:00
Joe Kirchoff
212ff28281 Fix include errors in SlateUGS for BuildSettingsVersion.V3
#rnx
#rb trivial
#preflight 63ed38d1e92f139c511a8669

[CL 24238957 by Joe Kirchoff in ue5-main branch]
2023-02-15 15:10:59 -05:00
Alexis Matte
8b8765cb61 Make sure InterchangeWorker is build by UGS and when we release it.
#jira UE-108125
#rb
#rnx
#preflight 638a0c194b2f03a7d7a812fd

[CL 23372363 by Alexis Matte in ue5-main branch]
2022-12-02 09:45:14 -05:00
robert seiver
b333debc9a Allows creation of new workspaces through SlateUGS
#jira UE-163947
#preflight none
#rb Zack.Neyland

[CL 22459139 by robert seiver in ue5-main branch]
2022-10-11 11:51:56 -04:00
robert seiver
c7cc34b3b5 Fixed const-correctness and added TEXT() macro to a string literal
#fyi Brandon.Schaefer
#preflight none

[CL 22207969 by robert seiver in ue5-main branch]
2022-09-27 14:37:01 -04:00
robert seiver
a653391a26 Add loading modal dialog window when selecting stream for new workspace
#fyi Brandon.Schaefer, Zack.Neyland
#preflight none

[CL 22207799 by robert seiver in ue5-main branch]
2022-09-27 14:21:41 -04:00
robert seiver
2f410924f1 Removing accidental early submission
#fyi Brandon.Schaefer
#preflight none

[CL 22206890 by robert seiver in ue5-main branch]
2022-09-27 13:17:53 -04:00
robert seiver
a4bf56c3cc Select stream window works and has all features except the loading screen and the search filter (lower prio tasks)
#fyi Brandon.Schaefer, Zack.Neyland
#preflight none

[CL 22206604 by robert seiver in ue5-main branch]
2022-09-27 13:00:50 -04:00
robert seiver
bfc4db96dd Added UI for select-a-stream window, but data is not shown yet.
Made all instances of UGSTab* null-initialized, and made them required arguments in widgets which hold them

#preflight none
#rb Brandon.Schaefer

[CL 22114672 by robert seiver in ue5-main branch]
2022-09-21 11:56:01 -04:00
Brandon Schaefer
35622222a0 SlateUGS: Add new ChangeInfo for Precompiled binaries and Content/Code
Use the value for progress to display a percentage if there is one set
Change the text color when Sync Precompiled binaries are selected allowing you to see which CL have them

#jira none
#rb none
#fyi Robert.Seiver
#preflight none

[CL 22017009 by Brandon Schaefer in ue5-main branch]
2022-09-14 17:22:00 -04:00
Josh Adams
bb4d7afa29 - Changes to get SlateUGS compiling without PCH or non-unity
#rb zack.neyland
#preflight skip (not built)

[CL 21856949 by Josh Adams in ue5-main branch]
2022-09-07 14:07:32 -04:00
Brandon Schaefer
31ef2ad194 SlateUGS: First pass at syncing precompiled editor/binaries
Still work to be done, but we are syncing the pre compiled editor, just need to unzip it!

#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21749100 by Brandon Schaefer in ue5-main branch]
2022-09-01 17:54:04 -04:00
Brandon Schaefer
9c2b232675 Fix Windows path not using *.exe
#jira none
#rb none
#fyi Robert.Seiver
#preflight none

[CL 21457202 by Brandon Schaefer in ue5-main branch]
2022-08-19 10:30:26 -04:00
Brandon Schaefer
4db077bafd Grab a handle to the Log so we can log some basic actions that are not instance
Giving *some* feedback that we are trying to do something

#jira none
#rb none
#fyi Robert.Seiver
#preflight none

[CL 21457183 by Brandon Schaefer in ue5-main branch]
2022-08-19 10:29:29 -04:00
Brandon Schaefer
a2fa258384 Add suport for Open in Editor and Open Explorer buttons
#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21449978 by Brandon Schaefer in ue5-main branch]
2022-08-18 17:06:59 -04:00
Brandon Schaefer
348be41285 Implement support for Build button
Add icons for missing ones

#jira none
#rb none
#fyi Robert.Seiver
#preflight none

[CL 21449376 by Brandon Schaefer in ue5-main branch]
2022-08-18 16:23:15 -04:00
Brandon Schaefer
b3b21b1bef Add a refresh button that will ask PerforceMonitor to refresh its CL list
#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21447329 by Brandon Schaefer in ue5-main branch]
2022-08-18 14:54:30 -04:00
Brandon Schaefer
e72e6bb08d If we fail to setup workspace, dont try to access shared pointers created by it
#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21446366 by Brandon Schaefer in ue5-main branch]
2022-08-18 14:19:03 -04:00
Brandon Schaefer
eabefaeffa Fix an active sync while closing the application calling back into a possible dead tab
overall this likely *should* have been cleaned up in the dtor of the workspace but being explicit here resolves the crash. Need to dig into more why not being cleaned up correctly

#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21441655 by Brandon Schaefer in ue5-main branch]
2022-08-18 10:08:35 -04:00
Brandon Schaefer
95673ee7a1 Add a cancel button to cancel a sync
TODO add a pop up to confirm yes/no you really want to cancel such a thing

#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21415970 by Brandon Schaefer in ue5-main branch]
2022-08-16 18:20:22 -04:00
Brandon Schaefer
1a8bb972ed Highlight the currenty synced CL, if there is one
#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21414022 by Brandon Schaefer in ue5-main branch]
2022-08-16 16:53:21 -04:00
Brandon Schaefer
820d007c8a Add SettingsWindow as well as AfterSync options for now
#jira none
#rb none
#preflight none
#fyi Robert.Seiver

[CL 21410844 by Brandon Schaefer in ue5-main branch]
2022-08-16 14:49:58 -04:00
Brandon Schaefer
9555c43a6e Add basic elements for setting up scheduled sync, the UI needs to be re-worked but the functionality is there
#jira none
#rb Robert.Seiver
#review-21363795 @Robert.Seiver
#preflight none

[CL 21391620 by Brandon Schaefer in ue5-main branch]
2022-08-15 15:12:16 -04:00