Merge branch 'main' into LYN-1932

This commit is contained in:
jjjoness
2021-04-26 15:17:15 +01:00
4935 changed files with 58341 additions and 73516 deletions
@@ -103,4 +103,4 @@ namespace AzQtComponents
using DragAndDropEventsBus = AZ::EBus<DragAndDropEvents>;
} // namespace AzToolsFramework
} // namespace AzToolsFramework
@@ -68,4 +68,4 @@ namespace AzQtComponents
QPixmap m_tearIcon;
QPixmap m_applicationIcon;
};
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -333,4 +333,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/moc_DockTabWidget.cpp"
#include "Components/moc_DockTabWidget.cpp"
@@ -2298,6 +2298,12 @@ namespace AzQtComponents
OptimizedSetParent(dock, mainWindow);
mainWindow->addDockWidget(Qt::LeftDockWidgetArea, dock);
dock->show();
// Make sure we listen for events on the dock widget being put into a floating dock window
// because this might be called programmatically, so the dock widget might have never been
// parented to our m_mainWindow initially, so it won't already have an event filter,
// which will prevent the docking functionality from working.
dock->installEventFilter(this);
}
}
@@ -338,4 +338,4 @@ namespace AzQtComponents
FancyDockingDropZoneState* const m_dropZoneState;
};
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -50,4 +50,4 @@ namespace AzQtComponents
bool m_visible = false; // maintain our own flag, so that we're always ready to render ignoring Qt's widget caching system
bool m_clipToWidgets = false;
};
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -80,4 +80,4 @@ private:
int m_vSpace;
};
#endif // FLOWLAYOUT_H
#endif // FLOWLAYOUT_H
@@ -94,4 +94,4 @@ namespace AzQtComponents
void handleMouseMove(QMouseEvent*) override;
bool m_arrowAlreadyPressed = false;
};
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -117,4 +117,4 @@ namespace AzQtComponents
TagWidgetContainer* m_tagWidgets; //! List of tag widgets. Each tag widget represents one selected tag.
QComboBox* m_combo;
};
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -44,4 +44,4 @@ private:
void handleFloatingDockWidget();
};
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -51,4 +51,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/moc_ToolButtonLineEdit.cpp"
#include "Components/moc_ToolButtonLineEdit.cpp"
@@ -107,4 +107,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/moc_ToolButtonWithWidget.cpp"
#include "Components/moc_ToolButtonWithWidget.cpp"
@@ -304,4 +304,4 @@ namespace AzQtComponents
}
#include "Components/moc_VectorEdit.cpp"
#include "Components/moc_VectorEdit.cpp"
@@ -147,4 +147,4 @@ QPlainTextEdit:focus
@import "ToolBar.qss";
@import "ToolTip.qss";
@import "VectorInput.qss";
@import "WindowDecorationWrapper.qss";
@import "WindowDecorationWrapper.qss";
@@ -379,4 +379,4 @@ namespace AzQtComponents
}
} // namespace AzQtComponents
#include "Components/Widgets/moc_BreadCrumbs.cpp"
#include "Components/Widgets/moc_BreadCrumbs.cpp"
@@ -373,4 +373,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/Widgets/moc_BrowseEdit.cpp"
#include "Components/Widgets/moc_BrowseEdit.cpp"
@@ -90,4 +90,4 @@ AzQtComponents--BrowseEdit #attached-button:disabled
{
background-color: #666666;
border-left: 1px solid #555555;
}
}
@@ -460,4 +460,4 @@ namespace AzQtComponents
}
} // namespace AzQtComponents
#include "Components/Widgets/moc_Card.cpp"
#include "Components/Widgets/moc_Card.cpp"
@@ -362,4 +362,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/Widgets/moc_CardHeader.cpp"
#include "Components/Widgets/moc_CardHeader.cpp"
@@ -40,4 +40,4 @@ AzQtComponents--ColorLabel AzQtComponents--ColorHexEdit > QLineEdit
{
max-width: 100px;
min-width: 100px;
}
}
@@ -136,4 +136,4 @@ AzQtComponents--GradientSlider.VerticalSlider
{
qproperty-toolTipOffsetX: 8;
qproperty-toolTipOffsetY: -24;
}
}
@@ -93,4 +93,4 @@ namespace AzQtComponents
}
} // namespace AzQtComponents
#include "Components/Widgets/ColorPicker/moc_ColorValidator.cpp"
#include "Components/Widgets/ColorPicker/moc_ColorValidator.cpp"
@@ -112,4 +112,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/Widgets/ColorPicker/moc_ColorWarning.cpp"
#include "Components/Widgets/ColorPicker/moc_ColorWarning.cpp"
@@ -88,4 +88,4 @@ namespace AzQtComponents
} // namespace AzQtComponents
#include "Components/Widgets/ColorPicker/moc_Swatch.cpp"
#include "Components/Widgets/ColorPicker/moc_Swatch.cpp"
@@ -10,4 +10,4 @@ ballOutlineWidth=1
[DragIndicator]
rectBorderRadius=2
rectFillColor=#888888
rectFillColor=#888888
@@ -1,2 +1,2 @@
ContextSizeInPixels=15
ZoomFactor=8
ZoomFactor=8
@@ -49,4 +49,4 @@ QLineEdit QToolButton
min-width: 16px;
max-height: 16px;
min-height: 16px;
}
}
@@ -172,4 +172,4 @@ namespace AzQtComponents
}
} // namespace LogicalTabOrderingInternal
} // namespace AzQtComponents
} // namespace AzQtComponents
@@ -37,4 +37,4 @@ QMenuBar::item:selected
QMenuBar::item:pressed
{
background-color: #222222;
}
}
@@ -235,4 +235,4 @@ namespace AzQtComponents
}
} // namespace AzQtComponents
#include "Components/Widgets/moc_OverlayWidget.cpp"
#include "Components/Widgets/moc_OverlayWidget.cpp"
@@ -52,4 +52,4 @@ SelectedColor=#FFFFFF
[DropdownButton]
IndicatorArrowDown=:/stylesheet/img/UI20/dropdown-button-arrow.svg
MenuIndicatorWidth=16
MenuIndicatorPadding=4
MenuIndicatorPadding=4
@@ -22,4 +22,4 @@ AzToolsFramework--PropertyRowWidget QLabel#DefaultLabel
{
min-height: 16px;
max-height: 16px;
}
}
@@ -1 +1 @@
DefaultMode=0
DefaultMode=0
@@ -385,4 +385,4 @@ namespace AzQtComponents
}
}
#include "Components/Widgets/moc_SegmentBar.cpp"
#include "Components/Widgets/moc_SegmentBar.cpp"
@@ -262,4 +262,4 @@ namespace AzQtComponents
}
}
#include "Components/Widgets/moc_SegmentControl.cpp"
#include "Components/Widgets/moc_SegmentControl.cpp"
@@ -21,4 +21,4 @@ AzQtComponents--Slider.VerticalSlider
{
qproperty-toolTipOffsetX: 8;
qproperty-toolTipOffsetY: -24;
}
}
@@ -177,4 +177,4 @@ QSpinBox[SpinBoxFocused=true][SpinBoxMinReached=false][SpinBoxValueDecreasing=fa
QDoubleSpinBox[SpinBoxFocused=true][SpinBoxMinReached=false][SpinBoxValueDecreasing=false]::down-button
{
image: url(:/SpinBox/arrowLeftFocused.svg);
}
}
@@ -29,4 +29,4 @@ AzQtComponents--DockTabWidget > AzQtComponents--TabWidgetActionToolBarContainer
min-height: 28px;
margin: 0;
margin-bottom: 9px;
}
}
@@ -8,4 +8,4 @@ TextRightPadding=40
CloseButtonRightPadding=4
CloseButtonMinTabWidth=32
ToolTipTabWidthThreshold=96
OverflowSpacing=24
OverflowSpacing=24
@@ -398,4 +398,4 @@ void VectorInput::UpdateTabOrder()
}
#include <Components/Widgets/moc_VectorInput.cpp>
#include <Components/Widgets/moc_VectorInput.cpp>
@@ -235,4 +235,4 @@ namespace AzQtComponents
}
Q_DECLARE_METATYPE(AzQtComponents::VectorElement::Coordinate)
Q_DECLARE_METATYPE(AzQtComponents::VectorElement::Coordinate)
@@ -36,4 +36,4 @@ AzQtComponents--VectorElement[Coordinate="Z"] QLabel
AzQtComponents--VectorElement[Coordinate="W"] QLabel
{
background-color: #E57829;
}
}
@@ -6,4 +6,4 @@
<g id="Icons-/-System-/-Add" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<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>
</svg>

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 607 B

