Commit Graph

6 Commits

Author SHA1 Message Date
bruce nesbit
81d8ed477a Fixed mac compile error
(hopefully)

[CL 2526774 by bruce nesbit in Main branch]
2015-04-27 07:09:34 -04:00
bruce nesbit
15873e22b5 Added suport for classes to register with super search for handling/acting on searches
Hooked in feature packs to show in super search using tags in the FP manifests
Added some keywords to manifests for super search

[CL 2526727 by bruce nesbit in Main branch]
2015-04-27 05:56:20 -04:00
Andrew Brown
be1052adb6 Modifications to search box to improve customization
#nonjira

#branch UE4

Added ImagePadding to FSearchBoxStyle which allows custom padding around the various icons in the search box

Added Style to SuperSearchBox as TOptional (because it's in it's own module, it's easier to add "optional" args this way), and modified SearchBox to also use the same method, which means we reduce duplicate instances of the default search box style around the code.

[CL 2394951 by Andrew Brown in Main branch]
2015-01-05 08:40:14 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Wes Hunt
31e2bb00ac Removed a bunch of stuff from Slate standard include, created SlateBasics.h
* Moved Slate.h into SlateBasics.h and began shifting less commonly used headers into SlateExtras.h.
* Slate.h now simply includes SlateBasics.h and SlateExtras.h.
* Slate.h includes a deprecated warning now to indicate that SlateBasics.h + specific includes should be used instead.
* Moved dozens of inlined functions using Slate widgets into .cpp files to avoid header dependencies.
* All code samples now include SlateBasics.h and SlateExtras.h so future shifts will not break most those projects, but not trigger the deprecation warning of including Slate.h.
#BUN

[CL 2329610 by Wes Hunt in Main branch]
2014-10-14 22:50:06 -04:00
Ori Cohen
98c49e382c Add SuperSearch module
[CL 2222237 by Ori Cohen in Main branch]
2014-07-17 11:10:03 -04:00