Commit graph

5206 commits

Author SHA1 Message Date
Anders Carlsson
f8239032fe Remove NAUTILUS_PREFERENCES_CAN_ADD_CONTENT.
2002-04-19  Anders Carlsson  <andersca@gnu.org>

	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/nautilus-global-preferences.h:
	Remove NAUTILUS_PREFERENCES_CAN_ADD_CONTENT.

	* src/file-manager/fm-list-view.c: (event_after_callback),
	(button_release_callback), (create_and_set_up_tree_view):
	When in single-click mode, activate files on button release
	instead of button press.

	* src/nautilus-property-browser.c:
	(nautilus_property_browser_init),
	(nautilus_property_browser_destroy),
	(nautilus_property_browser_new),
	(nautilus_color_selection_dialog_new), (add_new_pattern),
	(add_color_to_browser), (show_color_selection_window),
	(nautilus_property_browser_update_contents):
	Fix the add and remove dialogs and add a few mnemonics. Fixes
	#79123.

	* src/nautilus-sidebar-title.c: (update_title), (update_more_info),
	(update_emblems), (update_notes):
	Remove fixed FIXMEs.
2002-04-18 23:51:44 +00:00
Anders Carlsson
52de6bb61d Make the throbber smaller if we're using a toolbar without text labels.
2002-04-19  Anders Carlsson  <andersca@gnu.org>

	* components/throbber/nautilus-throbber.c: (get_bonobo_properties),
	(set_bonobo_properties), (nautilus_throbber_instance_init),
	(load_themed_image), (nautilus_throbber_load_images):
	Make the throbber smaller if we're using a toolbar without
	text labels. Fixes #47777.
2002-04-18 23:35:51 +00:00
Michael Meeks
e72152dd8e replace all the OAFIIDs with more sensibly named ones, that follow the
2002-04-18  Michael Meeks  <michael@ximian.com>

	* *.server.in, *.c: replace all the OAFIIDs with more
	sensibly named ones, that follow the namespacing
	guidelines in the libbonobo/docs/FAQ. Needs a new
	gnome-vfs to work well.

	* src/nautilus-window-toolbars.c
	(throbber_set_throbbing): impl.
	(throbber_created_callback): upd.
	(nautilus_window_allow_stop): upd.

	* libnautilus-private/nautilus-mime-actions.c
	(nautilus_do_component_query): remove hack around bonobo's
	sample text component, we no longer have one.
2002-04-18 18:39:01 +00:00
Anders Carlsson
a69268afdc Get the "exactly one" check right. Fixes #75187.
2002-04-17  Anders Carlsson  <andersca@gnu.org>

	* src/file-manager/fm-properties-window.c:
	(fm_properties_window_drag_data_received):
	Get the "exactly one" check right. Fixes #75187.
2002-04-17 21:21:26 +00:00
Anders Carlsson
6adf4a12cb Query the clipboard TARGET types so we can set the sensitivity of the
2002-04-17  Anders Carlsson  <andersca@gnu.org>

	* src/file-manager/fm-directory-view.c:
	(clipboard_targets_received), (real_update_menus):
	Query the clipboard TARGET types so we can set the sensitivity
	of the "Paste Files" items accordingly.
2002-04-17 20:52:15 +00:00
Anders Carlsson
99edfb77e2 Plug memory leaks.
2002-04-17  Anders Carlsson  <andersca@gnu.org>

	* libnautilus-private/nautilus-customization-data.c:
	(add_reset_text):
	* libnautilus-private/nautilus-theme.c:
	(nautilus_theme_make_preview_pixbuf):
	* src/nautilus-property-browser.c: (element_clicked_callback):
	Plug memory leaks.
