From a060d79c123e98baad8f1ea48600bd7449c9c66a Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 4 Dec 2014 01:05:49 +0100 Subject: GH-631, GH-658 Implement yellow status icon, refresh status icons in themes. --- resources/multimc/16x16/status-yellow.png | Bin 0 -> 590 bytes resources/multimc/22x22/status-yellow.png | Bin 0 -> 803 bytes resources/multimc/24x24/status-yellow.png | Bin 0 -> 872 bytes resources/multimc/32x32/status-yellow.png | Bin 0 -> 1158 bytes resources/multimc/48x48/status-yellow.png | Bin 0 -> 1773 bytes resources/multimc/64x64/status-yellow.png | Bin 0 -> 2358 bytes resources/multimc/multimc.qrc | 22 ++-- resources/multimc/scalable/status-yellow.svg | 155 +++++++++++++++++++++++++++ 8 files changed, 170 insertions(+), 7 deletions(-) create mode 100644 resources/multimc/16x16/status-yellow.png create mode 100644 resources/multimc/22x22/status-yellow.png create mode 100644 resources/multimc/24x24/status-yellow.png create mode 100644 resources/multimc/32x32/status-yellow.png create mode 100644 resources/multimc/48x48/status-yellow.png create mode 100644 resources/multimc/64x64/status-yellow.png create mode 100644 resources/multimc/scalable/status-yellow.svg (limited to 'resources/multimc') diff --git a/resources/multimc/16x16/status-yellow.png b/resources/multimc/16x16/status-yellow.png new file mode 100644 index 00000000..b25375d1 Binary files /dev/null and b/resources/multimc/16x16/status-yellow.png differ diff --git a/resources/multimc/22x22/status-yellow.png b/resources/multimc/22x22/status-yellow.png new file mode 100644 index 00000000..481eb7f3 Binary files /dev/null and b/resources/multimc/22x22/status-yellow.png differ diff --git a/resources/multimc/24x24/status-yellow.png b/resources/multimc/24x24/status-yellow.png new file mode 100644 index 00000000..dd5fde67 Binary files /dev/null and b/resources/multimc/24x24/status-yellow.png differ diff --git a/resources/multimc/32x32/status-yellow.png b/resources/multimc/32x32/status-yellow.png new file mode 100644 index 00000000..42c68552 Binary files /dev/null and b/resources/multimc/32x32/status-yellow.png differ diff --git a/resources/multimc/48x48/status-yellow.png b/resources/multimc/48x48/status-yellow.png new file mode 100644 index 00000000..4f3b11d6 Binary files /dev/null and b/resources/multimc/48x48/status-yellow.png differ diff --git a/resources/multimc/64x64/status-yellow.png b/resources/multimc/64x64/status-yellow.png new file mode 100644 index 00000000..3d54d320 Binary files /dev/null and b/resources/multimc/64x64/status-yellow.png 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 @@ scalable/proxy.svg - + scalable/java.svg @@ -38,7 +38,7 @@ 32x32/bug.png 48x48/bug.png 64x64/bug.png - + 16x16/screenshots.png @@ -63,7 +63,7 @@ 32x32/cat.png 48x48/cat.png 64x64/cat.png - + scalable/centralmods.svg 16x16/centralmods.png @@ -86,7 +86,7 @@ 32x32/copy.png 48x48/copy.png 64x64/copy.png - + 16x16/help.png 22x22/help.png @@ -124,13 +124,21 @@ 32x32/status-good.png 48x48/status-good.png 64x64/status-good.png - + + + 16x16/status-yellow.png + 24x24/status-yellow.png + 22x22/status-yellow.png + 32x32/status-yellow.png + 48x48/status-yellow.png + 64x64/status-yellow.png + 16x16/loadermods.png 24x24/loadermods.png 32x32/loadermods.png 64x64/loadermods.png - + 16x16/jarmods.png 24x24/jarmods.png @@ -191,7 +199,7 @@ 32x32/log.png 48x48/log.png 64x64/log.png - + scalable/screenshot-placeholder.svg 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + -- cgit