summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2017-02-14 13:42:56 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-19 15:30:07 -0800
commit1ef149652a358609984686c7b157c2d10cde1a28 (patch)
treeba0b6edbf4669d6a13ef87679395c12465872a4f
parentbd89e33e765d73aa2b48419031d6922b8bf5eb37 (diff)
downloadsubsurface-1ef149652a358609984686c7b157c2d10cde1a28.tar.gz
Add/update preference screen icons
Defaults and language icons were missing, and graph/profile icon was not readable. All icons except "language.png" were taken from Google's Material Design Icon pack which is distributed under Apache 2.0 license (see https://github.com/google/material-design-icons) Language icon is from http://languageicon.org site. If their license isn't permissive enough, then we can switch to a language icon from Material Design pack (globe). Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
-rw-r--r--icons/defaults.pngbin0 -> 2677 bytes
-rw-r--r--icons/georeference.pngbin2689 -> 2162 bytes
-rw-r--r--icons/graph.pngbin4569 -> 1800 bytes
-rw-r--r--icons/language.pngbin0 -> 4772 bytes
-rw-r--r--subsurface.qrc2
5 files changed, 2 insertions, 0 deletions
diff --git a/icons/defaults.png b/icons/defaults.png
new file mode 100644
index 000000000..ffbbe977a
--- /dev/null
+++ b/icons/defaults.png
Binary files differ
diff --git a/icons/georeference.png b/icons/georeference.png
index 5ea9ef47b..d72560ff3 100644
--- a/icons/georeference.png
+++ b/icons/georeference.png
Binary files differ
diff --git a/icons/graph.png b/icons/graph.png
index ca1adffa0..0723321d8 100644
--- a/icons/graph.png
+++ b/icons/graph.png
Binary files differ
diff --git a/icons/language.png b/icons/language.png
new file mode 100644
index 000000000..aec3433bf
--- /dev/null
+++ b/icons/language.png
Binary files differ
diff --git a/subsurface.qrc b/subsurface.qrc
index 1a48bfc79..4cb5e3713 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -80,5 +80,7 @@
<file alias="duringPhoto">icons/duringPhoto.png</file>
<file alias="outsidePhoto">icons/outsidePhoto.png</file>
<file alias="inAndOutPhoto">icons/inAndOutPhoto.png</file>
+ <file alias="language">icons/language.png</file>
+ <file alias="defaults">icons/defaults.png</file>
</qresource>
</RCC>