Commit graph

5604 commits

Author SHA1 Message Date
Alexander Larsson
58219c276b Make treeview show_only_directories default to TRUE. Patch from MArk
2002-11-28  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/apps_nautilus_preferences.schemas:
	Make treeview show_only_directories default to TRUE.
	Patch from MArk Finlay <sisob@eircom.net>

	* src/file-manager/fm-properties-window.[ch]:
	Make window not dialog,
	patch from David Emory Watson <dwatson@cs.ucr.edu>
	Center window on mouse at popup.
2002-11-28 12:34:13 +00:00
Alexander Larsson
a253b5d9ec Add gtk-properties stock pixmap to menus.
2002-11-28  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/nautilus-directory-view-ui.xml:
	Add gtk-properties stock pixmap to menus.
2002-11-28 10:36:24 +00:00
Alexander Larsson
f93db96668 Make show_special_flags default to TRUE, since we removed the prefs from
2002-11-28  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/apps_nautilus_preferences.schemas:
	Make show_special_flags default to TRUE, since we removed
	the prefs from the ui.

	* libnautilus-private/nautilus-icon-container.c:
	query-drag with middle button. Open context menus faster. (#46276)
	Patch by Marco Pesenti Gritti.
2002-11-28 10:29:05 +00:00
Alexander Larsson
9b8d8211ce Documented an old change that slipped in 2002-11-26 16:54:27 +00:00
Dave Camp
23f344824d version markers 2002-11-26 04:42:58 +00:00
Alexander Larsson
f4f1edca64 Update for 2.1.3 2002-11-25 19:23:04 +00:00
Dave Camp
35d5901ab8 Remove sample and loser from the build.
2002-11-24  Dave Camp  <dave@ximian.com>

        * configure.in: Remove sample and loser from the build.
2002-11-24 14:50:12 +00:00
Alexander Larsson
16ed971719 Only set image of required size, when now pixmap needed, kill old pixmap
2002-11-21  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory-background.c:
	(image_loading_done_callback): Only set image of required size,
	when now pixmap needed, kill old pixmap and set color.
	(free_root_pixmap): New function to free root background image

	Patch from Brian.Cameron@sun.com
2002-11-21 15:55:08 +00:00
Anders Carlsson
3a120e41f6 Remove sample and loser from the default build.
2002-11-20  Anders Carlsson  <andersca@gnu.org>

	* components/Makefile.am:
	Remove sample and loser from the default build.

	* libnautilus-private/nautilus-icon-factory.c:
	(nautilus_icon_factory_get_icon_for_file):
	Special-case the trash location so that it gets the correct icon.
2002-11-20 12:19:53 +00:00
Alexander Larsson
614740540c Don't reference wrong notebook pages
2002-11-19  Alexander Larsson  <alexl@redhat.com>

	* src/file-manager/fm-properties-window.c:
	(clear_bonobo_pages) Don't reference wrong notebook pages
	 (properties_window_file_changed_callback) correct strcmp comparison
2002-11-19 16:44:33 +00:00
Padraig O'Briain
8eb8a6dddc Add CLEANFILES so that make clean deletes $(server_DATA) and
* components/text/Makefile.am:
* components/throbber/Makefile.am:
* components/tree/Makefile.am:
Add CLEANFILES so that make clean deletes $(server_DATA) and
$(server_DATA).in

This change should have been made on September 20th

* libnautilus-private/nautilus-icon-container.c (button_press_event):
Get double_click_time from GtkSettings property instead of using
hardcoded value.

This fixes bug #92372.
2002-11-19 13:16:02 +00:00
Diego Gonzalez
07b5846ca5 Theme cleanup, remove all these functions since they are no longer used.
2002-11-13  Diego Gonzalez  <diego@pemas.net>

	* libnautilus-private/nautilus-theme.[c-h]:
	(nautilus_theme_set_theme), (nautilus_theme_make_preview_pixbuf),
	(nautilus_theme_for_each_theme), (nautilus_theme_remove_user_theme),
	(nautilus_theme_install_user_theme)

	* libnautilus-private/nautilus-theme.c:
	(load_theme_document), (vfs_file_exists), (theme_get_property),
	(theme_get_name_property), (theme_get_description_property),
	(theme_list_prepend), (has_theme_xml), (theme_get_themes_for_location),
	(theme_get_builtin_themes), (theme_get_user_themes),
	(theme_list_invoke_callback), (attributes_free)

	Theme cleanup, remove all these functions since they are no longer
	used.
2002-11-13 23:31:46 +00:00
James Willcox
d316d57725 Fixed a slight bug in the context menu query code, and added a bit of
2002-11-10  James Willcox  <jwillcox@gnome.org>

	* docs/nautilus-context-menus.txt:
	* libnautilus-private/nautilus-mime-actions.c:
	(nautilus_mime_get_popup_components_for_file):

	Fixed a slight bug in the context menu query code, and added a bit of
	documentation.
2002-11-10 09:13:34 +00:00
Dmitry Mastrukov
a9c174f18c configure.in: Added Belarusian (be) to ALL_LINGUAS. 2002-11-09 05:05:58 +00:00
James Willcox
c64f0a3a0f Make bonobo property pages regular controls instead of NautilusViews.
2002-11-08  James Willcox  <jwillcox@gnome.org>

	* components/image_properties/nautilus-image-properties-view.c:
	(get_property), (set_property),
	(nautilus_image_properties_view_init):
	* components/image_properties/nautilus-image-properties-view.h:
	* components/notes/nautilus-notes.c: (set_bonobo_properties),
	(make_notes_view):
	* libnautilus-private/nautilus-mime-actions.c:
	(nautilus_mime_get_property_components_for_file):
	* libnautilus-private/nautilus-mime-actions.h:
	* src/file-manager/fm-properties-window.c:
	(bonobo_page_activate_callback), (append_bonobo_pages):

	Make bonobo property pages regular controls instead of NautilusViews.
2002-11-08 20:54:45 +00:00
James Willcox
78c433e00e Add the ability to have mime-type-sensitive context menus.
2002-11-07  James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/nautilus-mime-actions.c:
	(nautilus_mime_get_default_component_for_file_internal),
	(nautilus_mime_get_short_list_components_for_file),
	(nautilus_mime_actions_file_needs_full_file_attributes),
	(nautilus_mime_get_all_components_for_file_extended),
	(nautilus_mime_get_popup_components_for_file),
	(has_server_info_in_list), (server_info_list_intersection),
	(nautilus_mime_get_popup_components_for_files),
	(mime_get_all_components_for_uri_scheme),
	(make_bonobo_activation_query_with_known_mime_type),
	(make_bonobo_activation_query_with_uri_scheme_only),
	(nautilus_do_component_query):
	* libnautilus-private/nautilus-mime-actions.h:
	* libnautilus-private/nautilus-program-chooser.c:
	(repopulate_program_list):
	* libnautilus-private/nautilus-program-choosing.c:
	(choose_component_callback):
	* src/file-manager/fm-directory-view.c:
	(bonobo_mime_action_data_new), (bonobo_mime_action_data_free),
	(bonobo_mime_action_activate_callback),
	(bonobo_mime_action_callback),
	(bonobo_mime_action_menu_data_destroy_callback),
	(can_handle_multiple_files), (add_bonobo_menu_ui_and_verbs),
	(get_bonobo_menu_verb_names), (has_file_in_list),
	(get_unique_files), (reset_bonobo_mime_actions_menu),
	(real_update_menus):
	* src/file-manager/nautilus-directory-view-ui.xml:

	Add the ability to have mime-type-sensitive context menus.
2002-11-07 19:20:42 +00:00
Alexander Larsson
4526ffe885 Make chit alpha blended. New image from Jens Lautenbacher
2002-11-07  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-customization-data.c:
	* icons/chit_frame.png:
	Make chit alpha blended. New image from Jens Lautenbacher <jtl@schlund.de>.
2002-11-07 10:54:38 +00:00
Kjartan Maraas
210d602eb4 Fix some bad english.
2002-11-06  Kjartan Maraas  <kmaraas@gnome.org>

	* src/nautilus-file-management-properties.glade: Fix some bad
	english.
2002-11-06 22:33:32 +00:00
Jan Arne Petersen
4881e9cb36 In single click mode use a hand cursor instead of underlining.
2002-11-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* libnautilus-private/nautilus-icon-canvas-item.c:
	(draw_or_measure_label_text), (create_label_layout),
	(get_label_layout), (nautilus_icon_canvas_item_event):

	In single click mode use a hand cursor instead of underlining.

	* src/nautilus-window.c: (create_view_as_menu_item):
	* src/Nautilus_shell.server.in:

	Add mnemonics to the 'View as List' and 'View as Icons' entries.

	* icons/Makefile.am:
	* src/nautilus-window-manage-views.c: (compute_title),
	(nautilus_window_update_icon), (set_displayed_location),
	(viewed_file_changed_callback), (location_has_really_changed),
	(title_changed_callback):
	* src/nautilus-window-private.h:
	* src/nautilus-window.c: (icons_changed_callback),
	(nautilus_window_instance_init):

	Use the real file icons as window border icons in the nautilus window
	and file properties dialog. Use a special desktop icon and title in
	the Ctrl-Alt-Tab window.
2002-11-06 14:40:26 +00:00
Alexander Larsson
ef7bcef19d Fix up includes.
2002-11-06  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-program-chooser.c:
	* libnautilus-private/nautilus-program-choosing.c:
	* libnautilus-private/nautilus-recent.h:
	* src/file-manager/fm-desktop-icon-view.c:
	* src/file-manager/fm-directory-view.c:
	Fix up includes.
2002-11-06 11:25:45 +00:00
Anders Carlsson
d505f928b2 Move libegg stuff to cut-n-paste-code and update to the latest egg
2002-11-06  Anders Carlsson  <andersca@gnu.org>

	* configure.in:
	* cut-n-paste-code/Makefile.am:
	* cut-n-paste-code/libegg/Makefile.am:
	* cut-n-paste-code/libegg/egg-recent-item.c: (egg_recent_item_new),
	(egg_recent_item_free), (egg_recent_item_ref),
	(egg_recent_item_unref), (egg_recent_item_new_from_uri),
	(egg_recent_item_set_uri), (egg_recent_item_get_uri),
	(egg_recent_item_peek_uri), (egg_recent_item_get_uri_utf8),
	(egg_recent_item_get_uri_for_display),
	(egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type),
	(egg_recent_item_set_timestamp), (egg_recent_item_get_timestamp),
	(egg_recent_item_get_groups), (egg_recent_item_in_group),
	(egg_recent_item_add_group), (egg_recent_item_remove_group),
	(egg_recent_item_set_private), (egg_recent_item_get_private),
	(egg_recent_item_get_type):
	* cut-n-paste-code/libegg/egg-recent-item.h:
	* cut-n-paste-code/libegg/egg-recent-model.c:
	(egg_recent_model_string_match), (egg_recent_model_write_raw),
	(egg_recent_model_delete_from_list),
	(egg_recent_model_add_new_groups), (egg_recent_model_update_item),
	(egg_recent_model_read_raw), (parse_info_init), (parse_info_free),
	(push_state), (pop_state), (peek_state), (start_element_handler),
	(list_compare_func_mru), (list_compare_func_lru),
	(end_element_handler), (text_handler), (error_handler),
	(egg_recent_model_enforce_limit), (egg_recent_model_sort),
	(egg_recent_model_group_match), (egg_recent_model_filter),
	(egg_recent_model_monitor_list_cb),
	(egg_recent_model_monitor_list),
	(egg_recent_model_changed_timeout), (egg_recent_model_monitor_cb),
	(egg_recent_model_monitor), (egg_recent_model_set_limit_internal),
	(egg_recent_model_read), (egg_recent_model_write),
	(egg_recent_model_open_file), (egg_recent_model_lock_file),
	(egg_recent_model_unlock_file), (egg_recent_model_finalize),
	(egg_recent_model_set_property), (egg_recent_model_get_property),
	(egg_recent_model_class_init), (egg_recent_model_limit_changed),
	(egg_recent_model_expiration_changed), (egg_recent_model_init),
	(egg_recent_model_new), (egg_recent_model_add_full),
	(egg_recent_model_add), (egg_recent_model_delete),
	(egg_recent_model_get_list), (egg_recent_model_set_limit),
	(egg_recent_model_get_limit), (egg_recent_model_clear),
	(egg_recent_model_set_filter_mime_types),
	(egg_recent_model_set_filter_groups),
	(egg_recent_model_set_filter_uri_schemes),
	(egg_recent_model_set_sort), (egg_recent_model_changed),
	(egg_recent_model_remove_expired_list),
	(egg_recent_model_remove_expired), (egg_recent_model_get_type):
	* cut-n-paste-code/libegg/egg-recent-model.h:
	* cut-n-paste-code/libegg/egg-recent-vfs-utils.c:
	(make_valid_utf8), (istr_has_prefix), (str_has_prefix),
	(uri_is_local_scheme), (handle_trailing_slashes),
	(make_uri_canonical), (format_uri_for_display),
	(egg_recent_vfs_format_uri_for_display),
	(is_valid_scheme_character), (has_valid_scheme),
	(escape_high_chars), (make_uri_from_input_internal),
	(egg_recent_vfs_make_uri_from_input),
	(make_uri_canonical_strip_fragment), (uris_match),
	(egg_recent_vfs_uris_match), (egg_recent_vfs_get_uri_scheme):
	* cut-n-paste-code/libegg/egg-recent-vfs-utils.h:
	* cut-n-paste-code/libegg/egg-screen-exec.c:
	(egg_screen_exec_display_string), (egg_screen_exec_environment),
	(egg_screen_execute_async), (egg_screen_execute_shell),
	(egg_screen_execute_command_line_async):
	* cut-n-paste-code/libegg/egg-screen-exec.h:
	* cut-n-paste-code/libegg/egg-screen-help.c:
	(egg_help_display_on_screen),
	(egg_help_display_with_doc_id_on_screen),
	(egg_help_display_desktop_on_screen),
	(egg_help_display_uri_on_screen):
	* cut-n-paste-code/libegg/egg-screen-help.h:
	* cut-n-paste-code/libegg/egg-screen-url.c:
	(egg_url_show_on_screen):
	* cut-n-paste-code/libegg/egg-screen-url.h:
	* cut-n-paste-code/libegg/eggtreemultidnd.c:
	(egg_tree_multi_drag_source_get_type),
	(egg_tree_multi_drag_source_row_draggable),
	(egg_tree_multi_drag_source_drag_data_delete),
	(egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
	(egg_tree_multi_drag_button_release_event), (selection_foreach),
	(path_list_free), (set_context_data), (get_context_data),
	(get_info), (egg_tree_multi_drag_drag_data_get),
	(egg_tree_multi_drag_motion_event),
	(egg_tree_multi_drag_button_press_event),
	(egg_tree_multi_drag_add_drag_support):
	* cut-n-paste-code/libegg/eggtreemultidnd.h:
	* cut-n-paste-code/libegg/update-from-egg.sh:
	* libnautilus-private/Makefile.am:
	* libnautilus-private/egg-recent-item.c:
	* libnautilus-private/egg-recent-item.h:
	* libnautilus-private/egg-recent-model.c:
	* libnautilus-private/egg-recent-model.h:
	* libnautilus-private/egg-recent-vfs-utils.c:
	* libnautilus-private/egg-recent-vfs-utils.h:
	* libnautilus-private/egg-screen-exec.c:
	* libnautilus-private/egg-screen-exec.h:
	* libnautilus-private/egg-screen-help.c:
	* libnautilus-private/egg-screen-help.h:
	* libnautilus-private/egg-screen-url.c:
	* libnautilus-private/egg-screen-url.h:
	* libnautilus-private/eggtreemultidnd.c:
	* libnautilus-private/eggtreemultidnd.h:
	* libnautilus-private/nautilus-program-chooser.c: (help_cb):
	* libnautilus-private/update-from-egg.sh:
	* src/Makefile.am:
	* src/file-manager/Makefile.am:
	* src/file-manager/fm-desktop-icon-view.c:
	* src/file-manager/fm-directory-view.c:
	* src/file-manager/fm-list-model.c:
	* src/file-manager/fm-list-view.c:
	* src/file-manager/fm-properties-window.c: (help_button_callback):
	* src/file-manager/update-from-egg.sh:
	* src/nautilus-bookmarks-window.c:
	(nautilus_bookmarks_window_response_callback):
	* src/nautilus-property-browser.c: (help_button_callback):
	* src/nautilus-window-menus.c:
	(help_menu_nautilus_manual_callback):
	Move libegg stuff to cut-n-paste-code and update to the latest
	egg versions.
2002-11-06 10:38:48 +00:00
Dave Camp
f8b8fe558a Removed property widget tests.
2002-11-05  Dave Camp  <dave@ximian.com>

	* test/Makefile.am:
	* test/test.c:
	* test/test.h: Removed property widget tests.
2002-11-06 01:32:10 +00:00
James Willcox
c0939bb808 Only make an EggRecentModel once, instead of for every new window. Moved
2002-11-05  James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/Makefile.am:
	* libnautilus-private/nautilus-recent.[ch]:
	* src/file-manager/Makefile.am:
	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_launch_application), (fm_directory_view_init),
	(fm_directory_view_destroy):

	Only make an EggRecentModel once, instead of for every new window.
	Moved egg-recent*.[ch] into libnautilus-private
2002-11-05 19:02:08 +00:00
James Willcox
9e47a1d75b Removed all the stuff that was used to show/hide sidebars.
2002-11-05  James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/apps_nautilus_preferences.schemas:
	* libnautilus-private/nautilus-global-preferences.c:
	* libnautilus-private/nautilus-sidebar-functions.c:
	(sidebar_get_sidebar_panel_view_identifiers),
	(nautilus_sidebar_get_all_sidebar_panel_view_identifiers):
	* libnautilus-private/nautilus-sidebar-functions.h:
	* src/nautilus-window.c: (nautilus_window_instance_init),
	(nautilus_window_set_up_sidebar), (add_sidebar_panels):

	Removed all the stuff that was used to show/hide sidebars.
2002-11-05 18:34:25 +00:00
Diego Gonzalez
652582da2d remove nautilus-preferences-dialog.c and nautilus-theme-selector.c
2002-11-05  Diego Gonzalez  <diego@pemas.net>

	* po/POTFILES.in: remove nautilus-preferences-dialog.c and
	nautilus-theme-selector.c

	* src/Makefile.am: remove nautilus-preferences-dialog.[c-h] and
	nautilus-theme-selector.[c-h] from the built, as they are not used anymore

	* src/nautilus-window-menus.c: remove nautilus-preferences-dialog.h
	from the includes
2002-11-05 09:07:57 +00:00
Diego Gonzlez
badd7fe0c5 Use bonobo_pbclient_set_value_async instead of
2002-11-04  Diego Gonzlez  <diego@pemas.net>

	* src/nautilus-window-toolbars.c: (throbber_set_throbbing):
	Use bonobo_pbclient_set_value_async instead of
	eel_bonobo_pbclient_set_value_async.

	* configure.in: require latest libbonobo
2002-11-05 08:30:49 +00:00
Alexander Larsson
f094a7de87 Remove click-on-throbber. Patch by Jan Arne Petersen
2002-11-04  Alexander Larsson  <alexl@redhat.com>

	* components/throbber/nautilus-throbber.c: (get_bonobo_properties),
	(nautilus_throbber_instance_init), (nautilus_throbber_expose),
	(nautilus_throbber_class_init),
	(nautilus_throbber_accessible_get_type):
	* src/nautilus-window-private.h:
	* src/nautilus-window-toolbars.c: (throbber_created_callback):
	* src/nautilus-window.c: (nautilus_window_unrealize):

	Remove click-on-throbber. Patch by Jan Arne Petersen <jpetersen@gnome-de.org>
2002-11-04 14:59:53 +00:00
Dave Camp
fdb7e73112 version markers 2002-11-01 01:18:20 +00:00
Dave Camp
d1140cbc7b Updated. Removed music-view-related stuff, updated to 2.1.2.
2002-10-31  Dave Camp  <dave@ximian.com>

	* NEWS: Updated.
	* configure.in: Removed music-view-related stuff, updated to
	2.1.2.
2002-11-01 01:10:45 +00:00
Dave Camp
02fb85b418 Removed the music view.
2002-10-31  Dave Camp  <dave@ximian.com>

	* components/Makefile.am (SUBDIRS): Removed the music view.
2002-11-01 00:05:35 +00:00
Dave Camp
cd6b505995 Set the background globally by default. On a right-drag from the property
2002-10-31  Dave Camp  <dave@ximian.com>

	* libnautilus-private/nautilus-directory-background.c:
	(nautilus_file_background_get_default_settings),
	(nautilus_file_background_is_set), (background_changed_callback),
	(background_reset_callback):
	* libnautilus-private/nautilus-dnd.c:
	(nautilus_drag_drop_background_ask):
	* libnautilus-private/nautilus-dnd.h:
	* libnautilus-private/nautilus-global-preferences.h:
	* libnautilus-private/nautilus-icon-dnd.c:
	(get_background_drag_action),
	(receive_dropped_color), (receive_dropped_tile_image),
	(nautilus_icon_container_receive_dropped_icons),
	(drag_data_received_callback):  Set the background globally by
	default.  On a right-drag from the property dialog, pop up a
	context menu asking to set it globally or for that directory.

	* libnautilus-private/apps_nautilus_preferences.schemas:
	* src/nautilus-information-panel.c: (nautilus_information_panel_init),
	(nautilus_information_panel_finalize),
	(information_panel_has_background),
	(nautilus_information_panel_create_context_menu),
	(nautilus_information_panel_read_defaults),
	(nautilus_information_panel_theme_changed),
	(receive_dropped_uri_list), (receive_dropped_color),
	(nautilus_information_panel_drag_data_received),
	(background_settings_changed_callback),
	(background_reset_callback),
	(nautilus_information_panel_update_appearance): Take the default
	background from gconf, handle global vs. per-directory
	backgrounds.

	* nautilus-property-browser.c: (element_clicked_callback): Add
	ASK to the list of actions.
2002-10-31 22:38:46 +00:00
Bastien Nocera
56c379f59f upd update for the icon update icon added
2002-10-31  Bastien Nocera  <hadess@hadess.net>

        * src/Makefile.am: upd
	* src/nautilus-server-connect.c: (create_desktop), (update_icon),
	(main): update for the icon
	* src/nautilus-server-connect.desktop.in: update icon
	* src/network-scheme.desktop.in: added
2002-10-31 22:25:48 +00:00
Dave Camp
d52d2c89f5 Removed the extra 'nautilus'.
2002-10-31  Dave Camp  <dave@ximian.com>

	* src/Makefile.am (bin_PROGRAMS): Removed the extra 'nautilus'.
2002-10-31 21:40:59 +00:00
Dave Camp
cd542bea12 New preferences dialog. Use the new prefs dialog. As things are toggled,
2002-10-31  Dave Camp  <dave@ximian.com>

	* Makefile.am:
	* nautilus-file-management-properties.desktop.in:
	* src/Makefile.am:
	* src/nautilus-file-management-properties-main.c:
	* src/nautilus-file-management-properties.c:
	* src/nautilus-file-management-properties.h: New preferences
	dialog.
	* src/nautilus-window-menus.c: (preferences_respond_callback),
	(preferences_callback): Use the new prefs dialog.
	* src/nautilus-window.c: (nautilus_window_hide_location_bar),
	(nautilus_window_show_location_bar),
	(nautilus_window_hide_toolbar), (nautilus_window_show_toolbar),
	(nautilus_window_hide_sidebar), (nautilus_window_show_sidebar),
	(nautilus_window_hide_status_bar),
	(nautilus_window_show_status_bar): As things are toggled, save
	them as the default for new windows.

	Patch from Jan Arne Petersen <jpetersen@uni-bonn.de>.
2002-10-31 19:24:32 +00:00
Bastien Nocera
874a70e92d upd added upd added added added (This all still needs some work)
2002-10-31  Bastien Nocera  <hadess@hadess.net>

        * icons/Makefile.am: upd
	* icons/nautilus-server-connect.png: added
	* src/Makefile.am: upd
	* src/nautilus-server-connect.c: added
	* src/nautilus-server-connect.desktop.in: added
	* src/nautilus-server-connect.glade: added (This all still needs some
	work)
2002-10-31 19:02:41 +00:00
Anders Carlsson
a5bcb0f013 Require gtk+ 2.1.1
2002-10-31  Anders Carlsson  <andersca@gnu.org>

	* configure.in: Require gtk+ 2.1.1

	* libnautilus-private/nautilus-directory-background.c:
	(screen_size_changed), (remove_connection),
	(desktop_background_realized):
	* src/nautilus-desktop-window.c:
	(nautilus_desktop_window_screen_size_changed), (unrealize),
	(realize):
	Add support for the size_changed signal so that the desktop
	window will resize correctly.
2002-10-31 08:37:30 +00:00
Thomas Vander Stichele
c64ec3e55b fix two typos 2002-10-26 01:28:46 +00:00
James Willcox
abd72b6825 Activate the bonobo property pages asynchronously Hide the bonobo property
2002-10-25  James Willcox  <jwillcox@gnome.org>

        * components/notes/Nautilus_View_notes.server.in.in:
        * libnautilus-private/nautilus-mime-actions.c:
        (nautilus_mime_has_any_components_for_file_extended),
        (nautilus_mime_has_any_components_for_file):
        * libnautilus-private/nautilus-mime-actions.h:
        * libnautilus-private/nautilus-program-chooser.c:
        (repopulate_program_list):
        * libnautilus-private/nautilus-program-choosing.c:
        (choose_component_callback):
        * src/file-manager/fm-properties-window.c: (clear_bonobo_pages),
        (refresh_bonobo_pages), (properties_window_file_changed_callback),
        (bonobo_page_error_message), (bonobo_page_activate_callback),
        (append_bonobo_pages):

        * Activate the bonobo property pages asynchronously
        * Hide the bonobo property pages from the component chooser
        * Slightly modify the notes sidebar to also work as a property page
        * Handle changes in the file type (add/remove pages)
2002-10-25 17:38:35 +00:00
Dennis M. Cranston
f2a40b0f23 Properties dialog fixes for #95836.
2002-10-24  Dennis M. Cranston  <dennis_cranston@yahoo.com>

	* src/file-manager/fm-properties-window.[ch]:
	Properties dialog fixes for #95836.
2002-10-25 07:58:37 +00:00
Alexander Larsson
6705233d05 Implement image properties page
2002-10-24  Alexander Larsson  <alexl@redhat.com>

	* components/Makefile.am:
	* components/image_properties/.cvsignore:
	* components/image_properties/Makefile.am:
	* components/image_properties/Nautilus_View_image_properties.server.in.in:
	* components/image_properties/libmain.c:
	* components/image_properties/nautilus-image-properties-view.[ch]:
	* configure.in:

	Implement image properties page

	Patch from James Willcox  <jwillcox@gnome.org>

	* libnautilus-private/nautilus-mime-actions.[ch]:
	Add nautilus_mime_get_all_components_for_file_extended

	* src/file-manager/fm-properties-window.c:
	Plug-in property pages.
2002-10-24 15:54:34 +00:00
Stephen Browne
b808be61aa Fix for #96621 where an invalid URI is passed in the uri_list to move_copy 2002-10-24 15:08:20 +00:00
James Willcox
5ab4a98579 Correctly sort the emblems
2002-10-23  James Willcox  <jwillcox@gnome.org>

	* components/emblem/nautilus-emblem-view.c:
	(emblem_widget_sort_func), (nautilus_emblem_view_populate):

	Correctly sort the emblems
2002-10-23 15:28:03 +00:00
James Willcox
e4a421964d Add a popup menu to the emblems in the emblem sidebar that allows renaming
2002-10-21  James Willcox  <jwillcox@gnome.org>

	* components/emblem/nautilus-emblem-view.c:
	(nautilus_emblem_view_button_press_cb),
	(nautilus_emblem_view_delete_cb), (rename_dialog_response_cb),
	(create_rename_emblem_dialog), (nautilus_emblem_view_rename_cb),
	(create_emblem_widget_with_pixbuf), (create_add_emblems_dialog),
	(nautilus_emblem_view_drag_received_cb):
	* libnautilus-private/nautilus-emblem-utils.c:
	(nautilus_emblem_can_remove_emblem),
	(nautilus_emblem_can_rename_emblem),
	(nautilus_emblem_remove_emblem), (nautilus_emblem_rename_emblem):
	* libnautilus-private/nautilus-emblem-utils.h:
	* libnautilus-private/nautilus-icon-factory.c:
	(nautilus_icon_factory_remove_from_cache):
	* libnautilus-private/nautilus-icon-factory.h:
	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_destroy):

	Add a popup menu to the emblems in the emblem sidebar that allows
	renaming and removing of emblems.