2002-04-17 20:35:01 +00:00
Anders Carlsson
82836cbb16 Use ::finalize instead of ::destroy so we don't free data twice.
2002-04-17  Anders Carlsson  <andersca@gnu.org>

	* components/hardware/nautilus-hardware-view.c:
	(nautilus_hardware_view_class_init),
	(nautilus_hardware_view_finalize):
	Use ::finalize instead of ::destroy so we don't free
	data twice.
2002-04-17 13:46:11 +00:00
Anders Carlsson
fafef2d5d8 Remove debugging output.
2002-04-17  Anders Carlsson  <andersca@gnu.org>

	* libnautilus-private/nautilus-volume-monitor.c:
	(nautilus_file_system_type_free):
	Remove debugging output.

	* src/file-manager/fm-directory-view.c: (fm_directory_view_init),
	(fm_directory_view_finalize), (convert_file_list_to_string),
	(get_clipboard_callback), (clear_clipboard_callback),
	(copy_or_cut_files), (clipboard_received_callback),
	(paste_files_callback), (fm_directory_view_class_init):
	Use GtkClipboard instead of using a selection on the window.
	This simplifies a lot of the code and fixes #77684.
2002-04-17 13:28:21 +00:00
Anders Carlsson
ca22d6609b Fixup padding so that the dialog looks more like the Nautilus 1.0 one.
2002-04-17  Anders Carlsson  <andersca@gnu.org>

	* libnautilus-private/nautilus-file-operations-progress.c:
	(nautilus_file_operations_progress_init):
	Fixup padding so that the dialog looks more like the
	Nautilus 1.0 one.

	* libnautilus-private/nautilus-icon-canvas-item.c:
	(nautilus_icon_canvas_item_finalize):
	Unref the layouts.

	* libnautilus-private/nautilus-volume-monitor.c:
	(load_file_system_table), (nautilus_volume_monitor_class_init),
	(nautilus_volume_monitor_finalize), (get_mount_list),
	(nautilus_file_system_type_free),
	(load_additional_mount_list_info):
	Free the file system table on ::finalize.

	* src/file-manager/fm-list-model.c: (fm_list_model_finalize):
	Free details on ::finalize.
2002-04-17 12:29:11 +00:00
Pablo Saratxaga
ca90235fb8 Added Vietnamese file 2002-04-17 12:03:13 +00:00
Alexander Larsson
dc63bd71be Added version markers 2002-04-14 17:36:06 +00:00
Alexander Larsson
f85807d956 Bump version to 1.1.12. Require eel 1.1.10
2002-04-14  Alexander Larsson  <alla@lysator.liu.se>

	* NEWS:
	* configure.in:
	Bump version to 1.1.12.
	Require eel 1.1.10
2002-04-14 17:16:40 +00:00
Alexander Larsson
4cba30654e Avoid gnome-canvas move to top operation if there is no rubber-band
2002-04-14  Alexander Larsson  <alla@lysator.liu.se>

	* libnautilus-private/nautilus-icon-container.c (nautilus_icon_container_add):
	Avoid gnome-canvas move to top operation if there is no
	rubber-band selection, because the new item will be on top already,
	and the extra move_to_top was showing up badly on profiles.
2002-04-14 06:42:20 +00:00
Alexander Larsson
516f65d074 New text view, by Dave Camp <dave@ximian.com>
2002-04-13  Alexander Larsson  <alla@lysator.liu.se>

	* components/text/Makefile.am:
	* components/text/Nautilus_View_text.server.in:
	* components/text/nautilus-text-view.c:
	New text view, by Dave Camp <dave@ximian.com>
2002-04-14 02:08:07 +00:00
Alexander Larsson
9d79e3731c Forgot parts of changelog 2002-04-14 00:04:40 +00:00
Alexander Larsson
563b49d4ed Fix tooltip name for Home. Patch from dave <dm9211@bris.ac.uk>
2002-04-13  Alexander Larsson  <alla@lysator.liu.se>

	* src/nautilus-shell-ui.xml:
	Fix tooltip name for Home. Patch from dave <dm9211@bris.ac.uk>
