AutoTest: Redo three icons

benchmark, text and visual

Change-Id: I4b1c92535687cfde397257622f171989bda413cc
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Alessandro Portale
2017-09-16 15:27:12 +02:00
parent d6da4e5136
commit 83f5face41
9 changed files with 69 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
<file>images/leafsort.png</file> <file>images/leafsort.png</file>
<file>images/leafsort@2x.png</file> <file>images/leafsort@2x.png</file>
<file>images/benchmark.png</file> <file>images/benchmark.png</file>
<file>images/benchmark@2x.png</file>
<file>images/runselected_boxes.png</file> <file>images/runselected_boxes.png</file>
<file>images/runselected_boxes@2x.png</file> <file>images/runselected_boxes@2x.png</file>
<file>images/runselected_tickmarks.png</file> <file>images/runselected_tickmarks.png</file>

View File

@@ -61,7 +61,9 @@ const Utils::Icon RESULT_BLACKLISTEDFAIL({
{":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestFailTextColor}, {":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestFailTextColor},
{":/projectexplorer/images/buildstepdisable.png", Utils::Theme::PanelTextColorDark}}, {":/projectexplorer/images/buildstepdisable.png", Utils::Theme::PanelTextColorDark}},
Utils::Icon::Tint | Utils::Icon::PunchEdges); Utils::Icon::Tint | Utils::Icon::PunchEdges);
const Utils::Icon RESULT_BENCHMARK(":/images/benchmark.png"); const Utils::Icon RESULT_BENCHMARK({
{":/utils/images/filledcircle.png", Utils::Theme::BackgroundColorNormal},
{":/images/benchmark.png", Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint);
const Utils::Icon RESULT_MESSAGEDEBUG({ const Utils::Icon RESULT_MESSAGEDEBUG({
{":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestDebugTextColor}}, {":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestDebugTextColor}},
Utils::Icon::Tint); Utils::Icon::Tint);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 B

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 134 B

View File

@@ -5283,6 +5283,71 @@
width="100%" width="100%"
height="100%" height="100%"
transform="matrix(-1,0,0,1,2293,0)" /> transform="matrix(-1,0,0,1,2293,0)" />
<g
id="src/plugins/autotest/images/benchmark">
<rect
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
x="1676"
y="568"
width="16"
height="16"
id="rect4959-4-5-4-4-9-6" />
<circle
cy="576"
cx="1684"
id="path5907"
style="fill:#e6e6e6;stroke:#000000;stroke-width:1;stroke-opacity:1"
r="5.5" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path5911"
d="m 1683.5,576.5 3.8812,-3.88134"
style="stroke:#000000;stroke-width:0.60000002" />
<path
style="fill:#000000;stroke-width:1"
d="m 1682.5,569 v 1 h 3 v -1 z"
id="rect5909"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
<g
id="src/plugins/autotest/images/text">
<rect
id="rect4959-4-5-4-4-9-6-3"
height="16"
width="16"
y="568"
x="1692"
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" />
<path
id="path9930"
style="fill:none;stroke:#000000"
d="m 1700,581.5 h 7 m -12.5,-11 5.5,5.5 -5.5,5.5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
<g
id="src/plugins/autotest/images/visual">
<rect
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none"
x="1708"
y="568"
width="16"
height="16"
id="rect4959-4-5-4-4-9-6-3-6" />
<path
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
d="m 1714.5,577.5 h 3.5 m -3.5,-4 v 4.5 m -4,-4.5 h 4.5 m -4.5,-2.5 v 11 m 3.5,-0.5 h -3.5"
style="stroke:#666666"
id="path9999" />
<path
id="rect9970-2-1"
d="m 1714,581 h 5 v 2 h -5 z m -4,-12 h 5 v 2 h -5 z m 4,4 h 5 v 2 h -5 z m 4,4 h 5 v 2 h -5 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccc" />
</g>
</g> </g>
<g <g
inkscape:groupmode="layer" inkscape:groupmode="layer"

Before

Width:  |  Height:  |  Size: 306 KiB

After

Width:  |  Height:  |  Size: 308 KiB