Commit Graph

6 Commits

Author SHA1 Message Date
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Jamie Dale
f440490671 Converted the property editor to use FText
The display name, filter string, and tooltips for the property editor (and associated detail customizations) are now stored as FText rather than FString. This allows us to remove SLATE_TEXT_ARGUMENT from the detail customization widgets.

[CL 2372595 by Jamie Dale in Main branch]
2014-12-01 11:19:41 -05:00
Richard TalbotWatkin
e01664114b Moved Material Instance parameters category to the top of the Details tab in the Material Editor. Groups within this category automatically expanded at start.
#ttp 345473 - NUX:Material Instance Editing: The parameters I exposed are collapsed at the bottom of Details, they should be right at top!
#branch UE4
#proj Editor.MaterialEditor
#reviewedby Matt.Kuhlenschmidt

[CL 2305624 by Richard TalbotWatkin in Main branch]
2014-09-22 11:18:44 -04:00
Michael Trepka
5bd6255fde More Clang compile warning fixes
[CL 2237347 by Michael Trepka in Main branch]
2014-07-30 14:51:27 -04:00
Matthew Griffin
06b0dcbc48 Fixing inconsistent expansion of input settings properties
TTP#335353 - EDITOR: Event and axis mapping group expansion behavior is unintuitive

Expansion state was based on the name of the action/axis mapping so when one was renamed it had no state for the new name. Added code to record the state of expansion before renaming and reset it once the mapping groups have been recreated. This required a new function adding to the IDetailGroup class so that I could record its expansion state and I also needed to be sure I only recorded the state when the commit callback actually changed something.

[CL 2119224 by Matthew Griffin in Main branch]
2014-06-27 05:00:12 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00