summaryrefslogtreecommitdiff
path: root/src/nautilus-navigation-window.c
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-08-11 07:21:57 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-08-11 07:21:57 +0000
commit4dbe9d17c84a424007832f066e9a935b7b43eb18 (patch)
tree09d6eda7e92a49133091231f101b3053cec94c02 /src/nautilus-navigation-window.c
parent3afcd9b8688b41b2a20464a6978f11cbf30c1ffd (diff)
downloadnautilus-4dbe9d17c84a424007832f066e9a935b7b43eb18.tar.gz
Fixes for bugzilla tasks 1525 and 1530.
* components/tree/nautilus-tree-expansion-state.h, components/tree/nautilus-tree-expansion-state.c: New files implementing the NautilusTreeExpansionState class, a class to track the expansion state of various nodes in the tree, and save/load it to/from GConf. * components/tree/nautilus-tree-model.h, components/tree/nautilus-tree-model.c (nautilus_tree_model_stop_monitoring_node_recursive): New function to stop monitoring a node and any children of it's that you may be monitoring all at one go. (nautilus_tree_model_stop_monitoring_node): Disconnect signal handlers from the proper object (D'oh!) and avoid disconnecting more than once if you stop monitoring more than once (D'oh!). * components/tree/nautilus-tree-view.c: (nautilus_tree_view_insert_model_node, nautilus_tree_view_remove_model_node, nautilus_tree_view_update_model_node), nautilus_tree_view_initialize, nautilus_tree_view_destroy, tree_expand_callback, tree_collapse_callback): Track expansion state using the new class, and make sure that when a node is expanded it gets reloaded recursively. (ctree_is_node_expanded): Convenience function to check if a GtkCTreeNode is currenly expanded. (reload_node_for_uri): New function to force reload of a node. (expand_node_for_uri): New function to do everything necessary associated with the expansion of a node. * libnautilus-extensions/nautilus-glib-extensions.h, libnautilus-extensions/nautilus-glib-extensions.c: (nautilus_g_slist_free_deep_custom, nautilus_g_slist_free_deep): New functions for freeing GSLists, similar to the GList versions. * libnautilus-extensions/nautilus-preferences.h, libnautilus-extensions/nautilus-preferences.c (nautilus_preferences_set_string_list, nautilus_preferences_get_string_list): New functions for manipulating preferences that are a list of strings. * libnautilus-extensions/nautilus-volume-monitor.c (mntent_is_removable_fs): Added some FIXMEs * src/nautilus-view-frame.c: Remove a stary character from the copyright notice.
Diffstat (limited to 'src/nautilus-navigation-window.c')
0 files changed, 0 insertions, 0 deletions