2002-04-14 00:00:14 +00:00
Jody Goldberg
4cba9cb188 Change file-types-capplet to gnome-file-types-properties.
2002-04-11  Jody Goldberg <jody@gnome.org>

	* libnautilus-private/nautilus-program-chooser.c :
	Change file-types-capplet to gnome-file-types-properties.

2002-03-30  Jody Goldberg <jody@gnome.org>

	* libnautilus-private/nautilus-mime-actions.c
	(nautilus_mime_set_short_list_components_for_file) : Don't free the
	  objects while we're still looking at their iids.  Don't double free
	  the iids.
2002-04-11 18:47:01 +00:00
Michael Meeks
f105ba21fb return an invalid type in an inaccessible scenario.
2002-04-11  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_accessible_get_type): return
	an invalid type in an inaccessible scenario.
	(nautilus_icon_canvas_item_accessible_create): return
	a no-op object if no a11y enabled.

2002-04-10  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.h:
	remove bounds_changed.
2002-04-11 17:13:07 +00:00
David Emory Watson
f29d7eec9e Fix mixed up comparison. (set_sort_order_from_metadata_and_preferences),
2002-04-07  David Emory Watson  <dwatson@cs.ucr.edu>

	* src/file-manager/fm-list-model.c:
	(fm_list_model_add_file): Fix mixed up comparison.
	(set_sort_order_from_metadata_and_preferences),
	(fm_list_view_reset_to_defaults): Should be GTK_SORT_DESCENDING when
	sort_reversed, bug 77174.
	* src/file-manager/fm-list-view.c:
	(fm_list_view_finalize): Oops, I screwed up the disconnect last time...
2002-04-10 17:32:08 +00:00
Michael Meeks
8f48097fb1 remove unused 'bounds_changed' signal.
2002-04-09  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_class_init): remove unused
	'bounds_changed' signal.
	(nautilus_icon_canvas_item_update_bounds): don't emit
	it either.

	* src/file-manager/fm-icon-view.c
	(icon_container_compare_icons_callback): kill.
	(icon_container_compare_icons_by_name_callback): kill.
	(fm_icon_view_compare_files): publicize.
	(compare_files_cover): upd.

	* src/file-manager/fm-desktop-icon-view.c
	(desktop_icons_compare_callback): move
	(fm_desktop_icon_view_init): upd.

	* libnautilus-private/nautilus-icon-container.c
	(nautilus_icon_container_get_icon_text),
	(nautilus_icon_container_get_icon_images): wrap the
	virtual methods.
	(nautilus_icon_container_update_icon): upd. to use them.
	(sort_icons_by_name, compare_icons_by_name),
	(compare_icons, sort_icons): use the virtual methods
	instead for speed.
	(nautilus_icon_container_class_init): prune some signals.

	* src/file-manager/fm-icon-view.c
	(create_icon_container): use the fm-icon-container.
	(create_icon_container): upd.
	(get_icon_images_callback),
	(get_icon_text_callback): move

	* src/file-manager/fm-icon-container.[ch]: impl.
	(fm_icon_container_get_icon_images),
	(fm_icon_container_get_icon_text): move
	(fm_icon_container_compare_icons),
	(fm_icon_container_compare_icons_by_name): impl.
	(fm_icon_container_icons_compare): move here.
	create this to handle special desktop bits.
	(fm_icon_container_set_sort_desktop): impl.
2002-04-09 13:51:12 +00:00
Alexander Larsson
da215d502c Handle svg emblems.
2002-04-09  Alexander Larsson  <alla@lysator.liu.se>

	* libnautilus-private/nautilus-customization-data.c:
	* src/nautilus-property-browser.c (make_drag_image):
	Handle svg emblems.
