Commit graph

5458 commits

Author SHA1 Message Date
Dave Camp
c53f887dd2 Release markers 2002-07-25 17:54:34 +00:00
Dave Camp
737422d36b Add news items. Bump requirements, patch from Rodney Dawes. Bump version
2002-07-25  Dave Camp  <dave@ximian.com>

	* NEWS: Add news items.
	* configure.in: Bump requirements, patch from Rodney Dawes.
	Bump version to 2.0.2.
2002-07-25 17:41:16 +00:00
Dave Camp
f2661b1cc9 (nautilus_music_view_init): Use an EelBackgroundBox instead of a
2002-07-24  Dave Camp  <dave@ximian.com>

	(nautilus_music_view_init): Use an EelBackgroundBox instead of a
	GtkEventBox.
	* components/music/nautilus-music-view.c:
	* src/nautilus-sidebar.c: Derive from EelBackgroundBox instead of
	GtkEventBox.
	(nautilus_sidebar_style_set): Removed special case for
	EelBackgroundStyle.
2002-07-24 20:20:51 +00:00
Michael Meeks
2955fe077a only set the location bookmark if it's non NULL. #87889
2002-07-24  Michael Meeks  <michael@ximian.com>

	* src/nautilus-window-manage-views.c
	(update_title): only set the location bookmark if
	it's non NULL. #87889
2002-07-24 16:26:19 +00:00
Michael Meeks
9d236e79e6 NULL various elements, including the sidebar here: #87414
2002-07-24  Michael Meeks  <michael@ximian.com>

	* src/nautilus-window.c (nautilus_window_destroy):
	NULL various elements, including the sidebar
	here: #87414
2002-07-24 07:45:10 +00:00
Dave Camp
f5c5ab05bd version markers 2002-07-23 04:30:28 +00:00
Alexander Larsson
ce2dc4c4f9 Add major news items
2002-07-22  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Add major news items

	* configure.in:
	Bump version to 2.0.1
	Require eel 2.0.1
2002-07-23 00:14:09 +00:00
Alexander Larsson
7abb7e6e4b Fixup usage of ellipses. Patch from Gregory Merchan <merchan@phys.lsu.edu>
2002-07-22  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-desktop-icon-view.c:
	* src/file-manager/fm-directory-view.c:
	* src/file-manager/nautilus-directory-view-ui.xml:
	* src/nautilus-shell-ui.xml:
	* src/nautilus-sidebar.c:
	Fixup usage of ellipses.
	Patch from Gregory Merchan  <merchan@phys.lsu.edu>
2002-07-22 18:03:51 +00:00
Alexander Larsson
a0cde05ec6 i2002-07-22 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file.c (rename_guts):
	Allow renaming desktop files to have a slash in them.
2002-07-22 16:36:40 +00:00
Alexander Larsson
f669811a65 Fix wrong location.
2002-07-22  Alexander Larsson  <alexl@redhat.com>

	* components/history/Nautilus_View_history.server.in.in:
	* components/notes/Nautilus_View_notes.server.in.in:
	Fix wrong location.
2002-07-22 15:52:42 +00:00
Alexander Larsson
1e876d9892 Fix for #86073. Don't show removable media options for non removable
2002-07-22  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-desktop-icon-view.c:
	Fix for #86073. Don't show removable media options for non
	removable media. Also name the unmount menu item "Eject" for
	removable media.
2002-07-22 15:46:50 +00:00
Federico Mena Quintero
fa5dfae9e6 Fixes the Nautilus part of #46238; see eel for the other part.
2002-07-19  Federico Mena Quintero  <federico@ximian.com>

	Fixes the Nautilus part of #46238; see eel for the other part.

	* components/hardware/nautilus-hardware-view.c
	(nautilus_hardware_view_init): Do not set a hardcoded background
	color; just use the color from the GTK+ theme.  We still set up
	the EelBackground as this handles dragged colors, but it does not
	save them anywhere.

	* components/notes/nautilus-notes.c (make_notes_view): Do not set
	up an EelBackground at all for the text view; just let it use the
	default color from the GTK+ theme.  This code did not handle
	dragged colors or anything, anyways.

	* src/nautilus-property-browser.c
	(nautilus_property_browser_init): Do not set a hardcoded
	background color.

	* src/nautilus-sidebar.c (nautilus_sidebar_style_set):
	::style_set() handler; we act as if the theme changed.

	* icons/gnome/gnome.xml: Removed hardcoded colors and background
	images so that we follow the current GTK+ theme.  It's bland but good.
