# HG changeset patch # User Andre Heinecke # Date 1468923537 -7200 # Node ID a849b1de248f16a70d74b6bf162b9cd50b602836 # Parent a956dd27fc9b6d3422d6da269c4c2c301c79f152 Add Icons diff -r a956dd27fc9b -r a849b1de248f src/icons/128_icon-pdf.png Binary file src/icons/128_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/128_icon-xls.png Binary file src/icons/128_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/16_icon-pdf.png Binary file src/icons/16_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/16_icon-xls.png Binary file src/icons/16_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/22_icon-pdf.png Binary file src/icons/22_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/22_icon-xls.png Binary file src/icons/22_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/256_icon-pdf.png Binary file src/icons/256_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/256_icon-xls.png Binary file src/icons/256_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/32_icon-pdf.png Binary file src/icons/32_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/32_icon-xls.png Binary file src/icons/32_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/48_icon-pdf.png Binary file src/icons/48_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/48_icon-xls.png Binary file src/icons/48_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/64_icon-pdf.png Binary file src/icons/64_icon-pdf.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/64_icon-xls.png Binary file src/icons/64_icon-xls.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/README.txt --- /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 diff -r a956dd27fc9b -r a849b1de248f src/icons/eduapp-orig.png Binary file src/icons/eduapp-orig.png has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/icon-pdf.ico Binary file src/icons/icon-pdf.ico has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/icon-pdf.svgz Binary file src/icons/icon-pdf.svgz has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/icon-xls.ico Binary file src/icons/icon-xls.ico has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/icon-xls.svgz Binary file src/icons/icon-xls.svgz has changed diff -r a956dd27fc9b -r a849b1de248f src/icons/icon.rc --- /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" diff -r a956dd27fc9b -r a849b1de248f src/icons/icons.qrc --- /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 @@ + + + 64_icon-pdf.png + 64_icon-xls.png + +