2002-04-09 05:28:05 +00:00
Diego González
d05eb69a78 add a "New Launcher" item to desktop popup and fix bug 74749 2002-04-08 07:42:22 +00:00
David Emory Watson
524a345bf0 Size was incorrectly returning name, bug 76191.
2002-04-06  David Emory Watson  <dwatson@cs.ucr.edu>

	* src/file-manager/fm-list-model.c:
	(fm_list_model_get_sort_column_id_from_sort_type): Size was incorrectly
	returning name, bug 76191.
2002-04-08 07:20:39 +00:00
Alexander Larsson
aba2607292 Keep track of file size in addition to mtime when determining if the cache
2002-04-07  Alexander Larsson  <alla@lysator.liu.se>

	* libnautilus-private/nautilus-icon-factory.c:
	Keep track of file size in addition to mtime when
	determining if the cache is uptodate.
	I needed this for a script that changes the size
	of the file, but keeps the mtime.
2002-04-07 21:25:22 +00:00
Alexander Larsson
4220c40a42 NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT is an integer
2002-04-07  Alexander Larsson  <alla@lysator.liu.se>

	* libnautilus-private/nautilus-global-preferences.c:
	NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT is an integer
	(global_preferences_register_enumerations): Allow integer enum
	prefs.

	* src/nautilus-preferences-dialog.c:
	Make NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT a
	EEL_PREFERENCE_ITEM_ENUMERATION_MENU_INTEGER.
2002-04-07 19:42:17 +00:00
David Emory Watson
6c7f6cd689 This fixes single click activation in the list view, bug 76197.
2002-03-30  David Emory Watson  <dwatson@cs.ucr.edu>

	This fixes single click activation in the list view, bug 76197.

	* src/file-manager/fm-list-view.c:
	(list_activate_callback): only do this if the double click activation
	preference is set.
	(event_after_callback): handle single click activation preference.
	(click_policy_changed): new function to handle whether file names
	are underlined or not.
	(create_and_set_up_tree_view): connect click policy preference callback
	(fm_list_view_finalize): disconnect.
2002-04-05 18:25:57 +00:00
David Emory Watson
c2a199be3c now g_strsplit returns an additional empty string when a delimiter is
2002-04-05  David Emory Watson  <dwatson@cs.ucr.edu>

	* src/nautilus-sidebar.c:
	(receive_dropped_uri_list): now g_strsplit returns an additional empty
	string when a delimiter is present at the end of the parameter string.
2002-04-05 15:34:45 +00:00
Darin Adler
6046985f69 I commited this for Darin:
2002-04-05  Darin Adler  <darin@bentspoon.com>

	* libnautilus-private/nautilus-metafile.c:
	(metafile_read_check_for_directory): fix bug 77520 by replacing assert
	with conditional call to metafile_read_done.
2002-04-05 15:31:04 +00:00
Michael Meeks
0790b62532 impl. (nautilus_throbber_class_init): upd.
2002-04-05  Michael Meeks  <michael@ximian.com>

	* components/throbber/nautilus-throbber.c
	(nautilus_throbber_accessible_class_init),
	(nautilus_throbber_accessible_initialize),
	(nautilus_throbber_accessible_get_type),
	(nautilus_throbber_get_accessible): impl.
	(nautilus_throbber_class_init): upd.
	(nautilus_throbber_accessible_image_get_size):
	(nautilus_throbber_accessible_image_interface_init):
	(nautilus_throbber_set_location): split out of
	(nautilus_throbber_button_release_event): here.
	(nautilus_icon_container_accessible_do_action): use it.
	(nautilus_throbber_accessible_get_n_actions),
	(nautilus_throbber_accessible_action_get_description),
	(nautilus_throbber_accessible_action_get_name),
	(nautilus_throbber_accessible_action_get_keybinding),
	(nautilus_throbber_accessible_action_set_description),
	(nautilus_throbber_accessible_action_interface_init): impl.

