Install a handler to link forward/back mouse buttons to
forward/back actions in NautilusNavigationWindow, with a preference
to set the right X button number in GConf.
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
Don't call nautilus_has_valid_failed_thumbnail, as
nautilus_can_thumbnail will eventually call the same gnome_desktop
function (#574205).
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
Re-apply the reverted string freeze break commit now that we branched.
Don't check if the desktop file exists ourselves, as the Egg code will
take care of that itself.
Thanks to Christian Persch (#576619).
Don't delay background switching, so that users will immediately see
it changing when browsing the background list (#330168).
Signed-off-by: Cosimo Cecchi <cosimoc@gnome.org>
Remove all uses of deprecated GDK and GTK+ symbols, replacing them
with the currently supported equivalents.
Based on a patch from Tal Benavidor (#565038).
msgfmt -c bs.po said:
bs.po:3783: number of format specifications in 'msgid' and 'msgstr[0]'
does not match msgfmt: found 1 fatal error
which meant branching was impossible
2009-04-16 Alexander Larsson <alexl@redhat.com>
* src/nautilus-places-sidebar.c (nautilus_places_sidebar_init):
Set typeahead column to the name column.
svn path=/trunk/; revision=15186
2009-04-16 Alexander Larsson <alexl@redhat.com>
Bug 578468 – Change of font DPI setting does not effect desktop icons
* libnautilus-private/nautilus-icon-canvas-item.c:
(nautilus_icon_canvas_item_invalidate_label_size):
Invalidate pango layouts since the context could have changed
For instance the font DPI.
svn path=/trunk/; revision=15185
2009-04-16 Alexander Larsson <alexl@redhat.com>
Bug 579086 – Excessive white-space on right-hand side in icon view
* libnautilus-private/nautilus-icon-container.c:
(nautilus_icon_container_update_scroll_region):
When using at allocation->width, take zoom into account
svn path=/trunk/; revision=15184
2009-04-13 Alexander Larsson <alexl@redhat.com>
* src/nautilus-places-sidebar.c:
(add_place):
Don't show eject if not mounted.
svn path=/trunk/; revision=15181
2009-04-11 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-directory-view.c:
* src/file-manager/fm-tree-view.c:
* src/nautilus-places-sidebar.c:
Show both unmount and eject in menus. We need to show eject for
a lot of devices (that we can't detect ahead of time) so we're
enabling it much more generally. However, eject sometimes does
things you don't want (like unmounting all volumes on a drive),
so we also need to expose unmount.
For discussion, see bug 574067 and bug 576587.
svn path=/trunk/; revision=15176
2009-04-08 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-mime-actions.c:
Make sure PackageKit is active before showing
install dialog.
Patch from James Westby
svn path=/trunk/; revision=15171
2009-04-08 Alexander Larsson <alexl@redhat.com>
* src/file-manager/fm-directory-view.c:
(add_script_to_scripts_menus):
Use gtk_action_group_add_action_with_accel so that we
allow users to define key shortcuts for scripts.
Patch from Holger Berndt <berndth@gmx.de>
svn path=/trunk/; revision=15170
2009-04-08 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file-utilities.[ch]:
* libnautilus-private/nautilus-file-utilities.h:
Add nautilus_get_accel_map_file
* src/nautilus-application.[ch]:
Load accel map on startup, queue save when it changes.
* src/nautilus-main.c:
Save accel map on clean exit if it is dirty.
Patch from Holger Berndt <berndth@gmx.de>
svn path=/trunk/; revision=15169
2009-04-07 Philip Withnall <philip@tecnocode.co.uk>
* en_GB.po: Changes by Bruce Cowan <bcowan@fastmail.co.uk> to
fix the
British English date formats. (Closes: #578189)
svn path=/trunk/; revision=15168
2009-04-07 Alexander Larsson <alexl@redhat.com>
* src/nautilus-spatial-window.c:
Make sure we save spatial geometry and data on close both
via WM close button and ctrl-w.
svn path=/trunk/; revision=15167
2009-04-07 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-container.c:
(nautilus_icon_container_get_first_visible_icon):
Fix up this for RTL in compact mode. We need to look
at the right place and do the right kind of comparison
on pos.
svn path=/trunk/; revision=15166
2009-04-07 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-icon-container.c:
(nautilus_icon_container_layout_now):
Ensure that we've also size-allocated for the new contents.
It may happen that newly added icons caused the size allocate
to turn on a scrollbar, which will change the layout.
svn path=/trunk/; revision=15165