diff options
author | Christian Persch <chpe@gnome.org> | 2007-08-09 06:33:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-09 06:33:14 +0800 |
commit | 1adf85635f982bac8f84e31c26d7232d46fa7e9a (patch) | |
tree | 2a55f0987f2ddbada53182563a91374dbd7525c8 /data/icons/24x24 | |
parent | 2fb797db59a752b9bc75e4c383d65fc907113351 (diff) | |
download | gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.tar gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.tar.gz gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.tar.bz2 gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.tar.lz gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.tar.xz gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.tar.zst gsoc2013-epiphany-1adf85635f982bac8f84e31c26d7232d46fa7e9a.zip |
A data/icons/*: R data/icons/*/*/*:
2007-08-09 Christian Persch <chpe@gnome.org>
* configure.ac:
A data/icons/*:
R data/icons/*/*/*:
Reorganise icons.
svn path=/trunk/; revision=7256
Diffstat (limited to 'data/icons/24x24')
-rw-r--r-- | data/icons/24x24/Makefile.am | 5 | ||||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 14 | ||||
-rw-r--r-- | data/icons/24x24/actions/README | 13 | ||||
-rw-r--r-- | data/icons/24x24/actions/bookmark-view.png | bin | 585 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/actions/history-view.png | bin | 1511 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/actions/location-entry.png | bin | 877 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/apps/Makefile.am | 14 | ||||
-rw-r--r-- | data/icons/24x24/apps/gnome-web-browser.png | bin | 1601 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/places/Makefile.am | 14 | ||||
-rw-r--r-- | data/icons/24x24/places/bookmark-web.png | bin | 1025 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/status/Makefile.am | 14 | ||||
-rw-r--r-- | data/icons/24x24/status/lock-broken.png | bin | 1554 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/status/lock-insecure.png | bin | 1197 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/status/lock-secure-checked.png | bin | 1306 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/status/lock-secure.png | bin | 1224 -> 0 bytes | |||
-rw-r--r-- | data/icons/24x24/status/popup-hidden.png | bin | 378 -> 0 bytes |
16 files changed, 0 insertions, 74 deletions
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am deleted file mode 100644 index d6b3a849a..000000000 --- a/data/icons/24x24/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = \ - apps \ - actions \ - places \ - status diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am deleted file mode 100644 index fe9cb6535..000000000 --- a/data/icons/24x24/actions/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -themedir = $(pkgdatadir)/icons/hicolor -size = 24x24 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - bookmark-view.png \ - history-view.png \ - location-entry.png - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) diff --git a/data/icons/24x24/actions/README b/data/icons/24x24/actions/README deleted file mode 100644 index 4d49699c6..000000000 --- a/data/icons/24x24/actions/README +++ /dev/null @@ -1,13 +0,0 @@ -From Tango website (http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines) - - - Historically Gnome uses 24×24 size (which is 1/4 of 48×48); - just adding a 1 pixel empty space on all sides can make - Tango icons useful on the Gnome desktop in the transition - phase. One can easily do this with imagemagick: - - convert -bordercolor Transparent -border 1x1 tango_size.png gnome_size.png - - -So sources for "small" size should be drawn at 22x22 pixel and converted -to 24x24 adding a transparent border.
\ No newline at end of file diff --git a/data/icons/24x24/actions/bookmark-view.png b/data/icons/24x24/actions/bookmark-view.png Binary files differdeleted file mode 100644 index a2b5dd484..000000000 --- a/data/icons/24x24/actions/bookmark-view.png +++ /dev/null diff --git a/data/icons/24x24/actions/history-view.png b/data/icons/24x24/actions/history-view.png Binary files differdeleted file mode 100644 index 7174be0c2..000000000 --- a/data/icons/24x24/actions/history-view.png +++ /dev/null diff --git a/data/icons/24x24/actions/location-entry.png b/data/icons/24x24/actions/location-entry.png Binary files differdeleted file mode 100644 index 4c08d86d7..000000000 --- a/data/icons/24x24/actions/location-entry.png +++ /dev/null diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am deleted file mode 100644 index 23967c6f4..000000000 --- a/data/icons/24x24/apps/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -themedir = $(datadir)/icons/hicolor -size = 24x24 -context = apps - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - gnome-web-browser.png - -noinst_DATA = - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) diff --git a/data/icons/24x24/apps/gnome-web-browser.png b/data/icons/24x24/apps/gnome-web-browser.png Binary files differdeleted file mode 100644 index c25adec96..000000000 --- a/data/icons/24x24/apps/gnome-web-browser.png +++ /dev/null diff --git a/data/icons/24x24/places/Makefile.am b/data/icons/24x24/places/Makefile.am deleted file mode 100644 index 226d76fee..000000000 --- a/data/icons/24x24/places/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -themedir = $(pkgdatadir)/icons/hicolor -size = 24x24 -context = actions - -iconsdir = $(themedir)/$(size)/$(context) - -icons_DATA = \ - bookmark-web.png - -noinst_DATA = - -EXTRA_DIST = \ - $(icons_DATA) \ - $(noinst_DATA) diff --git a/data/icons/24x24/places/bookmark-web.png b/data/icons/24x24/places/bookmark-web.png Binary files differdeleted file mode 100644 index f86e7b78a..000000000 --- a/data/icons/24x24/places/bookmark-web.png +++ /dev/null diff --git a/data/icons/24x24/status/Makefile.am b/data/icons/24x24/status/Makefile.am deleted file mode 100644 index cad15b17f..000000000 --- a/data/icons/24x24/status/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -themedir = $(pkgdatadir)/icons/hicolor -size = 24x24 -context = status - -iconsdir = $(themedir)/$(size)/$(context) -icons_DATA = \ - lock-broken.png \ - lock-insecure.png \ - lock-secure.png \ - lock-secure-checked.png \ - popup-hidden.png - -EXTRA_DIST = \ - $(icons_DATA) diff --git a/data/icons/24x24/status/lock-broken.png b/data/icons/24x24/status/lock-broken.png Binary files differdeleted file mode 100644 index 097cd417d..000000000 --- a/data/icons/24x24/status/lock-broken.png +++ /dev/null diff --git a/data/icons/24x24/status/lock-insecure.png b/data/icons/24x24/status/lock-insecure.png Binary files differdeleted file mode 100644 index f2e05a425..000000000 --- a/data/icons/24x24/status/lock-insecure.png +++ /dev/null diff --git a/data/icons/24x24/status/lock-secure-checked.png b/data/icons/24x24/status/lock-secure-checked.png Binary files differdeleted file mode 100644 index 92b7d1c75..000000000 --- a/data/icons/24x24/status/lock-secure-checked.png +++ /dev/null diff --git a/data/icons/24x24/status/lock-secure.png b/data/icons/24x24/status/lock-secure.png Binary files differdeleted file mode 100644 index 41d2ba9ac..000000000 --- a/data/icons/24x24/status/lock-secure.png +++ /dev/null diff --git a/data/icons/24x24/status/popup-hidden.png b/data/icons/24x24/status/popup-hidden.png Binary files differdeleted file mode 100644 index 315b53988..000000000 --- a/data/icons/24x24/status/popup-hidden.png +++ /dev/null |