Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
@@ -0,0 +1,21 @@
<RCC>
<qresource prefix="/AssetProcessor/style">
<file>AssetProcessor.qss</file>
<file>AssetProcessorConfig.ini</file>
<file>AssetsTab.qss</file>
<file>LogsTab.qss</file>
</qresource>
<qresource prefix="/">
<file>AssetProcessor_checkbox_blue_checked.png</file>
<file>AssetProcessor_checkbox_blue_unchecked.png</file>
<file>AssetProcessor_goto.svg</file>
<file>AssetProcessor_goto_hover.svg</file>
<file>AssetProcessor_arrow_left.svg</file>
<file>AssetProcessor_arrow_right.svg</file>
<file>AssetProcessor_plus.svg</file>
<file>AssetProcessor_arrow_down.svg</file>
<file>AssetProcessor_arrow_up.svg</file>
<file>AssetProcessor_refresh.png</file>
<file>lyassetprocessor.png</file>
</qresource>
</RCC>
@@ -0,0 +1,143 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
@import "AssetsTab.qss";
@import "LogsTab.qss";
@import "NewLogTabDialog.qss";
.APTimer {
font-size: 18px;
margin-top: 0px;
margin-bottom: 0px;
font-family: "Open Sans Light";
}
.TimerLine {
color: #888888;
}
QLabel#APStatusValueLabel {
margin-top: 12px;
margin-left: 8px;
}
QLabel#lastScanLabel,
QLabel#analysisLabel,
QLabel#processingLabel{
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
QLabel#projectLabel,
QLabel#rootLabel {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 8px;
}
QLabel#portLabel {
margin-top: 0px;
margin-bottom: 24px;
margin-left: 8px;
}
QTreeView#SourceAssetsTreeView,
QTreeView#SourceAssetsTreeView::item,
QTreeView#SourceAssetsTreeView::branch,
QTreeView#ProductAssetsTreeView,
QTreeView#ProductAssetsTreeView::item,
QTreeView#ProductAssetsTreeView::branch {
background-color: rgb(45,45,45);
}
QTreeView#SourceAssetsTreeView::item:hover,
QTreeView#SourceAssetsTreeView::branch:hover,
QTreeView#ProductAssetsTreeView::item:hover,
QTreeView#ProductAssetsTreeView::branch:hover {
background-color: rgb(60,60,60);
}
QTreeView#SourceAssetsTreeView::item:selected,
QTreeView#SourceAssetsTreeView::branch:selected,
QTreeView#SourceAssetsTreeView::item:selected:active,
QTreeView#ProductAssetsTreeView::item:selected,
QTreeView#ProductAssetsTreeView::branch:selected,
QTreeView#ProductAssetsTreeView::item:selected:active {
background-color: rgb(73,73,73);
}
QTreeView#SourceAssetsTreeView::item:selected:!active,
QTreeView#ProductAssetsTreeView::item:selected:!active,
QTableWidget#outgoingProductDependenciesTable:item:selected:!active,
QListWidget#outgoingUnmetPathProductDependenciesList:item:selected:!active,
QTableWidget#incomingProductDependenciesTable:item:selected:!active,
QTableWidget#productTable:item:selected:!active,
QTableWidget#outgoingSourceDependenciesTable:item:selected:!active,
QTableWidget#incomingSourceDependenciesTable:item:selected:!active {
background-color: rgb(60,60,60);
selection-color: rgb(192, 192, 192);
}
QPushButton#supportButton,
QPushButton#MissingProductDependenciesSupport {
min-height: 24px; /* We have to set the min- and max-height otherwise the margins are not respected. */
max-height: 24px;
margin-top: 10px;
margin-right: 16px;
border: none;
qproperty-icon: url(:/stylesheet/img/help.svg);
qproperty-iconSize: 24px 24px;
}
ConnectionEditDialog QLabel {
background-color: transparent;
}
QTableWidget {
background-color: rgb(45,45,45); /* Odd row */
alternate-background-color: rgb(34,34,34); /* Even row */
selection-background-color: rgb(73,73,73);
}
QTableWidget::item:selected {
background: rgb(73,73,73);
}
QTableWidget::item:hover {
background: rgb(60,60,60);
}
QTableWidget QHeaderView::section {
background-color: rgb(34,34,34);
}
QListWidget {
background-color: rgb(45,45,45); /* Odd row */
alternate-background-color: rgb(34,34,34); /* Even row */
selection-background-color: rgb(73,73,73);
}
QListWidget::item:selected {
background: rgb(73,73,73);
}
QListWidget::item:hover {
background: rgb(60,60,60);
}
QListWidget QHeaderView::section {
background-color: rgb(34,34,34);
}
@@ -0,0 +1,14 @@
[AssetStatus]
JobCompletedColumnWidth=160
JobKeyColumnWidth=120
JobPlatformColumnWidth=100
JobSourceColumnWidth=230
JobStatusColumnWidth=100
[EventLogDetails]
LogTypeColumnWidth=180
[AssetData]
AssetDataNameColumnWidth=400
AssetDataDirectoryColumnWidth=400
AssetDataTypeColumnWidth=75
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icons / System / Downward</title>
<g id="Icons-/-System-/-Downward" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<polygon id="Combined-Shape" fill="#FFFFFF" transform="translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) " points="17 11 12 6 12 3 21 12 12 21 12 18 17 13 3 13 3 11"></polygon>
</g>
</svg>

