diff options
author | Luca Ferretti <elle.uca@libero.it> | 2006-12-14 17:21:46 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2006-12-14 17:21:46 +0800 |
commit | a468fea36d6cdcd22bb23365c777d2f6968b7f85 (patch) | |
tree | 0cd7aee5729d2f7406a10fc279960b41ef7c2a24 /data/icons/24x24/actions/README | |
parent | 71945818b331bed419641be4ac4be550c204b642 (diff) | |
download | gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.gz gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.bz2 gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.lz gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.xz gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.tar.zst gsoc2013-epiphany-a468fea36d6cdcd22bb23365c777d2f6968b7f85.zip |
Add new "bookmark-view" icon from Andreas Nilsson, replacing
2006-12-14 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/actions/Makefile.am:
* data/icons/16x16/actions/bookmark-view.png:
* data/icons/16x16/actions/bookmark-view.xcf:
* data/icons/16x16/actions/download.xcf:
* data/icons/16x16/actions/epiphany-download.xcf.bz2:
* data/icons/16x16/status/Makefile.am:
* data/icons/16x16/status/popup-hidden.xcf:
* data/icons/16x16/status/popup-hidden.xcf.bz2:
* data/icons/22x22/actions/Makefile.am:
* data/icons/22x22/actions/bookmark-view.png:
* data/icons/22x22/actions/bookmark-view.xcf:
* data/icons/22x22/actions/download.xcf:
* data/icons/22x22/actions/epiphany-download.xcf.bz2:
* data/icons/22x22/status/Makefile.am:
* data/icons/22x22/status/popup-hidden.xcf:
* data/icons/22x22/status/popup-hidden.xcf.bz2:
* data/icons/24x24/actions/Makefile.am:
* data/icons/24x24/actions/README:
* data/icons/24x24/actions/bookmark-view.png:
* data/icons/24x24/actions/web-bookmarks.png:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/actions/download.svg:
* data/icons/32x32/actions/epiphany-download.svg:
* data/icons/scalable/status/Makefile.am:
Add new "bookmark-view" icon from Andreas Nilsson, replacing
"web-bookmarks". Move images source from xcf.bz2 to xcf and
use the same name of the named icon, including them in dist.
* lib/ephy-stock-icons.h:
Use "bookmark-view" named icon for EPHY_STOCK_BOOKMARKS.
Diffstat (limited to 'data/icons/24x24/actions/README')
-rw-r--r-- | data/icons/24x24/actions/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/icons/24x24/actions/README b/data/icons/24x24/actions/README new file mode 100644 index 000000000..4d49699c6 --- /dev/null +++ b/data/icons/24x24/actions/README @@ -0,0 +1,13 @@ +From Tango website (http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines) + + + Historically Gnome uses 24×24 size (which is 1/4 of 48×48); + just adding a 1 pixel empty space on all sides can make + Tango icons useful on the Gnome desktop in the transition + phase. One can easily do this with imagemagick: + + convert -bordercolor Transparent -border 1x1 tango_size.png gnome_size.png + + +So sources for "small" size should be drawn at 22x22 pixel and converted +to 24x24 adding a transparent border.
\ No newline at end of file |