2006-02-19 Martin Wehner <martin.wehner@gmail.com>
* libnautilus-private/nautilus-mime-actions.c:
(file_compare_by_mime_type), (file_compare_by_guessed_mime_type),
(file_compare_by_uri_scheme),
(nautilus_mime_get_default_application_for_files),
(nautilus_mime_get_open_with_applications_for_files),
(nautilus_mime_get_applications_for_files),
(nautilus_mime_has_any_applications_for_files):
Avoid redundant application lookups by sorting the files by mime type
and skipping the ones which have the same mime type / parent uri
combination as the previous one. Prevents nautilus from blocking for
seconds when selecting many files of similar type.
2006-02-17 Martin Wehner <martin.wehner@gmail.com>
* libnautilus-private/nautilus-file-operations.c: (get_link_name):
Fall back to locale encoding or force utf8 if the utf8 conversion
of the link target filename fails. (#331379)
2006-02-15 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-properties-window.c (append_extension_pages):
Pass the original files, not the target files to property
page providers. (#329426)
(create_permissions_page):
Make sure we can get permissions from target before showing
permissions page.
2006-02-06 Alexander Larsson <alexl@redhat.com>
* nautilus-folder-handler.desktop.in:
Add application/x-gnome-saved-search to the list of folder types handled
2006-01-31 Martin Wehner <martin.wehner@gmail.com>
* src/nautilus-file-management-properties.c:
(nautilus_file_management_properties_dialog_setup):
* src/nautilus-file-management-properties.glade:
Add the option to always use the location bar to the
preferences dialog. Closes#328659.
Patch from Justin Fitzsimmons <jfitzsimmons@gmail.com>
2006-01-31 Martin Wehner <martin.wehner@gmail.com>
* libnautilus-private/nautilus-view.h:
* libnautilus-private/nautilus-view.c: (nautilus_view_grab_focus):
Add new grab_focus method.
* src/file-manager/fm-list-view.c: (fm_list_view_grab_focus),
(fm_list_view_iface_init):
Implement grab_focus.
* src/nautilus-window.c: (nautilus_window_set_content_view_widget):
Use grab_focus to set the focus on the content view. Fixes#329087.
Patch from Nelson Benitez <gnel@cenobioracing.com>
2006-01-30 Martin Wehner <martin.wehner@gmail.com>
* src/nautilus-places-sidebar.c: (compute_drop_position),
(get_drag_data), (free_drag_data), (drag_motion_callback),
(drag_leave_callback), (uri_list_from_selection),
(drag_data_received_callback), (drag_drop_callback),
(nautilus_places_sidebar_init), (nautilus_places_sidebar_finalize):
Enable bookmarks as drop targets. Closes#43311.
Based on a patch from Christian Neumair <chris@gnome-de.org>.
2006-01-29 Christian Neumair <chris@gnome-de.org>
* libnautilus-private/nautilus-icon-container.c:
(finish_adding_new_icons):
Use same grid as positioned icons to not mess up spacing.
2006-01-28 Martin Wehner <martin.wehner@gmail.com>
* libnautilus-private/nautilus-file.c:
(nautilus_file_get_size_as_string_with_real_size),
(nautilus_file_get_string_attribute):
* src/file-manager/fm-properties-window.c: (create_basic_page):
Show the detailed file size in addition to the formatted one
in the properties dialog. Fixes#62713.
Patch from Gautier Portet <kassoulet@gmail.com>