@@ -7,4 +7,4 @@
<path d="M9,1.33333333 L9,5.66666667 L13.3333333,5.66666667 L13.3333333,14.6666667 L2.66666667,14.6666667 L2.66666667,1.33333333 L9,1.33333333 Z M10,1.33333333 L13.3333333,4.66666667 L10,4.66666667 L10,1.33333333 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 736 B

@@ -5,4 +5,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M13.5,2 L13.5,8.5 L20,8.5 L20,22 L4,22 L4,2 L13.5,2 Z M15,2 L20,7 L15,7 L15,2 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 557 B

After

Width:  |  Height:  |  Size: 558 B

@@ -5,4 +5,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M2,5 C2,4.44771525 2.44771525,4 3,4 L9.45124546,4 C9.78429996,4 10.0954962,4.16581403 10.2812564,4.44225291 L10.9920366,5.5 C11.0957122,5.65428466 11.1488102,5.8277351 11.1551724,6.00077049 L21,6 C21.5522847,6 22,6.44771525 22,7 L22,19 C22,19.5522847 21.5522847,20 21,20 L3,20 C2.44771525,20 2,19.5522847 2,19 L2,5 Z" id="Combined-Shape" fill="#FBDB77"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 799 B

@@ -10,4 +10,4 @@
<rect id="Rectangle-path" x="12" y="6" width="2" height="6"></rect>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 822 B

