From a6dc2bb02b13abfacb6f6d6fa8dc467e837fb0ed Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Wed, 9 Feb 2011 13:06:33 -0500 Subject: Remove bookmark directory from page, no editor, use symbolic I've removed the bookmarks editor dialog, because you can't do much editing anyway. Instead, you can now remove a bookmark to the page you're on. There's a menu item for this, and the icon in the location entry is now a toggle. I did the toggle icon with the new symbolic icons, changing the fill color for bookmarked/unbookmarked. And while I was in there, I used symbolic icons for the search and clear icons in the search entry as well. --- data/icons/hicolor/Makefile.am | 2 +- data/icons/hicolor/scalable/Makefile.am | 1 + data/icons/hicolor/scalable/actions/Makefile.am | 5 + .../scalable/actions/yelp-bookmark-symbolic.svg | 146 +++++++++++++++++++++ 4 files changed, 153 insertions(+), 1 deletion(-) create mode 100644 data/icons/hicolor/scalable/Makefile.am create mode 100644 data/icons/hicolor/scalable/actions/Makefile.am create mode 100644 data/icons/hicolor/scalable/actions/yelp-bookmark-symbolic.svg (limited to 'data') diff --git a/data/icons/hicolor/Makefile.am b/data/icons/hicolor/Makefile.am index 9eb5fc4d..8197cbd2 100644 --- a/data/icons/hicolor/Makefile.am +++ b/data/icons/hicolor/Makefile.am @@ -1 +1 @@ -SUBDIRS = 16x16 +SUBDIRS = 16x16 scalable diff --git a/data/icons/hicolor/scalable/Makefile.am b/data/icons/hicolor/scalable/Makefile.am new file mode 100644 index 00000000..0224d457 --- /dev/null +++ b/data/icons/hicolor/scalable/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = actions diff --git a/data/icons/hicolor/scalable/actions/Makefile.am b/data/icons/hicolor/scalable/actions/Makefile.am new file mode 100644 index 00000000..c53189a5 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/Makefile.am @@ -0,0 +1,5 @@ +icondir = $(datadir)/yelp/icons/hicolor/scalable/actions + +icon_DATA = yelp-bookmark-symbolic.svg + +EXTRA_DIST = $(icon_DATA) diff --git a/data/icons/hicolor/scalable/actions/yelp-bookmark-symbolic.svg b/data/icons/hicolor/scalable/actions/yelp-bookmark-symbolic.svg new file mode 100644 index 00000000..c4390334 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/yelp-bookmark-symbolic.svg @@ -0,0 +1,146 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + -- cgit v1.2.1