2002-04-04  Michael Meeks  <michael@ximian.com>

	* src/nautilus-window-toolbars.c
	(create_back_or_forward_toolbar_item): add tooltip
	parameter so we can get a11y descriptions.
	(nautilus_window_initialize_toolbars): upd.

	* src/nautilus-window.c
	(nautilus_window_instance_init): create a tooltips object.
	(nautilus_window_destroy): kill it.

	* src/nautilus-shell-ui.xml: prune some cruft.

	* components/music/nautilus-music-view.c
	(nautilus_music_view_set_album_image): set image name.
2002-04-05 11:54:35 +00:00
jacob berkman
7d4860dd61 the background crapplet changed names (again)
2002-04-04  jacob berkman  <jacob@ximian.com>

	* src/file-manager/fm-desktop-icon-view.c
	(change_background_callback): the background crapplet changed
	names (again)
2002-04-04 19:59:25 +00:00
Michael Meeks
684be6bd53 This commit requires a newer eel, which requires gail.
2002-04-02  Michael Meeks  <michael@ximian.com>

	* This commit requires a newer eel, which requires gail.

	* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_finalize): free text util.
	(nautilus_icon_canvas_item_set_property): sync the text.
	(nautilus_icon_canvas_item_accessible_create): create the
	text util idly as required.
	(nautilus_icon_canvas_item_image_interface_init),
	(nautilus_icon_canvas_item_get_text): impl.
	(nautilus_icon_canvas_item_class_init): add interface,
	should do it in a get_type, but artefact of boilerplate
	macros hiding that.
	(nautilus_icon_canvas_item_get_type): bin boilerplate
	so we can add an interface.
	(nautilus_icon_canvas_item_set_property): add atk
	focus notification / tracking.

2002-03-28  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-container.c
	(start_rubberbanding): set name / description on the
	selection rectangle.
2002-04-04 11:35:41 +00:00
Dave Camp
6e1a53295b New functions. (nautilus_icon_canvas_item_accessible_class_init):
2002-03-30  Dave Camp  <dave@ximian.com>

        * libnautilus-private/nautilus-icon-canvas-item.c:
        (nautilus_icon_canvas_item_accessible_get_parent):
        (nautilus_icon_canvas_item_accessible_get_index_in_parent): New
        functions.
        (nautilus_icon_canvas_item_accessible_class_init): Initialize
        get_parent and get_index_in_parent.

        * libnautilus-private/nautilus-icon-container.c: (get_accessible),
        (nautilus_icon_container_class_init): Init get_accessible, add
        icon_added, icon_removed, and cleared signals.
        (finish_adding_icon): Emit icon_added.
        (nautilus_icon_container_remove): Emit icon_removed.
        (accessible_get_priv),
        (nautilus_icon_container_accessible_do_action),
        (nautilus_icon_container_accessible_get_n_actions),
        (nautilus_icon_container_accessible_action_get_description),
        (nautilus_icon_container_accessible_action_get_name),
        (nautilus_icon_container_accessible_action_get_keybinding),
        (nautilus_icon_container_accessible_action_set_description),
        (nautilus_icon_container_accessible_action_interface_init),
        (nautilus_icon_container_accessible_update_selection),
        (nautilus_icon_container_accessible_selection_changed_cb),
        (nautilus_icon_container_accessible_icon_added_cb),
        (nautilus_icon_container_accessible_icon_removed_cb),
        (nautilus_icon_container_accessible_cleared_cb),
        (nautilus_icon_container_accessible_add_selection),
        (nautilus_icon_container_accessible_clear_selection),
        (nautilus_icon_container_accessible_ref_selection),
        (nautilus_icon_container_accessible_get_selection_count),
        (nautilus_icon_container_accessible_is_child_selected),
        (nautilus_icon_container_accessible_remove_selection),
        (nautilus_icon_container_accessible_select_all_selection),
        (nautilus_icon_container_accessible_selection_interface_init),
        (nautilus_icon_container_accessible_get_n_children),
        (nautilus_icon_container_accessible_ref_child),
        (nautilus_icon_container_accessible_initialize),
        (nautilus_icon_container_accessible_finalize),
        (nautilus_icon_container_accessible_class_init),
        (nautilus_icon_container_accessible_get_type): New functions.

        * libnautilus-private/nautilus-icon-container.h: Added class
        members for the icon_added, icon_removed, and cleared signals.
