From c01e5ee5e85c99a56496c75f2bbcc7b00a57c707 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Fri, 8 Dec 2006 16:33:46 +0000 Subject: Remove old stock icons 2006-12-08 Luca Ferretti * 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. --- data/icons/16x16/actions/download.png | Bin 0 -> 687 bytes data/icons/16x16/actions/epiphany-download.png | Bin 687 -> 0 bytes data/icons/22x22/actions/download.png | Bin 0 -> 1127 bytes data/icons/22x22/actions/epiphany-download.png | Bin 1127 -> 0 bytes data/icons/24x24/actions/Makefile.am | 14 +- data/icons/24x24/actions/download.png | Bin 0 -> 1197 bytes data/icons/24x24/actions/epiphany-download.png | Bin 1197 -> 0 bytes data/icons/24x24/actions/location-entry.png | Bin 0 -> 433 bytes data/icons/24x24/actions/web-bookmarks.png | Bin 0 -> 1287 bytes data/icons/24x24/actions/web-history.png | Bin 0 -> 1513 bytes data/icons/32x32/actions/download.png | Bin 0 -> 1920 bytes data/icons/32x32/actions/epiphany-download.png | Bin 1920 -> 0 bytes data/icons/scalable/actions/download.svg | 982 ++++++++++++++++++++++ data/icons/scalable/actions/epiphany-download.svg | 982 ---------------------- 14 files changed, 990 insertions(+), 988 deletions(-) create mode 100644 data/icons/16x16/actions/download.png delete mode 100644 data/icons/16x16/actions/epiphany-download.png create mode 100644 data/icons/22x22/actions/download.png delete mode 100644 data/icons/22x22/actions/epiphany-download.png create mode 100644 data/icons/24x24/actions/download.png delete mode 100644 data/icons/24x24/actions/epiphany-download.png create mode 100644 data/icons/24x24/actions/location-entry.png create mode 100644 data/icons/24x24/actions/web-bookmarks.png create mode 100644 data/icons/24x24/actions/web-history.png create mode 100644 data/icons/32x32/actions/download.png delete mode 100644 data/icons/32x32/actions/epiphany-download.png create mode 100644 data/icons/scalable/actions/download.svg delete mode 100644 data/icons/scalable/actions/epiphany-download.svg (limited to 'data/icons') diff --git a/data/icons/16x16/actions/download.png b/data/icons/16x16/actions/download.png new file mode 100644 index 000000000..5c05bca34 Binary files /dev/null and b/data/icons/16x16/actions/download.png differ diff --git a/data/icons/16x16/actions/epiphany-download.png b/data/icons/16x16/actions/epiphany-download.png deleted file mode 100644 index 5c05bca34..000000000 Binary files a/data/icons/16x16/actions/epiphany-download.png and /dev/null differ diff --git a/data/icons/22x22/actions/download.png b/data/icons/22x22/actions/download.png new file mode 100644 index 000000000..c4e1d2e83 Binary files /dev/null and b/data/icons/22x22/actions/download.png differ diff --git a/data/icons/22x22/actions/epiphany-download.png b/data/icons/22x22/actions/epiphany-download.png deleted file mode 100644 index c4e1d2e83..000000000 Binary files a/data/icons/22x22/actions/epiphany-download.png and /dev/null 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/download.png b/data/icons/24x24/actions/download.png new file mode 100644 index 000000000..bdb776d69 Binary files /dev/null and b/data/icons/24x24/actions/download.png differ diff --git a/data/icons/24x24/actions/epiphany-download.png b/data/icons/24x24/actions/epiphany-download.png deleted file mode 100644 index bdb776d69..000000000 Binary files a/data/icons/24x24/actions/epiphany-download.png and /dev/null 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 Binary files /dev/null and b/data/icons/24x24/actions/location-entry.png 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 Binary files /dev/null and b/data/icons/24x24/actions/web-bookmarks.png 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 Binary files /dev/null and b/data/icons/24x24/actions/web-history.png differ diff --git a/data/icons/32x32/actions/download.png b/data/icons/32x32/actions/download.png new file mode 100644 index 000000000..258e76617 Binary files /dev/null and b/data/icons/32x32/actions/download.png differ diff --git a/data/icons/32x32/actions/epiphany-download.png b/data/icons/32x32/actions/epiphany-download.png deleted file mode 100644 index 258e76617..000000000 Binary files a/data/icons/32x32/actions/epiphany-download.png and /dev/null differ diff --git a/data/icons/scalable/actions/download.svg b/data/icons/scalable/actions/download.svg new file mode 100644 index 000000000..45801460b --- /dev/null +++ b/data/icons/scalable/actions/download.svg @@ -0,0 +1,982 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Luca Ferretti + + + + + Based on hard-disk and go-down icons in gnome-icon-theme + + + Download (epiphany) + + + download + epiphany + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/actions/epiphany-download.svg b/data/icons/scalable/actions/epiphany-download.svg deleted file mode 100644 index 45801460b..000000000 --- a/data/icons/scalable/actions/epiphany-download.svg +++ /dev/null @@ -1,982 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Luca Ferretti - - - - - Based on hard-disk and go-down icons in gnome-icon-theme - - - Download (epiphany) - - - download - epiphany - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3