2009-04-13 Alexander Larsson * src/nautilus-places-sidebar.c: (add_place): Don't show eject if not mounted. 2009-04-13 Alexander Larsson * NEWS: Update for release 2009-04-11 Alexander Larsson * 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. 2009-04-09 Cosimo Cecchi * cut-n-paste-code/libegg/eggsmclient.c: (egg_sm_client_get_option_group): revert string freeze break. 2009-04-09 Cosimo Cecchi * cut-n-paste-code/libegg/eggsmclient-xsmp.c: (save_state), (set_properties), (ptrarray_prop): * cut-n-paste-code/libegg/eggsmclient.c: (egg_sm_client_get_option_group): Update the EggSMClient code from libegg trunk. 2009-04-08 Cosimo Cecchi * cut-n-paste-code/libegg/eggtreemultidnd.c: (egg_tree_multi_drag_source_get_type), (egg_tree_multi_drag_motion_event): Update the eggtreemultidnd.[ch] from libegg trunk (#560335). 2009-04-08 Alexander Larsson * libnautilus-private/nautilus-column-utilities.c: (get_builtin_columns): Add column for location. (#374661) 2009-04-08 Alexander Larsson * libnautilus-private/nautilus-mime-actions.c: Make sure PackageKit is active before showing install dialog. Patch from James Westby 2009-04-08 Alexander Larsson * 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 2009-04-08 Alexander Larsson * 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 2009-04-07 Alexander Larsson * src/nautilus-spatial-window.c: Make sure we save spatial geometry and data on close both via WM close button and ctrl-w. 2009-04-07 Alexander Larsson * 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. 2009-04-07 Alexander Larsson * 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. 2009-04-07 Alexander Larsson Bug 559863 – RTL locales: icons in folder icon view are aligned to the left * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_update_scroll_region): Fix up the icon view extents so that we always include the full window allocation in the automatic layout case, plus allow extents < 0 (due to layout in RTL mode). This makes sure we RTL auto-layouting works correctly instead of being flushed to the left. 2009-04-06 Alexander Larsson * libnautilus-private/nautilus-dnd.c: (nautilus_drag_default_drop_action_for_icons): Fix regression in the default dnd type. We don't want to look recursively for the parent. See https://bugzilla.redhat.com/show_bug.cgi?id=456515 for details. 2009-04-02 Alexander Larsson * configure.in: Post release version bump === nautilus 2.26.1 ===