aboutsummaryrefslogtreecommitdiffstats
path: root/art/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-2/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-2/+0
| | | | | GTK+ already does this. Eliminates e_icon_factory_init() and e_icon_factory_shutdown().
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* ** Fixes bug #547411Matthew Barnes2008-08-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | | 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
* ** Additional fix for bug #467115Michael Monreal2008-08-081-1/+0
| | | | | | | | | | | | | | 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
* ** Fixes bug #542125Matthew Barnes2008-07-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-43/+0
| | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | svn path=/trunk/; revision=33646
* Fix for bug #435610Srinivasa Ragavan2007-05-141-2/+4
| | | | svn path=/trunk/; revision=33536
* Fix for bug #398145Srinivasa Ragavan2007-05-111-0/+10
| | | | svn path=/trunk/; revision=33508
* ** Fixes bug #350253Matthew Barnes2007-02-131-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+3
| | | | | | | | | | | 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-1/+3
| | | | svn path=/trunk/; revision=32022
* **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIRVeerapuram Varadhan2006-03-061-1/+2
| | | | | | | | **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/+2
| | | | | | | | 2004-05-20 Rodney Dawes <dobey@ximian.com> * Makefile.am (EXTRA_DIST): Add README and jump.xpm svn path=/trunk/; revision=26009
* don't build the WWxHH subdirs yetJeffrey Stedfast2004-05-201-2/+0
| | | | svn path=/trunk/; revision=25995
* added 16x16 and 48x48 subdirsJeffrey Stedfast2004-05-201-0/+2
| | | | svn path=/trunk/; revision=25989
* New file explaining how to add icons to the build, etc.Jeffrey Stedfast2004-05-201-285/+6
| | | | | | | | | | | | | 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/+1
| | | | | | | | | 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/+2
| | | | | | | | | 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
* added im-nov.png (icon for Groupwise im) to images_DATASivaiah Nallagatla2004-02-271-0/+1
| | | | | | | | 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
* added flag-for-followup-done-16.png (glade_DATA): addedNot Zed2004-01-151-0/+2
| | | | | | | | | 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/+24
| | | | | | | | 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-1/+2
| | | | svn path=/trunk/; revision=24115
* added stock junk button and notjunk placeholder (until artists have theRadek Doulik2003-12-051-0/+2
| | | | | | | | | 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/+1
| | | | | | | | 2003-12-02 Rodney Dawes <dobey@ximian.com> * Makefile.am: Add flag-for-followup-done.xpm to EXTRA_DIST svn path=/trunk/; revision=23584
* merged spam filtering branchRadek Doulik2003-11-131-0/+2
| | | | svn path=/trunk/; revision=23302
* Add e-cal-list-view.etspec. (libevolution_calendar_la_SOURCES): AddHans Petter Jansson2003-10-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add icons used by the calendar alarm's systray notification. These areHans Petter Jansson2003-08-291-0/+2
| | | | | | | | | | | 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
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+1
| | | | svn path=/trunk/; revision=21426
* (install-data-local) [DEFAULT_BINARY]: SymlinkEttore Perazzoli2003-06-021-1/+4
| | | | | | evolution.png to evolution-$(BASE_VERSION).png. [#43596] svn path=/trunk/; revision=21367
* add stock-edit-{16,24}.pngChris Toshok2003-04-301-0/+2
| | | | | | | | 2003-04-29 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): add stock-edit-{16,24}.png svn path=/trunk/; revision=21029
* remove imagesdir, etc, which are now defined in configure.inDan Winship2003-02-061-4/+1
| | | | | | | * 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-9/+10
| | | | | | | | | | (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-3/+3
| | | | | | | | | | $(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. New.Ettore Perazzoli2002-10-281-0/+2
| | | | | | | * settings.png: New. * settings-16.png: New. svn path=/trunk/; revision=18455
* New icon for "Post a Reply" from Jakub.Dan Winship2002-09-281-0/+1
| | | | | | * post-reply-24.png: New icon for "Post a Reply" from Jakub. svn path=/trunk/; revision=18244
* New artwork from Jakub. Likewise. Likewise.Ettore Perazzoli2002-08-021-5/+3
| | | | | | | | | | * 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/+1
| | | | | | Tuomas' suggestion). svn path=/trunk/; revision=17608
* add new image22002-07-231-0/+1
| | | | | | | | 2002-07-22 <jpr@ximian.com> * Makefile.am: add new image svn path=/trunk/; revision=17527
* add folder.png, folder-mini.png, public-folder.png, andDan Winship2002-07-161-0/+4
| | | | | | | | | | | | * 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-4/+4
| | | | | | | | | 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
* added info bulb pictureRadek Doulik2002-05-301-0/+1
| | | | svn path=/trunk/; revision=17038
* New.Ettore Perazzoli2002-05-211-0/+1
| | | | | | * schedule-meeting-24.png: New. svn path=/trunk/; revision=16954
* font.png: Add for the font config prefs.Larry Ewing2002-05-081-0/+1
| | | | | | | | | 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
* it's monkey-16.png not monkey.pngJeffrey Stedfast2002-04-111-1/+1
| | | | svn path=/trunk/; revision=16434
* add Rupert's seal of approvalDan Winship2002-04-111-0/+1
| | | | svn path=/trunk/; revision=16432
* Add. (Copied from Unscalable Gorilla because it was handy. Will probablyDan Winship2002-04-111-0/+1
| | | | | | | | * 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-59/+64
| | | | svn path=/trunk/; revision=16285
* Add working-16.png (the GNOME2 stock "wait" icon, from Jakub)Dan Winship2002-03-251-1/+2
| | | | | | | * Makefile.am (images_DATA): Add working-16.png (the GNOME2 stock "wait" icon, from Jakub) svn path=/trunk/; revision=16243
* Remove meeting_widget.png from the build since it doesn't seem to be inJeffrey Stedfast2002-02-231-1/+0
| | | | | | | | | 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/+1
| | | | svn path=/trunk/; revision=15772
* New icons.Jeffrey Stedfast2002-02-141-0/+3
| | | | | | | | | | | | 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/+3
| | | | | | | | | | 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/+3
| | | | | | | | | | | | 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
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* dist the glade dataJP Rosevear2001-11-061-0/+1
| | | | | | | | 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-1/+14
| | | | svn path=/trunk/; revision=14576
* Install `evolution.png', not `evolution-icon.png'.Ettore Perazzoli2001-10-311-1/+1
| | | | | | | | | * 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
* this too so the icons gets installed.. -tig-Tuomas Kuosmanen2001-10-231-1/+2
| | | | svn path=/trunk/; revision=13910
* Add `about-box.png'.Ettore Perazzoli2001-10-201-4/+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-4/+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-1/+2
| | | | | | | | | 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
* Added task.pngIain Holmes2001-09-261-0/+1
| | | | svn path=/trunk/; revision=13126
* Remove timezone.png...Iain Holmes2001-09-221-1/+0
| | | | svn path=/trunk/; revision=13072
* Add timeszone-16.xpmIain Holmes2001-09-221-1/+3
| | | | svn path=/trunk/; revision=13068
* pgp signature iconsJakub Steiner2001-09-081-0/+3
| | | | svn path=/trunk/; revision=12693
* add ldap-16.png.Chris Toshok2001-09-071-0/+1
| | | | | | | | 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/+1
| | | | svn path=/trunk/; revision=12621
* timezone druid iconJakub Steiner2001-09-041-0/+1
| | | | svn path=/trunk/; revision=12576
* install new fileJP Rosevear2001-08-201-0/+1
| | | | | | | | | | 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/+2
| | | | | | | | 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/+3
| | | | | | | | | 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/+5
| | | | | | | | | | | 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/+1
| | | | | | | | | | | * 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-1/+1
| | | | | | | | | | 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-9/+11
| | | | | | | | | | 2001-08-17 Jeffrey Stedfast <fejj@ximian.com> * wax-seal.png: Added. * wax-seal-broken.png: Added. svn path=/trunk/; revision=12179
* icon for "Goto date.." -button. /tigertTuomas Kuosmanen2001-08-151-0/+1
| | | | svn path=/trunk/; revision=12035
* New arrow icons for calendar.. /tigertTuomas Kuosmanen2001-08-151-0/+2
| | | | svn path=/trunk/; revision=12023
* removed these files, which are now in galRodrigo Moya2001-08-101-23/+1
| | | | | | | | 2001-08-10 Rodrigo Moya <rodrigo@ximian.com> * 16_category_*: removed these files, which are now in gal svn path=/trunk/; revision=11879
* menu iconsJakub Steiner2001-08-071-0/+2
| | | | svn path=/trunk/; revision=11728
* menu and tree view icons; rearrangementsJakub Steiner2001-08-071-2/+8
| | | | svn path=/trunk/; revision=11727
* Install and use the new My Evolution icons from Jakub (they look reallyJacob Leach2001-08-031-0/+3
| | | | | | awesome Jakub, nice work). svn path=/trunk/; revision=11596
* receive dialog for the send/receive dialog -- /tigertTuomas Kuosmanen2001-08-021-0/+1
| | | | svn path=/trunk/; revision=11570
* More updates to icons, this time the Save, Save As, and Search icons forJacob Leach2001-08-011-0/+5
| | | | | | a few places. svn path=/trunk/; revision=11544
* Use the new Send and Send Later icons for the toolbar and menus in theJacob Leach2001-07-311-0/+3
| | | | | | composer. (Beautiful work Tuomas and Jakub!) svn path=/trunk/; revision=11511
* New icon for composer. Added to Makefile.am so it gets installed to theTuomas Kuosmanen2001-07-311-0/+1
| | | | | | buttons dir. /tigert svn path=/trunk/; revision=11505
* added print-preview-24.png.Damon Chaplin2001-07-261-1/+2
| | | | | | | | 2001-07-25 Damon Chaplin <damon@ximian.com> * Makefile.am (images_DATA): added print-preview-24.png. svn path=/trunk/; revision=11415
* install 2 new category icons (16_category_suppliers.png andRodrigo Moya2001-07-201-17/+19
| | | | | | | | | 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
* install the 2 new category iconsRodrigo Moya2001-07-201-1/+3
| | | | | | | | 2001-07-19 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: install the 2 new category icons svn path=/trunk/; revision=11234
* install category iconsRodrigo Moya2001-07-181-1/+19
| | | | | | | | 2001-07-17 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: install category icons svn path=/trunk/; revision=11160
* extra dist another xpmJP Rosevear2001-07-121-0/+1
| | | | | | | | 2001-07-12 JP Rosevear <jpr@ximian.com> * Makefile.am: extra dist another xpm svn path=/trunk/; revision=11036
* Install myweather-*.png iconsIain Holmes2001-07-101-0/+7
| | | | svn path=/trunk/; revision=10928
* set "pixname" value only if pixbuf was loaded successfully. OtherwiseGediminas Paulauskas2001-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Use Tuomas' next-message, previous-message and print icons in theEttore Perazzoli2001-07-011-0/+3
| | | | | | mailer. svn path=/trunk/; revision=10647
* add contact-is-a-list.pngChris Toshok2001-06-291-0/+1
| | | | | | | | 2001-06-29 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): add contact-is-a-list.png svn path=/trunk/; revision=10595
* Install the add-attachment.png icon.Jeffrey Stedfast2001-06-281-0/+1
| | | | | | | | 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Install the add-attachment.png icon. svn path=/trunk/; revision=10538
* world map picture used for selecting timezones. added world_map-960.pngDamon Chaplin2001-06-201-1/+2
| | | | | | | | | 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
* Committing the new My Evolution.Iain Holmes2001-06-091-0/+10
| | | | svn path=/trunk/; revision=10163
* missed oneDan Winship2001-05-181-0/+1
| | | | svn path=/trunk/; revision=9869
* Install Jakub's new iconsDan Winship2001-05-181-0/+5
| | | | | | * Makefile.am (images_DATA): Install Jakub's new icons svn path=/trunk/; revision=9868
* New icons for offline/online status.Ettore Perazzoli2001-05-161-0/+2
| | | | svn path=/trunk/; revision=9843
* add in the new find_message.xpmDuncan Mak2001-05-151-0/+1
| | | | | | | | 2001-05-14 Duncan Mak <duncan@ximian.com> * Makefile.am (images_DATA): add in the new find_message.xpm svn path=/trunk/; revision=9803
* Added in "compose-messages.png" in the Makefile of evolution/artDuncan Mak2001-04-221-0/+1
| | | | svn path=/trunk/; revision=9487
* set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 2001-04-04 Gediminas Paulauskas <menesis@delfi.lt> * mail-config-druid.c (create_html): set content type to utf8. * mail-config.c (mail_config_check_service): fix warning. * mail-display.c (link_open_in_browser): just call on_link_clicked(). (link_menu): Open link works. (link_copy_location): claim selection. (on_selection_get): new function, selection handler. (mail_display_new): connect to selection_get. FIXME: does not work. 2001-04-04 Gediminas Paulauskas <menesis@delfi.lt> * importer/importer.c (create_html): copied newer and fixed function from mail/mail-config-druid.c. (html_new, put_html): removed. (show_import_wizard): use create_html instead of html_new/put_html pair. * importer/importer.glade: a try to set logo. removed source generation options. svn path=/trunk/; revision=9161
* Executive summary and Trash now have nice icons both in tree/folder title andGediminas Paulauskas2001-04-041-1/+3
| | | | | | | | | | | | shortcut bar. Converted and replaced icons for trash and summary: exec-16-summary.xpm => evolution-today-mini.png delete_mesage.xpm => evolution-trash-mini.png, Copied evolution-trash.png icons from mc (needs tweaking to match other evolution icons though) svn path=/trunk/; revision=9154
* added missing evolution-contacts-plain.png which contact editor complained aboutGediminas Paulauskas2001-04-031-0/+1
| | | | svn path=/trunk/; revision=9113
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-3/+11
| | | | | | | | | | | | | | Guided by Jacub Stener's mail, where he explaned which icons were renamed or added, I added a bunch of new icons to menus, fixed renamed ones. Changed Trash and Executive summary folder type icons. Fixed art/Makefile.am for these changes. Also, pulled icon cache from mailer and moved it to e-util/e-gui-utils.h, made all components and dialogs use cache and not load pixmaps every time. Accidentally got a couple of includes fix in, but they won't break anything. svn path=/trunk/; revision=9092
* renaming icons to make Miguel's speedups possibleJakub Steiner2001-03-221-22/+22
| | | | svn path=/trunk/; revision=8884
* OopsMiguel de Icaza2001-03-221-1/+7
| | | | svn path=/trunk/; revision=8868
* Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-29/+35
| | | | | | | | | | | | 2001-03-15 Gediminas Paulauskas <menesis@delfi.lt> Removed .oafinfo files -- they are obsolete. Moved pixmaps from calendar/gui/ to art/ Moved evolution.png to art/ Moved evolution.desktop.in to data/ Generate doc/devel/executive-summary/Makefile svn path=/trunk/; revision=8727
* install conduit iconsJP Rosevear2001-03-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2001-03-02 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install conduit icons 2001-03-02 JP Rosevear <jpr@ximian.com> * conduit/Makefile.am: update sed script * conduit/e-address.conduit.in: update for new pilot foo 2001-03-02 JP Rosevear <jpr@ximian.com> * conduits/todo/e-todo.conduit.in: update for new pilot foo * conduits/calendar/e-calendar.conduit.in: ditto * conduits/todo/Makefile.am: update sed script * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=8529
* Set toolbar new appointment icon (set_pixmap): load files rather thanJP Rosevear2001-02-141-1/+9
| | | | | | | | | | | | | | | | | | 2001-02-13 JP Rosevear <jpr@ximian.com> * gui/calendar-commands.c (update_pixmaps): Set toolbar new appointment icon (set_pixmap): load files rather than create from xpm file * gui/*view.xpm: move to the art directory 2001-02-13 JP Rosevear <jpr@ximian.com> * art/Makefile.am: install new files * art/*view.xpm: add files from calendar/gui svn path=/trunk/; revision=8216
* Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-251-2/+14
| | | | svn path=/trunk/; revision=7805
* Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-251-0/+3
| | | | svn path=/trunk/; revision=7804
* Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-251-0/+1
| | | | svn path=/trunk/; revision=7802
* Some new images for the summary.Iain Holmes2000-12-081-0/+3
| | | | svn path=/trunk/; revision=6856
* Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-0/+4
| | | | | | | | Big patch. Evolution-services rewrite, services updated for new system, Fixes to Executive Summary and other things. See some changelogs svn path=/trunk/; revision=6644
* Moving the executive summarys now :)Iain Holmes2000-11-021-0/+6
| | | | | | | | mail-summary now has clickable names to change to that view executive summary remembers what components are running when you close. selection now blocks ES updating so it won't be cleared. svn path=/trunk/; revision=6330
* Added some functionality to the Executive SummaryIain Holmes2000-10-271-0/+2
| | | | | | | | Doesn't return to the top when refreshed Can execute programs when the user clicks on exec:// URLs and can compose an email when mailto:'s are clicked. svn path=/trunk/; revision=6205
* Added TigerT's splash screen to the Makefile.Ettore Perazzoli2000-10-151-9/+10
| | | | svn path=/trunk/; revision=5916
* retarded looking icons for use with displaying scores in the message-listJeffrey Stedfast2000-09-191-0/+7
| | | | | | | | | 2000-09-18 Jeffrey Stedfast <fejj@helixcode.com> * art/score-*.xpm: retarded looking icons for use with displaying scores in the message-list view. These need a makeover BADLY ;-) svn path=/trunk/; revision=5494
* Install the new button icons underEttore Perazzoli2000-09-121-3/+10
| | | | | | `$(datadir)/images/evolution/buttons'. svn path=/trunk/; revision=5361
* this will also make the icon files installed.. /tigertTuomas Kuosmanen2000-09-121-0/+10
| | | | svn path=/trunk/; revision=5341
* Fixed EXTRA_DIST for make distcheck.Christopher James Lahey2000-07-081-0/+2
| | | | | | | | 2000-07-07 Christopher James Lahey <clahey@helixcode.com> * art/Makefile.am: Fixed EXTRA_DIST for make distcheck. svn path=/trunk/; revision=3967
* copy this over from mail/pixmapsDan Winship2000-05-311-0/+1
| | | | svn path=/trunk/; revision=3294
* Use TigerT's new mini icons in the shell's folder tree view.Ettore Perazzoli2000-05-161-11/+16
| | | | svn path=/trunk/; revision=3091
* Added briefcase.png to get installed.Christopher James Lahey2000-05-101-0/+1
| | | | | | | | | | | | | | 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * art/Makefile.am: Added briefcase.png to get installed. From addressbook/ChangeLog: 2000-05-09 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor.c: Use new art. svn path=/trunk/; revision=2958
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-121-1/+6
| | | | | | | | | | | | | | | | + + * addressbook/contact-editor/e-contact-editor.c (_add_images): Add + tigert's images. + + * addressbook/contact-editor/Makefile.am: add EVOLUTION_IMAGES. + + * camel-folder-pt-proxy.c (_folder_open_cb): Print warning message + for broken function. + (_folder_close_cb): Same. + + * filter-arg.c (filter_arg_edit_value): Return a value. svn path=/trunk/; revision=2408
* pixmap_DATA should have been images_DATA (after pixmapdir was renamed toDan Winship2000-04-091-3/+2
| | | | | | | * art/Makefile.am: pixmap_DATA should have been images_DATA (after pixmapdir was renamed to imagesdir) svn path=/trunk/; revision=2345
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * art/Makefile.am: pixmap_DATA isn't defined so don't use it as a variable. * addressbook/gui/component/, addressbook/gui/component/.cvsignore, addressbook/gui/Makefile.am, addressbook/gui/component/addressbook-factory.c, addressbook/gui/component/addressbook.c, addressbook/gui/component/addressbook.gnorba, addressbook/gui/component/addressbook.h: New directory to proivde the component for contact management. Simply uses an e-minicard-view. * addressbook/gui/minicard/e-minicard-view.c, addressbook/gui/minicard/e-minicard-view.h: New subclass of e-reflow-sorted that takes an EBook and uses it to compute the card data to display. * addressbook/gui/minicard/e-minicard.c, addressbook/gui/minicard/e-minicard.h: This now backends to a ECard instead of a ETableModel. * addressbook/gui/minicard/e-reflow.c, addressbook/gui/minicard/e-reflow.h: This now has a virtualized add method. * addressbook/gui/minicard/e-reflow-sorted.c, addressbook/gui/minicard/e-reflow-sorted.h: New subclass of e-reflow that allows the data to be sorted on the fly. * addressbook/gui/minicard/test-minicard-view.c: New test to test the new minicard view. * addressbook/gui/minicard/test-reflow.c: Uses the new ECard backend of the e-minicard. * addressbook/gui/minicard/.cvsignore, addressbook/gui/minicard/Makefile.am: Added new test. Fixed dependencies. Added new files. * addressbook/gui/, addressbook/gui/Makefile.am, addressbook/gui/.cvsignore: New directory for addressbook gui bits. Added subdirectories. Created an initial .cvsignore. * addressbook/Makefile.am (SUBDIRS): Removed demo and added gui. * addressbook/backend/pas/pas-backend-file.c: Added code to do notification on bookviews when changes in the backend are made. * addressbook/backend/pas/pas-book-view.c, addressbook/backend/pas/pas-book-view.h: Added helper functions to notify the view about the addition or modification of a single card. Fixed a mistaken extra free. * addressbook/backend/ebook/e-card-list-iterator.h: Fixed incorrect parent class. * addressbook/backend/ebook/test-client.c: Made this accept an optional parameter that specifies the vcard to add. * configure.in: Replaced widgets/e-minicard/Makefile and addressbook/demo/Makefile with addressbook/gui/minicard/Makefile and addressbook/gui/component/Makefile respectively. * widgets/Makefile.am: Removed e-minicard since it's being moved to addressbook/gui/minicard. * widgets/e-text/e-text.c: Fixed the border width around tooltips and made the main tooltip area yellow. From camel/ChangeLog: 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * providers/smtp/.cvsignore: Added a .cvsignore file. From calendar/ChangeLog: 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * gui/Makefile.am: Removed linking with libetable and libeminicard since they weren't being used. svn path=/trunk/; revision=2343
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-04-06 Miguel de Icaza <miguel@gnu.org> * shell/e-shortcut.c (shell_icon_cb): Load the icons from the installation path, not form the GNOME-libs installation prefix. (shell_icon_cb): Memory leak fix. * shell/Makefile.am (imagesdir): Pass the EVOLUTION_IMAGES installation directory here. * art/Makefile.am (images_DATA): Renamed from pixmaps to images. 2000-04-06 Miguel de Icaza <miguel@gnu.org> * message-list.c: Stick pixmaps here. * mail-display.c (embeddable_destroy_cb): Replaced C++ comments with C comments. * message-list.c (load_internal_images): New function, loads images. (message_list_init_renderers): Load images, fix previous attempt at loading images. * Makefile.am (dist-hook): Added distribution of pixmaps. * pixmaps: New directory, used to hold the XPMs we ship with. * pixmaps/envelope-closed.xpm, pixmaps/envelope-open.xpm: Tigert's envelopes incorporated. 2000-04-06 Miguel de Icaza <miguel@gnu.org> * e-cell-text.c: Killed ARG_EDITABLE. (ect_event): Updated to new editable setup. (e_cell_text_new): Kill editable argument. * e-cell-toggle.c (etog_event): Handle editability here * e-cell-text.h: Removed editable bit field from here, it is now taken care at the e-cell level. * e-cell.c (e_cell_set_editable): New function. (e_cell_init): Set editable to TRUE by default. * test-check.c (check_test): update to new api * test-table.c (table_browser_test): ditto. (do_e_table_demo): ditto. * test-cols.c (multi_cols_test): ditto svn path=/trunk/; revision=2302
* install new shortcut bar pixmaps.Dan Winship2000-03-311-0/+20
* configure.in: * Makefile.am: * art/Makefile.am: install new shortcut bar pixmaps. * widgets/shortcut-bar/e-shortcut-bar.c: Sort of use the new pixmaps. This code needs to be restructured, but Damon is rumored to already be doing it. svn path=/trunk/; revision=2261