Commit Graph

134 Commits

Author SHA1 Message Date
26240e0b18 Generate ChangeLog files for tarball releases.
Remove old ChangeLog files that predate our switch to git.
2010-04-02 18:18:33 -04:00
f11f1c477d Kill Evolution's icon cache once and for all.
GTK+ already does this.  Eliminates e_icon_factory_init() and
e_icon_factory_shutdown().
2009-11-19 14:51:11 -05:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
31ab3e7713 ** Fixes bug #547411
2008-08-14  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #547411

	* data/icons/hicolor_status_32x32_online.png:
	* data/icons/hicolor_status_32x32_online.svg:
	* data/icons/hicolor_status_32x32_offline.png:
	* data/icons/hicolor_status_32x32_offline.svg:
	New, Tangoized versions of the old "art" images.

	* art/online.png:
	* art/offline.png:
	These are now obsolete.  Remove them.

	* widgets/misc/e-online-button.c (e_online_button_set_online):
	The button icons are themed now but still oblong.
	Load the icons by filename so GTK+ doesn't scale them.


svn path=/trunk/; revision=35995
2008-08-14 20:37:38 +00:00
9774adff92 ** Additional fix for bug #467115
2008-08-08  Michael Monreal  <mmonreal@svn.gnome.org>

    ** Additional fix for bug #467115

    * addressbook/gui/contact-editor/e-contact-editor.c:
    (e_contact_editor_init):
    * art/Makefile.am:
    * data/icons/Makefile.am:
    Get rid of old contact-editor icon.

