Files
evolution/art
Matthew Barnes 0597b877c5 ** Fixes bug #542125
2008-07-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #542125

	** This set of changes migrates CompEditor, CompEditorPage and the
	   various subclasses from using BonoboUI to GtkUIManager for menus
	   and toolbars.  It also substantially cleans up the code and
	   streamlines the CompEditorPage API, making more effective use
	   of GObject properties.

	Core changes:
	* gui/dialogs/comp-editor-page.c:
	* gui/dialogs/comp-editor-page.h:
	* gui/dialogs/comp-editor.c:
	* gui/dialogs/comp-editor.h:
	* gui/dialogs/event-editor.c:
	* gui/dialogs/event-editor.h:
	* gui/dialogs/event-page.c:
	* gui/dialogs/event-page.h:
	* gui/dialogs/memo-editor.c:
	* gui/dialogs/memo-editor.h:
	* gui/dialogs/memo-page.c:
	* gui/dialogs/memo-page.h:
	* gui/dialogs/recurrence-page.c:
	* gui/dialogs/recurrence-page.h:
	* gui/dialogs/schedule-page.c:
	* gui/dialogs/schedule-page.h:
	* gui/dialogs/task-details-page.c:
	* gui/dialogs/task-details-page.h:
	* gui/dialogs/task-editor.c:
	* gui/dialogs/task-editor.h:
	* gui/dialogs/task-page.c:
	* gui/dialogs/task-page.h:

	Supporting changes:
	* gui/calendar-component.c:
	* gui/comp-editor-factory.c:
	* gui/e-cal-popup.c:
	* gui/e-calendar-table.c:
	* gui/e-calendar-view.c:
	* gui/e-comp-editor-registry.c:
	* gui/e-memo-table.c:
	* gui/e-tasks.c:
	* gui/gnome-cal.c:
	* gui/memos-component.c:
	* gui/tasks-component.c:
	* gui/dialogs/alarm-dialog.c:
	* gui/dialogs/comp-editor-util.c:

	* art/Makefile.am:
	Move query-free-busy.png to data/icons.


svn path=/trunk/; revision=35753
2008-07-18 16:23:26 +00:00
..
2008-07-18 16:23:26 +00:00
2003-06-09 17:31:26 +00:00
2003-09-12 06:58:56 +00:00
2008-07-18 16:23:26 +00:00
2006-05-25 05:17:04 +00:00
2006-05-25 05:17:04 +00:00

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