Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: Jiřà Techet <techet(a)gmail.com>
Date: Mon, 16 Mar 2015 00:49:16 UTC
Commit: 243480b83d031f52b3ecfe1fdaed9539c367ae65
https://github.com/geany/geany/commit/243480b83d031f52b3ecfe1fdaed9539c367a…
Log Message:
-----------
Regenerate png/ico icons from svg and add the 32x32 size
The 32x32 size can be created by downsampling the 48x48
icon by gtk at runtime but the result will be worse than
doing the same directly from the svg icon (48->32
conversion means downsampling by 1.5 which can introduce
some moire artifacts and loss of information). Since
32x32 are quite commonly used, it makes sense to ship
this icon size with Geany.
The png files have been optimized by pngoptim to remove
metadata and compress the icon better.
Modified Paths:
--------------
icons/16x16/geany.png
icons/32x32/Makefile.am
icons/32x32/geany.png
icons/48x48/geany.png
icons/geany.ico
wscript
Modified: icons/16x16/geany.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/32x32/Makefile.am
7 lines changed, 6 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,9 @@
-icons_actionsdir = $(datadir)/icons/hicolor/32x32/actions
+iconsdir = $(datadir)/icons/hicolor/32x32
+icons_appsdir = $(iconsdir)/apps
+icons_actionsdir = $(iconsdir)/actions
+
+dist_icons_apps_DATA = \
+ geany.png
dist_icons_actions_DATA = \
geany-build.png \
Modified: icons/32x32/geany.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/48x48/geany.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: icons/geany.ico
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: wscript
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -157,6 +157,7 @@ geany_icons = {
'hicolor/32x32/actions': ['32x32/geany-build.png',
'32x32/geany-close-all.png',
'32x32/geany-save-all.png'],
+ 'hicolor/32x32/apps': ['32x32/geany.png'],
'hicolor/48x48/actions': ['48x48/geany-build.png',
'48x48/geany-close-all.png',
'48x48/geany-save-all.png'],
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: Jiřà Techet <techet(a)gmail.com>
Date: Mon, 16 Mar 2015 00:48:34 UTC
Commit: 45a375caeb45f4bcca17462db7fe9179f3d4b665
https://github.com/geany/geany/commit/45a375caeb45f4bcca17462db7fe9179f3d4b…
Log Message:
-----------
Fix geany icon handle
The handle of the lamp icon looks strange. While
the image of the lamp itself is taken from top,
the handle looks it's taken from bottom.
Fix this by moving the wide part of the handle
down and moving the "shine" line to copy the
outer edge. Also adjust the handle curves a bit
to connect the lamp in a more natural way.
Modified Paths:
--------------
icons/scalable/geany.svg
Modified: icons/scalable/geany.svg
11 lines changed, 6 insertions(+), 5 deletions(-)
===================================================================
@@ -50,7 +50,7 @@
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#edd400;stop-opacity:1"
- offset="0.78597295"
+ offset="0.74871767"
id="stop19748" />
<stop
id="stop19750"
@@ -407,7 +407,8 @@
y1="12.358853"
x2="41.660713"
y2="35.394569"
- gradientUnits="userSpaceOnUse" />
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0.178571,0.17857129)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3570"
@@ -449,7 +450,7 @@
inkscape:cx="22.57446"
inkscape:cy="23.938611"
inkscape:document-units="px"
- inkscape:current-layer="layer11"
+ inkscape:current-layer="layer9"
inkscape:window-width="1246"
inkscape:window-height="842"
inkscape:window-x="0"
@@ -654,13 +655,13 @@
style="display:inline">
<path
style="fill:#edd400;fill-opacity:1;stroke:#c4a000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;display:inline"
- d="m 41,10.5 c -3.601,0 -6,2.899 -6,6.5 l 1,2 c -2e-6,-2.965529 0.953,-5.5 4,-5.5 3.046998,0 5.5,2.378221 5.5,5.34375 l 0,9.0625 C 45.121824,32.616353 38.114594,33.546278 34.4375,34.25 33.989858,34.905095 33.510398,35.478537 33,36 37.87327,34.679542 46.983231,34.613084 47.5,28 l 0,-11 c 0,-3.601 -2.899,-6.5 -6.5,-6.5 z"
+ d="m 41,10.5 c -3.601,0 -5.642857,3.345429 -5.642857,6.946429 l 1,2.357143 c -2e-6,-2.965529 1.845858,-6.392857 4.892858,-6.392857 3.046998,0 4.160713,2.467506 4.249999,5.433035 l 0,9.0625 C 45.121824,32.616353 38.114594,33.546278 34.4375,34.25 33.989858,34.905095 32.974684,35.478537 32.464286,36 37.337556,34.679542 46.983231,34.613084 47.5,28 l 0,-11 C 47.232143,13.220429 44.601,10.5 41,10.5 z"
id="rect19335"
sodipodi:nodetypes="cccsccccccc"
inkscape:connector-curvature="0" />
<path
style="opacity:0.8;fill:none;stroke:url(#linearGradient19742);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- d="m 36,16 c 3,-8 10.160714,-3.535714 10.428571,0.125 l -0.08928,12.5 C 46.339286,31.660715 41,34 34,35"
+ d="M 35.910713,17.339286 C 37.749999,9.8749998 46.249999,11.392857 46.517857,18 l 4e-6,10.803571 c -0.357148,2.857144 -4.714291,5.017857 -11.714291,6.017857"
id="path19353"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).