Commit Graph

8 Commits

Author SHA1 Message Date
Jamie Dale
a9b029f1a7 Updated SlateFileDialogs to no longer be dependent on SLATE_TEXT_ATTRIBUTE
SLATE_TEXT_ATTRIBUTE was the macro that allowed the FString -> FText pass-through support, and was deprecated in 4.8 in favour of using SLATE_ATTRIBUTE with an FText type. This is being removed for 4.10 and SlateFileDialogs was still relying on the deprecated behaviour.

This change removes its reliance on SLATE_TEXT_ATTRIBUTE, and also cleans up a load of SLATE_ATTRIBUTE parameters should have been using SLATE_ARGUMENT instead.

#codereview Dmitry.Rekman

[CL 2628829 by Jamie Dale in Main branch]
2015-07-22 09:17:58 -04:00
Dmitry Rekman
e596dbc935 SlateFileDialogs: fix issue with selecting a dir in the middle of the list.
#codereview Matthew.Lewis

[CL 2602464 by Dmitry Rekman in Main branch]
2015-06-26 12:24:49 -04:00
Dmitry Rekman
3160c4afc5 SlateFileDialogs: use new DirectoryWatcher options to fix perf.
#codereview Matthew.Lewis

[CL 2601660 by Dmitry Rekman in Main branch]
2015-06-25 20:18:16 -04:00
Dmitry Rekman
7dfc7865bf SlateFileDialogs: default to current path when nothing is selected (UE-17299).
- This behavior only applies when opening a directory.

#codereview Matthew.Lewis

[CL 2599274 by Dmitry Rekman in Main branch]
2015-06-24 14:30:34 -04:00
Dmitry Rekman
5346757678 SlateFileDialogs: support opening files by double clicking (UE-17307).
#codereview Matthew.Lewis

[CL 2599185 by Dmitry Rekman in Main branch]
2015-06-24 13:46:24 -04:00
Dmitry Rekman
93818641c7 SlateFileDialogs: updated from 6/17 code drop.
- Uses separate style and not Core.
- A new button to create the directory.

#codereview Nick.Atamas, Matthew.Lewis, Josh.Adams

[CL 2592945 by Dmitry Rekman in Main branch]
2015-06-18 19:27:23 -04:00
Dmitry Rekman
589cd3c091 SlateFileDialogs: fix improper concatenation (UE-17255).
- Authored by Matthew.Lewis.

#codereview Matthew.Lewis

[CL 2591016 by Dmitry Rekman in Main branch]
2015-06-17 17:42:08 -04:00
Dmitry Rekman
eae52c65aa Linux: switch from LinuxNativeDialogs to SlateFileDialogs.
- Still experimental at this point.

#codereview Nick.Atamas, Matthew.Lewis, Josh.Adams

[CL 2587983 by Dmitry Rekman in Main branch]
2015-06-15 18:14:07 -04:00