@@ -13,4 +13,4 @@
<rect id="Rectangle-11" fill="#E9E9E9" x="1" y="9" width="2" height="1.5"></rect>
<rect id="Rectangle-11" fill="#E9E9E9" x="1" y="13" width="2" height="1.5"></rect>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -10,4 +10,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 791 B

@@ -12,4 +12,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -12,4 +12,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -12,4 +12,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -12,4 +12,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -12,4 +12,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 854 B

After

Width:  |  Height:  |  Size: 855 B

@@ -16,4 +16,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

@@ -14,4 +14,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -7,4 +7,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M18,3 C19.6568542,3 21,4.34314575 21,6 L21,18 C21,19.6568542 19.6568542,21 18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,6 C3,4.34314575 4.34314575,3 6,3 L18,3 Z M12,7 C9.23857625,7 7,9.23857625 7,12 C7,14.7614237 9.23857625,17 12,17 C14.7614237,17 17,14.7614237 17,12 C17,9.23857625 14.7614237,7 12,7 Z M17.5,5 C16.6715729,5 16,5.67157288 16,6.5 C16,7.32842712 16.6715729,8 17.5,8 C18.3284271,8 19,7.32842712 19,6.5 C19,5.67157288 18.3284271,5 17.5,5 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -6,4 +6,4 @@
<g id="Icons-/-System-/-Carret-/-16x16-/-white" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle" fill="#FFFFFF" transform="translate(8.000000, 8.000000) scale(1, -1) translate(-8.000000, -8.000000) " points="8 6 12 10 4 10"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 644 B

