Commit Graph

15 Commits

Author SHA1 Message Date
Max Preussner
c4ed35f529 SettingsEditor: Documentation cleanup pass
[CL 2095322 by Max Preussner in Main branch]
2014-06-04 23:08:52 -04:00
Max Preussner
9c66d5462a Settings: Fixed Settings UI incorrectly assumes that default INI files are under source control if they are read-only (TTP# 336653)
[CL 2087420 by Max Preussner in Main branch]
2014-05-29 17:31:02 -04:00
Max Preussner
c6855b9f9c documentation fixes
[CL 2073073 by Max Preussner in Main branch]
2014-05-14 14:51:08 -04:00
Max Preussner
26ec746232 added missing documentation; removed redundant line breaks
[CL 2073071 by Max Preussner in Main branch]
2014-05-14 14:50:57 -04:00
Max Preussner
f04f900868 SettingsEditor: Ensuring that there is always a settings section selected
[CL 2067668 by Max Preussner in Main branch]
2014-05-08 20:23:50 -04:00
Max Preussner
61ef24cdc1 SettingsEditor: fixed notification popup always showing error; cosmetic changes
[CL 2065894 by Max Preussner in Main branch]
2014-05-07 14:46:21 -04:00
Andrew Brown
7b4daa53c3 Preferences now inform the user on the sucess of importing and exporting
#ttp 334472 - EDITOR: Feature Request: Preferences: Exporting and Importing could provide more feedback

#branch UE4

reviewed by Thomas.Sarkanen

[CL 2065409 by Andrew Brown in Main branch]
2014-05-07 05:33:38 -04:00
Max Preussner
b63129a60c Slate: Refactored core Slate implementation into SlateCore module in preparation for UMG.
Other Updates:
- The WidgetReflector is now in its own module as well. It will be converted to a plug-in later.
- The Public API of both Slate and SlateCore has largely been reorganized for better discoverabilty. More cleanup work is needed.
- Added a lot of missing API documentation and fixed existing ones. More and better documentation is needed.
- Removed dead code, fixed a couple things I stubled upon, and conformed to coding guidelines (NULL vs nullptr, line breaks, etc.)

Upgrade Notes:
- The Slate Remote Server is currently disabled - will be re-enabled shortly!
- If your module previously had a module dependency to 'Slate', it now also needs a PrivateModuleDependency to 'SlateCore' in its Build.cs file.
- If your module exposes in any of its Public header files types that are now declared in SlateCore, it needs a PublicModuleDependency to 'SlateCore'
- The ToolTip property type on SWidget has changed from SToolTip to IToolTip; change local variables to TSharedPtr<IToolTip> instead of TSharedPtr<SToolTip> where needed
- IToolTip is not a widget. If you need access to the actual widget that represents the tool tip, use IToolTip::AsWidget(); If you need access to the tool tip's content, use IToolTip::GetContentWidget()

Troubleshooting:
- After syncing to this changelist you may have to clean your /Engine/Intermediate/Build/ directory and rebuild your entire project
- If in your project you are getting linker errors for unresolved types that are now declared in SlateCore, you may be missing a dependency to 'SlateCore'
- If in the Engine code you are getting linker errors for unresolved types that are now declared in SlateCore, you may need to rebuild the entire Engine

[CL 2057118 by Max Preussner in Main branch]
2014-04-26 15:07:24 -04:00
Justin Sargent
36d7edc26c L10N: Fixing localization errors. Missing #undefines, conflicted loc keys and comments being incorrectly detected as expected LOCTEXT macros.
[CL 2052470 by Justin Sargent in Main branch]
2014-04-23 19:57:06 -04:00
Thomas Sarkanen
a5274d1b18 #summary Fixed up issues found when creating a new source control provider.
#ttp 331349 	Editor: Source Control: Some issues with creating new source control provider
#change 	Fixed up conflation of enum with bool in if() blocks when calling Execute().
#fix 	Fixed QueueStatusUpdate not checking for NULL source control state.
reviewed by 	Andrew.Brown

[CL 2049714 by Thomas Sarkanen in Main branch]
2014-04-23 19:31:56 -04:00
Max Preussner
76e85e8a30 forgot to check in
[CL 2049117 by Max Preussner in Main branch]
2014-04-23 19:25:46 -04:00
Max Preussner
ed4038010d the sections in the Settings UI now automatically sort alphabetically
[CL 2049115 by Max Preussner in Main branch]
2014-04-23 19:25:36 -04:00
Max Preussner
a6a4aaf123 fixed up incorrect/obsolete module dependencies in various Editor modules
[CL 2048469 by Max Preussner in Main branch]
2014-04-23 19:18:58 -04:00
UnrealBot
db494a6e69 Engine source (Main branch up to CL 2037954) 2014-04-02 18:09:23 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00