nautilus 2.8.2



       Module: nautilus
      Version: 2.8.2
  Uploaded by: Alexander Larsson

http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.8/nautilus-2.8.2.tar.gz
  md5sum: cacaa02fd727e0b1f0fdc6afde58eed6
    size: 8.5M

http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.8/nautilus-2.8.2.tar.bz2
  md5sum: d5fdec9acc37181016e8424e96d663b8
    size: 5.6M

ChangeLog
---------

2004-10-28  Alexander Larsson  <alexl redhat com>

	* NEWS:
	Update for release.

	* configure.in:
	Require eel 2.8.2

2004-10-28  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-file-utilities.c:
	(nautilus_get_uri_shortname_for_display):
	* libnautilus-private/nautilus-file-utilities.h:
	* libnautilus-private/nautilus-file.c: (nautilus_file_rename),
	(nautilus_file_get_display_name_nocopy):
	* src/nautilus-location-entry.c: (try_to_expand_path):
	Use eel_get_filename_charset to handle the new filename
	charset env vars.

2004-10-28  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-global-preferences.c:
	* src/nautilus-window-manage-views.c:
	Fix warning due to NULL default string.

2004-10-26  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-global-preferences.[ch]:
	Add saved geometry pref
	
	* src/nautilus-navigation-window.c:
	(nautilus_navigation_window_save_geometry), (real_window_close),
	(nautilus_navigation_window_class_init):
	Save geometry on window close
	
	* src/nautilus-window-manage-views.c:
	(another_navigation_window_already_showing),
	(load_directory_metadata_callback):
	load geometry on open

2004-10-26  Alexander Larsson  <alexl redhat com>

	* src/file-manager/fm-tree-model.[ch]:
	Handle volumes for root nodes
	
	* src/file-manager/fm-tree-view.c:
	Add eject on volume toplevel roots.
	
	* src/nautilus-application.c:
	Don't close nav windows when unmounting, just go to home.

	Patch from Colin Leroy <colin colino net>

2004-10-25  Alexander Larsson  <alexl redhat com>

	* libnautilus/nautilus-scroll-positionable.h:
	Add missing G_END_DECLS.
	Patch from Jimmy Do <crispyleaves gmail com>

2004-10-22  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-icon-canvas-item.c:
	(nautilus_icon_canvas_item_get_image), (draw_frame),
	(draw_or_measure_label_text), (measure_label_text),
	(draw_label_text), (draw_mask), (nautilus_icon_canvas_item_draw):
	Make the nautilus_icon_canvas_item_get_image return an image containing
	icon + text. The image "start" changed to being from the item position to
	from the item boundary.
	
	* libnautilus-private/nautilus-icon-dnd.c:
	(nautilus_icon_dnd_begin_drag):
	Calculate icon offset from the boundary instead of icon position.

2004-10-22  Alexander Larsson  <alexl redhat com>

	* src/file-manager/fm-directory-view.c (rename_file):
	Add ugly hack to make renames work on newly created files
	in the list view. Don't look, you might go blind.

2004-10-22  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-icon-container.c (icon_set_position):
	Fix moving of unpositioned icons, the canvas items start at
	<0, 0>, not <-1,-1>

2004-10-21  Alexander Larsson  <alexl redhat com>

	* src/nautilus-spatial-window.c:
	(location_menu_item_activated_callback),
	(location_button_clicked_callback):
	Select parent item when going up via parent menu.
	
	Patch from Jimmy Do <crispyleaves gmail com>

2004-10-21  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-icon-dnd.[ch]:
	(auto_scroll_timeout_callback), (drag_leave_callback),
	(drag_highlight_expose), (dnd_highlight_queue_redraw),
	(start_dnd_highlight), (stop_dnd_highlight),
	(drag_motion_callback):
	Display frame when we're accepting a DnD drop.

2004-10-18  Dave Camp  <dave novell com>

	* src/file-manager/fm-directory-view.c:
	(selection_changed_callback):
	* src/nautilus-application.c:
	(nautilus_application_present_spatial_window),
	(nautilus_application_present_spatial_window_with_selection):
	* src/nautilus-application.h:
	* src/nautilus-window-manage-views.c: (open_location),
	(load_directory_metadata_callback):
	* src/nautilus-window.c: (nautilus_window_go_to_with_selection):
	* src/nautilus-window.h:  Show the directory as a selection in
	spatial mode when Alt+Up is selected.  

	Patch from Jimmy Do <crispyleaves gmail com>

2004-10-18  Marco Pesenti Gritti  <marco gnome org>

	reviewed by: Alexander Larsson  <alexl redhat com>

	* src/nautilus-navigation-window-ui.xml:
	* src/nautilus-window-toolbars.c:
	(nautilus_navigation_window_initialize_toolbars):

	Work around pack-ends no more working in libbonoboui
	by putting an expanded event box before the
	throbber

2004-10-15  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-program-choosing.c (nautilus_launch_show_file):
	Slightly better error when there is no handler for a file type.
	Not ideal, needs fixing when we're not string frozen anymore.

2004-10-14  Alexander Larsson  <alexl redhat com>

	* src/file-manager/fm-directory-view.c: (load_directory),
	(finish_loading):
	We need to set "loading" as soon as we get the load_directory
	call, otherwise we don't correctly handle the selection being
	set.
	
	* src/file-manager/fm-icon-view.c: (fm_icon_view_begin_loading),
	(fm_icon_view_end_loading):
	No need for this to touch loading.

	Patch from Jimmy Do <crispyleaves gmail com>

2004-10-13  Alexander Larsson  <alexl redhat com>

	* src/nautilus-navigation-window-ui.xml:
	* src/nautilus-navigation-window.c:
	(file_menu_new_window_callback), (real_merge_menus):
	Add Open New Window menu item in browser
	Patch from Michael Henson <mike axl net>
	
2004-10-13  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-directory-async.c:
	(read_dot_hidden_file):
	Only read .hidden files if they are regular files.
	
	* src/file-manager/fm-tree-view.c:
	Delay activation when keyboard navigating the tree.

	Patches from Danny Milosavljevic <danny milo gmx net>

2004-10-12  Anders Carlsson  <andersca gnome org>

	* src/nautilus-file-management-properties.glade:
	Set the dialog's "visible" property to FALSE, we show it 
	ourselves.
	
2004-10-12  Alexander Larsson  <alexl redhat com>

	* libnautilus-private/nautilus-link-desktop-file.[ch]:
	Make nautilus_link_desktop_file_local_create take both
	display name and file name.
	* libnautilus-private/nautilus-link.[ch]:
	Make nautilus_link_local_create take both
	display name and file name.
	* src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list):
	Create desktop file ending in ".desktop".

2004-10-12  Alexander Larsson  <alexl redhat com>

	* src/file-manager/fm-directory-view.c (activate_check_mime_types):
	On mime mismatch, don't use the default app for "open".

2004-10-11  Alexander Larsson  <alexl redhat com>

	* configure.in:
	Post release version bump

=== nautilus 2.8.1 ===

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://ftp.gnome.org/pub/GNOME/LATEST.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]