2002-07-19 20:27:29 +00:00
Frank Worsley
4552eb2e3c improve saving of geometry. only save it if we really resize a window, not
2002-07-17  Frank Worsley  <fworsley@shaw.ca>

	* src/nautilus-application.c: (save_window_geometry_timeout),
	(nautilus_window_configure_event_callback),
	(nautilus_window_unrealize_event_callback):
	improve saving of geometry. only save it if we really resize
	a window, not when a window is first shown or viewport change

	* src/nautilus-shell.c: (open_window):
	* src/nautilus-bookmarks-window.c:
	(nautilus_bookmarks_window_restore_geometry):
	update for changed eel function


	* src/nautilus-window-manage-views.c:
	(pending_location_already_showing): added new
	(position_and_show_window_callback):
	ignore saved window position if same window already showing

	* src/nautilus-window.c: (nautilus_window_instance_init),
	(nautilus_window_save_geometry):
	* src/nautilus-window.h:
	updated for new eel function and changes described above
2002-07-18 05:58:23 +00:00
jacob berkman
e501c9f92b fixup
2002-07-17  jacob berkman  <jacob@ximian.com>

	* components/adapter/Makefile.am (EXTRA_DIST): fixup
2002-07-17 17:18:47 +00:00
Michael Meeks
31af021307 fixup name.
2002-07-17  Michael Meeks  <michael@ximian.com>

	* components/hardware/Makefile.am
	(server_in_files): fixup name.
