Commit Graph

3 Commits

Author SHA1 Message Date
wouter burgers
8f355cef23 SkeinUE: Fixed 'resolve conflicts' button becoming unresponsive.
What happened? The FSuppressableWarningDialog::ShowModal() function returns SUPPRESSED if the dialog is not shown. This should be treated the same as CONFIRM (in most cases) but it was treated the same as CANCEL.

#rb Marco.Anastasi
#rnx

[CL 30527635 by wouter burgers in ue5-main branch]
2024-01-10 05:11:18 -05:00
wouter burgers
d70794476c SourceControl / UEFN: Add prompt to check into URC after publishing.
Why? Because we've found that some users, event with URC turned on by default, don't utilize revision control by checking in changes, and in rare cases lose work they were expecting to be backed up.

#rb manuel.lang, dave.belanger, marco.anastasi
#rnx

[CL 27785932 by wouter burgers in ue5-main branch]
2023-09-12 05:36:07 -04:00
wouter burgers
eb9aa0d5ed SourceControl: Added SourceControlCheckInPrompter module, which periodically reminds the user that submitting their files to SourceControl is a good idea to avoid losing work.
#rb manuel.lang, marco.anastasi
#rnx

[CL 27593190 by wouter burgers in ue5-main branch]
2023-09-05 07:32:53 -04:00