summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Initialize current_value.Dave Camp2002-04-271-1/+2
| | | | | | | 2002-04-27 Dave Camp <dave@ximian.com> * src/nautilus-zoom-control.c (nearest_preferred): Initialize current_value.
* Close window at end of menu according to HIG.Alex Larsson2002-04-261-11/+15
| | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: Close window at end of menu according to HIG. patch from Dave Bordoley <bordoley@msu.edu>
* HIG compliant toolbar button orderingAlex Larsson2002-04-261-9/+6
| | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: HIG compliant toolbar button ordering
* Stock icons for new window, and zooming. Don't use stock icons for closeAlex Larsson2002-04-264-17/+41
| | | | | | | | | | | | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * src/file-manager/nautilus-directory-view-ui.xml: Stock icons for new window, and zooming. Don't use stock icons for close all (duplicate use of stock). * src/nautilus-shell-ui.xml: Stock icon for open. "Reset View to Match _Preferences" -> "Reset View to _Defaults" Stock icons for cut and paste. Stock icons for open. * src/nautilus-window-menus.c: (refresh_go_menu): Limit history to 10 entries. Based on patches from Dave Bordoley <bordoley@msu.edu>
* Replace doubles in the zoom interfaces with floats to match the bonoboDave Camp2002-04-2610-39/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-04-24 Dave Camp <dave@ximian.com> * src/nautilus-view-frame.c: (nautilus_view_frame_set_zoom_level): * src/nautilus-view-frame.h: * src/nautilus-window-manage-views.c: (zoom_parameters_changed_callback): * src/nautilus-window-private.h: * src/nautilus-window.c: (nautilus_window_zoom_to_level): Replace doubles in the zoom interfaces with floats to match the bonobo zoomable interface. * src/nautilus-zoom-control.c: (nautilus_zoom_control_expose): Draw the focus rectangle if the zoom control is focused. (nautilus_zoom_control_button_press_event): Grab focus. (zoom_menu_callback), (create_zoom_menu_item), (nautilus_zoom_control_change_value), (nautilus_zoom_control_set_zoom_level), (nautilus_zoom_control_set_parameters): Replace double with float. (nautilus_zoom_control_class_init): Initialize keybindings. (nautilus_zoom_control_get_accessible), (nautilus_zoom_control_accessible_do_action), (nautilus_zoom_control_accessible_get_n_actions), (nautilus_zoom_control_accessible_action_get_description), (nautilus_zoom_control_accessible_action_get_name), (nautilus_zoom_control_accessible_action_interface_init), (nautilus_zoom_control_accessible_get_current_value), (nautilus_zoom_control_accessible_get_maximum_value), (nautilus_zoom_control_accessible_get_minimum_value), (nearest_preferred), (nautilus_zoom_control_accessible_set_current_value), (nautilus_zoom_control_accessible_value_interface_init), (nautilus_zoom_control_accessible_get_name), (nautilus_zoom_control_accessible_get_description), (nautilus_zoom_control_accessible_class_init), (nautilus_zoom_control_accessible_get_type): Implement the zoom accessible. * src/nautilus-zoom-control.h: Added the change_value signal.
* Allow installation of tared themes.Alex Larsson2002-04-261-1/+7
| | | | | | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * libnautilus-private/nautilus-theme.c: (nautilus_theme_install_user_theme): Allow installation of tared themes. * libnautilus-private/nautilus-theme.h: * src/nautilus-theme-selector.c: (file_selection_ok_clicked_callback): Better warnings for non-theme files.
* Added new function nautilus_volume_get_device_path.Alex Larsson2002-04-262-31/+319
| | | | | | | | | | | | | | | | | 2002-04-26 Alex Larsson <alexl@redhat.com> * libnautilus-private/nautilus-volume-monitor.c: * libnautilus-private/nautilus-volume-monitor.h: Added new function nautilus_volume_get_device_path. * src/file-manager/fm-desktop-icon-view.c: (have_volume_format_app), (have_volume_properties_app), (have_volume_protection_app), (volume_ops_callback), (volume_link_device_type), (real_update_menus), (real_merge_menus): * src/file-manager/nautilus-desktop-icon-view-ui.xml: Add support for various volume properties helper applications. Based on patch from Rajeev Karale <rajeev.karale@wipro.com>
* s/Server Configuration/Server SettingsJonathan Blandford2002-04-261-7/+2
| | | | | | | | | | | Thu Apr 25 12:22:57 2002 Jonathan Blandford <jrb@gnome.org> * data/serverconfig.directory.in (_Name): * data/serverconfig.desktop.in (_Name): s/Server Configuration/Server Settings * src/nautilus-bookmarks-window.c (nautilus-bookmarks-window.c): Small UI tweaks.
* suppress warning to fix the build.Jody Goldberg2002-04-241-1/+1
| | | | | | | | 2002-04-24 Jody Goldberg <jody@gnome.org> * src/file-manager/fm-list-model.c (fm_list_model_get_attribute_from_sort_column_id) : suppress warning to fix the build.
* Added the necessary bonobo_object_ref() to my previous commit, to preventMurray Cumming2002-04-244-4/+8
| | | | | | | 2002-04-24 Murray Cumming <murrayc@usa.net> * Added the necessary bonobo_object_ref() to my previous commit, to prevent crashing during the unref when the window closes.
* Now that BonoboWindow has been fixed, it is no longer necessary to createMurray Cumming2002-04-244-12/+4
| | | | | | | | 2002-04-23 Murray Cumming <murrayc@usa.net> * src/nautilus-window.c (nautilus_window_instance_init): Now that BonoboWindow has been fixed, it is no longer necessary to create and set the UIContainer.
* fix for bug 73469Diego González2002-04-243-40/+54
|
* Fix build breakage from misapplied patch in last commit.Owen Taylor2002-04-231-2/+2
| | | | | | | Tue Apr 23 16:18:05 2002 Owen Taylor <otaylor@redhat.com> * src/nautilus-preferences-dialog.c (dialog_button_response_callback): Fix build breakage from misapplied patch in last commit.
* Handled the "delete_event" signal. Fixes bug #73850Ganesan Sethuraman2002-04-231-1/+2
| | | | | | | 2002-04-23 Ganesan Sethuraman <ganesan.sethuraman@wipro.com> * src/nautilus-preferences-dialog.c : Handled the "delete_event" signal. Fixes bug #73850
* Don't show the normal extra information for desktop files (#74910).Benedikt Roth2002-04-231-2/+4
| | | | | | | | 2002-04-23 Benedikt Roth <Benedikt.Roth@gmx.net> * src/file-manager/fm-icon-container.c: (fm_icon_container_get_icon_text): Don't show the normal extra information for desktop files (#74910).
* Re-add the length limit for color and emblem names. Also fix buttonAnders Carlsson2002-04-222-40/+82
| | | | | | | | | | | | | | | | 2002-04-22 Anders Carlsson <andersca@gnu.org> * src/nautilus-property-browser.c: (nautilus_property_browser_init), (nautilus_emblem_dialog_new), (nautilus_color_selection_dialog_new), (add_new_pattern), (add_new_color), (nautilus_property_browser_update_contents): Re-add the length limit for color and emblem names. Also fix button ordering to be Add, Remove. Finally, set up focus correctly for entries. * src/nautilus-theme-selector.c: (create_button_with_stock_image), (nautilus_theme_selector_instance_init): Add stock icons to Add and Remove buttons.
* Add close button.Alexander Larsson2002-04-211-2/+30
| | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/file-manager/fm-properties-window.c (create_properties_window): Add close button.
* Stock icons for back, forward, up, home, new, close, add bookmarksAlexander Larsson2002-04-211-2/+10
| | | | | | | | | | | | | | | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-shell-ui.xml: Stock icons for back, forward, up, home, new, close, add bookmarks * icons/default/default.xml: * icons/crux_teal/crux_teal.xml: * icons/crux_eggplant/crux_eggplant.xml: Point throbber to http://www.gnome.org/nautilus/ * icons/default/Makefile.am: * icons/crux_teal/Makefile.am: * icons/crux_eggplant/Makefile.am: * icons/default/Makefile.am: * icons/*/[Back|Forward|Home|Refresh|Stop|Up].png: Use stock toolbar items for all out themes. Patches from Dave Bordoley <bordoley@msu.edu>
* Patches from sander for better HIG compliance Lay Out Items -> ArrangeAlexander Larsson2002-04-217-20/+20
| | | | | | | | | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-preferences-dialog.c: * src/file-manager/fm-icon-view.c: * src/nautilus-shell-ui.xml: * src/nautilus-window-menus.c: * src/file-manager/nautilus-directory-view-ui.xml: * src/file-manager/nautilus-icon-view-ui.xml: Patches from sander for better HIG compliance Lay Out Items -> Arrange Items View Preferences -> View Defaults Forget History -> Clear History Reset View to Match Preferences -> Reset View to Default
* Disable the whole flash-workaround hack since it doesn't work and isAlexander Larsson2002-04-211-9/+24
| | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-desktop-window.c (nautilus_desktop_window_class_init): Disable the whole flash-workaround hack since it doesn't work and is causing crashes on solaris.
* Only display toplevel window when it's fully constructed.Alexander Larsson2002-04-217-17/+63
| | | | | | | | | | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-window.h: * src/nautilus-window-manage-views.c: Only display toplevel window when it's fully constructed. * src/nautilus-desktop-window.c (nautilus_desktop_window_new): * src/nautilus-application.c (nautilus_application_create_desktop_window): Don't show desktop window here. It's shown later when the view is loaded. * libnautilus-private/nautilus-horizontal-splitter.c (nautilus_horizontal_splitter_pack2): Remove old code that is not neccesary when we display the window fully constructed.
* Take pixels_per_unit into account when dealing with widget coordinates inAnders Carlsson2002-04-211-2/+43
| | | | | | | | | | | | | | | 2002-04-21 Anders Carlsson <andersca@gnu.org> * libnautilus-private/nautilus-icon-container.c: (icon_set_position), (nautilus_icon_container_update_scroll_region): Take pixels_per_unit into account when dealing with widget coordinates in the fixed mode. * src/file-manager/fm-desktop-icon-view.c: (fm_desktop_icon_view_finalize), (get_default_zoom_level), (default_zoom_level_changed), (fm_desktop_icon_view_init): Have the desktop view use the default icon view zoom level.
* Don't do anything with double-click or triple-click events.Anders Carlsson2002-04-211-0/+4
| | | | | | | | 2002-04-21 Anders Carlsson <andersca@gnu.org> * src/nautilus-zoom-control.c (nautilus_zoom_control_button_press_event): Don't do anything with double-click or triple-click events.
* NautilusView is a GObject, not a GtkObject.Anders Carlsson2002-04-213-15/+18
| | | | | | | | | | | | | | | | 2002-04-21 Anders Carlsson <andersca@gnu.org> * components/text/nautilus-text-view.c: (nautilus_text_view_finalize), (nautilus_text_view_class_init): NautilusView is a GObject, not a GtkObject. * src/nautilus-sidebar-title.c: (nautilus_sidebar_title_select_text_color), Set shadow color and offset using new eel functions. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): Don't show translator credits when we don't need to. Also add myself as an author :)
* fix for bug 72931Diego González2002-04-211-12/+17
|
* Disable drag window registration for now.Anders Carlsson2002-04-202-31/+57
| | | | | | | | | | | | | | | | | | | | | | | 2002-04-20 Anders Carlsson <andersca@gnu.org> * libnautilus-private/nautilus-drag-window.c: (nautilus_drag_window_register): Disable drag window registration for now. * libnautilus-private/nautilus-global-preferences.c: Change extra monitor paths to account for the rename. * nautilus.desktop.in: Update icon path. * src/file-manager/fm-properties-window.c: (reset_icon), (fm_properties_window_drag_data_received), (set_icon_callback): Add support for dragging the reset icon to remove custom icons. * src/nautilus-property-browser.c: (nautilus_emblem_dialog_new), (nautilus_color_selection_dialog_new), (emblem_keyword_valid), (add_new_emblem): Fix "Add new emblem" dialog and add mnemonics.
* Fruitless attempt to optimize icon layout. It turns out it is text-measureAlexander Larsson2002-04-202-0/+2
| | | | | | | | | | | | | | 2002-04-20 Alexander Larsson <alla@lysator.liu.se> * libnautilus-private/nautilus-icon-container.c (lay_down_icons_horizontal): Fruitless attempt to optimize icon layout. It turns out it is text-measure and icon lookup bound. I'm checking in this optimization anyway, even though it doesn't help much. (nautilus_icon_container_class_init): icon_removed was using the wrong struct offset. * src/nautilus-window-menus.c: Add me to authors :)
* Fix profiler CFLAGS.Anders Carlsson2002-04-198-69/+16
| | | | | | | | | | | | | | | | | | | | | | | 2002-04-20 Anders Carlsson <andersca@gnu.org> * configure.in: Fix profiler CFLAGS. * libnautilus-private/nautilus-file-utilities.c: * libnautilus-private/nautilus-file-utilities.h: Remove time stamp and build message functions. * src/nautilus-profiler.c: (widget_set_busy_cursor), (dump_dialog_new): Remove deprecated functions. * src/nautilus-window-manage-views.c: (update_title): Remove time stamp in title. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): Remove unused build_message variable. * src/nautilus-window.c: (nautilus_window_instance_init): Set initial title to "Nautilus". Fixes #74627.
* fix for bug 74949Diego González2002-04-192-12/+26
|
* Free targets.Anders Carlsson2002-04-192-1/+3
| | | | | | | | | | | 2002-04-19 Anders Carlsson <andersca@gnu.org> * src/file-manager/fm-directory-view.c: (clipboard_targets_received): Free targets. * src/nautilus-component-adapter-factory.c: Fix a spelling error, #79195.
* Remove NAUTILUS_PREFERENCES_CAN_ADD_CONTENT.Anders Carlsson2002-04-183-84/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* replace all the OAFIIDs with more sensibly named ones, that follow theMichael Meeks2002-04-185-23/+31
| | | | | | | | | | | | | | | | | | 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.
* Get the "exactly one" check right. Fixes #75187.Anders Carlsson2002-04-171-1/+1
| | | | | | | | 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.
* Query the clipboard TARGET types so we can set the sensitivity of theAnders Carlsson2002-04-171-7/+38
| | | | | | | | | 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.
* Plug memory leaks.Anders Carlsson2002-04-171-2/+3
| | | | | | | | | | | 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.
* Remove debugging output.Anders Carlsson2002-04-171-143/+88
| | | | | | | | | | | | | | | | 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.
* Doh, forgot this.Anders Carlsson2002-04-171-0/+9
|
* Fixup padding so that the dialog looks more like the Nautilus 1.0 one.Anders Carlsson2002-04-171-0/+12
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix tooltip name for Home. Patch from dave <dm9211@bris.ac.uk>Alexander Larsson2002-04-141-1/+1
| | | | | | | 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>
* Fix mixed up comparison. (set_sort_order_from_metadata_and_preferences),David Emory Watson2002-04-102-8/+6
| | | | | | | | | | | | 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...
* remove unused 'bounds_changed' signal.Michael Meeks2002-04-096-336/+510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Handle svg emblems.Alexander Larsson2002-04-091-2/+13
| | | | | | | | 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.
* add a "New Launcher" item to desktop popup and fix bug 74749Diego González2002-04-083-0/+24
|
* Size was incorrectly returning name, bug 76191.David Emory Watson2002-04-081-5/+4
| | | | | | | | 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.
* NAUTILUS_PREFERENCES_IMAGE_FILE_THUMBNAIL_LIMIT is an integerAlexander Larsson2002-04-071-1/+1
| | | | | | | | | | | | | 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.
* This fixes single click activation in the list view, bug 76197.David Emory Watson2002-04-051-15/+57
| | | | | | | | | | | | | | | 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.
* now g_strsplit returns an additional empty string when a delimiter isDavid Emory Watson2002-04-052-2/+2
| | | | | | | | 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.
* impl. (nautilus_throbber_class_init): upd.Michael Meeks2002-04-057-7/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* the background crapplet changed names (again)XIMIAN_SUN_DELIVERY_1_MERGEjacob berkman2002-04-041-1/+1
| | | | | | | | 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)
* don't assume its a local uri, but instead useMark McLoughlin2002-03-291-15/+7
| | | | | | | 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.