=== nautilus 2.14.3 ===
2006-08-01 Martin Wehner <
[email protected]>
* NEWS:
Update for release
* configure.in:
Require eel 2.14.3 and bump version.
2006-08-01 Martin Wehner <
[email protected]>
* libnautilus-private/nautilus-search-engine-beagle.c:
(nautilus_search_engine_beagle_new): Check whether daemon is
running as beagle_client_new doesn't fail when a stale socket
file exists.
Patch from Jürg Billeter <
[email protected]>
2006-08-01 Martin Wehner <
[email protected]>
* src/file-manager/fm-icon-container.c (fm_icon_container_get_icon_images):
Only pass TRUE for embedding_text if we actually read a top-left text.
Based on patch from Rene Hausleitner (#335435)
2006-05-17 Francisco Javier F. Serrador <
[email protected]>
* nautilus-folder-handler.desktop.in: Add i18n.
* po/POTFILES.in: Add new file.
2006-05-09 Martin Wehner <
[email protected]>
* src/nautilus-window-manage-views.c:
(got_file_info_for_view_selection_callback):
Re-set viewed_file after a location change failed. Prevents
crashing over an assertion in viewed_file_changed_callback
on slow filesystems. Fixes #339965.
2006-05-08 Federico Mena Quintero <
[email protected]>
Merged from HEAD:
* libnautilus-private/nautilus-file-operations.c
(handle_transfer_ok): Don't special-case the first 0 bytes of the
file in the case of reporting actual copy/move progress. It is
fine to update both the labels and the sizes every time. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=341064
https://bugzilla.novell.com/show_bug.cgi?id=66073
2006-05-04 Christian Neumair <
[email protected]>
* src/nautilus-navigation-action.c:
(nautilus_navigation_action_class_init), (disconnect_proxy):
Disconnect signal handlers registered when connecting proxies.
2006-04-26 Christian Neumair <
[email protected]>
* libnautilus-private/nautilus-file.c:
(nautilus_file_denies_access_permission),
(nautilus_file_can_get_permissions),
(nautilus_file_can_set_permissions):
If no ACCESS file info field is available, pretend to have full
access. If no PERMISSIONS field is available, pretend to have full
permission control.
2006-04-26 Alexander Larsson <
[email protected]>
* libnautilus-private/nautilus-icon-canvas-item.c:
Fix width of text selection in text-below-icons mode.
(it was to wide.)
2006-04-25 Christian Neumair <
[email protected]>
* configure.in:
Require gnome-vfs 2.14.2, gnome_vfs_volume_compare fixes.
* src/file-manager/fm-tree-view.c: (create_tree):
Use gnome_vfs_volume_compare to sort volumes from the volume monitor.
2006-04-18 Alexander Larsson <
[email protected]>
* libnautilus-private/nautilus-file-attributes.h:
* libnautilus-private/nautilus-directory-async.c:
* libnautilus-private/nautilus-directory-private.h:
* libnautilus-private/nautilus-file-private.h:
* libnautilus-private/nautilus-file.c:
* libnautilus-private/nautilus-file.h:
Add LARGE_TOP_LEFT_TEXT attribute and change the text size for
the normal top-left text to 10x5.
Add need_large argument to nautilus_file_peek_top_left_text and
nautilus_extract_top_left_text.
* libnautilus-private/nautilus-icon-canvas-item.[ch]
Make details an instance-private instead of allocating separately.
Add _set_is_visible() and only keep PangoLayouts cached for
visible icons.
* libnautilus-private/nautilus-icon-container.[ch]:
* src/file-manager/fm-icon-container.c:
Monitor large embedded text for larger icons.
Call nautilus_icon_canvas_item_set_is_visible as needed.
* libnautilus-private/nautilus-icon-factory.[ch]:
Limit never-free recently used cache to 20 items.
Free other unused cache items after a 100 sec.
2006-04-15 Martin Wehner <
[email protected]>
* po/LINGUAS:
Remove newlines to fix build with CVS intltool. (#338423)
2006-04-15 Martin Wehner <
[email protected]>
* src/nautilus-places-sidebar.c: (remove_selected_bookmarks):
Don't delete the first bookmark if pressing del key on an
undeletable item. Fixes #338377.
2006-04-14 Martin Wehner <
[email protected]>
* src/nautilus-spatial-window.c: (action_add_bookmark_callback):
Don't add location bookmark for desktop windows. Fixes #334860.
Patch from Christian Neumair <
[email protected]>
2006-04-11 Martin Wehner <
[email protected]>
* configure.in:
Post-release version bump.