Commit Graph

5 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
c0dca0c17f UEFN / Skein: Fixed check-in toast race condition introduced in #29917360.
Now that the interval at which the project directory is updated is increased from 1s to 60s, a race condition exists where a user is working in project A for 30+ minutes, then quickly switches to project B and quickly triggers a save and is shown the toast because the ProjectActivationTime wasn't updated yet to project B.

#rb Manuel.Lang
#rnx

[CL 29955749 by wouter burgers in ue5-main branch]
2023-11-28 03:00:03 -05:00
wouter burgers
63f8818e99 UEFN / Skein: Check-in toast should only appear after user has been working in a project for 30+ minutes.
#rb Manuel.Lang, Marco.Anastasi
#rnx

[CL 29917381 by wouter burgers in ue5-main branch]
2023-11-24 05:27:56 -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