diff options
author | George Lebl <jirka@5z.com> | 2001-03-27 10:26:29 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-03-27 10:26:29 +0000 |
commit | bffd9f61a95df994c091a89b22108f973f39d8bb (patch) | |
tree | 30101d13f329ff66c55ba3f98a139a296429b1dc /icons | |
parent | bdde59bdd67d44e6f26150a2a36d5309cea4ffca (diff) | |
download | nautilus-bffd9f61a95df994c091a89b22108f973f39d8bb.tar.gz |
Remove the italic stuff and replace with icons. There's a different icon
Tue Mar 27 02:25:31 2001 George Lebl <jirka@5z.com>
* components/help/hyperbola-nav-tree.c (ensure_italic_style)
(set_node_style) (reset_style_for_node) (reset_styles)
(ensure_pixmap_and_mask) (ensure_icons) (get_node_icons)
(ctree_populate_subnode) (ctree_populate)
(hyperbola_navigation_tree_new) (pixmap_unref_and_null)
(bitmap_unref_and_null) (hyperbola_navigation_tree_destroy):
Remove the italic stuff and replace with icons. There's a
different icon for folders, different for books and different for
sections. The one for sections is the one used for man and info
pages, but we could also have a separate one for those. I suppose
that's up to Arlo. This should fix #6911, though I suppose I'll
leave it open to get further feedback.
* icons/Makefile.am, hyperbola-book-closed.png,
hyperbola-book-open.png, hyperbola-folder-closed.png,
hyperbola-folder-open.png, hyperbola-section-closed.png,
hyperbola-section-open.png: Add some testing icons, stolen
from the GTK+ testing program.
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 6 | ||||
-rw-r--r-- | icons/hyperbola-book-closed.png | bin | 0 -> 285 bytes | |||
-rw-r--r-- | icons/hyperbola-book-open.png | bin | 0 -> 278 bytes | |||
-rw-r--r-- | icons/hyperbola-folder-closed.png | bin | 0 -> 262 bytes | |||
-rw-r--r-- | icons/hyperbola-folder-open.png | bin | 0 -> 262 bytes | |||
-rw-r--r-- | icons/hyperbola-section-closed.png | bin | 0 -> 236 bytes | |||
-rw-r--r-- | icons/hyperbola-section-open.png | bin | 0 -> 236 bytes |
7 files changed, 6 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 9b8518b73..34002d4fa 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -134,6 +134,12 @@ icon_DATA =\ hand-72.png \ hand-96.png \ home.png \ + hyperbola-book-closed.png \ + hyperbola-book-open.png \ + hyperbola-folder-closed.png \ + hyperbola-folder-open.png \ + hyperbola-section-closed.png \ + hyperbola-section-open.png \ i-blockdev.png \ i-bookmark-20.png \ i-bookmark-missing-20.png \ diff --git a/icons/hyperbola-book-closed.png b/icons/hyperbola-book-closed.png Binary files differnew file mode 100644 index 000000000..f8990f208 --- /dev/null +++ b/icons/hyperbola-book-closed.png diff --git a/icons/hyperbola-book-open.png b/icons/hyperbola-book-open.png Binary files differnew file mode 100644 index 000000000..464e0648c --- /dev/null +++ b/icons/hyperbola-book-open.png diff --git a/icons/hyperbola-folder-closed.png b/icons/hyperbola-folder-closed.png Binary files differnew file mode 100644 index 000000000..b1d899014 --- /dev/null +++ b/icons/hyperbola-folder-closed.png diff --git a/icons/hyperbola-folder-open.png b/icons/hyperbola-folder-open.png Binary files differnew file mode 100644 index 000000000..2f90260f8 --- /dev/null +++ b/icons/hyperbola-folder-open.png diff --git a/icons/hyperbola-section-closed.png b/icons/hyperbola-section-closed.png Binary files differnew file mode 100644 index 000000000..3260e6031 --- /dev/null +++ b/icons/hyperbola-section-closed.png diff --git a/icons/hyperbola-section-open.png b/icons/hyperbola-section-open.png Binary files differnew file mode 100644 index 000000000..906c92c30 --- /dev/null +++ b/icons/hyperbola-section-open.png |