diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 06:09:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 06:09:34 +0800 |
commit | 5d12f06367a0939387381f66cea77766a873aea6 (patch) | |
tree | 221b29a45e7e52481a4638d12cdf8e8253bb9ce1 /data/icons | |
parent | 23f58b3f17ce7ba08a8bd3f6066f62f0f454bacf (diff) | |
download | gsoc2013-evolution-5d12f06367a0939387381f66cea77766a873aea6.tar.gz gsoc2013-evolution-5d12f06367a0939387381f66cea77766a873aea6.tar.zst gsoc2013-evolution-5d12f06367a0939387381f66cea77766a873aea6.zip |
Bug 580925 – Better search bar for word searches
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.
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/Makefile.am | 22 | ||||
-rw-r--r-- | data/icons/hicolor_status_16x16_wrapped.png | bin | 0 -> 680 bytes |
2 files changed, 16 insertions, 6 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 23f4d9de09..54b5f4bbf4 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -34,19 +34,19 @@ private_icons = \ hicolor_actions_16x16_folder-move.png \ hicolor_actions_16x16_mail-copy.png \ hicolor_actions_16x16_mail-move.png \ - hicolor_actions_16x16_go-today.png \ + hicolor_actions_16x16_go-today.png \ hicolor_actions_16x16_view-calendar-day.png \ hicolor_actions_16x16_view-calendar-list.png \ hicolor_actions_16x16_view-calendar-month.png \ hicolor_actions_16x16_view-calendar-week.png \ hicolor_actions_16x16_view-calendar-workweek.png \ - hicolor_actions_22x22_go-today.png \ + hicolor_actions_22x22_go-today.png \ hicolor_actions_22x22_view-calendar-day.png \ hicolor_actions_22x22_view-calendar-list.png \ hicolor_actions_22x22_view-calendar-month.png \ hicolor_actions_22x22_view-calendar-week.png \ hicolor_actions_22x22_view-calendar-workweek.png \ - hicolor_actions_24x24_go-today.png \ + hicolor_actions_24x24_go-today.png \ hicolor_actions_24x24_query-free-busy.png \ hicolor_actions_24x24_view-calendar-day.png \ hicolor_actions_24x24_view-calendar-list.png \ @@ -79,18 +79,28 @@ private_icons = \ hicolor_places_24x24_mail-inbox.png \ hicolor_places_24x24_mail-outbox.png \ hicolor_places_24x24_mail-sent.png \ + hicolor_status_16x16_wrapped.png \ hicolor_status_32x32_offline.png \ hicolor_status_32x32_online.png \ $(NULL) +# hicolor_status_16x16_wrapped.png was copied from Firefox +# (toolkit/themes/gnomestripe/global/icons/wrap.png), which +# contained the following notice: +# +# All files in this directory are assumed to be licensed under the +# tri-license (MPL/GPL/LGPL) used throughout this codebase. +# +# There is no corresponding SVG file. */ + noinst_DATA = \ - hicolor_actions_16x16_go-today.svg \ + hicolor_actions_16x16_go-today.svg \ hicolor_actions_16x16_view-calendar-day.svg \ hicolor_actions_16x16_view-calendar-list.svg \ hicolor_actions_16x16_view-calendar-month.svg \ hicolor_actions_16x16_view-calendar-week.svg \ hicolor_actions_16x16_view-calendar-workweek.svg \ - hicolor_actions_22x22_go-today.svg \ + hicolor_actions_22x22_go-today.svg \ hicolor_actions_22x22_view-calendar-day.svg \ hicolor_actions_22x22_view-calendar-list.svg \ hicolor_actions_22x22_view-calendar-month.svg \ @@ -109,7 +119,7 @@ noinst_DATA = \ hicolor_places_22x22_mail-sent.svg \ hicolor_status_32x32_offline.svg \ hicolor_status_32x32_online.svg \ - $(NULL) + $(NULL) EXTRA_DIST = \ $(public_icons) \ diff --git a/data/icons/hicolor_status_16x16_wrapped.png b/data/icons/hicolor_status_16x16_wrapped.png Binary files differnew file mode 100644 index 0000000000..32492d5e8b --- /dev/null +++ b/data/icons/hicolor_status_16x16_wrapped.png |