2008-04-27 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/nautilus-file-operations.c: (delete_files),
(trash_files), (delete_job):
Report user cancel when all the files we're about to trash or delete
are skipped in the operation. This allows to use the same selection for
requesting another deletion from the view. (#519746).
svn path=/trunk/; revision=14106
2008-04-27 Cosimo Cecchi <cosimoc@gnome.org>
* src/nautilus-places-sidebar.c: (nautilus_places_sidebar_init):
Always use single click policy in the Places sidebar. (#355760).
svn path=/trunk/; revision=14102
2008-04-27 Cosimo Cecchi <cosimoc@gnome.org>
* src/nautilus-navigation-window.c:
(nautilus_navigation_window_save_geometry):
Always properly remember window size, also in the case the window is
closed being maximized. (#385176).
svn path=/trunk/; revision=14100
2008-04-27 Cosimo Cecchi <cosimoc@gnome.org>
* src/nautilus-window.c: (nautilus_window_key_press_event):
Reverse the order in which the keybindings are processed by the
NautilusWindow, and use the same approach as GEdit.
This fixes some bugs where the GtkWindow accelerators were executed
before the focused widget one. (#314431).
svn path=/trunk/; revision=14098
2008-04-27 Christian Neumair <cneumair@gnome.org>
* src/file-manager/fm-list-view.c (button_press_callback):
Do not activate twice if the activated paths are already selected.
Always expand when an expander is clicked, even when the activation
paths are already selected. Add 4 to the GtkTreeView's claimed
expander size, which accounts for hard coded internal GtkTreeView
expander padding. Fixes#448562. Thanks to Paweł Paprota.
svn path=/trunk/; revision=14095
2008-04-26 A. Walton <awalton@gnome.org>
reviewed by: Christian Neumair
* libnautilus-private/nautilus-file-private.h:
* libnautilus-private/nautilus-file-utilities.c
(nautilus_compute_title_for_location):
* libnautilus-private/nautilus-file.c (update_info_internal),
(nautilus_file_get_description):
* libnautilus-private/nautilus-file.h:
Use standard::description in the window title when it's available.
Closes bug #516007.
svn path=/trunk/; revision=14094
2008-04-27 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/nautilus-icon-container.c
(emit_atk_focus_tracker_notify), (set_keyboard_focus),
(select_range), (select_one_unselect_others), (rubberband_select),
(keyboard_move_to):
Properly handle selection changes when using keyboard navigation. We
did not emit a "selection-change" signal when keyboard rubberbanding
was used, and all except one icon were deselected. Fixes#509432.
Thanks to Paweł Paprota.
svn path=/trunk/; revision=14092
2008-04-24 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=14087
2008-04-21 Christian Neumair <cneumair@gnome.org>
* nautilus.desktop.in.in:
* src/nautilus-main.c (main):
Support new gnome-session autostart semantics (#525056). Thanks to
Lucas Rocha.
svn path=/trunk/; revision=14077
2008-04-15 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/nautilus-file.c: (compare_by_time):
Initialize two vars to get rid of a warning with gcc 4.3.
Patch by Paweł Paprota. (#528081).
svn path=/trunk/; revision=14072
2008-04-10 A. Walton <awalton@svn.gnome.org>
* configure.in:
* cut-n-paste-code/Makefile.am:
* cut-n-paste-code/gsequence/Makefile.am:
* cut-n-paste-code/gsequence/gsequence.c:
* cut-n-paste-code/gsequence/gsequence.h:
* src/Makefile.am:
* src/file-manager/fm-list-model.c:
Remove GSequence hack as it is no longer necessary;
we require a newer GLib in order to support GIO.
More work towards bug #520773.
svn path=/trunk/; revision=14062
2008-04-08 Martin Wehner <martin.wehner@gmail.com>
* src/file-manager/fm-list-view.c: (fm_list_view_finalize):
Destroy column editor dialog with its parent list view. (#439097)
svn path=/trunk/; revision=14053
2008-04-07 Christian Neumair <cneumair@gnome.org>
* src/nautilus-application.c (nautilus_application_destroy),
(automount_all_volumes_idle_cb), (finish_startup):
* src/nautilus-application.h:
Automount volumes in idle callback rather than during startup
(#526471).
svn path=/trunk/; revision=14047
2008-04-07 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/nautilus-column-chooser.c (update_buttons),
(add_buttons):
Remove show/hide buttons. The entries can be toggled directly using
mouse or keyboard. Do not remove buttons to move entries, since
list DND may not be obvious for some users (#514394). Thanks to Marcin
Galazka.
svn path=/trunk/; revision=14044
2008-04-05 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/nautilus-autorun.c:
(_g_mount_guess_content_type):
Disable autorun when detecting autorun.exe and autorun.inf,
as we do not support those yet (part of bug #524270).
* src/nautilus-autorun-software.c: (autorun), (main):
Plug some minor leaks.
svn path=/trunk/; revision=14042
2008-04-04 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/nautilus-file-operations.c (volume_mount_cb),
(nautilus_file_operations_mount_volume):
* libnautilus-private/nautilus-file-operations.h:
* libnautilus-private/nautilus-mime-actions.c
(activation_mount_not_mounted_callback),
(activation_mount_not_mounted):
* src/nautilus-application.c (startup_volume_mount_cb),
(automount_all_volumes), (volume_added_callback):
* src/nautilus-places-sidebar.c (open_selected_bookmark),
(mount_shortcut_cb):
* src/nautilus-window-manage-views.c (mount_not_mounted_callback),
(got_file_info_for_view_selection_callback):
Inhibit autorun in mount callbacks after finishing mounts rather than
before mounting.
It is neccessary because the mount may take a very long time (floppy,
password prompt), which may take longer than the inhibition timeout.
This approach works because with the current HAL volume monitor
implementation, GVolumeMonitor signal emission is scheduled, while the
mount callbacks are invoked synchronously.
This should also fix the not working inhibition on startup, which
could happen because parallel mounts in the background and the rest of
the startup process eat resources, so the mounts may also take longer
than the inhibition timeout.
svn path=/trunk/; revision=14034
2008-04-03 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/nautilus-icon-container.c
(nautilus_icon_container_update_scroll_region):
Do not make x2/y2 smaller than x1/y1. Fixes flashing scrollbar
for empty container.
svn path=/trunk/; revision=14031