diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2017-02-14 13:42:56 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-19 15:30:07 -0800 |
commit | 1ef149652a358609984686c7b157c2d10cde1a28 (patch) | |
tree | ba0b6edbf4669d6a13ef87679395c12465872a4f | |
parent | bd89e33e765d73aa2b48419031d6922b8bf5eb37 (diff) | |
download | subsurface-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.png | bin | 0 -> 2677 bytes | |||
-rw-r--r-- | icons/georeference.png | bin | 2689 -> 2162 bytes | |||
-rw-r--r-- | icons/graph.png | bin | 4569 -> 1800 bytes | |||
-rw-r--r-- | icons/language.png | bin | 0 -> 4772 bytes | |||
-rw-r--r-- | subsurface.qrc | 2 |
5 files changed, 2 insertions, 0 deletions
diff --git a/icons/defaults.png b/icons/defaults.png Binary files differnew file mode 100644 index 000000000..ffbbe977a --- /dev/null +++ b/icons/defaults.png diff --git a/icons/georeference.png b/icons/georeference.png Binary files differindex 5ea9ef47b..d72560ff3 100644 --- a/icons/georeference.png +++ b/icons/georeference.png diff --git a/icons/graph.png b/icons/graph.png Binary files differindex ca1adffa0..0723321d8 100644 --- a/icons/graph.png +++ b/icons/graph.png diff --git a/icons/language.png b/icons/language.png Binary files differnew file mode 100644 index 000000000..aec3433bf --- /dev/null +++ b/icons/language.png 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> |