2002-04-01 08:10:26 +00:00
Darin Adler
1a8424f07f New. (metafile_write_local): Use write_all to do the multiple writes that
* libnautilus-private/nautilus-metafile.c: (write_all): New.
	(metafile_write_local): Use write_all to do the multiple writes that
	might be necessary in some cases.
2002-03-31 05:10:33 +00:00
Darin Adler
4af5e3de48 Fixed security problem where we would write the metafile without
protecting against potential symbolic links.

	* libnautilus-private/nautilus-metafile.c: (finalize): Update to
	use more text URIs, and fewer GnomeVFSURI objects.
	(construct_private_metafile_uri): Make a text URI, not a GnomeVFSURI.
	(nautilus_metafile_set_directory_uri): Use text URIs, not GnomeVFSURIs,
	for the locations of the public and private metafiles.
	(metafile_get_file_uri): Much simplified to use text URIs.
	(metafile_read_restart): Simplified to use text URIs.
	(metafile_write_succeeded): Broke out this common code needed for
	both local and async. success cases.
	(metafile_write_success_close_callback): Call metafile_write_succeeded.
	(metafile_write_local): New, does a metafile write safely using mkstemp
	and rename. All synchronous, which should be OK most of the time.
	(metafile_write_start): Use metafile_write_local for "file:" URLs and
	the existing code for other URLs.
2002-03-30 08:44:18 +00:00
Jody Goldberg
17237a2a90 http://bugzilla.gnome.org/show_bug.cgi?id=75222
2002-03-29  Jody Goldberg <jody@gnome.org>

	* libnautilus-private/nautilus-program-chooser.c
	(launch_mime_capplet_and_close_dialog) : don't delete the dialog, we
	  need to have it send a response (anything but OK I think) so that
	  the nested main loop will exit.
2002-03-29 17:57:04 +00:00
Mark McLoughlin
5e1f1820a9 don't assume its a local uri, but instead use
2002-03-27  Mark McLoughlin  <mark@skynet.ie>

        * src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list): don't
        assume its a local uri, but instead use gnome_desktop_item_new_from_uri.
2002-03-29 15:29:06 +00:00
Alexander Larsson
a1b977d52e Nasty libjpeg b0rkage workarounds. Now jpeg thumbnailing should work
2002-03-28  Alexander Larsson  <alla@lysator.liu.se>

	* libnautilus-private/nautilus-thumbnails-jpeg.c:
	Nasty libjpeg b0rkage workarounds. Now jpeg
	thumbnailing should work again.
2002-03-29 04:02:59 +00:00
Alex Larsson
c239d8439d Temporary revert libjpeg patch to keep it building. Will fix for real
2002-03-28  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-thumbnails-jpeg.c:
	Temporary revert libjpeg patch to keep it building.
	Will fix for real later.
2002-03-28 23:09:19 +00:00
Alex Larsson
78e627c149 Thumbnail in a low priority idle handler instead of in a 400ms timeout.
2002-03-28  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-thumbnails.c:
	Thumbnail in a low priority idle handler instead of
	in a 400ms timeout. Damn, it's fast!
2002-03-28 22:53:13 +00:00
Alex Larsson
383310e474 Don't define JCONFIG_INCLUDED. That breaks libjpeg for me.
2002-03-28  Alex Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-thumbnails-jpeg.c:
	Don't define JCONFIG_INCLUDED. That breaks libjpeg for me.

	* libnautilus-private/nautilus-thumbnails.c:
	Use the global thumbnail if there is one, and the local
	one had the wrong timestamp. Otherwise we will loop if
	the local one is wrong and we can't write to the local
	directory.
