/net/netspeed_applet/

go'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/art
Commit message (Collapse)AuthorAgeFilesLines
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-033-944/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-203-232/+0
| | | | | GTK+ already does this. Eliminates e_icon_factory_init() and e_icon_factory_shutdown().
* Fix compiler warnings in mail.Matthew Barnes2009-05-261-1/+1
|
* Fix compiler warnings in calendar.Matthew Barnes2009-05-261-2/+2
|
* Fix compiler warnings in e-util.Matthew Barnes2009-05-262-2/+2
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* ** Fixes bug #547411Matthew Barnes2008-08-154-2/+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
* ** Additional fix for bug #467115Michael Monreal2008-08-082-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-193-1/+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-1215-663/+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 bug #455799Hiroyuki Ikezoe2007-08-041-2/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-032-1/+7
| | | | svn path=/trunk/; revision=33646
* Fix for bug #435610Srinivasa Ragavan2007-05-142-2/+11
| | | | svn path=/trunk/; revision=33536
* Fix for bug #398145Srinivasa Ragavan2007-05-118-0/+16
| | | | svn path=/trunk/; revision=33508
* ** Fixes bug #350253Matthew Barnes2007-02-1313-18/+664
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-252-0/+10
| | | | | | | | | | | 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-254-1/+11
| | | | svn path=/trunk/; revision=32022
* Never ever forget to do a cvs commit after cvs add.Veerapuram Varadhan2006-03-071-0/+0
| | | | svn path=/trunk/; revision=31668
* **Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIRVeerapuram Varadhan2006-03-062-1/+6
| | | | | | | | **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-202-0/+6
| | | | | | | | 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
* didn't need these eitherJeffrey Stedfast2004-05-203-5/+2
| | | | svn path=/trunk/; revision=25993
* guess these icons weren't needed afterall.Jeffrey Stedfast2004-05-203-5/+2
| | | | | | doh. svn path=/trunk/; revision=25992