Files
o3de/Code/Editor/Plugins/ComponentEntityEditorPlugin/componententityeditorplugin_files.cmake
T
Danilo Aimini b69ae11ec6 Editor | Refactor right-click context menu to improve grouping and surface most used items to the top. (#7742)
* Move "Open pinned Inspector" to separate handler to move it after the Prefab menu items.

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Rearrange context menu items, add shortcuts

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Fix pragma once in header

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>

* Revert casing changes that would cause issues in automated testing.

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
2022-02-18 15:07:26 -08:00

45 lines
1.5 KiB
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
set(FILES
dllmain.cpp
ComponentEntityEditorPlugin.h
ComponentEntityEditorPlugin.cpp
ContextMenuHandlers.h
ContextMenuHandlers.cpp
SandboxIntegration.h
SandboxIntegration.cpp
UI/QComponentEntityEditorMainWindow.h
UI/QComponentEntityEditorMainWindow.cpp
UI/QComponentLevelEntityEditorMainWindow.h
UI/QComponentLevelEntityEditorMainWindow.cpp
UI/QComponentEntityEditorOutlinerWindow.h
UI/QComponentEntityEditorOutlinerWindow.cpp
UI/AssetCatalogModel.h
UI/AssetCatalogModel.cpp
UI/ComponentPalette/ComponentPaletteSettings.h
UI/Outliner/OutlinerDisplayOptionsMenu.h
UI/Outliner/OutlinerDisplayOptionsMenu.cpp
UI/Outliner/OutlinerTreeView.hxx
UI/Outliner/OutlinerTreeView.cpp
UI/Outliner/OutlinerWidget.hxx
UI/Outliner/OutlinerWidget.cpp
UI/Outliner/OutlinerCacheBus.h
UI/Outliner/OutlinerListModel.hxx
UI/Outliner/OutlinerListModel.cpp
UI/Outliner/OutlinerSearchWidget.h
UI/Outliner/OutlinerSearchWidget.cpp
UI/Outliner/OutlinerSortFilterProxyModel.hxx
UI/Outliner/OutlinerSortFilterProxyModel.cpp
UI/Outliner/OutlinerWidget.ui
UI/Outliner/resources.qrc
UI/Outliner/EntityOutliner.qss
Objects/ComponentEntityObject.h
Objects/ComponentEntityObject.cpp
)