2002-03-28 21:47:25 +00:00
Dave Camp
cec1840cd9 Check for and include X libraries explicitly.
2002-03-28  Dave Camp  <dave@ximian.com>

	* configure.in: Check for and include X libraries explicitly.
2002-03-28 19:54:40 +00:00
Dave Emory Watson
1749b72da0 Changed the comment for nautilus_link_local_is_special_link to be more
2002-03-28  Dave Emory Watson  <dwatson@cs.ucr.edu>

	* libnautilus-private/nautilus-link.h: Changed the comment for
	nautilus_link_local_is_special_link to be more clear.
2002-03-28 19:50:36 +00:00
David Emory Watson
fdd5f0d74d Fix changelog..
Fix changelog..
2002-03-28 04:16:37 +00:00
Dave Camp
990e8aa524 Use nautilus_file_get_symbolic_link_target_uri.
2002-03-27  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-file.c
	(nautilus_file_get_activation_uri): Use
	nautilus_file_get_symbolic_link_target_uri.
	(nautilus_file_get_symbolic_link_target_uri): New function.
2002-03-27 18:11:19 +00:00
Michael Meeks
f07e4909dd impl. (nautilus_icon_canvas_item_accessible_get_image_position): stub.
* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_accessible_get_image_description),
	(nautilus_icon_canvas_item_accessible_get_image_size),
	(nautilus_icon_canvas_item_accessible_image_interface_init),
	(nautilus_icon_canvas_item_accessible_get_image_position): impl.
	(nautilus_icon_canvas_item_accessible_get_image_position): stub.
	(nautilus_icon_canvas_item_accessible_get_type): upd.
2002-03-27 15:23:57 +00:00
Michael Meeks
27aad15694 specify the type name explicitely.
2002-03-27  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.c:
	specify the type name explicitely.

	* src/nautilus-window.c
	(nautilus_window_constructed): move some of the fast setup
	(nautilus_window_instance_init): to here, so it will be
	done by the time the throbber async activate comes in.
2002-03-27 14:12:45 +00:00
Michael Meeks
88f073b2dd kill nasty gconf re-enterancy hazard moving the auto_enum to
2002-03-26  Michael Meeks  <michael@ximian.com>

	* libnautilus-private/nautilus-icon-canvas-item.c
	(nautilus_icon_canvas_item_class_init): kill nasty gconf
	re-enterancy hazard moving the auto_enum to
	(nautilus_icon_canvas_item_init): here.
	(nautilus_icon_canvas_item_class_init): add the a11y
	factory & instantiate the factory boilerplate.
	(nautilus_icon_canvas_item_accessibile_create),
	(nautilus_icon_canvas_item_accessible_get_name),
	(nautilus_icon_canvas_item_accessible_class_init),
	(nautilus_icon_canvas_item_accessible_get_type): impl.
2002-03-26 19:24:11 +00:00
Mark McLoughlin
442b578662 also hide the scripts seperator on the background menu.
2002-03-25  Mark McLoughlin  <mark@skynet.ie>

        * src/file-manager/fm-directory-view.c: (update_scripts_menu): also
        hide the scripts seperator on the background menu.
2002-03-25 15:49:12 +00:00
Alexander Larsson
5826d1a9dc Port to gnome 2. (have_broken_filenames), (accumulate_name_utf8),
2002-03-25  Alexander Larsson  <alla@lysator.liu.se>

	* src/nautilus-location-bar.c: (style_set_handler):
	Port to gnome 2.
	(have_broken_filenames), (accumulate_name_utf8),
	(accumulate_name_locale), (try_to_expand_path):
	Fix filename completion, add support for G_BROKEN_FILENAMES
2002-03-25 06:28:40 +00:00
Alexander Larsson
adc59380b3 Version markers 2002-03-24 22:36:04 +00:00