After

Width:  |  Height:  |  Size: 645 B

@@ -6,4 +6,4 @@
<g id="Icons-/-System-/-Carret-/-16x16-/-white" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle" fill="#FFFFFF" transform="translate(8.000000, 8.000000) rotate(90) translate(-8.000000, -8.000000) " points="8 6 12 10 4 10"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 642 B

After

Width:  |  Height:  |  Size: 643 B

@@ -8,4 +8,4 @@
<path d="M147.568746,0 L128.451099,24 L118.568746,24 L137.686393,0 L147.568746,0 Z M264.52968,0 L245.41203,24 L235.52968,24 L254.64732,0 L264.52968,0 Z M381.49061,0 L362.37296,24 L352.49061,24 L371.60826,0 L381.49061,0 Z M124.176559,0 L105.058912,24 L95.176559,24 L114.294206,0 L124.176559,0 Z M241.13749,0 L222.01984,24 L212.13749,24 L231.25514,0 L241.13749,0 Z M358.09842,0 L338.98078,24 L329.09842,24 L348.21607,0 L358.09842,0 Z M475.05936,0 L471.68567,4.235276 L455.94171,24 L446.05936,24 L465.177,0 L475.05936,0 Z M100.784373,0 L81.666726,24 L71.784373,24 L90.90202,0 L100.784373,0 Z M217.74531,0 L198.62766,24 L188.74531,24 L207.86295,0 L217.74531,0 Z M334.70624,0 L315.58859,24 L305.70624,24 L324.82388,0 L334.70624,0 Z M451.66717,0 L432.54952,24 L422.66717,24 L441.78482,0 L451.66717,0 Z M77.392186,0 L58.274539,24 L48.392186,24 L67.509833,0 L77.392186,0 Z M194.353119,0 L175.23547,24 L165.353119,24 L184.47077,0 L194.353119,0 Z M311.31405,0 L292.1964,24 L282.31405,24 L301.4317,0 L311.31405,0 Z M428.27498,0 L409.15734,24 L399.27498,24 L418.39263,0 L428.27498,0 Z M54,0 L34.882353,24 L25,24 L44.117647,0 L54,0 Z M29.9228244,0 L10.8051774,24 L0.922824416,24 L20.0404714,0 L29.9228244,0 Z M170.960932,0 L151.843285,24 L141.960932,24 L161.078579,0 L170.960932,0 Z M287.92186,0 L268.80422,24 L258.92186,24 L278.03951,0 L287.92186,0 Z M404.8828,0 L385.76515,24 L375.8828,24 L395.00044,0 L404.8828,0 Z" id="Combined-Shape"></path>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

