Commit Graph

3 Commits

Author SHA1 Message Date
Max Preussner
f3913a4a03 Editor: moved SFilePathPicker to DesktopWidgets module, because AppFramework cannot use Developer functionality, such as IDesktopPlatform
[CL 2282071 by Max Preussner in Main branch]
2014-09-02 17:47:49 -04:00
Max Preussner
65e2abbb76 Editor: Refactored file path picker into a reusable widget
[CL 2281860 by Max Preussner in Main branch]
2014-09-02 15:22:15 -04:00
Max Preussner
f167dce37e Slate: Moved TestSuite and ColorPicker into new module AppFramework
The AppFramework module is intended to be used for compound widgets and UI related classes that are too specific (not basic enough) for Slate, but also not Editor specific (reusable in non-Editor applications and games). The test suite has been moved in its entirety for now, but core widget specific test classes will eventually be split off and moved back into Slate, so that they can live alongside of their corresponding widgets.

Other changes:
- moved to "include what you use" scheme for SColorPicker
- broke out color picker related widgets that may be reusable
- added forward declarations to reduce header include dependencies

#CodeReview: saul.abreu

[CL 2275496 by Max Preussner in Main branch]
2014-08-27 20:35:19 -04:00