diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-20 03:23:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 03:23:10 +0800 |
commit | 25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1 (patch) | |
tree | 30ab55c0a483a05ed36371f08221e7eb0138b8e3 /art/README | |
parent | c7dbb95e79df331a75d7ba49cedc1b8e816422cf (diff) | |
download | gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.gz gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.tar.zst gsoc2013-evolution-25d4d6ae5b37ce855ce0baabe36fde4ff9f442d1.zip |
New file explaining how to add icons to the build, etc.
2004-05-19 Jeffrey Stedfast <fejj@novell.com>
* README: New file explaining how to add icons to the build, etc.
* broken-image-*.xpm: Added for use with e-icon-factory.c so we
can return a "bropken image" icon for any icon we can't find/load.
* .: Removed many *many* icons that are no longer used.
svn path=/trunk/; revision=25984
Diffstat (limited to 'art/README')
-rw-r--r-- | art/README | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/art/README b/art/README new file mode 100644 index 0000000000..9f78332ce1 --- /dev/null +++ b/art/README @@ -0,0 +1,46 @@ +Evolution Icons +=============== + +Licensing +--------- + +FIXME: add license info here. + + +Adding Icons +------------ + +Icons that are meant to someday be themeable MUST be for one or more +of the following sizes: + +- 16x16 +- 18x18 +- 20x20 +- 24x24 +- 32x32 +- 48x48 + +(the following sizes may also be added for use with window +decorations: 64x64 and 128x128) + +All icons should be named consistantly and be placed within the proper +subdir that corresponds to their size (if the subdir does not yet +exist, because no icons have been made for that size - then create the +subdir and add it to the build as well). + +If it is expected that the icon(s) you've created will make it into +the GNOME icon themes package at some point (or is already there?), +then you will want to name your icons accordingly so that if the user +installs a GNOME icons theme package with the appropriate icon(s), +then he or she will see those icons rather than the ones installed by +default with Evolution. + +The icons within the WWxHH subdirs will ONLY be used if they cnnot be +found in the theme. + +The ONLY image files that may be placed in the toplevel art/ srcdir +(eg. *this* dir) are xpm files that are built into the Evolution binary +(or libs) and/or are not meant to be used as "icons". + + +-- fejj |