Commit Graph

8 Commits

Author SHA1 Message Date
patrick boutot
a2b5613488 Slate: Deprecate SListView::ItemHeight and STreeViewItemHeight. ItemHeight and ItemWidth are only used when the panel is is as a tile or both value are assigned. With TreeView and ListView, you can't assigned both. The function are protected, a subclass of those could but it's up to them to expose the ItemHeight and ItemWidth. This behavior changed was introduced with CL 7634094.
#jira UE-210415
#rb editor-ui-systems

[CL 33370360 by patrick boutot in ue5-main branch]
2024-05-01 08:05:39 -04:00
henrik karlsson
9983643fb9 Compile error fixes for iwyu when compiling UnrealEditor
#rb christopher.waters (and phil.pizlo for verse files)


#changelist validated
#virtualized

[CL 31228054 by henrik karlsson in ue5-main branch]
2024-02-06 15:28:47 -05:00
zousar shaker
51669c56b6 Ensure that the EditorSysConfigAssistant subsystem delays its initialization until after OnAllModuleLoadingPhasesComplete and uses the tab manager's permission list to determine if it can present the system config UI and therefore it should evaluate system checks (and present notifications about them).
#rb Rex.Hill, robert.millar

[CL 29351235 by zousar shaker in ue5-main branch]
2023-11-01 22:19:59 -04:00
zousar shaker
2390dd49a3 Suppress MSVC static analysis warning C28159 because it suggests against rebooting at all. The choice to reboot in this case is not from the code itself but the system config it is influencing.
[CL 29011039 by zousar shaker in ue5-main branch]
2023-10-23 00:50:44 -04:00
zousar shaker
09d1b5b986 Replace use of ExitWindowsEx with InitiateSystemShutdownEx, as the former is legacy and leads to a static analysis warning.
[CL 28997396 by zousar shaker in ue5-main branch]
2023-10-21 01:54:17 -04:00
zousar shaker
cfa6bc947f Wording changes to clarify details in the System Config Assistant. Layout and formatting changes can be done later to improve legibility.
[CL 28978327 by zousar shaker in ue5-main branch]
2023-10-20 15:54:10 -04:00
zousar shaker
2558750514 Fixes for conflicting LOCTEXT labels.
[CL 28969887 by zousar shaker in ue5-main branch]
2023-10-20 12:46:33 -04:00
zousar shaker
eaf7aaf193 Add EditorSysConfigAssistant plugin to help guide users to system configuration changes that can improve development experience.
#jira UE-197147
#rb robert.millar

[CL 28926974 by zousar shaker in ue5-main branch]
2023-10-19 14:29:21 -04:00