Removes driller from AzToolsFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-02 15:40:23 -08:00
parent 791e140727
commit c5460c2064
13 changed files with 2 additions and 124 deletions
@@ -36,8 +36,6 @@
#include <AzFramework/StringFunc/StringFunc.h>
#include <AzFramework/TargetManagement/TargetManagementComponent.h>
#include <AzCore/Driller/Driller.h>
#ifdef AZ_PLATFORM_WINDOWS
#include "shlobj.h"
#endif
@@ -35,12 +35,6 @@ namespace LegacyFramework
static const AZ::Crc32 Edit;
static const AZ::Crc32 Build;
};
struct Driller
{
static const AZ::Crc32 Application;
static const AZ::Crc32 DrillerMenu;
static const AZ::Crc32 Channels;
};
struct LUAEditor
{
static const AZ::Crc32 Application;
@@ -24,10 +24,6 @@ namespace LegacyFramework
const AZ::Crc32 WorldEditor::Edit = AZ_CRC("World Editor - Edit", 0x46a2bd02);
const AZ::Crc32 WorldEditor::Build = AZ_CRC("World Editor - Build", 0xae0bfdee);
const AZ::Crc32 Driller::Application = AZ_CRC_CE("Driller");
const AZ::Crc32 Driller::DrillerMenu = AZ_CRC("Driller - File", 0x5a98bdd8);
const AZ::Crc32 Driller::Channels = AZ_CRC("Driller - Debug", 0xf9cc0aae);
const AZ::Crc32 LUAEditor::Application = AZ_CRC_CE("LUAEditor");
const AZ::Crc32 LUAEditor::File = AZ_CRC("LUAEditor - File", 0xcf589de3);
const AZ::Crc32 LUAEditor::Edit = AZ_CRC("LUAEditor - Edit", 0xc2f275e9);
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13b2e25ce3d4e2e296d28aa3c16f508a2ddfe7ddf0059dba61e8240f392aa357
size 3253
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73d7cfcfdf299bfb682a2bb4492493ad4a1a4e1c2a0b9bd2a305218fe446feae
size 781
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29f98d4b55674a38a87734be2028bb313bc85ae6360c3cb594cff466bbbf663b
size 723
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26539410861d7d40fd1efce832ccb30c65c65993dc715b30df6a2b1132590df2
size 786
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ceea1a8a0d9efc93636bc8531d91b955c05907119539448ead8c0c22ea5889a9
size 3253
@@ -80,15 +80,6 @@
<file alias="debugger_disconnected">bug--minus.png</file>
<file alias="debugger_connected">bug--plus.png</file>
</qresource>
<qresource prefix="/driller">
<file alias="active_color_swatch">active_color_swatch.png</file>
<file alias="export_button_disabled">export_button_disabled.png</file>
<file alias="export_button_enabled">export_button_enabled.png</file>
<file alias="drill_down_disabled">drill_down_disabled.png</file>
<file alias="drill_down_enabled">drill_down_enabled.png</file>
<file alias="inactive_color_swatch">inactive_color_swatch.png</file>
<file alias="settings_icon">settings_icon.png</file>
</qresource>
<qresource prefix="/styles">
<file>style_dark.qss</file>
</qresource>
@@ -1116,91 +1116,6 @@ QPushButton#captureButton:disabled {
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--DrillerCaptureWindow > #centralwidget > #playButton {
color: white;
}
Driller--DrillerCaptureWindow > #centralwidget > AzToolsFramework--AZAutoSizingScrollArea#scrollArea {
background-color: rgb(100,100,100);
border: 1px solid rgb(100,100,100);
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--DrillerMainWindow QDockWidget
{
background: rgb(56, 58, 59);
}
Driller--DrillerMainWindow QDockWidget::title
{
background: rgb(56, 58, 59);
}
Driller--DrillerMainWindow QDockWidget .QWidget
{
background: rgb(56, 58, 59);
border: 0px solid red;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--ChannelControl > QFrame {
background-color: rgb(100, 100, 100);
}
Driller--ChannelControl > #infoArea > QLabel {
color: #999999;
font-size: 12px;
font-family: "open sans";
font-weight:600;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--ChannelProfilerWidget #profilerName {
color: #cccccc;
font-size: 13px;
font-family: "open sans";
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--AnnotationHeaderView {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame > #annotationBackground {
background-color: rgb(80,80,80);
}
Driller--AnnotationHeaderView > #frame > #annotationBackground > #configureAnnotations {
color: white;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
Driller--CollapsiblePanel > QGroupBox {
background-color: rgb(56, 58, 59);
margin-top: 0px;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
AzToolsFramework--TargetSelectorButton#targetButton {
color: white;
}
@@ -540,7 +540,6 @@ namespace AzToolsFramework
//"Application"
// + Open Lua Editor
// + Open World Editor
// + Open Driller
// + Open Model Viewer
// + Preferences...
// ------------------------
@@ -107,7 +107,7 @@ namespace AzToolsFramework
void StyledTracePrintFLogTab::LogTraceMessage(Logging::LogLine::LogType type, const char* window, const char* message, bool alwaysShowMessage)
{
// note: This is responding to a trace driller bus message
// note: This is responding to a TraceMessageBus message
// as such, the mutex is already locked but we could be called from any thread at all, so we buffer the lines.
// is it for this window?
@@ -145,7 +145,7 @@ namespace AzToolsFramework
void AZTracePrintFLogTab::LogTraceMessage(Logging::LogLine::LogType type, const char* window, const char* message, void* userData)
{
// note: This is responding to a trace driller bus message
// note: This is responding to a TraceMessageBus message
// as such, the mutex is already locked but we could be called from any thread at all, so we buffer the lines.
// is it for this window?