| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The GtkhtmlEditor HTML toolbar uses some legacy stock icons:
stock_insert-rule
stock_insert-table
stock_text-monospaced
Technically these belong in the GtkHtml package. Couple reasons why I'm
not doing that.
1) Evolution should be the only consumer of GtkhtmlEditor at this point,
and when we finally dump GtkHtml for WebKit I expect the composer UI
to stay basically the same. So GtkhtmlEditor will have to be gutted,
renamed, and moved into Evolution, along with the legacy icons. So
they're going to end up here in the long run anyway.
2) GtkHtml doesn't ship any of its own icons currently, so I'd have to
reconstruct all the autotools scripts for icons already in Evolution,
figure out a sensible install path, make sure GtkIconTheme knows to
look for icons there, etc. Just not worth the hassle.
|
| |
|
|
|
|
| |
of the stock icons
|
| |
|
| |
|
|
|
|
|
| |
The legacy stock icons need to be installed into context directories
that gnome-icon-theme still supports (actions, places, status, etc.).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bundle needed stock icons recently dropped from gnome-icon-theme.
Need to reevaluate which icons we really need and drop the rest.
Many are not Tango-compliant and look dated and out of place.
The following icon names are bundled:
stock_alarm
stock_bell
stock_check-filled
stock_contact-list
stock_insert-note
stock_mail-filters-apply
stock_mail-flag-for-followup
stock_mail-flag-for-followup-done
stock_mail-open-multiple
stock_mail-unread-multiple
stock_new-meeting
stock_score-high
stock_score-higher
stock_score-highest
stock_score-low
stock_score-lower
stock_score-lowest
stock_score-normal
stock_shared-by-me
stock_shared-to-me
stock_show-all
stock_signature
stock_signature-bad
stock_signature-ok
stock_task
stock_task-assigned
stock_task-assigned-to
stock_task-recurring
stock_timezone
stock_todo
stock_video-conferencing
stock_view-details
|
|
|
|
|
|
| |
Make the word search bar more like Firefox and get rid of the "Current
Message" search scope in the folder search bar. Shift+Ctrl+F now
activates the word search bar.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #467115
* addressbook/gui/component/addressbook-view.c:
(addressbook_view_init):
* calendar/gui/GNOME_Evolution_Calendar.server.in.in:
* calendar/gui/memos-component.c: (create_component_view):
* calendar/gui/tasks-component.c: (create_component_view):
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
* mail/mail-component.c: (impl_createView):
Ship and use tango icons for the mail, tasks and memos components.
svn path=/trunk/; revision=35915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #531288
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
Use proxy icon from tango-icon-theme and fall back to the icon
shipped by gnome-control-center (thanks to Josef Vybíral).
svn path=/trunk/; revision=35914
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Johnny Jacob <jjohnny@novell.com>
* data/hicolor_actions_24x24_query-free-busy.png: Moved to
data/icons/hicolor_actions_24x24_query-free-busy.png as per
rev 35753.
svn path=/trunk/; revision=35804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme)
M addressbook/gui/component/addressbook-view.c
M addressbook/ChangeLog
AM data/icons/hicolor_actions_16x16_mail-move.png
AM data/icons/hicolor_actions_16x16_mail-copy.png
AM data/icons/hicolor_actions_16x16_folder-move.png
M data/icons/Makefile.am
AM data/icons/hicolor_actions_16x16_folder-copy.png
M mail/em-folder-browser.c
M mail/ChangeLog
M mail/em-folder-tree.c
M mail/em-folder-view.c
M mail/message-list.c
M composer/ChangeLog
M composer/e-msg-composer.c
M ChangeLog
M calendar/gui/dialogs/comp-editor.c
M calendar/ChangeLog
svn path=/trunk/; revision=34769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-10 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #209425
* data/icons/Makefile.am:
* data/icons/hicolor_actions_16x16_go-today.svg:
* data/icons/hicolor_actions_22x22_go-today.svg:
Don't use gtk-home for the go-today action. Add new
icons to the build.
svn path=/trunk/; revision=34518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-31 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #486351
* data/icons/Makefile.am:
* data/icons/hicolor_actions_32x32_view-calendar-day.svg:
* data/icons/hicolor_actions_32x32_view-calendar-list.svg:
* data/icons/hicolor_actions_32x32_view-calendar-month.svg:
* data/icons/hicolor_actions_32x32_view-calendar-week.svg:
* data/icons/hicolor_actions_32x32_view-calendar-workweek.svg:
* data/icons/hicolor_actions_scalable_view-calendar-day.svg:
* data/icons/hicolor_actions_scalable_view-calendar-list.svg:
* data/icons/hicolor_actions_scalable_view-calendar-month.svg:
* data/icons/hicolor_actions_scalable_view-calendar-week.svg:
* data/icons/hicolor_actions_scalable_view-calendar-workweek.svg:
Add view-calendar-* icons in higher resolutions for use with
a11y themes like LargePrint.
svn path=/trunk/; revision=34460
|
|
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
|