[geany/geany] 243480: Regenerate png/ico icons from svg and add the 32x32 size

Jiří Techet git-noreply at xxxxx
Mon Mar 16 00:49:16 UTC 2015


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Mon, 16 Mar 2015 00:49:16 UTC
Commit:      243480b83d031f52b3ecfe1fdaed9539c367ae65
             https://github.com/geany/geany/commit/243480b83d031f52b3ecfe1fdaed9539c367ae65

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).


More information about the Commits mailing list