2002-10-21 16:39:01 +00:00
Alexander Larsson
3b41479ad2 Make non-compact layout gridded.
2002-10-21  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-icon-container.c (lay_down_icons_horizontal):
	Make non-compact layout gridded.
2002-10-21 15:59:53 +00:00
Dave Camp
1cd52b7d18 Don't complete the filename if there is a trailing slash. Patch from
2002-10-20  Dave Camp  <dave@ximian.com>

	* src/nautilus-location-bar.c (try_to_expand_path): Don't complete
	the filename if there is a trailing slash.  Patch from Manuel Clos
	<llanero@jazzfree.com>.  Fixes #90652.
2002-10-20 20:30:27 +00:00
Dave Camp
97c3c9fd8e Take out -DBONOBO_DISABLE_DEPRECATED until the make_registration_id api is
2002-10-19  Dave Camp  <dave@ximian.com>

	* configure.in: Take out -DBONOBO_DISABLE_DEPRECATED until the
	make_registration_id api is worked out.
2002-10-19 22:38:47 +00:00
Alexander Larsson
7cab1cebdc More casts.
2002-10-18  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory-async.c (ready_callback_key_compare):
	More casts.
2002-10-18 16:36:25 +00:00
Alexander Larsson
b3be7b7c22 Remove type checks, was showing up in profiles.
2002-10-18  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-file.c (nautilus_file_compare_for_sort_internal):
	* src/file-manager/fm-icon-view.c (fm_icon_view_compare_files):
	* src/file-manager/fm-icon-container.c (get_icon_view):
	Remove type checks, was showing up in profiles.

	* libnautilus-private/nautilus-directory.c (nautilus_directory_notify_files_added):
	Don't leak directory_uri
2002-10-18 15:47:29 +00:00
Alexander Larsson
6efb3bdcac The HP-UX compiler is an anal retentive bastard.
2002-10-18  Alexander Larsson  <alexl@redhat.com>

	* libnautilus-private/nautilus-directory-async.c:
	The HP-UX compiler is an anal retentive bastard.
2002-10-18 09:41:25 +00:00
Alex Duggan
dd979bc32a configure.in require gnome-desktop >= 2.1.0 (fixes #95979)
2002-10-16  Alex Duggan  <aldug@astrolinux.com>
	* configure.in
   require gnome-desktop >= 2.1.0 (fixes #95979)
2002-10-16 20:22:01 +00:00