2003-02-10 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-directory.c:
(nautilus_directory_notify_files_moved): Use
nautilus_file_update_name_and_directory().
* libnautilus-private/nautilus-file-private.h:
* libnautilus-private/nautilus-file.c: (update_name_internal): New
function.
(nautilus_file_update_name_and_directory): New function.
(nautilus_file_update_name): Use update_name_internal.
(nautilus_file_set_directory): Use
nautilus_file_update_name_and_directory().
Fixes#97490.
2003-02-08 John Fleck <jfleck@inkstain.net>
* cvs removing all the stuff in the old help directory, since
we're not using it any more, reducing the load for poor sods using
modems and fixing bug #86440
2003-02-08 Dave Camp <dave@ximian.com>
* components/notes/Nautilus_View_notes.server.in.in: Removed
view_as_name so this isn't chosen as a content view.
* components/image_properties/Nautilus_View_image_properties.server
.in.in: Removed the Nautilus::View interface (it isn't implemented
any more), removed the view_as_name. Fixes#102790.
2003-02-08 Dave Camp <dave@ximian.com>
* libnautilus-private/nautilus-icon-factory.c:
(nautilus_remove_icon_file_name_suffix),
(path_represents_svg_image): Allow .svgz rendering in nautilus.
Patch from Dom Lachowicz <cinamod@hotmail.com>
2003-02-03 David Bordoley <bordoley@msu.edu>
* lbnautilus-private/nautilus-file-operations.c
(handle_transfer_vfs_error):
Fixed dialogs to use GTK_STOCK_CANCEL/GTK_STOCK_OK
instead of stop where appropriate. Fix button order to be
HIG compliant.
2003-02-03 Alexander Larsson <alexl@redhat.com>
* src/nautilus-window.c (nautilus_window_finalize):
Free window->last_geometry.
Patch from Arjan van de Ven <arjanv@redhat.com>
* libnautilus-private/nautilus-icon-factory.c (create_normal_cache_icon):
Free filename. Patch from Arjan van de Ven <arjanv@redhat.com>
2003-01-31 James Willcox <jwillcox@gnome.org>
* libnautilus-private/nautilus-icon-container.c:
(handle_icon_button_press):
Update the selection *before* we tell people to popup a context menu.
2003-01-29 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-directory-async.c (file_info_start):
Clear get_info_failed before starting the get_file_info. This means
that old failed get_info calls don't get "stuck", such as if you entered
the wrong password in an smb share.
2003-01-27 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-factory.c
(nautilus_icon_factory_get_icon_for_file):
Only pass GNOME_ICON_LOOKUP_FLAGS_EMBEDDING_TEXT if there
is top-left text to use.