summaryrefslogtreecommitdiffstats
path: root/resources/multimc
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-12-04 01:05:49 +0100
committerPetr Mrázek <peterix@gmail.com>2014-12-07 22:55:29 +0100
commita060d79c123e98baad8f1ea48600bd7449c9c66a (patch)
treebf7cbc2c3d1e0b6ac5b89095d68b0b09a9de642f /resources/multimc
parent28140b1db6ae93848ce58206285e882960700534 (diff)
downloadMultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar
MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar.gz
MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar.lz
MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.tar.xz
MultiMC-a060d79c123e98baad8f1ea48600bd7449c9c66a.zip
GH-631, GH-658 Implement yellow status icon, refresh status icons in themes.
Diffstat (limited to 'resources/multimc')
-rw-r--r--resources/multimc/16x16/status-yellow.pngbin0 -> 590 bytes
-rw-r--r--resources/multimc/22x22/status-yellow.pngbin0 -> 803 bytes
-rw-r--r--resources/multimc/24x24/status-yellow.pngbin0 -> 872 bytes
-rw-r--r--resources/multimc/32x32/status-yellow.pngbin0 -> 1158 bytes
-rw-r--r--resources/multimc/48x48/status-yellow.pngbin0 -> 1773 bytes
-rw-r--r--resources/multimc/64x64/status-yellow.pngbin0 -> 2358 bytes
-rw-r--r--resources/multimc/multimc.qrc22
-rw-r--r--resources/multimc/scalable/status-yellow.svg155
8 files changed, 170 insertions, 7 deletions
diff --git a/resources/multimc/16x16/status-yellow.png b/resources/multimc/16x16/status-yellow.png
new file mode 100644
index 00000000..b25375d1
--- /dev/null
+++ b/resources/multimc/16x16/status-yellow.png
Binary files differ
diff --git a/resources/multimc/22x22/status-yellow.png b/resources/multimc/22x22/status-yellow.png
new file mode 100644
index 00000000..481eb7f3
--- /dev/null
+++ b/resources/multimc/22x22/status-yellow.png
Binary files differ
diff --git a/resources/multimc/24x24/status-yellow.png b/resources/multimc/24x24/status-yellow.png
new file mode 100644
index 00000000..dd5fde67
--- /dev/null
+++ b/resources/multimc/24x24/status-yellow.png
Binary files differ
diff --git a/resources/multimc/32x32/status-yellow.png b/resources/multimc/32x32/status-yellow.png
new file mode 100644
index 00000000..42c68552
--- /dev/null
+++ b/resources/multimc/32x32/status-yellow.png
Binary files differ
diff --git a/resources/multimc/48x48/status-yellow.png b/resources/multimc/48x48/status-yellow.png
new file mode 100644
index 00000000..4f3b11d6
--- /dev/null
+++ b/resources/multimc/48x48/status-yellow.png
Binary files differ
diff --git a/resources/multimc/64x64/status-yellow.png b/resources/multimc/64x64/status-yellow.png
new file mode 100644
index 00000000..3d54d320
--- /dev/null
+++ b/resources/multimc/64x64/status-yellow.png
Binary files differ
diff --git a/resources/multimc/multimc.qrc b/resources/multimc/multimc.qrc
index 1713c50f..d02d0e0e 100644
--- a/resources/multimc/multimc.qrc
+++ b/resources/multimc/multimc.qrc
@@ -13,7 +13,7 @@
<!-- A proxy icon. Our own. SSSsss -->
<file>scalable/proxy.svg</file>
-
+
<!-- Java icon. From Oracle, fixed because it was derpy. -->
<file>scalable/java.svg</file>
@@ -38,7 +38,7 @@
<file>32x32/bug.png</file>
<file>48x48/bug.png</file>
<file>64x64/bug.png</file>
-
+
<!-- Screenshots. Our own. -->
<!-- frame is adapted and simplified from http://www.wpclipart.com/page_frames/picture_frames/golden_picture_frame.png.html -->
<file>16x16/screenshots.png</file>
@@ -63,7 +63,7 @@
<file>32x32/cat.png</file>
<file>48x48/cat.png</file>
<file>64x64/cat.png</file>
-
+
<!-- Show mods folder. CC-BY-SA 3.0 http://openiconlibrary.sourceforge.net/gallery2/?./Icons/places/oxygen-style/folder-favorites.png -->
<file>scalable/centralmods.svg</file>
<file>16x16/centralmods.png</file>
@@ -86,7 +86,7 @@
<file>32x32/copy.png</file>
<file>48x48/copy.png</file>
<file>64x64/copy.png</file>
-
+
<!-- Help. CC-BY-SA 3.0, http://openiconlibrary.sourceforge.net/gallery2/?./Icons/actions/help.png -->
<file>16x16/help.png</file>
<file>22x22/help.png</file>
@@ -124,13 +124,21 @@
<file>32x32/status-good.png</file>
<file>48x48/status-good.png</file>
<file>64x64/status-good.png</file>
-
+
+ <!-- Yellow status. Whatever that means... Our own. -->
+ <file>16x16/status-yellow.png</file>
+ <file>24x24/status-yellow.png</file>
+ <file>22x22/status-yellow.png</file>
+ <file>32x32/status-yellow.png</file>
+ <file>48x48/status-yellow.png</file>
+ <file>64x64/status-yellow.png</file>
+
<!-- Plugin (blue recolor), CC-BY-SA 3.0, Oxygen icons. -->
<file>16x16/loadermods.png</file>
<file>24x24/loadermods.png</file>
<file>32x32/loadermods.png</file>
<file>64x64/loadermods.png</file>
-
+
<!-- Plugin (red recolor), CC-BY-SA 3.0, Oxygen icons. -->
<file>16x16/jarmods.png</file>
<file>24x24/jarmods.png</file>
@@ -191,7 +199,7 @@
<file>32x32/log.png</file>
<file>48x48/log.png</file>
<file>64x64/log.png</file>
-
+
<!-- placeholder when loading screenshot images -->
<file>scalable/screenshot-placeholder.svg</file>
</qresource>
diff --git a/resources/multimc/scalable/status-yellow.svg b/resources/multimc/scalable/status-yellow.svg
new file mode 100644
index 00000000..140e6082
--- /dev/null
+++ b/resources/multimc/scalable/status-yellow.svg
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="32"
+ height="32"
+ id="svg2">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3827">
+ <stop
+ id="stop3829"
+ style="stop-color:#b80000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3831"
+ style="stop-color:#600000;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3801">
+ <stop
+ id="stop3803"
+ style="stop-color:#f1ab00;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3805"
+ style="stop-color:#c39a00;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3005">
+ <stop
+ id="stop3007"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3781"
+ style="stop-color:#ffffff;stop-opacity:0.49803922"
+ offset="0.8142857" />
+ <stop
+ id="stop3009"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <filter
+ color-interpolation-filters="sRGB"
+ id="filter3797">
+ <feGaussianBlur
+ id="feGaussianBlur3799"
+ stdDeviation="0.52592593" />
+ </filter>
+ <radialGradient
+ cx="3.9371533"
+ cy="7.5016646"
+ r="2.5"
+ fx="3.9371533"
+ fy="7.5016646"
+ id="radialGradient3807"
+ xlink:href="#linearGradient3801"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4496779,1.5407764,-0.90127514,0.84794135,4.9906134,-4.9255796)" />
+ <radialGradient
+ cx="3.9371533"
+ cy="7.5016646"
+ r="2.5"
+ fx="3.9371533"
+ fy="7.5016646"
+ id="radialGradient3823"
+ xlink:href="#linearGradient3827"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4496779,1.5407764,-0.90127514,0.84794135,4.9906134,-4.9255796)" />
+ <radialGradient
+ cx="3.9371533"
+ cy="7.5016646"
+ r="2.5"
+ fx="3.9371533"
+ fy="7.5016646"
+ id="radialGradient3786"
+ xlink:href="#linearGradient3801"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4496779,1.5407764,-0.90127514,0.84794135,4.9906134,-4.9255796)" />
+ </defs>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(0,-1020.3622)"
+ id="layer1">
+ <path
+ d="m 8,9.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ transform="matrix(6.4,0,0,6.4,-19.2,975.5622)"
+ id="path2997"
+ style="color:#000000;fill:url(#radialGradient3807);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 31,16 A 15,15 0 1 1 1,16 15,15 0 1 1 31,16 z"
+ transform="matrix(0.93333333,0,0,0.93333444,1.0666666,1021.4288)"
+ id="path2999"
+ style="color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g3010">
+ <path
+ d="m 7.5,1034.3622 17,0 0,4 -17,0 z"
+ id="path3787"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3797)" />
+ <path
+ d="m 7.5,1034.3622 17,0 0,4 -17,0 z"
+ id="path3001"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m 7.5,1038.3622 0,-4 17,0 0,4 z"
+ id="path3809"
+ style="opacity:0.54887217;fill:#ffffff;stroke:none" />
+ </g>
+ <path
+ d="m 8,9.5 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+ transform="matrix(6.4,0,0,6.4,-170.62857,989.56227)"
+ id="path3776"
+ style="color:#000000;fill:url(#radialGradient3786);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 31,16 A 15,15 0 1 1 1,16 15,15 0 1 1 31,16 z"
+ transform="matrix(0.93333333,0,0,0.93333444,-150.3619,1035.4289)"
+ id="path3778"
+ style="color:#000000;fill:#ffcc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m -144.92857,1051.3623 3,-3 4.5,4.5 9.5,-9.5 3,3 -12.5,12.5 z"
+ id="path3780"
+ style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3797)" />
+ <path
+ d="m -144.92857,1051.3623 3,-3 4.5,4.5 9.5,-9.5 3,3 -12.5,12.5 z"
+ id="path3782"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ d="m -144.92857,1051.3623 3,-3 4.5,4.5 9.5,-9.5 3,3 -12.5,12.5 z"
+ id="path3784"
+ style="opacity:0.54887217;fill:#ffffff;stroke:none" />
+ </g>
+</svg>