Commit Graph

17 Commits

Author SHA1 Message Date
Martin Wilson
e46a398252 Fix Persona Asset browser filter arrow colour
#TTP 344422 - PERSONA: Asset Browser Filters arrow is inconsistent

[CL 2308499 by Martin Wilson in Main branch]
2014-09-24 13:55:46 -04:00
Bob Tellez
5c22f29f41 UE4: No longer re-applying a text filter to asset view search results when the old filter is the same as the new. This was causing a re-sort when the user loses focus from the search bar in the content browser or asset pickers. Also initialized some uninitialized sorting bools.
[CL 2303459 by Bob Tellez in Main branch]
2014-09-18 21:40:33 -04:00
Bob Tellez
d667d45d9b UE4: Asset pickers can now show folders. When showing folders they will ignore the backend filter when determining if they should recursively show assets. Path pickers can now have the path changed after they are spawned. Asset dialogs now show folders like the content browser.
[CL 2298981 by Bob Tellez in Main branch]
2014-09-15 20:43:33 -04:00
Bob Tellez
823b9f8b60 UE4: Removed the "Show only assets in selected folders" editor preference for the Content Browser. This is implied from "Show Folders" and should have been removed when folders were added.
[CL 2298894 by Bob Tellez in Main branch]
2014-09-15 18:38:04 -04:00
Maciej Mroz
c0e02c17d1 ttp 344629 EDITOR: BP: Cannot re-select an asset in a list after removing it from a node
[CL 2295188 by Maciej Mroz in Main branch]
2014-09-12 11:37:48 -04:00
bruce nesbit
d60a5de509 Converted widget .Tag instances for tutorials to use MetaData
[CL 2286138 by bruce nesbit in Main branch]
2014-09-05 07:39:52 -04:00
Bob Tellez
d3be19c35c UE4: SAssetPickers can now save their view settings. The SAssetDialog saves it's asset picker view settings.
[CL 2268167 by Bob Tellez in Main branch]
2014-08-22 19:06:27 -04:00
Bob Tellez
2326e56cba UE4: Asset pickers no longer match an asset's class name if there is a filter for exactly one class.
#coderevie Matt.Kuhlenschmidt

[CL 2268095 by Bob Tellez in Main branch]
2014-08-22 18:16:03 -04:00
Thomas Sarkanen
a27980dcf0 Tutorials 2.0 - Initial version
NOTE: Old tutorials not deprecated (yet), but widget highlights in old tutorials will stop working with this change!

Added new Blueprintable UEditorTutorial object.
Added suite of widgets and details customizations to display tutorials.
New system is available on command line switch -NewTutorials.

Slate changes:
Tag names are now stored in SWidgets, rather than simply being discarded.
Removed STutorialWrapper in favour of using Tags.
Added Tags to more multibox widgets, so virtually all can now be picked.
Added SWindow::HasOverlay so we dont attempt to add overlays to widows that cannot have them.

[CL 2244216 by Thomas Sarkanen in Main branch]
2014-08-05 09:04:35 -04:00
Benn Gallagher
a0f01a1ee7 Added animated preview viewports to Persona asset browser tooltips
#codereview martin.wilson

[CL 2226941 by Benn Gallagher in Main branch]
2014-07-22 09:54:58 -04:00
Lina Halper
14b8e23e7f - Added Create Asset toolbar
- Consolidated code between asset skeleton and toolbar
- Added Asset Picker to suppoert Sync To Assets

[CL 2226236 by Lina Halper in Main branch]
2014-07-21 20:47:01 -04:00
Bob Tellez
5f9507b532 [AUTOMERGE]
#UE4 Added support to change the filter on an asset picker after it has been created

--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2220167 by Bob.Tellez on 2014/07/15 21:56:07.

[CL 2221666 by Bob Tellez in Main branch]
2014-07-16 22:17:05 -04:00
Bob Tellez
231f2ad165 UE4: Many content browser perf improvements and cleanups.
Removed all FAssetPickerConfig options that were not used by anything.
Package dirty refreshes are now managed entirely by FFrontendFilter_Modified, and only apply while the filter is enabled.
List refreshes have once again been split into SLOW source item refreshes and FAST frontend refreshes. Only use the slow refresh when source items change!
Replaced some usage of RemoveAt with RemoveAtSwap when appropriate. A lot of this code is very performance sensitive.
Text filtering is now done via a FFrontendFilter.
Consolidated the "show other developers" filter into a single FFrontendFilter.
There is no such thing as "Dynamic Filters" anymore. Only FrontendFilters.

#codereview Matt.Kuhlenschmidt

[CL 2108677 by Bob Tellez in Main branch]
2014-06-17 19:52:49 -04:00
Barnabas McManners
cf8e753374 Asset picker now supports rename functionality.
#TTP 326521 - EDITOR: Feature Request: PERSONA: Have ability to rename assets in Asset Browser with F2 and right click

#branch UE4

#proj Editor.ContentBrowser

#add Added support for the rename UICommand to the Asset picker using a UICommandList and processing it in its onkeydown method.

#reviewedby Chris.Wood

[CL 2074306 by Barnabas McManners in Main branch]
2014-05-15 12:07:40 -04:00
Andrew Brown
15c505e13b Content Browser: Enter and SpaceBar keys can now be remapped.
#ttp 333671 - EDITOR: Content Browser: Customizable shortcut for opening assets and folders

#branch UE4

#add Added two new commands so that the Enter and SpaceBar functionality can be remapped.

#change Renamed EAssetTypeActivationMethod types so they don't mention which key was used, but the action that key performed.

reviewed by Thomas.Sarkanen

[CL 2059964 by Andrew Brown in Main branch]
2014-04-30 10:58:31 -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