2002-07-17 16:04:05 +00:00
Bastien Nocera
bd78f1315d - fix should_look_for_dot_directory_file 2002-07-17 08:23:59 +00:00
Michael Meeks
046369b55d components/*/.server.in -> *.server.in.in move stuff into $(libexec) and
2002-07-11  Michael Meeks  <michael@ximian.com>

	* components/*/.server.in -> *.server.in.in
	* components/*/Makefile.am: move stuff into $(libexec)
	and $(libdir)/bonobo - a very, very boring ( and likely to
	be buggy ) patch, watch the tinderbox...

	* libnautilus-private/nautilus-icon-container.c
	(nautilus_icon_container_class_init): upd.
	(expose_event): add for debugging, looks like most icons
	areas get 3 expose events each on startup.
2002-07-16 22:17:57 +00:00
Dave Camp
1eaa6d588a Use "folder" instead of "directory" in the accessible description.
2002-07-16  Dave Camp  <dave@ximian.com>

	* src/nautilus-window-manage-views.c (load_content_view): Use
	"folder" instead of "directory" in the accessible description.
2002-07-16 20:08:10 +00:00
Federico Mena Quintero
795a59bbed Fix window/background_window typo.
2002-07-15  Federico Mena Quintero  <federico@ximian.com>

	* libnautilus-private/nautilus-directory-background.c
	(image_loading_done_callback): Fix window/background_window typo.
2002-07-15 18:34:28 +00:00
Rohit R
31d4b306d5 Laavanya K R <laavanya.gopalan@wipro.com>
2002-07-15  Rohit R  <rohit.raveendran@wipro.com>
            Laavanya K R  <laavanya.gopalan@wipro.com>

	* src/file-manager/fm-directory-view.c: (can_move_uri_to_trash)
	* libnautilus-private/nautilus-dnd.c
        (nautilus_drag_default_drop_action_for_icons): Changed the file
	permission from 0777 to 0 for the .Trash while calling
	gnome_vfs_find_directory, since gnome-vfs now ignores the
	permissions parameter when creating trash.
2002-07-15 18:13:23 +00:00
jacob berkman
0c8a313b1a check that our window and the pixmap have the same depth
2002-07-15  jacob berkman  <jacob@ximian.com>

	* libnautilus-private/nautilus-directory-background.c
	(image_loading_done_callback): check that our window and the
	pixmap have the same depth
2002-07-15 15:10:49 +00:00
Damon Chaplin
40eae92d79 add a Help button. (help_cb): show the help page corresponding to the
2002-07-12  Damon Chaplin  <damon@ximian.com>

	* libnautilus-private/nautilus-program-chooser.c
	(nautilus_program_chooser_instance_init): add a Help button.
	(help_cb): show the help page corresponding to the current dialog mode.
	Fixes bug #85804.
2002-07-12 18:46:12 +00:00
Damon Chaplin
94c96e6dca ui-review fixes to add an icon to the 'Empty' button, add a mnemonic, make
2002-07-12  Damon Chaplin  <damon@ximian.com>

	* libnautilus-private/nautilus-file-operations.c (confirm_empty_trash):
	ui-review fixes to add an icon to the 'Empty' button, add a mnemonic,
	make 'Empty' the default button, and change the title.
	Fixes bug #85666. (Though I didn't make it non-modal as that is a bit
	awkward.)
2002-07-12 18:36:13 +00:00
Damon Chaplin
45e9ceaf24 ui-review changes. added '_Name:' label for filename, added mnemonics, and
2002-07-11  Damon Chaplin  <damon@ximian.com>

	* src/file-manager/fm-properties-window.c: ui-review changes.
	added '_Name:' label for filename, added mnemonics, and used standard
	capitalization. On the permissions page I added _Read/_Write/E_xecute
	labels to the checkbuttons, since it improves keynav. Currently
	GtkCheckButton doesn't show a focus indicator if there is no label.
	Even if that were fixed (there is a patch on bug #74830) mnemonic
	accelerators work better with labels for all the checkbuttons.
	Fixes bug #85658.
2002-07-11 17:54:29 +00:00
jacob berkman
c685554d18 use a macro to portably access the fs type (fixes bug #87889)
2002-07-11  jacob berkman  <jacob@ximian.com>

	* libnautilus-private/nautilus-volume-monitor.c (entry_is_supermounted_volume):
	(has_removable_mntent_options): use a macro to portably access the
	fs type (fixes bug #87889)
	(entry_is_supermounted_volume): #ifdef HAVE_HASMNTOPT around the
	body of this
	(get_removable_volumes): fix typos etc. when HAVE_GETMNTINFO is
	defined

	* configure.in: add checks for getmntinfo and sys/mount.h so that
	bsd mount code paths actually get built / run
2002-07-11 17:11:51 +00:00
Dave Camp
6e83617cfa Cancel loading of attributes in the old directory before moving to the new
2002-07-11  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-directory.c
	(nautilus_directory_notify_files_moved): Cancel loading of
	attributes in the old directory before moving to the new directory.
2002-07-11 14:19:04 +00:00
Michael Meeks
c7994562b9 impl, split, upd. (nautilus_icon_container_get_label_color): don't fetch
2002-07-11  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-container.c
	(setup_gc_with_fg, setup_label_gcs, update_label_color):
	impl, split, upd.
	(nautilus_icon_container_get_label_color): don't
	fetch the style for no good reason, get the colored
	gc from an array instead. rename to
	(nautilus_icon_container_get_label_color_and_gc): this
	(realize, unrealize): setup / free the gcs.

	* libnautilus-private/nautilus-icon-canvas-item.c
	(draw_or_measure_label_text): use cached gc(s) from
	the container, instead of thrashing them.
	(antialias_selection_rectangle): upper case, and #define
	since it's always true.
2002-07-11 13:43:31 +00:00
Michael Meeks
0a8851768b move the render out of update_bounds so we request_redraw if the bounds
2002-07-11  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_update): move the render out of
	update_bounds so we request_redraw if the bounds don't change,
	odd that we need to do that.
2002-07-11 09:52:21 +00:00
Dave Camp
1fd5f2c162 Added a relation between the label and entry. Changed "file names" to
2002-07-11  Dave Camp  <dave@ximian.com>

	* src/nautilus-location-bar.c: (nautilus_location_bar_init): Added
	a relation between the label and entry.
	* src/nautilus-preferences-dialog.c: Changed "file names" to
	"filenames" on request of the ui-review.
	* src/nautilus-window-manage-views.c: (load_content_view),
	(nautilus_window_set_sidebar_panels): Added some a11y names and
	descriptions.
2002-07-11 08:16:20 +00:00
Dave Camp
0d24958244 Don't block the selection_changed signal. (row_activated_callback): Moved
2002-07-11  Dave Camp  <dave@ximian.com>

	* components/history/nautilus-history-view.c: (update_history):
	Don't block the selection_changed signal.
	(row_activated_callback): Moved here from
	selection_changed_callback.
	(update_click_policy), (click_policy_changed_callback): New
	functions.
	(nautilus_history_view_instance_init): Connect to row_activated,
	set up a preferences callback for the click policy, and call
	update_click_policy().
	(nautilus_history_view_finalize): Remove the preferences callback.
2002-07-11 06:31:04 +00:00
Michael Meeks
443ac50e67 make is_renaming a bit-field to save ~4+ bytes per canvas item.
2002-07-10  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_set_renaming): make is_renaming
	a bit-field to save ~4+ bytes per canvas item.
	(nautilus_icon_canvas_item_update): don't request another
	re-draw on the item immediately after returning, save some uta
	thrash.
2002-07-10 19:37:49 +00:00
Damon Chaplin
e709bcbed7 don't pass GNOME_DESKTOP_ITEM_LOAD_ONLY_IF_EXISTS to
2002-07-10  Damon Chaplin  <damon@ximian.com>

	* libnautilus-private/nautilus-program-choosing.c
	(nautilus_launch_desktop_file): don't pass
	GNOME_DESKTOP_ITEM_LOAD_ONLY_IF_EXISTS to
	gnome_desktop_item_new_from_uri(), as it returns NULL if the executable
	isn't found and we crash. Nautilus will find out that it doesn't exist
	when it tries to run it, and it will show an error dialog.
	Fixes bug #87286.
2002-07-10 18:54:07 +00:00
Michael Meeks
3dc4400b80 update the title color only if the background has changed;
2002-07-10  Michael Meeks  <michael@ximian.com>

	* src/nautilus-sidebar.c (nautilus_sidebar_update_appearance):
	update the title color only if the background has changed;
	(nautilus_sidebar_finalize):
	keep the current background colour/image on the sidebar as well
	as the defaults.
	(value_different, nautilus_sidebar_update_appearance): update
	only when the values are different, pass the background in.
	(nautilus_sidebar_create_context_menu): use stored boolean.
	(nautilus_sidebar_background_is_default): do this
	(nautilus_sidebar_update_appearance): inline, once here.

	* src/nautilus-sidebar-title.c
	(nautilus_sidebar_title_background_is_default): kill this method
	cut and paste coded from nautilus-sidebar.c
	(realize_callback, appearance_changed_callback): remove contorted
	'wizard'ry ( and redundant pixbuf colouring logic )
	(nautilus_sidebar_title_theme_changed): don't do title changed,
	nautilus-sidebar.c will do it for us.
	(update_all): don't update the title colour, every time we move
	directory a file ( with pixbuf darkness test, etc. etc. )
	(nautilus_sidebar_title_select_text_color): bin
	background == NULL mess, it never happens now.
	(nautilus_sidebar_title_background): more applied spaghetti hurling
	gone.
2002-07-10 16:23:34 +00:00
Michael Meeks
3953463c36 disable the look_for_kdesktop_recursive code, since this takes ~1 second
2002-07-10  Michael Meeks  <michael@ximian.com>

	* src/nautilus-application.c (is_kdesktop_present): disable
	the look_for_kdesktop_recursive code, since this takes ~1 second
	at startup on my Ultra 2.
	(look_for_kdesktop_recursive, has_wm_state, get_self_typed_prop):
	don't compile these either.
2002-07-10 10:19:34 +00:00
Damon Chaplin
d9defa5a5d updated pane names so help for "Side Panes" and "Performance" pages works
2002-07-09  Damon Chaplin  <damon@ximian.com>

	* src/nautilus-preferences-dialog.c (dialog_button_response_callback):
	updated pane names so help for "Side Panes" and "Performance" pages
	works again.
2002-07-09 21:12:19 +00:00
Damon Chaplin
6fa7dd8de4 add bug num 2002-07-09 20:58:10 +00:00
Damon Chaplin
03e6fa098d if WEB_NAVIGATION_ENABLED is not defined don't ever append the static
2002-07-09  Damon Chaplin  <damon@ximian.com>

	* src/nautilus-window-menus.c (refresh_bookmarks_menu): if
	WEB_NAVIGATION_ENABLED is not defined don't ever append the static
	(system default) bookmarks. Since nautilus isn't a good web browser
	at present these make little sense.
	(append_static_bookmarks):
	(get_static_bookmarks_file_path): ifdeffed out unused functions.

	* src/file-manager/fm-desktop-icon-view.c
	(update_home_link_and_delete_copies):
	* src/nautilus-window.c (nautilus_window_go_home):
	* src/nautilus-window-manage-views.c
	(determined_initial_view_callback): use #ifdef WEB_NAVIGATION_ENABLED
	to determine whether we use the NAUTILUS_PREFERENCES_HOME_URI
	preference or just use the user's $HOME. WEB_NAVIGATION_ENABLED isn't
	defined for now.

	* src/nautilus-preferences-dialog.c: Lots of string changes.
	Hid the 'Navigation' pane.
	(global_preferences_populate_sidebar_panels_callback): just use the
	side pane name as the preference name, rather than 'Display %s tab in
	side pane'.
	(preferences_dialog_populate_themes_group): set the theme selector
	height to 300 so it fills its page a bit better. (Would be nicer if
	we could set an 'expand' option but that is more complicated.)

	* libnautilus-private/nautilus-global-preferences.c: change
	'Local Files Only' to 'Local File Only'.
2002-07-09 20:57:18 +00:00
Michael Meeks
b6a8847c77 build radio button & set mode. (category_clicked_callback): cut most of it
2002-07-09  Michael Meeks  <michael@ximian.com>

	* src/nautilus-property-browser.c
	(property_browser_category_button_new): build
	radio button & set mode.
	(category_clicked_callback): cut most of it out.
	(make_category_link): upd.
	(build_radio_accessibility_relations): kill - uses
	real radio buttons now.
2002-07-09 08:48:13 +00:00
Dave Camp
c0c9fde06f Moved here from select_previous_or_next_name(), select the next item in
2002-07-09  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-icon-container.c:
	(select_previous_or_next_icon): Moved here from
	select_previous_or_next_name(), select the next item in the sort
	order instead of the next alphabetically.
	(key_press_event): Use select_previous_or_next_icon().
2002-07-09 05:12:32 +00:00
Michael Meeks
38b457f60f short circuit via use_drop_shadows doing a horribly expensive
2002-07-08  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-container.c
	(update_label_color): short circuit via use_drop_shadows
	doing a horribly expensive eel_background_is_dark on the
	(potentially huge) desktop background.
2002-07-08 19:16:34 +00:00
Michael Meeks
b958002565 add pre-condition.
2002-07-08  Michael Meeks  <michael@ximian.com>

	* src/nautilus-zoom-control.c
	(nautilus_zoom_control_set_parameters): add pre-condition.

	* src/nautilus-location-bar.c
	(editable_event_after_callback): if shift or control are
	down, don't pop to the end of the field to help
	auto-completers.
2002-07-08 16:52:18 +00:00
Alexander Larsson
832d22ff78 Use the normal gnome home icon by tigert.
2002-07-08  Alexander Larsson  <alexl@redhat.com>

	* icons/default/desktop-home.png:
	Use the normal gnome home icon by tigert.
2002-07-08 15:59:19 +00:00
Michael Meeks
9fc4ed622b handle [C/S]-F10 for popup a11y. (handle_popups): impl.
2002-07-08  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-container.c
	(key_press_event): handle [C/S]-F10 for popup a11y.
	(handle_popups): impl.
2002-07-08 15:49:12 +00:00
Gregory Merchan
192f597c51 Modified Files: ChangeLog components/music/nautilus-music-view.c
Modified Files:
	ChangeLog components/music/nautilus-music-view.c
	components/news/nautilus-news.c
	libnautilus-private/nautilus-customization-data.c
	libnautilus-private/nautilus-directory-async.c
	libnautilus-private/nautilus-file-utilities.c
	libnautilus-private/nautilus-file-utilities.h
	libnautilus-private/nautilus-find-icon-image.c
	libnautilus-private/nautilus-icon-factory.c
	libnautilus-private/nautilus-link-historical.c
	libnautilus-private/nautilus-theme.c
	src/nautilus-application.c src/nautilus-bookmark-list.c
	src/nautilus-first-time-druid.c
	src/nautilus-property-browser.c src/nautilus-window-menus.c
	src/file-manager/fm-desktop-icon-view.c
Removed nautilus_make_path and calls to it. Fixes bug #42424
2002-07-08 15:32:10 +00:00
Michael Meeks
eae9b63ddb re-instate label boldness for Alex. (make_category_link): return the
2002-07-08  Michael Meeks  <michael@ximian.com>

	* src/nautilus-property-browser.c
	(nautilus_property_browser_init): re-instate label
	boldness for Alex.
	(make_category_link): return the button widget.
	(nautilus_property_browser_update_contents): keep track
	of the buttons & call relation setup in
	(build_radio_accessibility_relations): here.
2002-07-08 13:20:43 +00:00
Frédéric Crozat
e57a335332 Add support for supermount.
* libnautilus-private/filesystem-attributes.xml:
* libnautilus-private/nautilus-volume-monitor.c:
(has_removable_mntent_options), (get_removable_volumes),
(entry_is_supermounted_volume), (volume_is_removable),
(mount_volume_make_cdrom_name), (get_mount_list),
(mount_unmount_callback),
(nautilus_volume_monitor_mount_unmount_removable),
(finish_creating_volume):
Add support for supermount.

* libnautilus-private/nautilus-volume-monitor.c:
(eject_device):
Fix crash when eject media.
2002-07-08 12:06:25 +00:00
Dave Camp
ca5016e41c Changed "Reset Background" to "Use Default Background" and put it at the
2002-07-05  Dave Camp  <dave@ximian.com>

	* src/nautilus-sidebar.c (nautilus_sidebar_create_context_menu):
	Changed "Reset Background" to "Use Default Background" and put it
	at the end of the menu for consistency with the icon view.
2002-07-05 20:58:44 +00:00
Dave Camp
259bd5b658 Update menu paths and mnemonics. Moved Duplicate, Make Link, Rename, Move
2002-07-05  Dave Camp  <dave@ximian.com>

	* src/file-manager/fm-directory-view.c: (real_merge_menus),
	(real_update_menus): Update menu paths and mnemonics.
	* src/file-manager/nautilus-directory-view-ui.xml: Moved Duplicate,
	Make Link, Rename, Move to Trash, and Delete from the File menu to
	the Edit menu.  Removed the gtk-new pixmap from New Folder (it is
	confusing).  Removed Go to Trash, this was put in the shell.
	* src/file-manager/nautilus-icon-view-ui.xml: Changed mnemonics.
	* src/nautilus-shell-ui.xml: Moved "Dangerous File Items"
	placeholder from File to Edit, added a "File Items Placeholder" in
	Edit, added a Stop button to the view menu, changed the
	Show/Hide menuitems to toggle buttons, and added a Go To Trash
	menu item.
	* src/nautilus-window-menus.c: (go_menu_go_to_trash_callback),
	(view_menu_show_hide_sidebar_state_changed_callback),
	(view_menu_show_hide_toolbar_state_changed_callback),
	(view_menu_show_hide_location_bar_state_changed_callback),
	(view_menu_show_hide_statusbar_state_changed_callback): New
	functions.
	(nautilus_window_update_show_hide_menu_items): Change toggle state
	instead of menu item text.
	(nautilus_window_initialize_menus_part_1): Connect bonobo
	listeners to the toggle menu items.
2002-07-05 20:37:24 +00:00
Alexander Larsson
5e238ba7c0 Don't use window geometry metadata to place the desktop window.
2002-07-05  Alexander Larsson  <alexl@redhat.com>

	* src/nautilus-window-manage-views.c:
	Don't use window geometry metadata to place the desktop window.

	* libnautilus-private/nautilus-icon-factory.[ch]:
	Add a GnomeIconLoader to NautilusIconFactory.
	This is just initial code for handling icon themes in desktop
	file icons.

	* libnautilus-private/nautilus-link-desktop-file.c:
	Use GnomeIconLoader to load desktop file icons.

	* configure.in:
	Add gnome-desktop to COMPONENT_MODULES.
2002-07-05 10:51:03 +00:00
Damon Chaplin
0d9f4054d7 for .desktop files invalidate the file's
2002-07-02  Damon Chaplin  <damon@ximian.com>

	* libnautilus-private/nautilus-file.c (rename_guts): for .desktop files
	invalidate the file's NAUTILUS_FILE_ATTRIBUTE_DISPLAY_NAME attribute
	rather than calling nautilus_file_changed(), since otherwise it will
	just use the old display name. Fixes bug #85966.
2002-07-02 20:40:34 +00:00