svn path=/trunk/; revision=35937
2008-08-08 13:07:55 +00:00
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
953e66428a ** Migration of theme icons to data/icons/ (bug #479257)
2007-10-12  Michael Monreal <michael.monreal@gmail.com>

	** Migration of theme icons to data/icons/ (bug #479257)

	* art/Makefile.am: Remove references to art/$size.
	* configure.in: Include new data/icons/ directory.
	* file e-util/e-icon-factory.c:
	Append a private icon directory to the search path.

	New inbox/outbox/sent icons.
	* mail/em-folder-tree.c, mail/mail-send-recv.c:
	Change icon references.

	New view-calendar icons.
	* calendar/gui/calendar-commands.c: Change icon references.


svn path=/trunk/; revision=34383
2007-10-12 09:49:02 +00:00
54a9260f69 Fix for version removal from installed files.
svn path=/trunk/; revision=33646
2007-06-03 14:50:35 +00:00
61c3a68a0c Fix for bug #435610
svn path=/trunk/; revision=33536
2007-05-14 04:21:47 +00:00
7902f5be99 Fix for bug #398145
svn path=/trunk/; revision=33508
2007-05-11 10:58:04 +00:00
876e40f905 ** Fixes bug #350253
2007-02-12  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #350253

	* Add new evolution icons:
		art/16x16/evolution.png
		art/22x22/evolution.png
		art/24x24/evolution.png
		art/32x32/evolution.png
		art/scalable/evolution.svg

	* Remove obsolete icons:
		art/about-box.png
		art/bcg.png
		art/evolution.png
		art/monkey-16.png

	* art/Makefile.am: Ship our own named icons.

	* mail/em-format-html-print.h:
	Rename show_rupert field to show_icon.

	* mail/em-format-html-print.c (efh_format_headers):
	Lookup the evolution icon by name.


svn path=/trunk/; revision=33211
2007-02-12 18:11:51 +00:00
b9fa1cadf4 Fixes bug #356811
2006-09-19  Matthew Barnes  <mbarnes@redhat.com>

	Fixes bug #356811

	* Makefile.am: Add a uninstall-local rule to remove
	$(DESTDIR)$(datadir)/pixmaps/evolution-$(BASE_VERSION).png.

svn path=/trunk/; revision=32813
2006-09-25 13:45:10 +00:00
0fdf8a120c Added new icons to build
svn path=/trunk/; revision=32022
2006-05-25 05:17:04 +00:00
e2858021bf **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIR
**Fixes #321832
        * gui/dialogs/event-editor.c: Pickup the right-icon for f/b.
        * gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon.

svn path=/trunk/; revision=31667
2006-03-06 15:59:00 +00:00
d389be60c6 Add README and jump.xpm
2004-05-20  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am (EXTRA_DIST): Add README and jump.xpm

svn path=/trunk/; revision=26009
2004-05-20 11:58:06 +00:00
62b15c3807 don't build the WWxHH subdirs yet
svn path=/trunk/; revision=25995
2004-05-19 21:28:30 +00:00
2d4004f5f7 added 16x16 and 48x48 subdirs
svn path=/trunk/; revision=25989
2004-05-19 21:01:16 +00:00
25d4d6ae5b 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
2004-05-19 19:23:10 +00:00
406f6ebba7 autocompletion icon for the preferences
2004-03-09  Jakub Steiner <jimmac@ximian.com>

   * autocompletion.png:
   * Makefile.am: autocompletion icon for the preferences

svn path=/trunk/; revision=24997
2004-03-09 11:11:09 +00:00
c8e7f54abd added 16 pixels versions of junk icons from the gnome-icon-theme module
2004-03-08  Radek Doulik  <rodo@ximian.com>

	* Makefile.am (images_DATA): added 16 pixels versions of junk
	icons from the gnome-icon-theme module

svn path=/trunk/; revision=24990
2004-03-08 17:47:05 +00:00
dd4b6354aa added im-nov.png (icon for Groupwise im) to images_DATA
2004-02-25 Sivaiah Nallagatla <snallagatla@novell.com>
        * Makefile.am : added im-nov.png (icon for Groupwise im)
        to images_DATA

svn path=/trunk/; revision=24903
2004-02-27 03:43:31 +00:00
88eda22854 added flag-for-followup-done-16.png (glade_DATA): added
2004-01-15  Not Zed  <NotZed@Ximian.com>

        * Makefile.am (images_DATA): added flag-for-followup-done-16.png
        (glade_DATA): added flag-for-followup-done-48.png

svn path=/trunk/; revision=24229
2004-01-15 01:19:01 +00:00
9ed71d9c17 Added IM png files from Gaim.
2003-01-11  Christian Hammond  <chipx86@gnupdate.org>

	* art/im*.png, art/Makefile.am: Added IM png files from Gaim.

svn path=/trunk/; revision=24161
2004-01-12 03:32:01 +00:00
3ab543a3ff Add videoconf.png
svn path=/trunk/; revision=24115
2004-01-08 16:19:29 +00:00
67ec393dee added stock junk button and notjunk placeholder (until artists have the
2003-12-04  Radek Doulik  <rodo@ximian.com>

	* Makefile.am (buttons_DATA): added stock junk button and notjunk
	placeholder (until artists have the right one)

svn path=/trunk/; revision=23631
2003-12-04 17:08:30 +00:00
f22ee6ae4a Add flag-for-followup-done.xpm to EXTRA_DIST
2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Add flag-for-followup-done.xpm to EXTRA_DIST

svn path=/trunk/; revision=23584
2003-12-02 17:04:04 +00:00
8e1251fa17 merged spam filtering branch
svn path=/trunk/; revision=23302
2003-11-12 21:13:05 +00:00
907f799916 Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): Add
2003-10-10  Hans Petter Jansson  <hpj@ximian.com>

	* calendar/gui/Makefile.am (etspec_DATA): Add e-cal-list-view.etspec.
	(libevolution_calendar_la_SOURCES): Add e-cal-list-view.[ch].

	* calendar/gui/calendar-commands.c (show_list_view_clicked): Implement.
	(calendar_get_text_for_folder_bar_label): Add case for list view.
	Use month case and tweak it so it doesn't show "%d - %d" if the
	time span contains only one day.
	(verbs): Add list view.
	(pixmaps): Add list view.

	* calendar/gui/calendar-view-factory.c
	(calendar_view_factory_get_title): Add list view case.
	(calendar_view_factory_get_type_code): Add list view case.

	* calendar/gui/control-factory.c (get_prop): Add list view case.

	* calendar/gui/e-cal-model.c (get_classification): Fix to conform to
	updated libical.
	(ecm_set_value_at): Add missing break statements.
	(ecm_get_color_for_component): Add braces for clarity.

	* calendar/gui/gnome-cal.c (gnome_calendar_get_current_view_widget):
	Add list view case.
	(get_focus_location): Add list view case.
	(connect_list_view_focus): Implement.
	(setup_widgets): Set up list view.
	(gnome_calendar_direction): Add list view case.
	(set_view): Add list view case.
	(gnome_calendar_setup_view_menus): Add list view factory.
	(gnome_calendar_construct): Account for list view.
	(gnome_calendar_update_config_settings): Account for list view.
	(get_days_shown): Implement list view case.

	* calendar/gui/gnome-cal.h (GnomeCalendarViewType): Add list view.

	* calendar/gui/e-cal-list-view.[ch]: Implement ECalListView,
	subclassing ECalView.

	* ui/evolution-calendar.xml: Add calendar list view task button.

	* art/listview.xpm: Add calendar list view icon.

svn path=/trunk/; revision=22850
2003-10-10 05:29:36 +00:00
8ae69848ae Add icons used by the calendar alarm's systray notification. These are
2003-08-28  Hans Petter Jansson  <hpj@ximian.com>

	* appointment-reminder.png:
	* appointment-reminder-excl.png: Add icons used by the calendar alarm's
	systray notification. These are also in gnome-icon-theme HEAD, but
	until we have workable stock packages, we use this.

svn path=/trunk/; revision=22408
2003-08-28 23:01:50 +00:00
51ca9977c7 Put the ChangeLog.pre-1-4 in the Makefiles.
svn path=/trunk/; revision=21426
2003-06-12 21:13:59 +00:00
1e93138b54 (install-data-local) [DEFAULT_BINARY]: Symlink
evolution.png to evolution-$(BASE_VERSION).png.  [#43596]

svn path=/trunk/; revision=21367
2003-06-02 15:27:12 +00:00
bd5d8d8d44 add stock-edit-{16,24}.png
2003-04-29  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (images_DATA): add stock-edit-{16,24}.png

svn path=/trunk/; revision=21029
2003-04-30 04:08:22 +00:00
9c8e524920 remove imagesdir, etc, which are now defined in configure.in
* Makefile.am: remove imagesdir, etc, which are now defined in
        configure.in

svn path=/trunk/; revision=19803
2003-02-06 15:36:57 +00:00
2740267020 (imagesdir): Version using $(BASE_VERSION).
(buttonsdir): Likewise.
(conduitsdir): Likewise.
(install-data-local): New rule to install evolution.png as
evolution-$(BASE_VERSION).png.
(EXTRA_DIST): Add evolution.png.

svn path=/trunk/; revision=19552
2003-01-22 20:06:58 +00:00
3570e88711 (imagesdir): Install images into
$(datadir)/evolution/images instead of
$(datadir)/images/evolution.
(buttonsdir): Likewise, these go into
$(datadir)/evolution/images/buttons now.
(conduits_DATA): Likewise, $(datadir)/evolution/images/conduits.

svn path=/trunk/; revision=19290
2003-01-08 22:33:19 +00:00
b7b9b7631d New. New.
* settings.png: New.
* settings-16.png: New.

svn path=/trunk/; revision=18455
2002-10-28 14:49:54 +00:00
54a46029d2 New icon for "Post a Reply" from Jakub.
* post-reply-24.png: New icon for "Post a Reply" from Jakub.

svn path=/trunk/; revision=18244
2002-09-27 18:23:06 +00:00
1700f6e451 New artwork from Jakub. Likewise. Likewise.
* contact-list-16.png: New artwork from Jakub.
* post-message-16.png: Likewise.
* meeting-request-16.png: Likewise.

* meeting.xpm: Removed.

svn path=/trunk/; revision=17675
2002-08-01 21:28:22 +00:00
4490c553cc New icon for mail (gnome-textfile.png from GNOME 2, by
Tuomas' suggestion).

svn path=/trunk/; revision=17608
2002-07-26 17:37:58 +00:00
2
88737bd9de add new image
2002-07-22    <jpr@ximian.com>

	* Makefile.am: add new image

svn path=/trunk/; revision=17527
2002-07-22 16:49:49 +00:00
93706fdd92 add folder.png, folder-mini.png, public-folder.png, and
* Makefile.am (images_DATA): add folder.png, folder-mini.png,
	public-folder.png, and public-folder-mini.png

	* folder-mini.png: Renamed from local-16.png

	* folder.png, public-folder.png, public-folder-mini.png: New, from
	Jakub.

svn path=/trunk/; revision=17476
2002-07-16 15:43:40 +00:00
cf89cb7e60 (images_DATA): inbox-mini.png instead of
inbox-16.png, outbox-mini.png instead of outbox-16.png.  Also add
inbox.png and outbox.png.
(inbox.png): New.
(outbox.png): New.

svn path=/trunk/; revision=17390
2002-07-09 17:03:36 +00:00
ea754c7654 added info bulb picture
svn path=/trunk/; revision=17038
2002-05-29 21:52:29 +00:00
1c3a50109e New.
* schedule-meeting-24.png: New.

svn path=/trunk/; revision=16954
2002-05-20 21:27:48 +00:00
8accbe54ed font.png: Add for the font config prefs.
2002-04-25  Larry Ewing  <lewing@ximian.com>

	* Makefile.am (images_DATA): font.png: Add for the font config
	prefs.

svn path=/trunk/; revision=16716
2002-05-08 01:50:57 +00:00
d601244b7f it's monkey-16.png not monkey.png
svn path=/trunk/; revision=16434
2002-04-10 22:36:30 +00:00
44a748f48a add Rupert's seal of approval
svn path=/trunk/; revision=16432
2002-04-10 21:32:48 +00:00
eaeb675f41 Add. (Copied from Unscalable Gorilla because it was handy. Will probably
* Makefile.am (images_DATA), folder-settings.png: Add. (Copied
	from Unscalable Gorilla because it was handy. Will probably get
	changed to something else...)

svn path=/trunk/; revision=16422
2002-04-10 18:55:23 +00:00
c768890b0a *** empty log message ***
svn path=/trunk/; revision=16285
2002-03-29 21:43:51 +00:00
60bccda439 Add working-16.png (the GNOME2 stock "wait" icon, from Jakub)
* Makefile.am (images_DATA): Add working-16.png (the GNOME2 stock
	"wait" icon, from Jakub)

svn path=/trunk/; revision=16243
2002-03-25 15:37:17 +00:00