@@ -6,4 +6,4 @@
<g id="Icons-/-System-/-Help-/-Hover" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M5,4.62525321 L5,2.7778528 C5.89001709,2.25928167 6.84323133,2 7.8596713,2 C8.84576979,2 9.61567359,2.25928167 10.1694058,2.7778528 C10.723138,3.29642393 11,4.00944853 11,4.91694801 C11,5.67859935 10.7926696,6.34300864 10.3780025,6.91019581 C9.96333547,7.47738298 9.29077583,8.02025399 8.36030341,8.53882512 L8.36030341,9.94868332 L6.58533502,9.94868332 L6.40328698,7.70425388 L7.20733249,7.24240378 C7.77876392,6.92369861 8.18583949,6.60634864 8.42857143,6.29034436 C8.67130336,5.97434008 8.79266751,5.60027225 8.79266751,5.16812964 C8.79266751,4.76839773 8.6763602,4.46050074 8.4437421,4.24442944 C8.21112399,4.02835814 7.87737259,3.92032411 7.44247788,3.92032411 C6.71933899,3.92032411 5.90518784,4.15529812 5,4.62525321 Z M6.10745891,12.5010128 C6.10745891,12.0580667 6.23640832,11.6988535 6.494311,11.4233626 C6.75221368,11.1478717 7.0884935,11.0101283 7.50316056,11.0101283 C7.91782761,11.0101283 8.25537164,11.1478717 8.51580278,11.4233626 C8.77623392,11.6988535 8.90644753,12.0580667 8.90644753,12.5010128 C8.90644753,12.943959 8.77623392,13.3045226 8.51580278,13.5827144 C8.25537164,13.8609062 7.91782761,14 7.50316056,14 C7.0884935,14 6.75221368,13.8609062 6.494311,13.5827144 C6.23640832,13.3045226 6.10745891,12.943959 6.10745891,12.5010128 Z" id="?" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -6,4 +6,4 @@
<g id="Icons-/-System-/-Help-/-White" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M5,4.62525321 L5,2.7778528 C5.89001709,2.25928167 6.84323133,2 7.8596713,2 C8.84576979,2 9.61567359,2.25928167 10.1694058,2.7778528 C10.723138,3.29642393 11,4.00944853 11,4.91694801 C11,5.67859935 10.7926696,6.34300864 10.3780025,6.91019581 C9.96333547,7.47738298 9.29077583,8.02025399 8.36030341,8.53882512 L8.36030341,9.94868332 L6.58533502,9.94868332 L6.40328698,7.70425388 L7.20733249,7.24240378 C7.77876392,6.92369861 8.18583949,6.60634864 8.42857143,6.29034436 C8.67130336,5.97434008 8.79266751,5.60027225 8.79266751,5.16812964 C8.79266751,4.76839773 8.6763602,4.46050074 8.4437421,4.24442944 C8.21112399,4.02835814 7.87737259,3.92032411 7.44247788,3.92032411 C6.71933899,3.92032411 5.90518784,4.15529812 5,4.62525321 Z M6.10745891,12.5010128 C6.10745891,12.0580667 6.23640832,11.6988535 6.494311,11.4233626 C6.75221368,11.1478717 7.0884935,11.0101283 7.50316056,11.0101283 C7.91782761,11.0101283 8.25537164,11.1478717 8.51580278,11.4233626 C8.77623392,11.6988535 8.90644753,12.0580667 8.90644753,12.5010128 C8.90644753,12.943959 8.77623392,13.3045226 8.51580278,13.5827144 C8.25537164,13.8609062 7.91782761,14 7.50316056,14 C7.0884935,14 6.75221368,13.8609062 6.494311,13.5827144 C6.23640832,13.3045226 6.10745891,12.943959 6.10745891,12.5010128 Z" id="?" fill="#E9E9E9"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -15,4 +15,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -12,4 +12,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -19,4 +19,4 @@
<polygon id="Path" fill="#323232" fill-rule="nonzero" points="9.32310151 9.46149759 10.2692513 9.46149748 10.2692513 13.2460964 9.32310151 13.2460965"></polygon>
<polygon id="Path" fill="#323232" fill-rule="nonzero" points="7.43080202 9.46149759 8.37695176 9.46149748 8.37695176 13.2460964 7.43080202 13.2460965"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

@@ -8,4 +8,4 @@
<path d="M19,9 L19,22 L5,22 L5,9 L19,9 Z M10,11 L8,11 L8,20 L10,20 L10,11 Z M16,11 L14,11 L14,20 L16,20 L16,11 Z" id="Combined-Shape" fill="#FFFFFF"></path>
<path d="M8,3 L16,3 L16,5 L21,5 L21,7 L3,7 L3,5 L8,5 L8,3 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 799 B

@@ -14,4 +14,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -7,4 +7,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M2,4 L9.98407326,4 L11.328,6 L22,6 L22,20 L2,20 L2,4 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 637 B

After

Width:  |  Height:  |  Size: 638 B

