You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Editor/Controls
amzn-phist d6b268e84e
Remove ResourceSelectorHost and clean up/refactor related bits (#3050)
* Sever dependency on legacy resource selector host

Audio resource selectors (browse dialogs) no longer need to be
registered with the legacy IResourceSelectorHost system.  Set up a new
EBus specifically to handle browse button presses and directly invokes
the dialog.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Hook up legacy audio control selector to new EBus

Remaining use of legacy audio selectors (trackview) need to be able to
bypass ResourceSelectorHost now.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Removes ResourceSelectorHost and legacy selectors

This removes various Variable types that were tied to resource
selectors, such as GeomCache, Model, Animation, File.  Removes the
ResourceSelectorHost completely.  The two things that still appeared to
have selectors in TrackView are Audio Controls and Texture.  Fixed the
audio control selector to work via EBus and the Texture selector didn't
seem to work at all, but left it in as it was.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Make the default audio selector return old value

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Fix some signed/unsigned comparison warnings

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Remove deleted function from Editor Mock

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Change audio selector api to use string_view

Per feedback.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
4 years ago
..
ReflectedPropertyControl Remove ResourceSelectorHost and clean up/refactor related bits (#3050) 4 years ago
BitmapToolTip.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
BitmapToolTip.h Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
ColorGradientCtrl.cpp Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
ColorGradientCtrl.h Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
ConsoleSCB.cpp Merge branch 'development' into cmake/SPEC-7484 4 years ago
ConsoleSCB.h Merge branch 'development' into LYN-3705-2 4 years ago
ConsoleSCB.qrc git mv Code\Sandbox\Editor Code/Editor 5 years ago
ConsoleSCB.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
ConsoleSCBMFC.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ConsoleSCBMFC.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
FolderTreeCtrl.cpp Code/Editor 4 years ago
FolderTreeCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
HotTrackingTreeCtrl.cpp Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
HotTrackingTreeCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageHistogramCtrl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageHistogramCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageListCtrl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ImageListCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MultiMonHelper.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MultiMonHelper.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
NumberCtrl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
NumberCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialog.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialog.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialog.ui git mv Code\Sandbox\Editor Code/Editor 5 years ago
QBitmapPreviewDialogImp.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QBitmapPreviewDialogImp.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QToolTipWidget.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
QToolTipWidget.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
SplineCtrl.cpp Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
SplineCtrl.h Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
SplineCtrlEx.cpp Merge branch 'development' into cmake/SPEC-7484 4 years ago
SplineCtrlEx.h Code/Editor 4 years ago
TextEditorCtrl.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TextEditorCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TimelineCtrl.cpp Editor code: tidy up BOOLs,NULLs and overrides pt1. 4 years ago
TimelineCtrl.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
TreeCtrlUtils.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
WndGridHelper.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago