changeset 49:a849b1de248f

Add Icons
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 19 Jul 2016 12:18:57 +0200
parents a956dd27fc9b
children 36ee5dd46fd3
files src/icons/128_icon-pdf.png src/icons/128_icon-xls.png src/icons/16_icon-pdf.png src/icons/16_icon-xls.png src/icons/22_icon-pdf.png src/icons/22_icon-xls.png src/icons/256_icon-pdf.png src/icons/256_icon-xls.png src/icons/32_icon-pdf.png src/icons/32_icon-xls.png src/icons/48_icon-pdf.png src/icons/48_icon-xls.png src/icons/64_icon-pdf.png src/icons/64_icon-xls.png src/icons/README.txt src/icons/eduapp-orig.png src/icons/icon-pdf.ico src/icons/icon-pdf.svgz src/icons/icon-xls.ico src/icons/icon-xls.svgz src/icons/icon.rc src/icons/icons.qrc
diffstat 22 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file src/icons/128_icon-pdf.png has changed
Binary file src/icons/128_icon-xls.png has changed
Binary file src/icons/16_icon-pdf.png has changed
Binary file src/icons/16_icon-xls.png has changed
Binary file src/icons/22_icon-pdf.png has changed
Binary file src/icons/22_icon-xls.png has changed
Binary file src/icons/256_icon-pdf.png has changed
Binary file src/icons/256_icon-xls.png has changed
Binary file src/icons/32_icon-pdf.png has changed
Binary file src/icons/32_icon-xls.png has changed
Binary file src/icons/48_icon-pdf.png has changed
Binary file src/icons/48_icon-xls.png has changed
Binary file src/icons/64_icon-pdf.png has changed
Binary file src/icons/64_icon-xls.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/icons/README.txt	Tue Jul 19 12:18:57 2016 +0200
@@ -0,0 +1,28 @@
+The icon is based on the Edu App icon as published under:
+
+https://www.ethz.ch/content/associates/services/de/lehre/lehrbetrieb/it-services-lehrbetrieb/lehrunterstuetzende-applikationen/eduapp-service.html
+
+Additionally the Oxygen-Icons for application-pdf and application-vnd.ms-excel
+were used.
+
+See licenses/README.txt for details about the license.
+
+Sources:
+ http://download.kde.org/stable/4.14.1/src/oxygen-icons-4.14.1.tar.xz
+
+Tools: Debian Package: inkscape Version: 0.48.3.1-1.3
+ Debian Package: imagemagick Version: 8:6.7.7.10-5+deb7u3
+ Debian Package: icnsutils Version 0.8.1-1
+ Debian Pacakge: gimp
+
+The pngs were created with inkscape bitmap export.
+The ico file was created with inkscape convert:
+for file in *.svgz; do
+    pngname=$(echo $file |sed 's/\.svgz/\.png/')
+    iconame=$(echo $file |sed 's/\.svgz/\.ico/')
+    convert 256_$pngname 128_$pngname 64_$pngname 48_$pngname 32_$pngname 22_$pngname 16_$pngname \
+            $iconame
+done;
+
+The Macos icon was created with:
+png2icns icon.icons 16_icon.png 32_icon.png 48_icon.png 128_icon.png 256_icon.png
Binary file src/icons/eduapp-orig.png has changed
Binary file src/icons/icon-pdf.ico has changed
Binary file src/icons/icon-pdf.svgz has changed
Binary file src/icons/icon-xls.ico has changed
Binary file src/icons/icon-xls.svgz has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/icons/icon.rc	Tue Jul 19 12:18:57 2016 +0200
@@ -0,0 +1,2 @@
+IDI_ICON1               ICON    DISCARDABLE     "icon-pdf.ico"
+IDI_ICON2               ICON    DISCARDABLE     "icon-xls.ico"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/icons/icons.qrc	Tue Jul 19 12:18:57 2016 +0200
@@ -0,0 +1,6 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource>
+    <file>64_icon-pdf.png</file>
+    <file>64_icon-xls.png</file>
+</qresource>
+</RCC>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)