diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-04-12 21:32:24 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-04-12 21:32:24 +0000 |
commit | b6b126593ecca9062f12ca16b924cdde5ed7c065 (patch) | |
tree | 1ec66d40f695da7997de586fe84d620be3f50acc /ChangeLog-20000414 | |
parent | aa8fdf8b6937c38d6085abb9c50536a139e79f93 (diff) | |
download | nautilus-b6b126593ecca9062f12ca16b924cdde5ed7c065.tar.gz |
added framework for using custom images to reflect highlight state; used
added framework for using custom images to reflect highlight state;
used it to make folders reflect drop-highlighting by opening (just
in eazel theme for now)
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index 92e897d39..f4249dd14 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,8 +1,26 @@ -2000-04-12 John Sullivan <sullivan@eazel.com> +2000-04-12 Andy Hertzfeld <andy@eazel.com> - * data/mime/nautilus.keys: - Prefixed all the MIME type descriptions with [en_US]. - Now others are free to localize away. + added a framework for using custom images for icons to reflect their + highlited states. Made folders in the eazel theme open up to reflect + drop highliting. + + * icons/eazel/Makefile.am: + added icon for open folder at standard size + * icons/eazel/i-directory-accept.png: + icon of open folder for drop-highlighting + * libnautilus/nautilus-icon-canvas-item.c,h: + added a "modifier" text string attribute with appropriate accessors + when modifier is changed, update the icon + * libnautilus/nautilus-icon-container.c,h: + added modifier parameter to "get_icon_images" signal + added nautilus_icon_container_request_update_by_item to update + the icon corresponding to a given item. + * libnautilus/nautilus-icon-factory.c,h: + added modifier field to NautilusScalableIcon; modified appropriate + lifetime and hashing routines accordingly; + use the modifier to select the proper image in get_icon_file_path + * src/file-manager/fm-icon-view.c: + pass in the modifier from signal to icon_factory_get_icon_for_file. 2000-04-12 John Sullivan <sullivan@eazel.com> |