diff options
author | Darin Adler <darin@src.gnome.org> | 2000-01-20 01:08:12 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-01-20 01:08:12 +0000 |
commit | 72acf48fea8cbebf0ba986b5b7b44387b823de00 (patch) | |
tree | d26f7522b9d2683aef3ccf9d408153039c256aea /RENAMING | |
parent | 771cbf47d609195511f18cd3562e0ab2e425f8c4 (diff) | |
download | nautilus-72acf48fea8cbebf0ba986b5b7b44387b823de00.tar.gz |
The list view now has a background color just like the
icon view does. Some more code could be saved, but that's
a refactoring for another time.
* libnautilus/gtkflist.c: Added support for receiving dragged
colors to set the background of the list.
* src/file-manager/fm-directory-view-list.c:
(fm_directory_view_list_initialize_class):
(fm_directory_view_list_clear):
(fm_directory_view_list_background_changed_cb): Added code to load
and save the background color from metadata.
* libnautilus/nautilus-background.c: Put the background color in
all the bg and base colors in the style instead of putting it only
in bg[GTK_STATE_NORMAL].
* libnautilus/nautilus-gtk-macros.h:
(NAUTILUS_DEFINE_CLASS_BOILERPLATE): Make sure that the macro only
evaluates the parent_class_type argument once, like it says in the
comment. (NAUTILUS_CALL_PARENT_CLASS): Fix this macro so it can
be used in places where an expression is expected.
* RENAMING: Added this file to list name changes we are
planning for the future.
* libnautilus/gtkflist.h: libnautilus/gtkflist.c:
src/explorer-location-bar.h: src/explorer-location-bar.c:
Minimized includes.
* src/ntl-index-panel.c:
src/file-manager/fm-directory-view-icons.c: Fixed some comments
and formatting.
Diffstat (limited to 'RENAMING')
-rw-r--r-- | RENAMING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RENAMING b/RENAMING new file mode 100644 index 000000000..43f7fcc60 --- /dev/null +++ b/RENAMING @@ -0,0 +1,8 @@ +We put plans for renaming in here so we can think about them for a while. + +ExplorerLocationBar -> NautilusLocationBar +FMIconCache -> NautilusIconFactory +GnomeIconContainer -> NautilusIconContainer +GtkFList -> NautilusList +gdk-extensions -> nautilus-gdk-extensions +ntl* -> nautilus* |