After

Width:  |  Height:  |  Size: 643 B

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icons / System / Backward</title>
<g id="Icons-/-System-/-Backward" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<polygon id="Combined-Shape" fill="#FFFFFF" points="7.02553943 13 12 18.0361734 12 21 3 12 12 3 12 5.98884985 7 11 21 11 21 13"></polygon>
</g>
</svg>

After

Width:  |  Height:  |  Size: 571 B

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icons / System / Forward</title>
<g id="Icons-/-System-/-Forward" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<polygon id="Combined-Shape" fill="#FFFFFF" points="17 11 12 6 12 3 21 12 12 21 12 18 17 13 3 13 3 11"></polygon>
</g>
</svg>

After

Width:  |  Height:  |  Size: 544 B

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icons / System / upward</title>
<g id="Icons-/-System-/-upward" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<polygon id="Combined-Shape" fill="#FFFFFF" transform="translate(12.000000, 12.000000) rotate(90.000000) translate(-12.000000, -12.000000) " points="7.02553943 13 12 18.0361734 12 21 3 12 12 3 12 5.98884985 7 11 21 11 21 13"></polygon>
</g>
</svg>

After

Width:  |  Height:  |  Size: 664 B

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdac646f22b39d9adfc4819bcac0c66e0ba3e631464f7f568c7bbbd14850547e
size 11222
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d5efd73e2d386ceb219ea6091c8b09ffec300015e7c84e0c81ecfd29505afb0
size 9285
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
<title>Icons / System / Open / Open in Internal App</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-System-/-Open-/-Open-in-Internal-App" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M21,3 L21,19.5 L21.0070809,19.5 L21.0070809,20.9975284 L21,20.997 L21,21 L19.5,21 L19.5,20.997 L7.97261837,21 L9.45378213,19.5 L19.5,19.5 L19.5,7 L4.5,7 L4.5,14.7148938 L3,16.0495017 L3,3 L21,3 Z" id="Combined-Shape" fill="#FFFFFF"></path>
<path d="M13.5,17 L12,17 L12,13.063 L4.06066017,21.0033009 L3,19.9426407 L10.942,12 L7,12 L7,10.5 L13.5,10.5 L13.5,17 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 994 B

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 60.1 (88133) - https://sketch.com -->
<title>Icons / System / Open / Open in Internal App Hover</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-System-/-Open-/-Open-in-Internal-App-Hover" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M21,3 L21,19.5 L21.0070809,19.5 L21.0070809,20.9975284 L21,20.997 L21,21 L19.5,21 L19.5,20.997 L7.97261837,21 L9.45378213,19.5 L19.5,19.5 L19.5,7 L4.5,7 L4.5,14.7148938 L3,16.0495017 L3,3 L21,3 Z" id="Combined-Shape" fill="#17A3CD"></path>
<path d="M13.5,17 L12,17 L12,13.063 L4.06066017,21.0033009 L3,19.9426407 L10.942,12 L7,12 L7,10.5 L13.5,10.5 L13.5,17 Z" id="Combined-Shape" fill="#17A3CD"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1006 B

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icons / System / Add</title>
<g id="Icons-/-System-/-Add" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M13,3 L13,11 L21,11 L21,13 L13,13 L13,21 L11,21 L11,13 L3,13 L3,11 L11,11 L11,3 L13,3 Z" id="Combined-Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 583 B

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99b78e940729a1615701479b9526ab5f7a153c34596fa8d128b869513536d10f
size 7424
@@ -0,0 +1,137 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
QSplitter#jobDialogSplitter {
qproperty-childrenCollapsible: False;
}
/* FilteredSearchWidget */
AzQtComponents--FilteredSearchWidget#jobFilteredSearchWidget,
AzQtComponents--FilteredSearchWidget#detailsFilterWidget,
AzQtComponents--FilteredSearchWidget#assetDataFilteredSearchWidget {
padding: 8px;
background-color: rgb(40,40,40);
qproperty-textFilterFillsWidth: False;
}
AzQtComponents--FilteredSearchWidget#assetDataFilteredSearchWidget {
padding: 8px;
background-color: rgb(40,40,40);
qproperty-textFilterFillsWidth: True;
}
AzQtComponents--FilteredSearchWidget #textSearchContainer,
AzQtComponents--FilteredSearchWidget #filteredParent,
AzQtComponents--FilteredSearchWidget #filteredLayout {
background-color: rgb(40,40,40);
}
AzQtComponents--FilteredSearchWidget QLineEdit {
background-color: #e9e9e9;
}
/* filteredParent is in FilteredSearchWidget */
AzQtComponents--FilteredSearchWidget #filteredParent {
margin-top: 6px;
}
/* Tighten things up a bit in the Asset Processor */
#jobFilteredSearchWidget AzQtComponents--FilterCriteriaButton,
#detailsFilterWidget AzQtComponents--FilterCriteriaButton
{
max-height: 22px;
}
/* Tighten things up a bit in the Asset Processor */
#jobFilteredSearchWidget AzQtComponents--FilterCriteriaButton QLabel,
#detailsFilterWidget AzQtComponents--FilterCriteriaButton QLabel
{
padding-left: 0px;
padding-right: 0px;
}
/* filteredLayout is in FilteredSearchWidget */
AzQtComponents--FilteredSearchWidget #filteredLayout {
/* Negative margin to negate the default FlowLayout margin */
margin: -4px;
}
#jobFilteredSearchWidget QTreeView,
#detailsFilterWidget QTreeView {
/* Apply a custom border to the inner tree view, to make it stand out a little */
background-color: rgb(34,34,34);
border: 1px solid rgb(70,70,70);
border-radius: 2px;
/* These filters show only one category for "Status" so remove the indentation and therefore the indicators */
qproperty-indentation: 0;
qproperty-expandsOnDoubleClick: 0;
}
#jobFilteredSearchWidget AzQtComponents--SearchTypeSelector,
#detailsFilterWidget AzQtComponents--SearchTypeSelector {
qproperty-lineEditSearchVisible: 0;
}
/* TableView */
AzQtComponents--TableView {
background-color: rgb(45,45,45); /* Odd row */
alternate-background-color: rgb(34,34,34); /* Even row */
selection-background-color: rgb(73,73,73);
}
AzQtComponents--TableView::branch:selected,
AzQtComponents--TableView::item:selected {
background: rgb(73,73,73);
}
AzQtComponents--TableView::branch:hover,
AzQtComponents--TableView::item:hover {
background: rgb(60,60,60);
}
AzQtComponents--TableView QHeaderView::section {
background-color: rgb(34,34,34);
}
AzQtComponents--TableView#jobTreeView {
margin-bottom: 0px;
}
QStackedWidget#jobLogStackedWidget {
margin-bottom: 0px;
}
.solo {
margin-top: 12px;
}
QFrame#jobLogLabel,
QFrame#jobContextLogLabel {
margin-top: 12px;
}
QSplitter:handle {
background-color: #222222;
}
QLabel#jobLogPlaceholderLabel,
QLabel#jobContextLogPlaceholderLabel {
background-color: rgb(34,34,34);
padding: 8px;
padding-top: 16px;
}
@@ -0,0 +1,18 @@
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or the license accompanying this file. Do not
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
/* We can't apply a margin to the logButton directly because of the PushButton style. Wrap it in a
* QFrame and apply the margin to that instead.
*/
QFrame#logButtonWrapper {
margin-top: 8px;
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9965c02521822e92baad09dde15064ac0f326d861533725de283bac6e0ce3618
size 108108
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68f33fe204a433f8c765d524c9b9e42963f5d16c3442f36df87185bcb4555111
size 8686