@@ -5,4 +5,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M14,5 L20,11 L14,17 L14,12 L7,12 C6.44771525,12 6,12.4477153 6,13 L6,19 L4,19 L4,12 C4,10.8954305 4.8954305,10 6,10 L14,10 L14,5 Z" id="Combined-Shape" fill="#FFFFFF" transform="translate(12.000000, 12.000000) scale(1, -1) rotate(90.000000) translate(-12.000000, -12.000000) "></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 741 B

@@ -5,4 +5,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M14,5 L20,11 L14,17 L14,12 L7,12 C6.44771525,12 6,12.4477153 6,13 L6,19 L4,19 L4,12 C4,10.8954305 4.8954305,10 6,10 L14,10 L14,5 Z" id="Combined-Shape" fill="#FFFFFF" transform="translate(12.000000, 12.000000) scale(-1, 1) rotate(90.000000) translate(-12.000000, -12.000000) "></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 748 B

After

Width:  |  Height:  |  Size: 749 B

@@ -7,4 +7,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M21,13 L21,21 L13,21 L13,13 L21,13 Z M11,13 L11,21 L3,21 L3,13 L11,13 Z M11,3 L11,11 L3,11 L3,3 L11,3 Z M21,3 L21,11 L13,11 L13,3 L21,3 Z" id="Combined-Shape" fill="#D8D8D8"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 733 B

@@ -7,4 +7,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M21,16 L21,21 L16,21 L16,16 L21,16 Z M8,16 L8,21 L3,21 L3,16 L8,16 Z M14.5,16 L14.5,21 L9.5,21 L9.5,16 L14.5,16 Z M14.5,9.5 L14.5,14.5 L9.5,14.5 L9.5,9.5 L14.5,9.5 Z M21,9.5 L21,14.5 L16,14.5 L16,9.5 L21,9.5 Z M8,9.5 L8,14.5 L3,14.5 L3,9.5 L8,9.5 Z M8,3 L8,8 L3,8 L3,3 L8,3 Z M14.5,3 L14.5,8 L9.5,8 L9.5,3 L14.5,3 Z M21,3 L21,8 L16,8 L16,3 L21,3 Z" id="Combined-Shape" fill="#D8D8D8"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 943 B

@@ -5,4 +5,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12.4748737,17 L10.4748737,17 L10.4748737,20 L12.4748737,20 L12.4748737,17 Z M8.47487373,5 L5.5,8.06066017 L6.91421356,9.47487373 L9.324,7 L14.9,7 L16,7.888 L16,11.306 L15.501,12 L10.4748737,12 L10.4748737,15 L12.4748737,15 L12.474,14 L16.4748737,14 L17.998,12 L18,12 L18,7 L15.4748737,5 L8.47487373,5 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 937 B

After

Width:  |  Height:  |  Size: 938 B

@@ -5,4 +5,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M13.5,10 L10.5,10 L10.5,20 L13.5,20 L13.5,10 Z M13.5,5 L10.5,5 L10.5,8 L13.5,8 L13.5,5 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 717 B

