From 498bb4833808399c8c7c84ebdd41fec6ef0fa6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 19 Jan 2014 13:52:44 +0100 Subject: Add more scales to toolbar icons --- resources/instances/instances.qrc | 23 +- resources/multimc/16x16/about.png | Bin 0 -> 1270 bytes resources/multimc/16x16/bug.png | Bin 0 -> 734 bytes resources/multimc/16x16/centralmods.png | Bin 0 -> 1145 bytes resources/multimc/16x16/checkupdate.png | Bin 0 -> 1212 bytes resources/multimc/16x16/copy.png | Bin 0 -> 957 bytes resources/multimc/16x16/help.png | Bin 0 -> 1297 bytes resources/multimc/16x16/new.png | Bin 0 -> 1175 bytes resources/multimc/16x16/news.png | Bin 0 -> 727 bytes resources/multimc/16x16/settings.png | Bin 0 -> 1410 bytes resources/multimc/16x16/viewfolder.png | Bin 0 -> 852 bytes resources/multimc/22x22/copy.png | Bin 297 -> 1004 bytes resources/multimc/24x24/about.png | Bin 0 -> 2051 bytes resources/multimc/24x24/bug.png | Bin 0 -> 1290 bytes resources/multimc/24x24/centralmods.png | Bin 0 -> 1787 bytes resources/multimc/24x24/checkupdate.png | Bin 0 -> 1632 bytes resources/multimc/24x24/copy.png | Bin 0 -> 1417 bytes resources/multimc/24x24/help.png | Bin 0 -> 2089 bytes resources/multimc/24x24/new.png | Bin 0 -> 1468 bytes resources/multimc/24x24/news.png | Bin 0 -> 1295 bytes resources/multimc/24x24/settings.png | Bin 0 -> 2109 bytes resources/multimc/24x24/viewfolder.png | Bin 0 -> 1235 bytes resources/multimc/32x32/about.png | Bin 0 -> 2658 bytes resources/multimc/32x32/bug.png | Bin 0 -> 1772 bytes resources/multimc/32x32/centralmods.png | Bin 0 -> 2119 bytes resources/multimc/32x32/checkupdate.png | Bin 0 -> 2480 bytes resources/multimc/32x32/copy.png | Bin 0 -> 1401 bytes resources/multimc/32x32/help.png | Bin 0 -> 2720 bytes resources/multimc/32x32/new.png | Bin 0 -> 1769 bytes resources/multimc/32x32/news.png | Bin 0 -> 1752 bytes resources/multimc/32x32/settings.png | Bin 0 -> 2983 bytes resources/multimc/32x32/viewfolder.png | Bin 0 -> 1518 bytes resources/multimc/48x48/about.png | Bin 0 -> 3995 bytes resources/multimc/48x48/bug.png | Bin 0 -> 3124 bytes resources/multimc/48x48/centralmods.png | Bin 0 -> 3201 bytes resources/multimc/48x48/checkupdate.png | Bin 0 -> 4196 bytes resources/multimc/48x48/copy.png | Bin 0 -> 1952 bytes resources/multimc/48x48/help.png | Bin 0 -> 4170 bytes resources/multimc/48x48/new.png | Bin 0 -> 2870 bytes resources/multimc/48x48/news.png | Bin 0 -> 3333 bytes resources/multimc/48x48/settings.png | Bin 0 -> 4797 bytes resources/multimc/48x48/viewfolder.png | Bin 0 -> 1945 bytes resources/multimc/multimc.qrc | 84 ++++++- resources/multimc/scalable/centralmods.svg | 346 +++++++++++++++++++++++++++++ resources/multimc/scalable/checkupdate.svg | 167 ++++++++++++++ resources/multimc/scalable/new.svg | 127 +++++++++++ resources/multimc/scalable/viewfolder.svg | 122 ++++++++++ 47 files changed, 855 insertions(+), 14 deletions(-) create mode 100644 resources/multimc/16x16/about.png create mode 100644 resources/multimc/16x16/bug.png create mode 100644 resources/multimc/16x16/centralmods.png create mode 100644 resources/multimc/16x16/checkupdate.png create mode 100644 resources/multimc/16x16/copy.png create mode 100644 resources/multimc/16x16/help.png create mode 100644 resources/multimc/16x16/new.png create mode 100644 resources/multimc/16x16/news.png create mode 100644 resources/multimc/16x16/settings.png create mode 100644 resources/multimc/16x16/viewfolder.png create mode 100644 resources/multimc/24x24/about.png create mode 100644 resources/multimc/24x24/bug.png create mode 100644 resources/multimc/24x24/centralmods.png create mode 100644 resources/multimc/24x24/checkupdate.png create mode 100644 resources/multimc/24x24/copy.png create mode 100644 resources/multimc/24x24/help.png create mode 100644 resources/multimc/24x24/new.png create mode 100644 resources/multimc/24x24/news.png create mode 100644 resources/multimc/24x24/settings.png create mode 100644 resources/multimc/24x24/viewfolder.png create mode 100644 resources/multimc/32x32/about.png create mode 100644 resources/multimc/32x32/bug.png create mode 100644 resources/multimc/32x32/centralmods.png create mode 100644 resources/multimc/32x32/checkupdate.png create mode 100644 resources/multimc/32x32/copy.png create mode 100644 resources/multimc/32x32/help.png create mode 100644 resources/multimc/32x32/new.png create mode 100644 resources/multimc/32x32/news.png create mode 100644 resources/multimc/32x32/settings.png create mode 100644 resources/multimc/32x32/viewfolder.png create mode 100644 resources/multimc/48x48/about.png create mode 100644 resources/multimc/48x48/bug.png create mode 100644 resources/multimc/48x48/centralmods.png create mode 100644 resources/multimc/48x48/checkupdate.png create mode 100644 resources/multimc/48x48/copy.png create mode 100644 resources/multimc/48x48/help.png create mode 100644 resources/multimc/48x48/new.png create mode 100644 resources/multimc/48x48/news.png create mode 100644 resources/multimc/48x48/settings.png create mode 100644 resources/multimc/48x48/viewfolder.png create mode 100644 resources/multimc/scalable/centralmods.svg create mode 100644 resources/multimc/scalable/checkupdate.svg create mode 100644 resources/multimc/scalable/new.svg create mode 100644 resources/multimc/scalable/viewfolder.svg diff --git a/resources/instances/instances.qrc b/resources/instances/instances.qrc index e9d22c78..ec3cdf21 100644 --- a/resources/instances/instances.qrc +++ b/resources/instances/instances.qrc @@ -1,30 +1,35 @@ + brick.png - chicken128.png - creeper128.png - derp.png diamond.png dirt.png + gold.png + grass.png + stone.png + tnt.png + iron.png + planks.png + + + derp.png enderman.png + + + chicken128.png + creeper128.png enderpearl128.png ftb_glow128.png ftb_logo128.png gear128.png - gold.png - grass.png herobrine128.png infinity128.png - iron.png magitech128.png meat128.png netherstar128.png - planks.png skeleton128.png squarecreeper128.png steve128.png - stone.png - tnt.png diff --git a/resources/multimc/16x16/about.png b/resources/multimc/16x16/about.png new file mode 100644 index 00000000..a6a986e1 Binary files /dev/null and b/resources/multimc/16x16/about.png differ diff --git a/resources/multimc/16x16/bug.png b/resources/multimc/16x16/bug.png new file mode 100644 index 00000000..0c5b78b4 Binary files /dev/null and b/resources/multimc/16x16/bug.png differ diff --git a/resources/multimc/16x16/centralmods.png b/resources/multimc/16x16/centralmods.png new file mode 100644 index 00000000..c1b91c76 Binary files /dev/null and b/resources/multimc/16x16/centralmods.png differ diff --git a/resources/multimc/16x16/checkupdate.png b/resources/multimc/16x16/checkupdate.png new file mode 100644 index 00000000..f3742058 Binary files /dev/null and b/resources/multimc/16x16/checkupdate.png differ diff --git a/resources/multimc/16x16/copy.png b/resources/multimc/16x16/copy.png new file mode 100644 index 00000000..ccaed9e1 Binary files /dev/null and b/resources/multimc/16x16/copy.png differ diff --git a/resources/multimc/16x16/help.png b/resources/multimc/16x16/help.png new file mode 100644 index 00000000..e6edf6ba Binary files /dev/null and b/resources/multimc/16x16/help.png differ diff --git a/resources/multimc/16x16/new.png b/resources/multimc/16x16/new.png new file mode 100644 index 00000000..2e56f589 Binary files /dev/null and b/resources/multimc/16x16/new.png differ diff --git a/resources/multimc/16x16/news.png b/resources/multimc/16x16/news.png new file mode 100644 index 00000000..872e85db Binary files /dev/null and b/resources/multimc/16x16/news.png differ diff --git a/resources/multimc/16x16/settings.png b/resources/multimc/16x16/settings.png new file mode 100644 index 00000000..b916cd24 Binary files /dev/null and b/resources/multimc/16x16/settings.png differ diff --git a/resources/multimc/16x16/viewfolder.png b/resources/multimc/16x16/viewfolder.png new file mode 100644 index 00000000..98b8a944 Binary files /dev/null and b/resources/multimc/16x16/viewfolder.png differ diff --git a/resources/multimc/22x22/copy.png b/resources/multimc/22x22/copy.png index c8f9db41..ea236a24 100644 Binary files a/resources/multimc/22x22/copy.png and b/resources/multimc/22x22/copy.png differ diff --git a/resources/multimc/24x24/about.png b/resources/multimc/24x24/about.png new file mode 100644 index 00000000..537f37e4 Binary files /dev/null and b/resources/multimc/24x24/about.png differ diff --git a/resources/multimc/24x24/bug.png b/resources/multimc/24x24/bug.png new file mode 100644 index 00000000..158b5032 Binary files /dev/null and b/resources/multimc/24x24/bug.png differ diff --git a/resources/multimc/24x24/centralmods.png b/resources/multimc/24x24/centralmods.png new file mode 100644 index 00000000..c220d033 Binary files /dev/null and b/resources/multimc/24x24/centralmods.png differ diff --git a/resources/multimc/24x24/checkupdate.png b/resources/multimc/24x24/checkupdate.png new file mode 100644 index 00000000..db62813f Binary files /dev/null and b/resources/multimc/24x24/checkupdate.png differ diff --git a/resources/multimc/24x24/copy.png b/resources/multimc/24x24/copy.png new file mode 100644 index 00000000..6133ef1d Binary files /dev/null and b/resources/multimc/24x24/copy.png differ diff --git a/resources/multimc/24x24/help.png b/resources/multimc/24x24/help.png new file mode 100644 index 00000000..735ca50a Binary files /dev/null and b/resources/multimc/24x24/help.png differ diff --git a/resources/multimc/24x24/new.png b/resources/multimc/24x24/new.png new file mode 100644 index 00000000..bca3f45b Binary files /dev/null and b/resources/multimc/24x24/new.png differ diff --git a/resources/multimc/24x24/news.png b/resources/multimc/24x24/news.png new file mode 100644 index 00000000..8679405d Binary files /dev/null and b/resources/multimc/24x24/news.png differ diff --git a/resources/multimc/24x24/settings.png b/resources/multimc/24x24/settings.png new file mode 100644 index 00000000..a4c6cb32 Binary files /dev/null and b/resources/multimc/24x24/settings.png differ diff --git a/resources/multimc/24x24/viewfolder.png b/resources/multimc/24x24/viewfolder.png new file mode 100644 index 00000000..3e95749b Binary files /dev/null and b/resources/multimc/24x24/viewfolder.png differ diff --git a/resources/multimc/32x32/about.png b/resources/multimc/32x32/about.png new file mode 100644 index 00000000..5174c4f1 Binary files /dev/null and b/resources/multimc/32x32/about.png differ diff --git a/resources/multimc/32x32/bug.png b/resources/multimc/32x32/bug.png new file mode 100644 index 00000000..ada46653 Binary files /dev/null and b/resources/multimc/32x32/bug.png differ diff --git a/resources/multimc/32x32/centralmods.png b/resources/multimc/32x32/centralmods.png new file mode 100644 index 00000000..cd2b8208 Binary files /dev/null and b/resources/multimc/32x32/centralmods.png differ diff --git a/resources/multimc/32x32/checkupdate.png b/resources/multimc/32x32/checkupdate.png new file mode 100644 index 00000000..754005f9 Binary files /dev/null and b/resources/multimc/32x32/checkupdate.png differ diff --git a/resources/multimc/32x32/copy.png b/resources/multimc/32x32/copy.png new file mode 100644 index 00000000..c137b0f1 Binary files /dev/null and b/resources/multimc/32x32/copy.png differ diff --git a/resources/multimc/32x32/help.png b/resources/multimc/32x32/help.png new file mode 100644 index 00000000..b3854278 Binary files /dev/null and b/resources/multimc/32x32/help.png differ diff --git a/resources/multimc/32x32/new.png b/resources/multimc/32x32/new.png new file mode 100644 index 00000000..a3555ba4 Binary files /dev/null and b/resources/multimc/32x32/new.png differ diff --git a/resources/multimc/32x32/news.png b/resources/multimc/32x32/news.png new file mode 100644 index 00000000..c579fd44 Binary files /dev/null and b/resources/multimc/32x32/news.png differ diff --git a/resources/multimc/32x32/settings.png b/resources/multimc/32x32/settings.png new file mode 100644 index 00000000..a9c0817c Binary files /dev/null and b/resources/multimc/32x32/settings.png differ diff --git a/resources/multimc/32x32/viewfolder.png b/resources/multimc/32x32/viewfolder.png new file mode 100644 index 00000000..74ab8fa6 Binary files /dev/null and b/resources/multimc/32x32/viewfolder.png differ diff --git a/resources/multimc/48x48/about.png b/resources/multimc/48x48/about.png new file mode 100644 index 00000000..b4ac71b8 Binary files /dev/null and b/resources/multimc/48x48/about.png differ diff --git a/resources/multimc/48x48/bug.png b/resources/multimc/48x48/bug.png new file mode 100644 index 00000000..298f9397 Binary files /dev/null and b/resources/multimc/48x48/bug.png differ diff --git a/resources/multimc/48x48/centralmods.png b/resources/multimc/48x48/centralmods.png new file mode 100644 index 00000000..d927e39b Binary files /dev/null and b/resources/multimc/48x48/centralmods.png differ diff --git a/resources/multimc/48x48/checkupdate.png b/resources/multimc/48x48/checkupdate.png new file mode 100644 index 00000000..2e2c7d6b Binary files /dev/null and b/resources/multimc/48x48/checkupdate.png differ diff --git a/resources/multimc/48x48/copy.png b/resources/multimc/48x48/copy.png new file mode 100644 index 00000000..ea40e34b Binary files /dev/null and b/resources/multimc/48x48/copy.png differ diff --git a/resources/multimc/48x48/help.png b/resources/multimc/48x48/help.png new file mode 100644 index 00000000..82d828fa Binary files /dev/null and b/resources/multimc/48x48/help.png differ diff --git a/resources/multimc/48x48/new.png b/resources/multimc/48x48/new.png new file mode 100644 index 00000000..a81753b3 Binary files /dev/null and b/resources/multimc/48x48/new.png differ diff --git a/resources/multimc/48x48/news.png b/resources/multimc/48x48/news.png new file mode 100644 index 00000000..0f82d857 Binary files /dev/null and b/resources/multimc/48x48/news.png differ diff --git a/resources/multimc/48x48/settings.png b/resources/multimc/48x48/settings.png new file mode 100644 index 00000000..6674eb23 Binary files /dev/null and b/resources/multimc/48x48/settings.png differ diff --git a/resources/multimc/48x48/viewfolder.png b/resources/multimc/48x48/viewfolder.png new file mode 100644 index 00000000..0492a736 Binary files /dev/null and b/resources/multimc/48x48/viewfolder.png differ diff --git a/resources/multimc/multimc.qrc b/resources/multimc/multimc.qrc index bacd1f76..894d8ab9 100644 --- a/resources/multimc/multimc.qrc +++ b/resources/multimc/multimc.qrc @@ -2,27 +2,101 @@ index.theme - scalable/apps/multimc.svg + + scalable/apps/multimc.svg + + scalable/console.svg + + scalable/console_error.svg - scalable/bug.svg - scalable/news.svg + + + 16x16/about.png 22x22/about.png + 24x24/about.png + 32x32/about.png + 48x48/about.png + + + scalable/bug.svg + 16x16/bug.png 22x22/bug.png + 24x24/bug.png + 32x32/bug.png + 48x48/bug.png + + + scalable/centralmods.svg + 16x16/centralmods.png 22x22/centralmods.png + 24x24/centralmods.png + 32x32/centralmods.png + 48x48/centralmods.png + + + scalable/checkupdate.svg + 16x16/checkupdate.png 22x22/checkupdate.png - 22x22/help.png + 24x24/checkupdate.png + 32x32/checkupdate.png + 48x48/checkupdate.png + + + 16x16/help.png + 22x22/help.png + 24x24/help.png + 32x32/help.png + 48x48/help.png + + + 16x16/new.png 22x22/new.png + 24x24/new.png + 32x32/new.png + 48x48/new.png + + + 16x16/copy.png 22x22/copy.png - 22x22/news.png + 24x24/copy.png + 32x32/copy.png + 48x48/copy.png + + + scalable/news.svg + 16x16/news.png + 22x22/news.png + 24x24/news.png + 32x32/news.png + 48x48/news.png + + 16x16/refresh.png 22x22/refresh.png 24x24/refresh.png 32x32/refresh.png 48x48/refresh.png + + + 16x16/settings.png 22x22/settings.png + 24x24/settings.png + 32x32/settings.png + 48x48/settings.png + + + scalable/viewfolder.svg + 16x16/viewfolder.png 22x22/viewfolder.png + 24x24/viewfolder.png + 32x32/viewfolder.png + 48x48/viewfolder.png + + 24x24/cat.png + + 8x8/noaccount.png 16x16/noaccount.png 24x24/noaccount.png diff --git a/resources/multimc/scalable/centralmods.svg b/resources/multimc/scalable/centralmods.svg new file mode 100644 index 00000000..a8b123d0 --- /dev/null +++ b/resources/multimc/scalable/centralmods.svg @@ -0,0 +1,346 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/multimc/scalable/checkupdate.svg b/resources/multimc/scalable/checkupdate.svg new file mode 100644 index 00000000..fc09cb4c --- /dev/null +++ b/resources/multimc/scalable/checkupdate.svg @@ -0,0 +1,167 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: GNOME-Colors, Source: GNOME-Colors, Source: GNOME-Colors, Source: GNOME-Colors, Source: GNOME-Colors + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/multimc/scalable/new.svg b/resources/multimc/scalable/new.svg new file mode 100644 index 00000000..c9cff358 --- /dev/null +++ b/resources/multimc/scalable/new.svg @@ -0,0 +1,127 @@ + + + + + + New Document + + + + regular + plaintext + text + document + + + + + Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme, Source: GNOME Icon Theme + + + + + Jakub Steiner + + + + + Jakub Steiner + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/multimc/scalable/viewfolder.svg b/resources/multimc/scalable/viewfolder.svg new file mode 100644 index 00000000..4ba0ed0a --- /dev/null +++ b/resources/multimc/scalable/viewfolder.svg @@ -0,0 +1,122 @@ + + + + + + + + + + unsorted + + + + + Open Clip Art Library, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons, Source: Oxygen Icons + + + + + + + + + + + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3