2003-03-28 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-container.c:
Fix up the single click mode double-click protection
Don't use eel_prefs to get the single-click-mode, we already
have it in details.
2003-03-28 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-list-view.c (fm_list_view_click_policy_changed):
Use the FMDirectoryView click_policy_changed instead of our own.
2003-03-27 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-dnd.c:
Tune AUTOSCROLL_TIMEOUT_INTERVAL and AUTO_SCROLL_MARGIN so that
auto-scrolling is easier to trigger.
2003-03-27 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-list-view.c (fm_list_view_start_renaming_file):
* libnautilus-private/nautilus-icon-container.c (nautilus_icon_container_start_renaming_selected_item):
Use eel_filename_get_rename_region for both list and icon view to
get the initial region to select on rename.
2003-03-27 Alexander Larsson <alexl@redhat.com>
* src/nautilus-window.h:
* src/nautilus-window.c:
* src/nautilus-window-menus.c:
Don't save the location bar enabled prefs when showing it
temporarily.
2003-03-27 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-list-view.c:
Keyboard shortcuts for context menu.
Don't eat CTRL-Space, that means we can't multiple-select.
2003-03-27 Alexander Larsson <alexl@redhat.com>
* docs/key_mouse_navigation.txt:
Update keynav docs.
* libnautilus-private/nautilus-icon-private.h:
* libnautilus-private/nautilus-icon-container.c:
(button_release_event), (motion_notify_event), (key_press_event),
(handle_icon_button_press), (has_multiple_selection),
(has_selection):
Don't do context menu on middle button.
Shift-F10 gives directory context menu if no selection
Change Ctrl-F10 to Shift-F9 to pop up directory context menu. Ctrl-F10 was
conflicting with Toolbar keynav.
* src/nautilus-shell-ui.xml:
Remove Escape accelerator for escape. It was colliding with various
other uses of escape all over. Need to rethink this.
2003-03-26 Christian Rose <menthos@menthos.com>
* configure.in: Added "yi" to ALL_LINGUAS.
* yi.po: Added Yiddish translation by
Raphael Finkel <raphael@cs.uky.edu>.
2003-03-26 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-container.c (handle_icon_button_press):
Re-Fix Home/End.
Make Ctrl-space create a keyboar focus if none exists instead of activating
the selection.
* docs/Makefile.am:
* docs/key_mouse_navigation.txt:
Add some key/mouse docs for views.
2003-03-26 Dave Camp <dave@ximian.com>
* src/file-manager/fm-list-view.c: (activate_selected_items),
(fm_list_view_did_not_drag), (drag_data_get_callback),
(selection_foreach), (get_selection_refs), (ref_list_free),
(stop_drag_check), (get_drag_pixbuf), (motion_notify_callback),
(button_event_modifies_selection), (button_press_callback),
(button_release_callback), (key_press_callback),
(create_and_set_up_tree_view), (fm_list_view_finalize): Implement
the widget side drag and drop here instead of eggtreemultidnd.c.
Clean up mouse event handling to be more similar to the icon view.
Fixes bug #48051, #89980, #90437, #105593, #108946, among others.
Thanks to marten ter borgh <marten@terborgh.demon.nl> for help
with this patch.
2003-03-26 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-private.h:
* libnautilus-private/nautilus-icon-container.c:
Fix keyboard arrow key navigation for manual layout so that you
can reach all icons.
Fix home and end for automatic layout.
2003-03-25 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-directory-view.c (fm_directory_view_display_selection_info):
Remove Free space from status bar.
2003-03-25 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-directory-view.c (fm_directory_view_display_selection_info):
Free space in status bar.
* src/nautilus-window-manage-views.c (begin_location_change):
Set status to " " instead to avoid status bar disappearing.
2003-03-25 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-directory-view.c (done_loading):
Report selected files when done loading.
This makes the selected files status text not stick on
directory change.
2003-03-25 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-thumbnails.c (thumbnail_thread_start):
Fix race on thumbnail creation. If a thumbnail was being created when the file
was modified the request wouldn't be entered in the queue, but the created
thumbnail has the wrong mtime.