aboutsummaryrefslogtreecommitdiffstats
path: root/art/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* ** Fixes bug #547411Matthew Barnes2008-08-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | 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
* ** Fixes bug #542125Matthew Barnes2008-07-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-121-0/+6
| | | | | | | | | | | | | | | | | | | | | 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
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-0/+6
| | | | svn path=/trunk/; revision=33646
* Fix for bug #435610Srinivasa Ragavan2007-05-141-0/+7
| | | | svn path=/trunk/; revision=33536
* Fix for bug #398145Srinivasa Ragavan2007-05-111-0/+6
| | | | svn path=/trunk/; revision=33508
* ** Fixes bug #350253Matthew Barnes2007-02-131-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fixes bug #356811Matthew Barnes2006-09-251-0/+7
| | | | | | | | | | | 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
* Added new icons to buildSrinivasa Ragavan2006-05-251-0/+8
| | | | svn path=/trunk/; revision=32022
* **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIRVeerapuram Varadhan2006-03-061-0/+4
| | | | | | | | **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
* Add README and jump.xpmRodney Dawes2004-05-201-0/+4
| | | | | | | | 2004-05-20 Rodney Dawes <dobey@ximian.com> * Makefile.am (EXTRA_DIST): Add README and jump.xpm svn path=/trunk/; revision=26009
* New file explaining how to add icons to the build, etc.Jeffrey Stedfast2004-05-201-0/+9
| | | | | | | | | | | | | 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
* autocompletion icon for the preferencesJakub Steiner2004-03-091-0/+5
| | | | | | | | | 2004-03-09 Jakub Steiner <jimmac@ximian.com> * autocompletion.png: * Makefile.am: autocompletion icon for the preferences svn path=/trunk/; revision=24997
* added 16 pixels versions of junk icons from the gnome-icon-theme moduleRadek Doulik2004-03-091-0/+5
| | | | | | | | | 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
* alarm.png briefcase.png cellphone.png envelope.png evolution-calendar.pngJakub Steiner2004-03-081-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-08 Jakub Steiner <jimmac@ximian.com> * alarm.png * briefcase.png * cellphone.png * envelope.png * evolution-calendar.png * evolution-notes-mini.png * evolution-notes.png * evolution-tasks-mini.png * evolution-tasks.png * evolution-today.png * ico-calendar.png * im-invisible.png * import.png * mail-config-druid-identity.png * print-preview-24.png * print.png * schedule-meeting-16.png * schedule-meeting-16.xpm * schedule-meeting-24.png * stock-notjunk-24.png * summary-settings.png: since using gnome-icon-theme is miles away, I tried bringing the art/ mess a bit up to date. Lots of xpm hell still :( svn path=/trunk/; revision=24984
* . closes bug #54972Jakub Steiner2004-03-081-0/+4
| | | | | | | | 2004-03-08 Jakub Steiner <jimmac@ximian.com> * im-nov.png: (16x16). closes bug #54972 svn path=/trunk/; revision=24983
* added im-nov.png (icon for Groupwise im) to images_DATASivaiah Nallagatla2004-02-271-0/+4
| | | | | | | | 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
* 16x16 jabberJakub Steiner2004-02-031-0/+4
| | | | | | | | 2004-02-03 Jakub Steiner <jimmac@ximian.com> * im-jabber.png: 16x16 jabber svn path=/trunk/; revision=24576
* im-aim.png im-icq.png im-msn.png it indeed appears you need 16x16Jakub Steiner2004-01-301-0/+7
| | | | | | | | | | | 2004-01-29 Jakub Steiner <jimmac@ximian.com> * im-aim.png * im-icq.png * im-msn.png * im-yahoo.png: it indeed appears you need 16x16 svn path=/trunk/; revision=24529
* im-aim.png im-icq.png im-msn.png although I'm adding these toJakub Steiner2004-01-301-0/+17
| | | | | | | | | | | | | | | | | | | | | 2004-01-29 Jakub Steiner <jimmac@ximian.com> * im-aim.png * im-icq.png * im-msn.png * im-yahoo.png: although I'm adding these to gnome-icon-theme instead, these are so ugly I replaced them here too. The rest of the im-* stuff I'm not quite sure what those represent. Will try to redo those as well. I have 16x16 versions of these in git, so if those are used scaled down, as I saw in a screenshot, feel free to use the 16x16 versions. They will look better. Also feel free to file icon requests agains the gnome-icon-theme if you want Evolution icons. svn path=/trunk/; revision=24528
* added flag-for-followup-done-16.png (glade_DATA): addedNot Zed2004-01-151-0/+5
| | | | | | | | | 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
* Added IM png files from Gaim.Christian Hammond2004-01-121-0/+4
| | | | | | | | 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
* Add videoconf.pngRoss Burton2004-01-091-0/+12
| | | | svn path=/trunk/; revision=24115
* added stock junk button and notjunk placeholder (until artists have theRadek Doulik2003-12-051-0/+5
| | | | | | | | | 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
* Add flag-for-followup-done.xpm to EXTRA_DISTRodney Dawes2003-12-031-0/+4
| | | | | | | | 2003-12-02 Rodney Dawes <dobey@ximian.com> * Makefile.am: Add flag-for-followup-done.xpm to EXTRA_DIST svn path=/trunk/; revision=23584
* Changed the base flag colour to reddish, and created a -done set, theNot Zed2003-12-021-0/+5
| | | | | | | | | 2003-12-02 Not Zed <NotZed@Ximian.com> * flag-for-folloup*: Changed the base flag colour to reddish, and created a -done set, the original blue-ish colour. svn path=/trunk/; revision=23569
* replace the foobar fileJakub Steiner2003-11-121-0/+4
| | | | | | | | 2003-11-12 Jakub Steiner <jimmac@ximian.com> * about-box.png: replace the foobar file svn path=/trunk/; revision=23291
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* More artwork from Jakub.Ettore Perazzoli2003-09-241-0/+4
| | | | svn path=/trunk/; revision=22687
* New artwork from Jakub.Ettore Perazzoli2003-09-241-0/+4
| | | | svn path=/trunk/; revision=22686
* add icon for the focused jump button.Bolian Yin2003-09-121-0/+4
| | | | | | | | 2003-09-12 Bolian Yin <bolian.yin@sun.com> * jump.xpm: add icon for the focused jump button. svn path=/trunk/; revision=22547
* Add icons used by the calendar alarm's systray notification. These areHans Petter Jansson2003-08-291-0/+7
| | | | | | | | | | | 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
* update Copyright infoJakub Steiner2003-06-231-0/+4
| | | | | | | | | 2003-06-23 Jakub Steiner <jimmac@ximian.com> * splash.png: * about-box.png: update Copyright info svn path=/trunk/; revision=21505
* Roll over ChangeLogs.Ettore Perazzoli2003-06-101-712/+0
| | | | svn path=/trunk/; revision=21387
* (install-data-local) [DEFAULT_BINARY]: SymlinkEttore Perazzoli2003-06-021-0/+5
| | | | | | evolution.png to evolution-$(BASE_VERSION).png. [#43596] svn path=/trunk/; revision=21367
* Update copyright infoJakub Steiner2003-05-281-0/+4
| | | | | | | | 2003-05-27 Jakub Steiner <jimmac@ximian.com> * about-box.png, splash.png: Update copyright info svn path=/trunk/; revision=21337
* New artwork from Jakub.Ettore Perazzoli2003-05-221-0/+4
| | | | svn path=/trunk/; revision=21302
* send-16.pngJakub Steiner2003-05-061-0/+1
| | | | svn path=/trunk/; revision=21108
* evolution-contacts-plain.pngJakub Steiner2003-05-061-0/+17
| | | | | | | | | | | | | | | | | | | | | 2003-05-05 Jakub Steiner <jimmac@ximian.com> * evolution-contacts-plain.png * evolution-contacts.png: * globe.png: * malehead.png: * next-message.png: * previous-message.png: * receive-24.png: * reply-to-all.png: * reply.png: * send-24-receive.png: * send-24.png: * send-receive.xpm: * send.png: quick fix of the artwork, the rest goes to the (future) icon theme svn path=/trunk/; revision=21107
* add stock-edit-{16,24}.pngChris Toshok2003-04-301-0/+4
| | | | | | | | 2003-04-29 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): add stock-edit-{16,24}.png svn path=/trunk/; revision=21029
* New artwork from Jakub.Ettore Perazzoli2003-03-041-0/+4
| | | | svn path=/trunk/; revision=20123
* remove imagesdir, etc, which are now defined in configure.inDan Winship2003-02-061-0/+5
| | | | | | | * Makefile.am: remove imagesdir, etc, which are now defined in configure.in svn path=/trunk/; revision=19803
* (imagesdir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-231-0/+9
| | | | | | | | | | (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
* (imagesdir): Install images intoEttore Perazzoli2003-01-091-0/+9
| | | | | | | | | | $(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
* New work-in-progress splash from Jakub.Ettore Perazzoli2002-11-261-0/+4
| | | | svn path=/trunk/; revision=18916
* Update.Ettore Perazzoli2002-10-281-0/+5
| | | | svn path=/trunk/; revision=18456
* New. New.Ettore Perazzoli2002-10-281-0/+5
| | | | | | | * settings.png: New. * settings-16.png: New. svn path=/trunk/; revision=18455
* Sync for 1.1.2.Ettore Perazzoli2002-10-081-0/+4
| | | | svn path=/trunk/; revision=18347
* New icon for "Post a Reply" from Jakub.Dan Winship2002-09-281-0/+4
| | | | | | * post-reply-24.png: New icon for "Post a Reply" from Jakub. svn path=/trunk/; revision=18244
* Sync for 1.1.1.Ettore Perazzoli2002-09-101-0/+4
| | | | svn path=/trunk/; revision=18024
* New icon from Jakub.Ettore Perazzoli2002-09-041-0/+4
| | | | svn path=/trunk/; revision=17955
* use a more gnomeish versionJakub Steiner2002-09-031-0/+4
| | | | | | * ldap-settings.png: use a more gnomeish version svn path=/trunk/; revision=17942
* New artwork from Jakub. Likewise. Likewise.Ettore Perazzoli2002-08-021-0/+8
| | | | | | | | | | * 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
* New icon for mail (gnome-textfile.png from GNOME 2, byEttore Perazzoli2002-07-271-0/+5
| | | | | | Tuomas' suggestion). svn path=/trunk/; revision=17608
* icon fixesJakub Steiner2002-07-241-0/+5
| | | | svn path=/trunk/; revision=17555
* add new image22002-07-231-0/+4
| | | | | | | | 2002-07-22 <jpr@ximian.com> * Makefile.am: add new image svn path=/trunk/; revision=17527
* Added final large versions of the InboxEttore Perazzoli2002-07-171-0/+5
| | | | | | and Outbox icons. svn path=/trunk/; revision=17486
* add folder.png, folder-mini.png, public-folder.png, andDan Winship2002-07-161-0/+10
| | | | | | | | | | | | * 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
* (images_DATA): inbox-mini.png instead ofEttore Perazzoli2002-07-101-0/+8
| | | | | | | | | 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
* New.Ettore Perazzoli2002-05-211-0/+4
| | | | | | * schedule-meeting-24.png: New. svn path=/trunk/; revision=16954
* font.png: Add for the font config prefs.Larry Ewing2002-04-261-0/+5
| | | | | | | | | 2002-04-25 Larry Ewing <lewing@ximian.com> * Makefile.am (images_DATA): font.png: Add for the font config prefs. svn path=/trunk/; revision=16585
* Replace with an antialiased versionDan Winship2002-04-181-0/+4
| | | | | | * monkey-16.png: Replace with an antialiased version svn path=/trunk/; revision=16497
* Add. (Copied from Unscalable Gorilla because it was handy. Will probablyDan Winship2002-04-111-0/+6
| | | | | | | | * 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
* *** empty log message ***Ettore Perazzoli2002-03-301-0/+8
| | | | svn path=/trunk/; revision=16285
* Add working-16.png (the GNOME2 stock "wait" icon, from Jakub)Dan Winship2002-03-251-0/+5
| | | | | | | * Makefile.am (images_DATA): Add working-16.png (the GNOME2 stock "wait" icon, from Jakub) svn path=/trunk/; revision=16243
* Rename the internal structure to coincide with the filenames.Jeffrey Stedfast2002-03-051-0/+5
| | | | | | | | | 2002-03-04 Jeffrey Stedfast <fejj@ximian.com> * forward.xpm, reply.xpm, reply_to_all.xpm: Rename the internal structure to coincide with the filenames. svn path=/trunk/; revision=15908
* New cool artwork from Jakub.Ettore Perazzoli2002-03-011-0/+4
| | | | | | * about-box.png, splash.png: New cool artwork from Jakub. svn path=/trunk/; revision=15875
* Remove meeting_widget.png from the build since it doesn't seem to be inJeffrey Stedfast2002-02-231-0/+5
| | | | | | | | | 2002-02-22 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Remove meeting_widget.png from the build since it doesn't seem to be in cvs? svn path=/trunk/; revision=15800
* summary preferences menu iconJakub Steiner2002-02-211-0/+5
| | | | svn path=/trunk/; revision=15772
* New icons.Jeffrey Stedfast2002-02-141-0/+8
| | | | | | | | | | | | 2002-02-13 Jeffrey Stedfast <fejj@ximian.com> * flag-for-followup.xpm: * flag-for-followup-16.png: * flag-for-followup-48.png: New icons. * Makefile.am: Added the new icons... svn path=/trunk/; revision=15717
* Install mail-new.xpm, mail-read.xpm and priority-high.xpm in the sameJeffrey Stedfast2002-02-131-0/+6
| | | | | | | | | | 2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Install mail-new.xpm, mail-read.xpm and priority-high.xpm in the same place as other bonobo-ui menu pixmaps so we can use these in menus too. svn path=/trunk/; revision=15699
* new iconJP Rosevear2002-02-091-0/+8
| | | | | | | | | | | | 2002-02-08 JP Rosevear <jpr@ximian.com> * connect_to_url-16.xpm: new icon * new_all_day_event.png: ditto * Makefile.am: install and dist new images svn path=/trunk/; revision=15608
* Fix typo.Jon Trowbridge2001-12-121-1/+1
| | | | svn path=/trunk/; revision=14983
* A new icon that sucks less. We still need stoem Tuomas-love.Jon Trowbridge2001-12-121-0/+5
| | | | | | | | | 2001-12-11 Jon Trowbridge <trow@ximian.com> * mail-need-reply.xpm: A new icon that sucks less. We still need stoem Tuomas-love. svn path=/trunk/; revision=14982
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements marking messages as "Need Reply". 2001-12-09 Jon Trowbridge <trow@ximian.com> * mail-need-reply.xpm: Added a really, really ugly and awful icon to symbolize "message needs a reply". * Makefile.am (EXTRA_DIST): Added mail-need-reply.xpm. 2001-12-09 Jon Trowbridge <trow@ximian.com> * camel-folder-summary.c: Add "NeedsReply" to the flag_names array for CAMEL_MESSAGE_NEEDS_REPLY. * camel-folder-summary.h: Added CAMEL_MESSAGE_NEEDS_REPLY flag. 2001-12-09 Jon Trowbridge <trow@ximian.com> * vfoldertypes.xml: Add "Needs Reply" option to different status types. * filtertypes.xml: Add "Needs Reply" option to different status types. 2001-12-09 Jon Trowbridge <trow@ximian.com> * message-list.c: #include "art/mail-need-reply.xpm". (ml_tree_value_at): Adjust magic numbers, show "Need Reply" icon if the message needs reply. (message_list_create_extras): Adjust magic numbers to add new icon. (on_click): Changed to toggle between unread, read, and need reply when the status icon is clicked. * mail-callbacks.c (mark_as_needing_reply): Added. (mark_as_not_needing_reply): Added. Add "set" value to struct post_send_data. (composer_sent_cb): Use both "flags" and "set" elements of post_send_data when setting message flags. (mail_reply): Clear "Needs Reply" flag when we actually reply to a message. * folder-browser.c: Changed flag values to be given by bit-shifting (1<<5) vs. base-ten (32). Added CAN_MARK_DOESNT_NEED_REPLY flag. Added "Mark as Needing Reply" and "Mark as Not Needing Reply" elements to context menu. (on_right_click): Hide "Mark as (Not) Needing Reply" context menu elements as appropriate. svn path=/trunk/; revision=14946
* New, updated icon from Tuomas.Ettore Perazzoli2001-11-071-0/+4
| | | | | | * evolution.png: New, updated icon from Tuomas. svn path=/trunk/; revision=14612
* dist the glade dataJP Rosevear2001-11-061-0/+4
| | | | | | | | 2001-11-05 JP Rosevear <jpr@ximian.com> * Makefile.am (EXTRA_DIST): dist the glade data svn path=/trunk/; revision=14595
* Fix for #14281 (missing icons in the druids).Ettore Perazzoli2001-11-031-0/+6
| | | | svn path=/trunk/; revision=14576
* Install `evolution.png', not `evolution-icon.png'.Ettore Perazzoli2001-10-311-0/+7
| | | | | | | | | * Makefile.am: Install `evolution.png', not `evolution-icon.png'. * evolution.png: Renamed from `evolution-icon.png', removing the old, now unused `evolution.png'. svn path=/trunk/; revision=14538
* new splashJakub Steiner2001-10-311-0/+4
| | | | svn path=/trunk/; revision=14480
* Remove the "1" from "1.0 Release Candidate 1" so it looks better.Ettore Perazzoli2001-10-301-0/+5
| | | | | | | * splash.png: Remove the "1" from "1.0 Release Candidate 1" so it looks better. svn path=/trunk/; revision=14417
* this too so the icons gets installed.. -tig-Tuomas Kuosmanen2001-10-231-0/+3
| | | | svn path=/trunk/; revision=13910
* New app icon, should scale better..Tuomas Kuosmanen2001-10-231-0/+4
| | | | | | -tig- svn path=/trunk/; revision=13907
* new splashJakub Steiner2001-10-221-0/+1
| | | | svn path=/trunk/; revision=13867
* update the look a bitJakub Steiner2001-10-221-0/+4
| | | | svn path=/trunk/; revision=13866
* Add `about-box.png'.Ettore Perazzoli2001-10-201-0/+6
| | | | | | | | | | 2001-10-16 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (images_DATA): Add `about-box.png'. * about-box.png: New image for the about box from Jakub. svn path=/trunk/; revision=13805
* add alarm.png for the new alarm notification code.Larry Ewing2001-10-191-0/+5
| | | | | | | | | 2001-10-18 Larry Ewing <lewing@ximian.com> * Makefile.am (images_DATA): add alarm.png for the new alarm notification code. svn path=/trunk/; revision=13761
* change ldap-16.png to ldap-mini.png, and add ldap.png.Chris Toshok2001-10-051-0/+5
| | | | | | | | | 2001-10-04 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): change ldap-16.png to ldap-mini.png, and add ldap.png. svn path=/trunk/; revision=13410
* LDAPJakub Steiner2001-10-041-0/+1
| | | | svn path=/trunk/; revision=13401
* splash version bumpJakub Steiner2001-10-041-0/+4
| | | | svn path=/trunk/; revision=13394
* Added task.pngIain Holmes2001-09-261-0/+4
| | | | svn path=/trunk/; revision=13126
* Remove timezone.png...Iain Holmes2001-09-221-0/+4
| | | | svn path=/trunk/; revision=13072
* Add timeszone-16.xpmIain Holmes2001-09-221-0/+4
| | | | svn path=/trunk/; revision=13068
* Beta4 splashJakub Steiner2001-09-221-0/+4
| | | | svn path=/trunk/; revision=13063
* pgp signature iconsJakub Steiner2001-09-081-0/+5
| | | | svn path=/trunk/; revision=12693
* add ldap-16.png.Chris Toshok2001-09-071-0/+4
| | | | | | | | 2001-09-06 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): add ldap-16.png. svn path=/trunk/; revision=12669
* ical meeting iconJakub Steiner2001-09-051-0/+5
| | | | svn path=/trunk/; revision=12621
* timezone druid iconJakub Steiner2001-09-041-0/+6
| | | | svn path=/trunk/; revision=12576
* install new fileJP Rosevear2001-08-201-0/+6
| | | | | | | | | | 2001-08-20 JP Rosevear <jpr@ximian.com> * Makefile.am: install new file * talking-heads.png: new graphic for meeting requests svn path=/trunk/; revision=12285
* added save-24.png.Damon Chaplin2001-08-201-0/+1
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * Makefile.am (buttons_DATA): added save-24.png. svn path=/trunk/; revision=12277
* added goto-16.png & new_task-16.png.Damon Chaplin2001-08-201-0/+4
| | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): added goto-16.png & new_task-16.png. svn path=/trunk/; revision=12273
* added cut.png, copy.png & paste.png, so we can use them for the tasksDamon Chaplin2001-08-201-0/+5
| | | | | | | | | 2001-08-20 Damon Chaplin <damon@ximian.com> * Makefile.am (buttons_DATA): added cut.png, copy.png & paste.png, so we can use them for the tasks toolbar. svn path=/trunk/; revision=12255
* added 16_copy.png, 16_customize.png, 16_cut.png & 16_paste.png.Damon Chaplin2001-08-191-0/+7
| | | | | | | | | | | 2001-08-18 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): added 16_copy.png, 16_customize.png, 16_cut.png & 16_paste.png. (buttons_DATA): added new_task.png, which I made from scaling up the smaller task.xpm icon. svn path=/trunk/; revision=12212
* Change pixtype of "MessageDelete" to "pixbuf".Ettore Perazzoli2001-08-191-0/+4
| | | | | | | | | | | * evolution-mail-message.xml: Change pixtype of "MessageDelete" to "pixbuf". * folder-browser-ui.c: Hook the new `delete-message.png' up. * Makefile.am (buttons_DATA): Added `delete-message.png'. svn path=/trunk/; revision=12204
* moved task.xpm here, so it gets installed, so we can use it for the menus.Damon Chaplin2001-08-181-0/+6
| | | | | | | | | | 2001-08-17 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): moved task.xpm here, so it gets installed, so we can use it for the menus. Note that we don't have an icon to use in the toolbar for a new task, and we need one. Jakub? svn path=/trunk/; revision=12194
* Added.Jeffrey Stedfast2001-08-181-79/+81
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * wax-seal.png: Added. * wax-seal-broken.png: Added. svn path=/trunk/; revision=12179
* boring splash againJakub Steiner2001-08-171-0/+4
| | | | svn path=/trunk/; revision=12154
* splash screensJakub Steiner2001-08-171-1/+2
| | | | svn path=/trunk/; revision=12153
* Rupertzilla splashJakub Steiner2001-08-171-0/+4
| | | | svn path=/trunk/; revision=12152
* next/previous message using the new document templateJakub Steiner2001-08-171-0/+5
| | | | svn path=/trunk/; revision=12118
* compose message fixJakub Steiner2001-08-161-0/+2
| | | | svn path=/trunk/; revision=12054
* change yellow attachment to white oneJakub Steiner2001-08-151-0/+4
| | | | svn path=/trunk/; revision=12051
* fix contact panel iconsJakub Steiner2001-08-151-0/+7
| | | | svn path=/trunk/; revision=12046
* oop, wrong filenameJakub Steiner2001-08-151-1/+1
| | | | svn path=/trunk/; revision=12045
* less detail on bottomJakub Steiner2001-08-151-0/+5
| | | | svn path=/trunk/; revision=12044
* icon for "Goto date.." -button. /tigertTuomas Kuosmanen2001-08-151-0/+5
| | | | svn path=/trunk/; revision=12035
* New arrow icons for calendar.. /tigertTuomas Kuosmanen2001-08-151-0/+4
| | | | svn path=/trunk/; revision=12023
* new summary tree view iconJakub Steiner2001-08-141-0/+4
| | | | svn path=/trunk/; revision=12003
* removed these files, which are now in galRodrigo Moya2001-08-101-0/+4
| | | | | | | | 2001-08-10 Rodrigo Moya <rodrigo@ximian.com> * 16_category_*: removed these files, which are now in gal svn path=/trunk/; revision=11879
* Fixed to match the style of the other icons.. /tigertTuomas Kuosmanen2001-08-091-0/+6
| | | | svn path=/trunk/; revision=11831
* copied from the international category icon. It would be better to have 2Damon Chaplin2001-08-081-0/+6
| | | | | | | | | | 2001-08-07 Damon Chaplin <damon@ximian.com> * timezone-16.xpm: copied from the international category icon. It would be better to have 2 different icons for these, but I had to get rid of that square timezone icon! svn path=/trunk/; revision=11740
* better mini trash iconJakub Steiner2001-08-081-0/+5
| | | | svn path=/trunk/; revision=11730
* menu iconsJakub Steiner2001-08-071-0/+1
| | | | svn path=/trunk/; revision=11728
* menu and tree view icons; rearrangementsJakub Steiner2001-08-071-0/+9
| | | | svn path=/trunk/; revision=11727
* tree view iconsJakub Steiner2001-08-071-0/+4
| | | | svn path=/trunk/; revision=11726
* tree view iconsJakub Steiner2001-08-031-0/+5
| | | | svn path=/trunk/; revision=11609
* my evolutionJakub Steiner2001-08-031-0/+7
| | | | svn path=/trunk/; revision=11590
* receive dialog for the send/receive dialog -- /tigertTuomas Kuosmanen2001-08-021-0/+4
| | | | svn path=/trunk/; revision=11570
* beta2 splashJakub Steiner2001-08-011-0/+4
| | | | svn path=/trunk/; revision=11520
* New version of icon. /tigertTuomas Kuosmanen2001-07-311-0/+5
| | | | svn path=/trunk/; revision=11508
* menu iconsJakub Steiner2001-07-301-0/+10
| | | | svn path=/trunk/; revision=11469
* This might fix bug#4704 (new version of the new apppointment icon /tigertTuomas Kuosmanen2001-07-271-0/+4
| | | | svn path=/trunk/; revision=11444
* added print-preview-24.png.Damon Chaplin2001-07-261-0/+4
| | | | | | | | 2001-07-25 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): added print-preview-24.png. svn path=/trunk/; revision=11415
* print preview for new appointmentJakub Steiner2001-07-251-0/+5
| | | | svn path=/trunk/; revision=11398
* Pull in new splash screenJP Rosevear2001-07-211-0/+4
| | | | | | | | 2001-07-20 JP Rosevear <jpr@ximian.com> * Pull in new splash screen svn path=/trunk/; revision=11269
* install 2 new category icons (16_category_suppliers.png andRodrigo Moya2001-07-201-0/+5
| | | | | | | | | 2001-07-20 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: install 2 new category icons (16_category_suppliers.png and 16_category_time-and-expenses.png) svn path=/trunk/; revision=11262
* New category icon again... /tigertTuomas Kuosmanen2001-07-201-0/+3
| | | | svn path=/trunk/; revision=11259
* Icon for "suppliers" category for Evolution. /tigertTuomas Kuosmanen2001-07-201-0/+2
| | | | svn path=/trunk/; revision=11258
* Removed the colored background from the icons, since it turned out itTuomas Kuosmanen2001-07-201-0/+8
| | | | | | | | was confusing, especially on the "small icons" mode of the shortcutbar. /tigert svn path=/trunk/; revision=11255
* install the 2 new category iconsRodrigo Moya2001-07-201-0/+4
| | | | | | | | 2001-07-19 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: install the 2 new category icons svn path=/trunk/; revision=11234
* 2 new category icons.. /tigertTuomas Kuosmanen2001-07-201-0/+5
| | | | svn path=/trunk/; revision=11229
* toolbar icons for message editorJakub Steiner2001-07-191-0/+5
| | | | svn path=/trunk/; revision=11215
* install category iconsRodrigo Moya2001-07-181-0/+4
| | | | | | | | 2001-07-17 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: install category icons svn path=/trunk/; revision=11160
* new icons.. /tigertTuomas Kuosmanen2001-07-171-0/+5
| | | | svn path=/trunk/; revision=11154
* Changelog too.. /tigertTuomas Kuosmanen2001-07-161-0/+6
| | | | svn path=/trunk/; revision=11123
* new category icons, more to follow. /tigertTuomas Kuosmanen2001-07-141-0/+5
| | | | svn path=/trunk/; revision=11103
* new icon, for "customize", based on jakub's nifty wrench icon. /tigertTuomas Kuosmanen2001-07-131-0/+5
| | | | svn path=/trunk/; revision=11082
* extra dist another xpmJP Rosevear2001-07-121-0/+4
| | | | | | | | 2001-07-12 JP Rosevear <jpr@ximian.com> * Makefile.am: extra dist another xpm svn path=/trunk/; revision=11036
* Renamed for consistency. Though we need to think about the consistent namingTuomas Kuosmanen2001-07-121-0/+12
| | | | | | a bit sometime. /tigert svn path=/trunk/; revision=11035
* menu icon version of new appointment icon /tigertTuomas Kuosmanen2001-07-101-1/+3
| | | | svn path=/trunk/; revision=10952
* New appointment icon.. /tigertTuomas Kuosmanen2001-07-101-0/+4
| | | | svn path=/trunk/; revision=10950
* Install myweather-*.png iconsIain Holmes2001-07-101-0/+4
| | | | svn path=/trunk/; revision=10928
* New iconz! Yowza. For the menus. /tigertTuomas Kuosmanen2001-07-071-0/+6
| | | | svn path=/trunk/; revision=10886
* weather iconsJakub Steiner2001-07-051-0/+4
| | | | svn path=/trunk/; revision=10796
* set "pixname" value only if pixbuf was loaded successfully. OtherwiseGediminas Paulauskas2001-07-051-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * evolution-shell-component-utils.c (e_pixmaps_update): set "pixname" value only if pixbuf was loaded successfully. Otherwise component crashes if image is not found. Should be checked for sanity in bonobo_ui_component_set_prop IMHO. 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * Makefile.am: install apply-filters-16.xpm 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * evolution-mail-message.xml: MessageApplyFilters now has an icon. 2001-07-04 Gediminas Paulauskas <menesis@delfi.lt> * folder-browser-ui.c (message_pixcache): set icon for ApplyFilters command. svn path=/trunk/; revision=10783
* new iconz warez for do0dz! /t1g3rtTuomas Kuosmanen2001-07-031-0/+5
| | | | svn path=/trunk/; revision=10740
* non-isometric versions of menu icons - print and print previewJakub Steiner2001-07-021-0/+6
| | | | svn path=/trunk/; revision=10660
* Use Tuomas' next-message, previous-message and print icons in theEttore Perazzoli2001-07-011-0/+5
| | | | | | mailer. svn path=/trunk/; revision=10647
* manage subscriptions toolbar iconsJakub Steiner2001-06-291-0/+5
| | | | svn path=/trunk/; revision=10601
* new icon for print button. /tigertTuomas Kuosmanen2001-06-291-0/+2
| | | | svn path=/trunk/; revision=10598
* new icons for next / previous message buttons. Some kind soul could patchTuomas Kuosmanen2001-06-291-0/+5
| | | | | | these in as the current icons are from gnome-stock. /tigert svn path=/trunk/; revision=10597
* add contact-is-a-list.pngChris Toshok2001-06-291-0/+4
| | | | | | | | 2001-06-29 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): add contact-is-a-list.png svn path=/trunk/; revision=10595
* added icon for toshok, for contact lists.. /tigertTuomas Kuosmanen2001-06-291-0/+4
| | | | svn path=/trunk/; revision=10594
* Install the add-attachment.png icon.Jeffrey Stedfast2001-06-281-0/+4
| | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Install the add-attachment.png icon. svn path=/trunk/; revision=10538
* new version of the calendar mini icon on the folder tree.. /tigertTuomas Kuosmanen2001-06-281-0/+5
| | | | svn path=/trunk/; revision=10534
* world map picture used for selecting timezones. added world_map-960.pngDamon Chaplin2001-06-201-0/+5
| | | | | | | | | 2001-06-19 Damon Chaplin <damon@ximian.com> * world_map-960.png: world map picture used for selecting timezones. * Makefile.am (images_DATA): added world_map-960.png for timezones. svn path=/trunk/; revision=10307
* menu iconsJakub Steiner2001-06-151-0/+3
| | | | svn path=/trunk/; revision=10239
* vfoldersJakub Steiner2001-06-151-0/+1
| | | | svn path=/trunk/; revision=10236
* apply filterJakub Steiner2001-06-151-0/+4
| | | | svn path=/trunk/; revision=10234
* ximianize the exec. summary iconsJakub Steiner2001-06-141-0/+4
| | | | svn path=/trunk/; revision=10212
* 1.0 splash; wasn't anti-aliased for some odd reasonJakub Steiner2001-06-141-0/+5
| | | | svn path=/trunk/; revision=10211
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+13
| | | | svn path=/trunk/; revision=10163
* diff. timezone eventsJakub Steiner2001-06-041-0/+4
| | | | svn path=/trunk/; revision=10108
* fixed bad shadowJakub Steiner2001-05-221-0/+4
| | | | svn path=/trunk/; revision=9919
* Install Jakub's new iconsDan Winship2001-05-181-0/+4
| | | | | | * Makefile.am (images_DATA): Install Jakub's new icons svn path=/trunk/; revision=9868
* mail config druid iconsJakub Steiner2001-05-171-0/+10
| | | | svn path=/trunk/; revision=9865
* forgot to mention color change for calendarJakub Steiner2001-05-171-0/+1
| | | | svn path=/trunk/; revision=9846
* fixes #2862Jakub Steiner2001-05-171-0/+7
| | | | svn path=/trunk/; revision=9845
* Modify ChangeLog to say that the icons are by Tuomas.Ettore Perazzoli2001-05-161-2/+2
| | | | svn path=/trunk/; revision=9844
* New icons for offline/online status.Ettore Perazzoli2001-05-161-0/+7
| | | | svn path=/trunk/; revision=9843
* add in the new find_message.xpmDuncan Mak2001-05-151-0/+4
| | | | | | | | 2001-05-14 Duncan Mak <duncan@ximian.com> * Makefile.am (images_DATA): add in the new find_message.xpm svn path=/trunk/; revision=9803
* Find (in?) messageJakub Steiner2001-05-141-0/+4
svn path=/trunk/; revision=9790