@@ -12,4 +12,4 @@
<polygon id="Rectangle" fill="#FFFFFF" points="22.2426407 12 18 16.2426407 18 7.75735931"></polygon>
<polygon id="Rectangle" fill="#FFFFFF" transform="translate(6.000000, 12.000000) scale(-1, 1) rotate(135.000000) translate(-6.000000, -12.000000) " points="3 9 9 9 3 15"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -8,4 +8,4 @@
<path d="M12,5 C17.5228475,5 22,7.3608081 22,12 C22,16.0635474 18.5649911,18.3790487 14.0010174,18.8911124 L14.0009061,16.4168268 C17.3303835,15.9561668 19.5351812,14.3225002 19.5351812,12 C19.5351812,9.23857625 16.418278,7.49466813 12,7.49466813 C7.581722,7.49466813 4.51608017,9.23857625 4.51608017,12 C4.51608017,13.8140495 5.83906099,15.2078553 7.99939095,15.9507002 L8.00012145,18.5317791 C4.46824702,17.6330816 2,15.4445755 2,12 C2,7.3608081 6.4771525,5 12,5 Z" id="Combined-Shape" fill="#D8D8D8"></path>
<polygon id="Rectangle" fill="#D8D8D8" transform="translate(16.000000, 17.000000) rotate(45.000000) translate(-16.000000, -17.000000) " points="13 14 19 20 13 20"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -7,4 +7,4 @@
<rect id="Rectangle-18" fill-opacity="0" fill="#D8D8D8" x="0" y="0" width="24" height="24"></rect>
<path d="M17.0159337,3 L21,7.03036418 L21,21 L3,21 L3,3 L17.0159337,3 Z M12,11 C9.790861,11 8,12.790861 8,15 C8,17.209139 9.790861,19 12,19 C14.209139,19 16,17.209139 16,15 C16,12.790861 14.209139,11 12,11 Z M17,5 L5,5 L5,9 L17,9 L17,5 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 836 B

After

Width:  |  Height:  |  Size: 837 B

@@ -8,4 +8,4 @@
<path d="M21,3 L21,9 L18.7,6.7 L14.4000589,11 L13,9.59994107 L17.3,5.3 L15,3 L21,3 Z" id="Combined-Shape" fill="#E9E9E9" fill-rule="nonzero"></path>
<path d="M3,21 L3,15 L5.356,17.356 L9.71109794,13 L11,14.2889021 L6.644,18.644 L9,21 L3,21 Z" id="Combined-Shape" fill="#E9E9E9" fill-rule="nonzero"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 841 B

After

Width:  |  Height:  |  Size: 842 B

@@ -7,4 +7,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M22.0765556,10 L19,19.743 L19,19.8144687 L18.978,19.814 L18.9729679,19.8329365 L3.68762864,19.8329365 L7.05436364,10 L22.0765556,10 Z M9.98407326,4 L11.327,5.999 L19,6 L19,7.991 L6.02059108,7.99123221 L2.075,19.814 L2,19.8144687 L2,4 L9.98407326,4 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 844 B

After

Width:  |  Height:  |  Size: 845 B

@@ -7,4 +7,4 @@
<rect id="Icon-Background" x="0" y="0" width="24" height="24"></rect>
<path d="M13.6551662,3 L14.1498069,5.3363112 C14.4715685,5.44003769 14.7831566,5.56642171 15.0826914,5.71358345 L17.4093168,4.1808897 L19.7665733,6.53814621 L18.2567266,8.85760039 C18.4152378,9.17258904 18.5506624,9.50119168 18.6607786,9.84118656 L21,10.3215021 L21,13.6551662 L18.6636888,14.1498069 C18.5562839,14.4829789 18.4245861,14.805243 18.2706822,15.1145124 L19.7830713,17.4093168 L17.4258148,19.7665733 L15.1224534,18.2667241 C14.8107607,18.4223291 14.4858315,18.5553643 14.1498069,18.6636888 L13.6551662,21 L10.3215021,21 L9.84118656,18.6607786 C9.49319486,18.5480724 9.1571376,18.4088534 8.83539702,18.2455035 L6.65464421,19.6830713 L4.29738769,17.3258148 L5.73278058,15.121461 C5.57738859,14.810071 5.44452072,14.4854749 5.3363112,14.1498069 L3,13.6551662 L3,10.3215021 L5.33922143,9.84118656 C5.44482243,9.51513266 5.57369895,9.19955591 5.72389149,8.89641581 L4.1808897,6.55464421 L6.53814621,4.19738769 L8.88846697,5.72783609 C9.19403809,5.57595444 9.51228174,5.44574577 9.84118656,5.33922143 L10.3215021,3 L13.6551662,3 Z M12,8 C9.790861,8 8,9.790861 8,12 C8,14.209139 9.790861,16 12,16 C14.209139,16 16,14.209139 16,12 C16,9.790861 14.209139,8 12,8 Z" id="Combined-Shape" fill="#FFFFFF"></path>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -6,4 +6,4 @@
<g id="icon-/-General-/-SB/MaxReached-leftarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy-2" fill="#888888" fill-rule="nonzero" transform="translate(2.753005, 6.071995) scale(-1, 1) rotate(90.000000) translate(-2.753005, -6.071995) " points="2.7530052 3.32199478 7.82800521 8.82199478 -2.32199479 8.82199478"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 741 B

