2002-12-04 James Willcox <jwillcox@gnome.org>
* libnautilus-private/nautilus-icon-factory.c:
(icon_theme_changed_callback), (nautilus_icon_factory_clear):
Clear the cache when the icon theme changes so we get the new icons.
2002-12-04 James Willcox <jwillcox@gnome.org>
* src/nautilus-window.c: (nautilus_window_instance_init):
Disconnect "icons_changed" handler from the icon factory when the
window is closed. Fixes#98038.
2002-12-04 James Willcox <jwillcox@gnome.org>
* components/emblem/nautilus-emblem-view.c:
(nautilus_emblem_view_drag_received_cb):
Fixed a silly double negation in an error string. (Fixes#100376)
2002-12-04 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-tree-view-drag-dest.c:
(tree_view_weak_notify), (nautilus_tree_view_drag_dest_dispose),
(nautilus_tree_view_drag_dest_class_init),
(nautilus_tree_view_drag_dest_new): Remove the scroll timeout
when either the TreeView or the DragDest is destroyed.
2002-12-03 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-file.c (update_info_internal):
Removed unused code that should have been removed in the last
commit.
2002-12-03 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-file.c: (rename_callback),
(update_info_internal): Moved the display name invalidation
from update_info_internal to rename_callback.
2002-11-28 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/apps_nautilus_preferences.schemas:
Make treeview show_only_directories default to TRUE.
Patch from MArk Finlay <sisob@eircom.net>
* src/file-manager/fm-properties-window.[ch]:
Make window not dialog,
patch from David Emory Watson <dwatson@cs.ucr.edu>
Center window on mouse at popup.
2002-11-28 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/apps_nautilus_preferences.schemas:
Make show_special_flags default to TRUE, since we removed
the prefs from the ui.
* libnautilus-private/nautilus-icon-container.c:
query-drag with middle button. Open context menus faster. (#46276)
Patch by Marco Pesenti Gritti.
2002-11-21 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-directory-background.c:
(image_loading_done_callback): Only set image of required size,
when now pixmap needed, kill old pixmap and set color.
(free_root_pixmap): New function to free root background image
Patch from Brian.Cameron@sun.com
2002-11-20 Anders Carlsson <andersca@gnu.org>
* components/Makefile.am:
Remove sample and loser from the default build.
* libnautilus-private/nautilus-icon-factory.c:
(nautilus_icon_factory_get_icon_for_file):
Special-case the trash location so that it gets the correct icon.
* components/text/Makefile.am:
* components/throbber/Makefile.am:
* components/tree/Makefile.am:
Add CLEANFILES so that make clean deletes $(server_DATA) and
$(server_DATA).in
This change should have been made on September 20th
* libnautilus-private/nautilus-icon-container.c (button_press_event):
Get double_click_time from GtkSettings property instead of using
hardcoded value.
This fixes bug #92372.
2002-11-10 James Willcox <jwillcox@gnome.org>
* docs/nautilus-context-menus.txt:
* libnautilus-private/nautilus-mime-actions.c:
(nautilus_mime_get_popup_components_for_file):
Fixed a slight bug in the context menu query code, and added a bit of
documentation.