aboutsummaryrefslogtreecommitdiffstats
path: root/data/icons
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2006-12-09 00:33:46 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2006-12-09 00:33:46 +0800
commitc01e5ee5e85c99a56496c75f2bbcc7b00a57c707 (patch)
tree01d19ae7e9753753498744879c0692999f635777 /data/icons
parentaee1874ead98b8972fba7e5c708cc9d8896f0ac0 (diff)
downloadgsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.tar
gsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.tar.gz
gsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.tar.bz2
gsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.tar.lz
gsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.tar.xz
gsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.tar.zst
gsoc2013-epiphany-c01e5ee5e85c99a56496c75f2bbcc7b00a57c707.zip
Remove old stock icons
2006-12-08 Luca Ferretti <elle.uca@libero.it> * data/art/Makefile.am: * data/art/epiphany-bookmarks.png: * data/art/epiphany-download.png: * data/art/epiphany-entry.png: * data/art/epiphany-history.png: * data/art/epiphany-popup-hidden.png: * data/art/epiphany-popup-hidden.svg: Remove old stock icons * data/icons/16x16/actions/download.png: * data/icons/16x16/actions/epiphany-download.png: * data/icons/22x22/actions/download.png: * data/icons/22x22/actions/epiphany-download.png: * data/icons/24x24/actions/Makefile.am: * data/icons/24x24/actions/download.png: * data/icons/24x24/actions/epiphany-download.png: * data/icons/24x24/actions/location-entry.png: * data/icons/24x24/actions/web-bookmarks.png: * data/icons/24x24/actions/web-history.png: * data/icons/32x32/actions/download.png: * data/icons/32x32/actions/epiphany-download.png: * data/icons/scalable/actions/download.svg: * data/icons/scalable/actions/epiphany-download.svg: Move old stock icons here and rename "epiphany-download" to "download" * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Use gtk_icon_source_set_icon_name for EPHY_STOCK* * lib/ephy-stock-icons.h: Update named icons to installed icons. * src/ephy-main.c: (main): Call gtk_icon_theme_append_search_path to add custom Ephy directory for themed icons. This should complete the icon theme support to Epiphany. Of course there is still some work to do, as well as provide fresh icons at all sizes and define the names.
Diffstat (limited to 'data/icons')
-rw-r--r--data/icons/16x16/actions/download.png (renamed from data/icons/16x16/actions/epiphany-download.png)bin687 -> 687 bytes
-rw-r--r--data/icons/22x22/actions/download.png (renamed from data/icons/22x22/actions/epiphany-download.png)bin1127 -> 1127 bytes
-rw-r--r--data/icons/24x24/actions/Makefile.am14
-rw-r--r--data/icons/24x24/actions/download.png (renamed from data/icons/24x24/actions/epiphany-download.png)bin1197 -> 1197 bytes
-rw-r--r--data/icons/24x24/actions/location-entry.pngbin0 -> 433 bytes
-rw-r--r--data/icons/24x24/actions/web-bookmarks.pngbin0 -> 1287 bytes
-rw-r--r--data/icons/24x24/actions/web-history.pngbin0 -> 1513 bytes
-rw-r--r--data/icons/32x32/actions/download.png (renamed from data/icons/32x32/actions/epiphany-download.png)bin1920 -> 1920 bytes
-rw-r--r--data/icons/scalable/actions/download.svg (renamed from data/icons/scalable/actions/epiphany-download.svg)0
9 files changed, 8 insertions, 6 deletions
diff --git a/data/icons/16x16/actions/epiphany-download.png b/data/icons/16x16/actions/download.png
index 5c05bca34..5c05bca34 100644
--- a/data/icons/16x16/actions/epiphany-download.png
+++ b/data/icons/16x16/actions/download.png
Binary files differ
diff --git a/data/icons/22x22/actions/epiphany-download.png b/data/icons/22x22/actions/download.png
index c4e1d2e83..c4e1d2e83 100644
--- a/data/icons/22x22/actions/epiphany-download.png
+++ b/data/icons/22x22/actions/download.png
Binary files differ
diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am
index c478fd031..17ade18ab 100644
--- a/data/icons/24x24/actions/Makefile.am
+++ b/data/icons/24x24/actions/Makefile.am
@@ -4,14 +4,16 @@ context = actions
iconsdir = $(themedir)/$(size)/$(context)
-icons_DATA = \
- epiphany-download.png
+icons_DATA = \
+ download.png \
+ web-bookmarks.png \
+ web-history.png \
+ location-entry.png
-
-EXTRA_DIST = \
+EXTRA_DIST = \
$(icons_DATA)
-MAINTAINERCLEANFILES = \
+MAINTAINERCLEANFILES = \
Makefile.in
install-data-local: install-iconsDATA
@@ -19,4 +21,4 @@ install-data-local: install-iconsDATA
(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \
fi
-uninstall-am: uninstall-iconsDATA \ No newline at end of file
+uninstall-am: uninstall-iconsDATA
diff --git a/data/icons/24x24/actions/epiphany-download.png b/data/icons/24x24/actions/download.png
index bdb776d69..bdb776d69 100644
--- a/data/icons/24x24/actions/epiphany-download.png
+++ b/data/icons/24x24/actions/download.png
Binary files differ
diff --git a/data/icons/24x24/actions/location-entry.png b/data/icons/24x24/actions/location-entry.png
new file mode 100644
index 000000000..65bbabb67
--- /dev/null
+++ b/data/icons/24x24/actions/location-entry.png
Binary files differ
diff --git a/data/icons/24x24/actions/web-bookmarks.png b/data/icons/24x24/actions/web-bookmarks.png
new file mode 100644
index 000000000..389152ef3
--- /dev/null
+++ b/data/icons/24x24/actions/web-bookmarks.png
Binary files differ
diff --git a/data/icons/24x24/actions/web-history.png b/data/icons/24x24/actions/web-history.png
new file mode 100644
index 000000000..ea81e486e
--- /dev/null
+++ b/data/icons/24x24/actions/web-history.png
Binary files differ
diff --git a/data/icons/32x32/actions/epiphany-download.png b/data/icons/32x32/actions/download.png
index 258e76617..258e76617 100644
--- a/data/icons/32x32/actions/epiphany-download.png
+++ b/data/icons/32x32/actions/download.png
Binary files differ
diff --git a/data/icons/scalable/actions/epiphany-download.svg b/data/icons/scalable/actions/download.svg
index 45801460b..45801460b 100644
--- a/data/icons/scalable/actions/epiphany-download.svg
+++ b/data/icons/scalable/actions/download.svg