@@ -6,4 +6,4 @@
<g id="icon-/-General-/SB/MaxReached-rightarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy" fill="#CCCCCC" fill-rule="nonzero" transform="translate(3.253005, 6.071995) rotate(90.000000) translate(-3.253005, -6.071995) " points="3.2530052 3.32199479 6.66918102 7.0242543 8.32800521 8.82199479 -1.82199479 8.82199479"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 747 B

@@ -6,4 +6,4 @@
<g id="icon-/-General-/-SB/MinReached-leftarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy-2" fill="#CCCCCC" fill-rule="nonzero" transform="translate(2.753005, 6.071995) scale(-1, 1) rotate(90.000000) translate(-2.753005, -6.071995) " points="2.7530052 3.32199478 7.82800521 8.82199478 -2.32199479 8.82199478"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 741 B

@@ -6,4 +6,4 @@
<g id="icon-/-General-/SB/MinReached-rightarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy" fill="#888888" fill-rule="nonzero" transform="translate(3.253005, 6.071995) rotate(90.000000) translate(-3.253005, -6.071995) " points="3.2530052 3.32199479 6.66918102 7.0242543 8.32800521 8.82199479 -1.82199479 8.82199479"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 747 B

@@ -26,4 +26,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

@@ -27,4 +27,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -27,4 +27,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

@@ -27,4 +27,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

@@ -27,4 +27,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -13,4 +13,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -15,4 +15,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -15,4 +15,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -15,4 +15,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -13,4 +13,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -13,4 +13,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -17,4 +17,4 @@
</g>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -6,4 +6,4 @@
<g id="icon-/-General-/-SB/buttonPressActive-hover-leftarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy-2" fill="#3C3C3C" fill-rule="nonzero" transform="translate(2.753005, 6.071995) scale(-1, 1) rotate(90.000000) translate(-2.753005, -6.071995) " points="2.7530052 3.32199478 7.82800521 8.82199478 -2.32199479 8.82199478"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 767 B

@@ -6,4 +6,4 @@
<g id="icon-/-General-/SB/buttonPressActive-hover-rightarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy" fill="#3B3B3B" fill-rule="nonzero" transform="translate(3.253005, 6.071995) rotate(90.000000) translate(-3.253005, -6.071995) " points="3.2530052 3.32199479 6.66918102 7.0242543 8.32800521 8.82199479 -1.82199479 8.82199479"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 773 B

@@ -6,4 +6,4 @@
<g id="icon-/-General-/-SB/decrease-leftarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy-2" fill="#00A1C9" fill-rule="nonzero" transform="translate(2.753005, 6.071995) scale(-1, 1) rotate(90.000000) translate(-2.753005, -6.071995) " points="2.7530052 3.32199478 7.82800521 8.82199478 -2.32199479 8.82199478"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 737 B

@@ -6,4 +6,4 @@
<g id="icon-/-General-/SB/decrease-rightarrow" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<polygon id="Triangle-Copy" fill="#888888" fill-rule="nonzero" transform="translate(3.253005, 6.071995) rotate(90.000000) translate(-3.253005, -6.071995) " points="3.2530052 3.32199479 6.66918102 7.0242543 8.32800521 8.82199479 -1.82199479 8.82199479"></polygon>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 742 B

After

Width:  |  Height:  |  Size: 743 B

Some files were not shown because too many files have changed in this diff Show More