Commit graph

300 commits

Author SHA1 Message Date
Darin Adler d9195bab4c reviewed by: John Sullivan <sullivan@eazel.com>
Some enhancements to icon lookup.

	* libnautilus-extensions/nautilus-icon-factory.h:
	* libnautilus-extensions/nautilus-icon-factory.c:
	(get_mime_type_icon_without_suffix): Function used to strip suffixes
	out so we can have file suffixes in the gnome-vfs icon database, but
	can ignore them and look at all suffixes for the named icon.
	(make_icon_name_from_mime_type): Construct an icon name for types
	that don't specify a particular icon. This allows theme designers
	to make icons for any MIME type.
	(get_icon_name_for_regular_file): Use the new "without suffix" call.
	This requires changing this function to return a strdup'd name.
	(get_icon_name_for_directory), (get_icon_name_for_file): Change to
	return a strdup'd name.
	(make_full_icon_path): Do the file exists check in here (was
	already doing it in some cases) and also call
	gnome_vfs_icon_path_from_filename.
	(get_themed_icon_file_path): Get rid of redundant g_file_exists
	checks and gnome_vfs_icon_path_from_filename call, since both are
	now handled inside make_full_icon_path.
	(nautilus_scalable_icon_get_text_pieces),
	(nautilus_scalable_icon_new_from_text_pieces),
	(nautilus_scalable_icon_unref), (nautilus_scalable_icon_hash),
	(nautilus_scalable_icon_equal): Add MIME type to the scalable
	icons.
	(nautilus_icon_factory_get_icon_for_file): Pass in the MIME type.
	(nautilus_icon_factory_get_emblem_icon_by_name): Pass NULL for
	MIME type.
	(load_pixbuf_svg): Change to pass in boolean for emblem hack since
	we don't always have an icon name.
	(load_icon_from_path): New function, share common code.
	(load_named_icon): New function, share common code.
	(load_specific_icon): Try icon based on MIME type first, then fall
	back on the name specified.
	(nautilus_icon_factory_get_pixbuf_from_name): Pass NULL for MIME
	type.
	(load_icon_with_embedded_text): Pass in the MIME type.

	* src/nautilus-bookmark-list.c: (append_bookmark_node):
	* src/nautilus-bookmark-parsing.c:
	(nautilus_bookmark_new_from_node):
	* libnautilus-extensions/nautilus-bookmark.c:
	(nautilus_bookmark_icon_is_different),
	(nautilus_bookmark_set_icon_to_default):
	Update to deal with MIME types in scalable icons.

	* components/help/hyperbola-filefmt.c:
	(fmt_scrollkeeper_parse_toc_section),
	(fmt_scrollkeeper_parse_doc_toc),
	(fmt_scrollkeeper_parse_document),
	(fmt_scrollkeeper_parse_section), (fmt_scrollkeeper_parse_xml),
	(fmt_scrollkeeper_trim_empty_branches),
	(fmt_scrollkeeper_tree_empty), (fmt_scrollkeeper_populate_tree),
	(remove_leading_and_trailing_white_spaces), (fmt_toplevel_add_doc),
	(get_path_from_node), (has_content), (fmt_toplevel_parse_xml_tree):
	Made more compatible with libxml by not using the content field
	directly and using xmlChildrenNode and xmlRootNode.

	* libnautilus-extensions/nautilus-trash-monitor.c:
	(nautilus_trash_monitor_get): Fixed NautilusDirectory leak.

	* THANKS: Added some more translator credits.
	* check-THANKS.pl: Fixed some email addresses and such.

	* icons/ardmore/.cvsignore:
	* icons/arlo/.cvsignore,
	* icons/arlo/backgrounds/.cvsignore:
	* icons/arlo/sidebar_tab_pieces/.cvsignore:
	* icons/villanova/.cvsignore:
	Removed these again.
2001-05-01 21:21:09 +00:00
Chyla Zbigniew 8661476dd6 Marked two strings for translation.
* components/news/nautilus-news.c: Marked two strings for translation.

* icons/ardmore/.cvsignore, icons/arlo/.cvsignore,
icons/arlo/backgrounds/.cvsignore,
icons/arlo/sidebar_tab_pieces/.cvsignore, icons/villanova/.cvsignore:
New files, ignore Makefile.in and Makefile.
2001-05-01 20:01:42 +00:00
Ramiro Estrugo 59ea0f1184 Forgot to change arlo to crux_teal in these 3.
* icons/crux_teal/backgrounds/Makefile.am:
	* icons/crux_teal/sidebar_tab_pieces/Makefile.am:
	* icons/crux_teal/throbber/Makefile.am:
	Forgot to change arlo to crux_teal in these 3.
2001-05-01 02:53:52 +00:00
Ramiro Estrugo 95b676fadd Rename the theme directories to match their displayed name.
* configure.in:
	* icons/Makefile.am:
	* nautilus.spec.in:
	Rename the theme directories to match their displayed name.

	* icons/arlo
	* icons/villanova
	* icons/ardmore
	Old theme directory names.

	* icons/crux_teal
	* icons/sierra
	* icons/tahoe
	New theme directory names.
2001-05-01 02:42:14 +00:00
Arlo Rose a4fea8531b Made icon a single note.
* icons/Makefile.am:
        * icons/note-indicator.png:
        Made icon a single note.

        * icons/text-selection-frame-aa.png:
        * icons/text-selection-frame.png:
        Added non aa version of the text selection frame for dragging.
2001-04-05 20:56:55 +00:00
Andy Hertzfeld 0f7c34dfb0 added a way for sidebar views to specify small images that are displayed
added a way for sidebar views to specify small images that
	are displayed in their tab for notification purposes.  Used
	that to make the notes component indicate if a note is present or
	not.

	* components/notes/nautilus-notes.c: (get_bonobo_properties),
	(set_bonobo_properties), (load_note_text_from_metadata),
	(done_with_file), (notes_load_metainfo),
	(notify_listeners_if_changed), (notes_save_metainfo), (do_destroy),
	(notes_get_indicator_image), (make_notes_view):
	added a property bag to the notes component to provide a tab_image
	property, and made it notify the listeners when the note text
	changes.

	* icons/Makefile.am:
	* icons/note-indicator.png:
	new notes indicator image from Arlo.

	* src/nautilus-sidebar-tabs.c: (tab_item_destroy),
	(pixbuf_composite), (draw_one_tab_plain), (draw_one_tab_themed),
	(get_tab_width), (draw_or_layout_all_tabs),
	(nautilus_sidebar_tabs_expose),
	(nautilus_sidebar_tabs_update_tab_item), (get_tab_item_from_view),
	(nautilus_sidebar_tabs_update_all_indicators),
	(nautilus_sidebar_tabs_update_indicator),
	(tab_indicator_changed_callback),
	(nautilus_sidebar_tabs_connect_view):
	* src/nautilus-sidebar-tabs.h:
	made the sidebar tabs hook up to the nautilus_view's tab_image
	property and use it to display a notification image in the tab
	if necessary.

	* src/nautilus-sidebar.c: (view_loaded_callback),
	(nautilus_sidebar_add_panel):
	connect the sidebar tabs to a newly added view, once the view
	is loaded.

	* src/nautilus-view-frame.c: (nautilus_view_frame_get_control):
	* src/nautilus-view-frame.h:
	added nautilus_view_frame_get_control so view properties can be
	accessed by the sidebar.
2001-04-01 23:44:46 +00:00
George Lebl bffd9f61a9 Remove the italic stuff and replace with icons. There's a different icon
Tue Mar 27 02:25:31 2001  George Lebl <jirka@5z.com>

	* components/help/hyperbola-nav-tree.c (ensure_italic_style)
	  (set_node_style) (reset_style_for_node) (reset_styles)
	  (ensure_pixmap_and_mask) (ensure_icons) (get_node_icons)
	  (ctree_populate_subnode) (ctree_populate)
	  (hyperbola_navigation_tree_new) (pixmap_unref_and_null)
	  (bitmap_unref_and_null) (hyperbola_navigation_tree_destroy):
	  Remove the italic stuff and replace with icons.  There's a
	  different icon for folders, different for books and different for
	  sections.  The one for sections is the one used for man and info
	  pages, but we could also have a separate one for those.  I suppose
	  that's up to Arlo.  This should fix #6911, though I suppose I'll
	  leave it open to get further feedback.

	* icons/Makefile.am, hyperbola-book-closed.png,
	  hyperbola-book-open.png, hyperbola-folder-closed.png,
	  hyperbola-folder-open.png, hyperbola-section-closed.png,
	  hyperbola-section-open.png:  Add some testing icons, stolen
	  from the GTK+ testing program.
2001-03-27 10:26:29 +00:00
Andy Hertzfeld fe3dd5843b fixed bug 7247, Web Search and Services toolbar icons missing in GNOME
fixed bug 7247, Web Search and Services toolbar icons missing in
	GNOME theme; fixed by tweaking the toolbar theming logic to
	deal with icons that don't have stock equivalents, and adding images
	for the gnome theme to use

	* icons/gnome/Makefile.am:
	* icons/gnome/SearchWeb.png:
	* icons/gnome/Services.png:
	* src/nautilus-window-toolbars.c: (get_file_name_from_icon_name),
	(set_up_standard_bonobo_button), (set_up_special_bonobo_button),
	(set_up_toolbar_images):

	* icons/Services.png:
	stopgap fix for bug 7289, services toolbar icon in default theme
	doesn't fit in the rest of the toolbar icons.  I replaced it with
	an earlier one that is still consistent with the other services icons,
	but it's still not good enough; Arlo will keep working on a better
	one.
2001-03-02 23:04:57 +00:00
Arlo Rose 9ea01db6fb New theme previews for the smaller size, and 1bit alpha. Also, a couple of
* icons/ardmore/theme_preview.png:
        * icons/arlo/theme_preview.png:
        * icons/crux_eggplant/backgrounds/window_pattern.png:
        * icons/crux_eggplant/theme_preview.png:
        * icons/gnome/theme_preview.png:
        * icons/nautilus-mini-logo.png:
        * icons/theme_preview.png:
        * icons/villanova/theme_preview.png:
        New theme previews for the smaller size, and 1bit alpha.
        Also, a couple of other tweaks.
2001-03-02 09:25:31 +00:00
Arlo Rose 88d9d65d6c Fixed an old bug in the GNOME throbber (frame 8) that was reintroduced at
* icons/gnome/gnome.xml:
        * icons/gnome/throbber/008.png:
        Fixed an old bug in the GNOME throbber (frame 8) that was
        reintroduced at some point
2001-03-02 07:35:34 +00:00
Arlo Rose b56984364c Yee Ha! New throbbers for everyone! Added new throbbers for Crux Teal and
* icons/arlo/arlo.xml:
        * icons/arlo/throbber/001.png:
        * icons/arlo/throbber/002.png:
        * icons/arlo/throbber/003.png:
        * icons/arlo/throbber/004.png:
        * icons/arlo/throbber/005.png:
        * icons/arlo/throbber/006.png:
        * icons/arlo/throbber/007.png:
        * icons/arlo/throbber/008.png:
        * icons/arlo/throbber/009.png:
        * icons/arlo/throbber/010.png:
        * icons/arlo/throbber/011.png:
        * icons/arlo/throbber/012.png:
        * icons/arlo/throbber/013.png:
        * icons/arlo/throbber/014.png:
        * icons/arlo/throbber/015.png:
        * icons/arlo/throbber/016.png:
        * icons/arlo/throbber/017.png:
        * icons/arlo/throbber/018.png:
        * icons/arlo/throbber/019.png:
        * icons/arlo/throbber/020.png:
        * icons/arlo/throbber/021.png:
        * icons/arlo/throbber/022.png:
        * icons/arlo/throbber/023.png:
        * icons/arlo/throbber/024.png:
        * icons/arlo/throbber/025.png:
        * icons/arlo/throbber/026.png:
        * icons/arlo/throbber/027.png:
        * icons/arlo/throbber/028.png:
        * icons/arlo/throbber/029.png:
        * icons/arlo/throbber/030.png:
        * icons/arlo/throbber/Makefile.am:
        * icons/arlo/throbber/rest.png:
        * icons/crux_eggplant/Makefile.am:
        * icons/crux_eggplant/crux_eggplant.xml:
        * icons/crux_eggplant/throbber/001.png:
        * icons/crux_eggplant/throbber/002.png:
        * icons/crux_eggplant/throbber/003.png:
        * icons/crux_eggplant/throbber/004.png:
        * icons/crux_eggplant/throbber/005.png:
        * icons/crux_eggplant/throbber/006.png:
        * icons/crux_eggplant/throbber/007.png:
        * icons/crux_eggplant/throbber/008.png:
        * icons/crux_eggplant/throbber/009.png:
        * icons/crux_eggplant/throbber/010.png:
        * icons/crux_eggplant/throbber/011.png:
        * icons/crux_eggplant/throbber/012.png:
        * icons/crux_eggplant/throbber/013.png:
        * icons/crux_eggplant/throbber/014.png:
        * icons/crux_eggplant/throbber/015.png:
        * icons/crux_eggplant/throbber/016.png:
        * icons/crux_eggplant/throbber/017.png:
        * icons/crux_eggplant/throbber/018.png:
        * icons/crux_eggplant/throbber/019.png:
        * icons/crux_eggplant/throbber/020.png:
        * icons/crux_eggplant/throbber/021.png:
        * icons/crux_eggplant/throbber/022.png:
        * icons/crux_eggplant/throbber/023.png:
        * icons/crux_eggplant/throbber/024.png:
        * icons/crux_eggplant/throbber/025.png:
        * icons/crux_eggplant/throbber/026.png:
        * icons/crux_eggplant/throbber/027.png:
        * icons/crux_eggplant/throbber/028.png:
        * icons/crux_eggplant/throbber/029.png:
        * icons/crux_eggplant/throbber/030.png:
        * icons/crux_eggplant/throbber/Makefile.am:
        * icons/crux_eggplant/throbber/rest.png:
        Yee Ha!  New throbbers for everyone!
        Added new throbbers for Crux Teal and Eggplant.lant/throbber/027.png
2001-03-02 07:23:26 +00:00
Arlo Rose f5cdb80018 List view color tweak. Lines beginning with `CVS:' are removed
* icons/crux_eggplant/crux_eggplant.xml:
        List view color tweak.
Lines beginning with `CVS:' are removed automatically
2001-03-02 03:49:06 +00:00
Arlo Rose ebf6c2de18 Made the toolbar icon match the rest of the services icons.
* icons/Services.png:
        Made the toolbar icon match the rest of the services icons.
2001-03-02 02:01:41 +00:00
Mike Engber 505ccc4c33 reviewed by: Darin Adler <darin@eazel.com>
reviewed by: Darin Adler  <darin@eazel.com>

	* components/services/nautilus-dependent-shared/icons/eazel-logo-ri
	ght-side-logo.png:
	* icons/about_background.png:
	* icons/druid_header.png:
	* icons/throbber/001.png:
	* icons/throbber/002.png:
	* icons/throbber/003.png:
	* icons/throbber/004.png:
	* icons/throbber/005.png:
	* icons/throbber/006.png:
	* icons/throbber/007.png:
	* icons/throbber/008.png:
	* icons/throbber/009.png:
	* icons/throbber/010.png:
	* icons/throbber/011.png:
	* icons/throbber/012.png:
	* icons/throbber/013.png:
	* icons/throbber/014.png:
	* icons/throbber/015.png:
	* icons/throbber/016.png:
	* icons/throbber/017.png:
	* icons/throbber/018.png:
	* icons/throbber/019.png:
	* icons/throbber/020.png:
	* icons/throbber/021.png:
	* icons/throbber/022.png:
	* icons/throbber/023.png:
	* icons/throbber/024.png:
	* icons/throbber/025.png:
	* icons/throbber/026.png:
	* icons/throbber/027.png:
	* icons/throbber/028.png:
	* icons/throbber/029.png:
	* icons/throbber/030.png:
	* icons/throbber/rest.png:
	Checked in uncorrupted png files.
2001-03-02 01:47:59 +00:00
Arlo Rose 6a3203d026 Added the non-Eazel version; it looks pretty cool.
* icons/About_Image.png:
        Added the non-Eazel version; it looks pretty cool.
2001-03-02 01:02:48 +00:00
Arlo Rose 14a624cf2a Tiny tweak.
Tiny tweak.
2001-02-28 06:08:56 +00:00
Arlo Rose 56a9e2590b Changed the default background color so that the list view looks better.
* icons/arlo/arlo.xml:
        * icons/crux_eggplant/crux_eggplant.xml:
        * icons/default.xml:
        Changed the default background color so that the list
        view looks better.
2001-02-28 05:49:40 +00:00
Darin Adler d566827eb6 reviewed by: John Sullivan <sullivan@eazel.com>
Did most of the work for bug 5779, separating out the Eazel logos
	so they won't be used by non-Eazel folks making changes to
	Nautilus if they choose to do "non-approved" changes (allowed by
	GPL of course).

	* nautilus.spec.in: Add new logos.
	* configure.in: Add eazel-logos and eazel-logos/throbber.
	* Makefile.am: Add the eazel-logos subdirectory.
	* eazel-logos/Makefile.am: Created.
	* eazel-logos/throbber/Makefile.am: Created.

	* components/services/nautilus-dependent-shared/icons/eazel-logo-right-side-logo.png:
	* icons/About_Image.png:
	* icons/about_background.png:
	* icons/default.xml:
	* icons/druid_header.png:
	* icons/throbber/001.png:
	* icons/throbber/002.png:
	* icons/throbber/003.png:
	* icons/throbber/004.png:
	* icons/throbber/005.png:
	* icons/throbber/006.png:
	* icons/throbber/007.png:
	* icons/throbber/008.png:
	* icons/throbber/009.png:
	* icons/throbber/010.png:
	* icons/throbber/011.png:
	* icons/throbber/012.png:
	* icons/throbber/013.png:
	* icons/throbber/014.png:
	* icons/throbber/015.png:
	* icons/throbber/016.png:
	* icons/throbber/017.png:
	* icons/throbber/018.png:
	* icons/throbber/019.png:
	* icons/throbber/020.png:
	* icons/throbber/021.png:
	* icons/throbber/022.png:
	* icons/throbber/023.png:
	* icons/throbber/024.png:
	* icons/throbber/025.png:
	* icons/throbber/026.png:
	* icons/throbber/027.png:
	* icons/throbber/028.png:
	* icons/throbber/029.png:
	* icons/throbber/030.png:
	* icons/throbber/Makefile.am:
	* icons/throbber/rest.png:
	Updated with non-logo versions.

	Did 90% of the work for bug 6950 (need new report_redirect call in
	addition to report_location_change). While working on that, I also
	moved the deferral of outgoing calls that is done in the Mozilla
	component so that it is done by the NautilusView class instead.

	* libnautilus/nautilus-view-component.idl: Added report_redirect.
	* libnautilus/nautilus-view.h: Added report_redirect.
	* libnautilus/nautilus-view.c: (queue_outgoing_call): Added
	queing for the outgoing side.
	(nautilus_view_initialize): Allocate queue.
	(nautilus_view_destroy): Deallocate queue.
	(str_list_copy): Utility needed here because we can't use
	libnautilus-extensions.
	(list_free_deep_callback): New. Used in queuing code.
	(free_location_plus_callback): New. Used in queueing code.
	(call_open_location_in_this_window),
	(call_open_location_prefer_existing_window),
	(call_open_location_force_new_window),
	(call_report_location_change), (call_report_redirect),
	(call_report_selection_change), (call_report_status),
	(call_report_load_underway), (call_report_load_progress),
	(call_report_load_complete), (call_report_load_failed),
	(call_set_title), (call_go_back): Functions that get queued.
	These have the bulk of the code to do work.
	(nautilus_view_open_location_in_this_window),
	(nautilus_view_open_location_prefer_existing_window),
	(nautilus_view_open_location_force_new_window),
	(nautilus_view_report_location_change),
	(nautilus_view_report_redirect),
	(nautilus_view_report_selection_change),
	(nautilus_view_report_status),
	(nautilus_view_report_load_underway),
	(nautilus_view_report_load_progress),
	(nautilus_view_report_load_complete),
	(nautilus_view_report_load_failed), (nautilus_view_set_title),
	(nautilus_view_go_back): These functions now simply queue the work
	that needs to be done.

	* src/nautilus-view-frame-corba.c: (free_location_plus_callback):
	Add a new field for the "from_location" needed for redirect.
	(report_redirect): The actual function to do the work.
	(impl_Nautilus_ViewFrame_report_redirect): Queue function.
	* src/nautilus-view-frame.h:
	* src/nautilus-view-frame-private.h:
	* src/nautilus-view-frame.c:
	(nautilus_view_frame_initialize_class): Create report_redirect
	signal.
	(nautilus_view_frame_report_redirect): Emit the signal.
	* src/nautilus-window-manage-views.c: (report_redirect_callback):
	Code to implement the redirect. For now this does the exact same
	thing as report_location_change. This is where all the remaining
	work to fix the bug goes.

	* components/mozilla/nautilus-mozilla-content-view.c:
	(view_load_location_callback), (mozilla_title_changed_callback),
	(mozilla_net_start_callback), (mozilla_net_stop_callback),
	(mozilla_link_message_callback), (mozilla_progress_callback),
	(mozilla_dom_mouse_click_callback),
	(navigate_mozilla_to_nautilus_uri), (update_nautilus_uri),
	(eazel_services_scheme_from_http): Remove the "async" calls that
	defer calls until timeout time now that NautilusView itself does
	that for all components.

	* libnautilus-extensions/nautilus-gtk-extensions.h:
	* libnautilus-extensions/nautilus-gtk-extensions.c:
	(nautilus_gtk_marshal_NONE__POINTER_POINTER_POINTER_POINTER):
	Added new marshal function needed for report_redirect.

	Other changes.

	* THANKS: Add some more contributors, after running the script
	to detect new ChangeLog entries.
2001-02-27 22:25:42 +00:00
Andy Hertzfeld 47310e6199 fixed bug 7019, emblem names are not aligned vertically in show properties
fixed bug 7019, emblem names are not aligned vertically in
	show properties or the property browser.  Fixed by adding
	a "fixed image height" attribute to nautilus-labeled-image, and
	set it in the properties window and properties browser.

	* libnautilus-extensions/nautilus-labeled-image.c:
	(nautilus_labeled_image_initialize), (is_fixed_height),
	(labeled_image_get_image_dimensions),
	(nautilus_labeled_image_get_image_bounds),
	(nautilus_labeled_image_get_show_image),
	(nautilus_labeled_image_set_fixed_image_height):
	added a fixed_image_height instance variable, and used it
	when appropriate
	* libnautilus-extensions/nautilus-labeled-image.h:
	added setter for the fixed image height attribute

	* src/file-manager/fm-properties-window.c: (create_emblems_page):
	set the fixed image height attribute on the emblems
	* src/nautilus-property-browser.c:
	(make_properties_from_directories),
	(property_browser_category_button_new):
	set the fixed image height attribute for the emblems and also
	the category buttons

	fixed bug 7022, users are confused by the "shared" and "secret"
	emblems; fixed by removing them.

	* data/browser.xml:
	removed secret and shared emblem references
	* data/emblems/Makefile.am:
	removed the emblem .pngs from the makefile
	* data/emblems/secret.png:
	* data/emblems/shared.png:
	removed the emblem .pngs
	* icons/Makefile.am:
	removed the emblem .svgs from the makefile
	* icons/emblem-secret.svg:
	* icons/emblem-shared.svg:
	removed the .svgs
2001-02-27 20:14:10 +00:00
Darin Adler 2f9d6bc25f reviewed by: John Sullivan <sullivan@eazel.com>
Fixed bug 6725 (Crash on Refresh if viewed file/folder is deleted
	outside of Nautilus):

	* src/nautilus-window-manage-views.c: (free_location_change):
	Reorder so we cancel the callbacks before more I/O has the chance
	to happen.
	* libnautilus-extensions/nautilus-directory-async.c:
	(nautilus_directory_async_state_changed): Don't do any I/O for a
	NautilusDirectory object once it's destroyed. Unfortunately, it's
	still possible for destroying one NautilusDirectory object to
	cause I/O to happen on another, so this doesn't fix the bug (which
	is why we also need the change above).

	Fixed bug 7080 (Nautilus build failure on Red Hat 7.)

	* libnautilus-extensions/nautilus-medusa-support.c: Fixed the bad
	#endif with non-comment text after it.

	Worked on bug 6928 (create fallback mechanism so eazel-logos
	version of each graphic is found if present). We still need a
	separate fallback mechanism for the theme XML file, since the
	throbber has a different number of frames.

	* libnautilus-extensions/nautilus-file-utilities.c:
	(nautilus_get_pixmap_directory): Simplify.
	(nautilus_pixmap_file): Look in eazel-logos directory first, so we
	will pick up logo graphics if there, and non-logo graphics otherwise.
	* test/test-nautilus-image-simple.c: (main): Remove a reference to
	a logo graphic.

	* eazel-logos/.cvsignore:
	* eazel-logos/About_Image.png:
	* eazel-logos/about_background.png:
	* eazel-logos/druid_header.png:
	* eazel-logos/eazel-logo-right-side-logo.png:
	* eazel-logos/throbber/.cvsignore:
	* eazel-logos/throbber/001.png:
	* eazel-logos/throbber/002.png:
	* eazel-logos/throbber/003.png:
	* eazel-logos/throbber/004.png:
	* eazel-logos/throbber/005.png:
	* eazel-logos/throbber/006.png:
	* eazel-logos/throbber/007.png:
	* eazel-logos/throbber/008.png:
	* eazel-logos/throbber/009.png:
	* eazel-logos/throbber/010.png:
	* eazel-logos/throbber/011.png:
	* eazel-logos/throbber/012.png:
	* eazel-logos/throbber/013.png:
	* eazel-logos/throbber/014.png:
	* eazel-logos/throbber/015.png:
	* eazel-logos/throbber/rest.png:
	* eazel-logos/default.xml:
	Added a new directory with copies of all graphics with the Eazel
	logo in them. Next we have to make this directory actually build
	and install these logos. Then Non-Eazel-logo'd graphics suitable
	for GPL will replace the original copies and these will keep the
	Eazel logo versions. The directory also contains the XML file for
	the default theme, since we need to change the throbber frames for
	the logo vs. non-logo version of the throbber.

	* components/services/nautilus-dependent-shared/icons/Makefile.am:
	* components/services/nautilus-dependent-shared/icons/eazel-cloud-logo.png:
	* components/services/nautilus-dependent-shared/icons/eazel-services-logo.png:
	* components/services/nautilus-dependent-shared/icons/service-summary-logo-top.png:
	* components/services/nautilus-dependent-shared/icons/startup-logo.png:
	* icons/Makefile.am:
	* icons/eazel-logo.gif:
	* icons/nautilus-logo.png:
	Removed unused graphics with the Eazel logo in them. There are a
	lot more unused graphics and someone should go through and remove
	them. I'm thinking of writing a script to do it.

	Other changes.

	* components/services/install/nautilus-view/.cvsignore:
	* components/services/vault/.cvsignore:
	* components/services/vault/command-line/.cvsignore:
	* data/top/.cvsignore:
	Re-removed .cvsignore files for empty directories.

	* THANKS: Corrected one email address.
	* check-THANKS.pl: Updated for the latest ChangeLog typos.
2001-02-27 18:47:19 +00:00
Arlo Rose 2d7a751b7c Lots of folder stuff...
* icons/arlo/i-directory-12-aa.png:
        * icons/arlo/i-directory-12.png:
        * icons/arlo/i-directory-192.png:
        * icons/arlo/i-directory-20-aa.png:
        * icons/arlo/i-directory-20.png:
        * icons/arlo/i-directory-24-aa.png:
        * icons/arlo/i-directory-24.png:
        * icons/arlo/i-directory-36-aa.png:
        * icons/arlo/i-directory-36.png:
        * icons/arlo/i-directory-96.png:
        * icons/arlo/i-directory.xml:
        * icons/crux_eggplant/Makefile.am:
        * icons/crux_eggplant/i-directory-12-aa.png:
        * icons/crux_eggplant/i-directory-12.png:
        * icons/crux_eggplant/i-directory-192.png:
        * icons/crux_eggplant/i-directory-20-aa.png:
        * icons/crux_eggplant/i-directory-20.png:
        * icons/crux_eggplant/i-directory-24-aa.png:
        * icons/crux_eggplant/i-directory-24.png:
        * icons/crux_eggplant/i-directory-36-aa.png:
        * icons/crux_eggplant/i-directory-36.png:
        * icons/crux_eggplant/i-directory-96.png:
        * icons/crux_eggplant/i-directory.xml:
        Lots of folder stuff...
2001-02-27 02:07:30 +00:00
Arlo Rose 3206ccadde Added a 20 pixel version for the Tree view and menus.
* icons/arlo/Makefile.am:
        * icons/arlo/i-regular-20-aa.png:
        * icons/arlo/i-regular-20.png:
        Added a 20 pixel version for the Tree view and menus.
2001-02-26 08:31:45 +00:00
Arlo Rose 6783af0e29 Mistake in the xml file.
Mistake in the xml file.
2001-02-26 07:03:36 +00:00
Arlo Rose 7c0f7f1f65 Changed the design of the Crux documents to have 8.5 x 11 aspect ratio,
* configure.in:
        * icons/arlo/Makefile.am:
        * icons/arlo/i-regular-12-aa.png:
        * icons/arlo/i-regular-12.png:
        * icons/arlo/i-regular-192-aa.png:
        * icons/arlo/i-regular-192.png:
        * icons/arlo/i-regular-24-aa.png:
        * icons/arlo/i-regular-24.png:
        * icons/arlo/i-regular-36-aa.png:
        * icons/arlo/i-regular-36.png:
        * icons/arlo/i-regular-72-aa.png:
        * icons/arlo/i-regular-72.png:
        * icons/arlo/i-regular-96-aa.png:
        * icons/arlo/i-regular-96.png:
        * icons/arlo/i-regular-aa.png:
        * icons/arlo/i-regular.png:
        * icons/arlo/i-regular.xml:
        Changed the design of the Crux documents to have 8.5 x 11
        aspect ratio, and removed the torn out of a sprial notebook
        visual appearance.

        I also added all the sizes that Nautilus needs in both 8 bit
        and 1 bit mask mode.

        * icons/crux_eggplant/Makefile.am:
        * icons/crux_eggplant/crux_eggplant.xml:
        * icons/crux_eggplant/i-regular-192-aa.png:
        * icons/crux_eggplant/i-regular-192.png:
        * icons/crux_eggplant/i-regular-72-aa.png:
        * icons/crux_eggplant/i-regular-72.png:
        * icons/crux_eggplant/i-regular-96-aa.png:
        * icons/crux_eggplant/i-regular-96.png:
        * icons/crux_eggplant/i-regular-aa.png:
        * icons/crux_eggplant/i-regular.png:
        * icons/crux_eggplant/i-regular.xml:
        Removed the throbber and the document icons out of Crux Eggplant
        and made them point to the ones in Crux teal.
2001-02-26 06:27:47 +00:00
Arlo Rose 4278358223 Added hand.png, deleted hand.svg
* icons/hand.png:
        * icons/hand.svg:
        Added hand.png, deleted hand.svg
2001-02-22 09:19:57 +00:00
Arlo Rose 2dfe7055a7 Trying to make the service icons consistent in Nautilus. Next stop,
2001-02-22  Arlo Rose  <arlo@eazel.com>

        * icons/Makefile.am:
        * icons/hand-72.png:
        * icons/hand-96.png:
        Trying to make the service icons consistent in Nautilus.
        Next stop, toolbar!
2001-02-22 08:48:23 +00:00
Arlo Rose 87f607e7a9 Tweaked images in druid to use my 3D logo, and blue shades rather than
* icons/druid_header.png:
        * icons/druid_header_stretch.png:
        * icons/druid_sidebar.png:
        Tweaked images in druid to use my 3D logo, and
        blue shades rather than teal.
2001-02-22 06:32:34 +00:00
Andy Hertzfeld 958d9934f7 fixed bug 5939, margins in text icons are weirdly proportioned. Fixed by
fixed bug 5939, margins in text icons are weirdly proportioned.
	Fixed by distinguishing the rectangles for the anti-aliased and
	non-aa icon types

	* icons/i-regular.xml:
	added and tweaked both aa and non-aa text rectangles
	* libnautilus-extensions/nautilus-icon-factory.c:
	(get_themed_icon_file_path):
	get a separate text rectangle for anti-aliased mode if present

	fixed bug 6708, Change "support" link in menus, by moving and
	renamed the "support" item from the services menu to the help menu.
	This bug isn't finished yet, since we still have to rename the
	support uri, but it isn't ready on the service yet.

	* src/nautilus-service-ui.xml:
	removed support item
	* src/nautilus-shell-ui.xml:
	added customer service item
	* src/nautilus-window-menus.c: (help_menu_customer_service),
	(nautilus_window_initialize_menus):
	added code to handle the customer service command
	* src/nautilus-window-service-ui.c:
	(nautilus_window_install_service_ui):
	removed callback for the support command
2001-02-21 08:54:53 +00:00
Andy Hertzfeld e8ae5c0a62 fixed bug 6338, folder moves to the right when highlighted, by tweaking
* icons/i-directory-12.png:
	* icons/i-directory-accept-12.png:
	fixed bug 6338, folder moves to the right when highlighted,
	by tweaking the associated images

	* src/nautilus-sidebar-tabs.c: (nautilus_sidebar_tabs_hit_test):
	consider the tab for hit-testing even if invisible
	* src/nautilus-sidebar.c: (nautilus_sidebar_release_event):
	fixed 3538, easier way to minimize active sidebar view, by
	making it close the active view when you click on the space
	its tab formerly occupied.
2001-02-09 23:38:55 +00:00
Arlo Rose 5102ba1206 Made more link icons that will work at smaller zoom levels. Fixes bug
* icons/Makefile.am:
        * icons/emblem-symbolic-link-12.png:
        * icons/emblem-symbolic-link-24.png:
        * icons/emblem-symbolic-link-36.png:
        Made more link icons that will work at smaller zoom levels.
        Fixes bug number 5988.
2001-02-09 23:36:34 +00:00
Robey Pointer 7d67d53e02 i think this was an accident 2001-02-03 03:15:11 +00:00
Ian McKellar 0e35d70ca2 reviewed by: Maciej Stachowiak <mjs@eazel.com>
reviewed by: Maciej Stachowiak  <mjs@eazel.com>

	* components/services/inventory/Trilobite_Service_inventory.oaf.in:
	Fixed a tyop in the path to the trilobite-inventory-service

	* components/services/inventory/eazel-inventory-utils.h:
	* components/services/inventory/eazel-inventory-service.c:
	Moved the GConf path for machine name to

	(impl_Trilobite_Eazel_Inventory_upload):
	Improved error reporting / debugging. Actually save the MD5.

	* components/services/inventory/eazel-inventory-utils.c:
	(add_package_info), (add_software_info),
	(eazel_inventory_local_path)
	Fixed memory leaks.

	(eazel_inventory_update_md5):
	Added a function to store the MD5.

	* nautilus.spec.in:
	Add inventory files to the right RPMs.
2001-01-31 10:01:47 +00:00
Darin Adler ce4e7c679d reviewed by: John Sullivan <sullivan@eazel.com>
Fix bug 6147 (selected icons flash unselected/selected rapidly):

	* src/nautilus-window-manage-views.c: (change_selection): Don't
	send out selection change notices to the view that reported the
	selection change.
	(change_selection_callback): Pass in view that requested the
	change so we can know not to send a selection change to that view.
	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_send_selection_change): Clear flag that says we
	have a selection change for the shell.
	(selection_changed_callback): Add code to indicate this selection
	change is due to the shell, so we don't tell the shell about
	something it just told us.
	(done_loading): Set flag so we don't tell the shell about selection
	changes that are part of the first load of the directory.
	(display_selection_info_idle_callback): Only send a selection change
	to the shell if the change was initiated here. Also remove the code
	that ref's the NautilusView object -- wasn't helping.
	(update_menus_timeout_callback), (display_pending_idle_callback),
	(display_pending_timeout_callback): Remove the code that ref's the
	NautilusView object -- wasn't helping.
	(fm_directory_view_notify_selection_changed): Propagate flag that
	tells the idle code we have made the change to the selection and
	the shell should be notified.

	Fix bug 6158 (nautilus --quit shouldn't check for
	~/.nautilus/first-time-wizard-flag).

	* src/nautilus-main.c: (main): Don't do the first-time druid check
	when the --quit or --restart option is used.

	Fix bug 803 (All metafile tags should be lower case).

	* libnautilus-extensions/nautilus-metadata.h: Use lower-case for
	metadata tags.
	* libnautilus-extensions/nautilus-directory-metafile.c:
	(create_metafile_root), (get_file_node),
	(nautilus_directory_rename_file_metadata),
	(nautilus_directory_copy_file_metadata),
	(nautilus_directory_set_metafile_contents): Change metadata tags
	to be lower-case.
	* libnautilus-extensions/nautilus-directory.c:
	(nautilus_self_check_directory): Use lower-case in metadata
	self-test for clarity.
	* libnautilus-extensions/nautilus-file.c:
	(nautilus_file_get_keywords), (nautilus_file_set_keywords): Change
	metadata tags to be lower-case.

	* data/top/.nautilus-metafile.xml
	* icons/ardmore/ardmore.xml:
	* icons/arlo/arlo.xml:
	* icons/arlo/i-directory.xml:
	* icons/arlo/i-regular.xml:
	* icons/crux_eggplant/crux_eggplant.xml:
	* icons/crux_eggplant/i-directory.xml:
	* icons/crux_eggplant/i-regular.xml:
	* icons/default.xml:
	* icons/gnome/gnome.xml:
	* icons/i-directory-accept.xml:
	* icons/i-directory.xml:
	* icons/i-regular.xml:
	* icons/villanova/villanova.xml:
	Change XML to use lower-case.

	* libnautilus-extensions/nautilus-link-set.c: (create_new_link):
	Use lower-case for link XML tags.
	* libnautilus-extensions/nautilus-link.c:
	(nautilus_link_local_create), (nautilus_link_local_set_link_uri),
	(nautilus_link_local_set_type),
	(nautilus_link_local_get_link_uri),
	(nautilus_link_local_get_link_type),
	(nautilus_link_get_link_uri_given_file_contents): Use lower-case
	for link XML tags.

	* src/nautilus-sidebar-title.c:
	(nautilus_sidebar_title_select_text_color),
	(nautilus_sidebar_title_theme_changed): Use lower-case for theme
	XML tags.
	* components/throbber/nautilus-throbber.c:
	(get_bonobo_properties), (nautilus_throbber_initialize),
	(nautilus_throbber_load_images),
	(nautilus_throbber_button_press_event): Change theme XML tags to be
	lower-case.
	* libnautilus-extensions/nautilus-icon-container.c:
	(start_rubberbanding): Use lower-case for theme XML tags.
	(nautilus_icon_container_initialize): Fix comment.
	(update_label_color), (nautilus_icon_container_theme_changed): Use
	lower-case for theme XML tags.
	* libnautilus-extensions/nautilus-icon-factory.c: (set_theme): Use
	lower-case for theme XML tags.
	(get_themed_icon_file_path): Use lower-case for icon XML file
	tags.
	(icon_theme_changed_callback): Use lower-case for theme XML tags.
	* src/nautilus-sidebar-tabs.c:
	(nautilus_sidebar_tabs_load_theme_data), (get_text_offset): Use
	lowe-case for theme XML tags.
	* src/nautilus-sidebar.c: (nautilus_sidebar_update_appearance):
	Use lower-case for theme XML tags.
	* src/nautilus-window-toolbars.c: (get_file_name_from_icon_name):
	Use lower-case for theme XML tags.
	* src/nautilus-zoom-control.c: (draw_number): Use lower-case for
	theme XML tags.

	Change code that used GSList when it should use GList. We use
	GList so that we can share utility functions. It's arbitrary. We
	could have decided to use all GSList instead, but we chose GList
	(because of its name, initially).

	* components/tree/nautilus-tree-expansion-state.c:
	(expansion_state_load_callback),
	(nautilus_tree_expansion_state_load_table_from_gconf),
	(hash_table_get_keys_callback), (hash_table_get_keys),
	(nautilus_tree_expansion_state_save_table_to_gconf): Update to use
	GList instead of GSList.
	* libnautilus-extensions/nautilus-gconf-extensions.h:
	* libnautilus-extensions/nautilus-gconf-extensions.c:
	(nautilus_gconf_handle_error), (nautilus_gconf_set_string_list),
	(nautilus_gconf_get_string_list): Change to work with GList
	instead of GSList to match the rest of Nautilus, so that the lists
	can be manipulated with all the GList utility functions.
	* libnautilus-extensions/nautilus-glib-extensions.h:
	* libnautilus-extensions/nautilus-glib-extensions.c:
	(nautilus_round): Changed name from nautilus_g_round -- "g" for
	"gratuitous".
	(nautilus_g_list_from_g_slist), (nautilus_g_slist_from_g_list):
	Added utility functions to help make GSLists from GLists and vice
	versa. Useful when dealing with functions that yield/expect
	GSLists.
	* libnautilus-extensions/nautilus-icon-text-item.c: (iti_destroy),
	(iti_update), (iti_paint_text), (iti_draw), (iti_render),
	(iti_event): Use nautilus_round by its new name.
	* libnautilus-extensions/nautilus-preferences.h:
	* libnautilus-extensions/nautilus-preferences.c:
	(nautilus_preferences_set_string_list),
	(nautilus_preferences_get_string_list),
	(nautilus_preferences_default_set_string_list),
	(nautilus_preferences_default_get_string_list): Change to use
	GList instead of GSList.
	* libnautilus-extensions/nautilus-search-uri.c:
	(free_tokenized_uri), (tokenize_uri), (get_translated_criterion),
	(get_nth_criterion_prefix), (parse_uri): Change to use GList
	instead of GSList.
	* src/nautilus-application.h:
	* src/nautilus-application.c:
	(nautilus_application_get_window_list): Renamed from
	nautilus_application_windows and changed to use GList instead of
	GSList.
	(nautilus_application_destroyed_window),
	(nautilus_application_create_window), (volume_unmounted_callback):
	Change to use GList instead of GSList.
	* src/nautilus-shell.c: (save_window_states),
	(restore_window_states): Use GList instead of GSList.
	* src/nautilus-window-manage-views.c: (just_one_window): Use GList
	instead of GSList.
	(open_location_prefer_existing_window_callback): Use GList instead
	of GSList.
	* src/nautilus-window.c: (nautilus_forget_history): Use GList
	instead of GSList and the new name for
	nautilus_application_get_window_list.

	Other changes.

	* src/nautilus-shell.c: (display_caveat_first_time): Turn off the
	caveat -- we're close enough to 1.0.

	* libnautilus-extensions/nautilus-view-identifier.c:
	(nautilus_view_identifier_new_from_oaf_server_info): Use free_deep
	call.

	* libnautilus/nautilus-view-standard-main.h: Use
	BEGIN/END_GNOME_DECLS.

	* src/file-manager/fm-desktop-icon-view.c: Remove unneeded
	include.
2001-01-31 00:27:01 +00:00
Robey Pointer ed7ef6cbd9 Un-revert some changes Andy accidentally reverted last week that
cause the password-change view to display incorrectly.
2001-01-29 23:03:31 +00:00
Seth Nickell cf6aa4aaf9 And another .cvsignore entry...
2001-01-26  Seth Nickell  <seth@eazel.com>

	* icons/eazel/sidebar_tab_pieces/.cvsignore:
	And another .cvsignore entry...
2001-01-27 04:31:26 +00:00
Seth Nickell 1ce592a857 Added Makefile and Makefile.in to the ignore file
2001-01-26  Seth Nickell  <seth@eazel.com>

	* icons/eazel/.cvsignore:
	* icons/vector/.cvsignore:
	Added Makefile and Makefile.in to the ignore file

	* libnautilus-extensions/nautilus-mime-actions.c:
	(application_supports_uri_scheme):
	Add a cast to gpointers being passed to strcmp to
	satisfy C++-ish compilers
2001-01-27 04:29:46 +00:00
Josh Barrow 695eb58ea3 Updated for the new k-rad look of the default theme.
2001-01-25  Josh Barrow  <josh@eazel.com>

        * icons/theme_preview.png:
        Updated for the new k-rad look of the default theme.
2001-01-25 23:56:00 +00:00
Pavel Cisler 0a04bc5e9f oops 2001-01-25 02:07:21 +00:00
Pavel Cisler cd2820fc13 reviewed by: John Sullivan <sullivan@eazel.com>
2001-01-24  Pavel Cisler  <pavel@eazel.com>

	reviewed by: John Sullivan <sullivan@eazel.com>

	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_destroy),
	(schedule_update_menus):
	A simple tweak to reduce the number of menu item updates --
	schedule fm_directory_view_update_menus using a gtk_timeout_add
	instead of gtk_idle_add, use a 300 ms interval for coalescing
	menu item updates.

	* src/file-manager/fm-directory-view.c:
	(fm_directory_view_pop_up_selection_context_menu),
	(fm_directory_view_pop_up_background_context_menu):
	Call fm_directory_view_update_menus directly to make sure the
	context menu comes up set up right instead of flickering.
2001-01-25 02:06:24 +00:00
Josh Barrow d312041212 Removed this file. This was one of the old GNOME icons, and it was no
2001-01-24  Josh Barrow  <josh@eazel.com>

        * icons/i-directory-192.png:
        Removed this file.  This was one of the old GNOME icons, and it
        was no longer in use.
2001-01-24 22:46:56 +00:00
Andy Hertzfeld 9583e9a53c initial check-in of post-1_0_1 branch
initial check-in of post-1_0_1 branch
2001-01-24 08:57:56 +00:00
Eskil Heyn Olsen 03615eab5f Changed output in md5_failed to be readable. Only ask about deleting files
* components/services/install/command-line/eazel-alt-install-corba.
	c: (md5_check_failed), (delete_files):
	Changed output in md5_failed to be readable.
	Only ask about deleting files if any where downloaded (the check
	was commented out for some reason)

	* components/services/install/command-line/eazel-test-packsys.c:
	(test_package_load), (test_query), (test_query_owns_mem),
	(is_installed), (test_install), (test_uninstall), (test_verify),
	(main):
	s/packagedata_destroy/gtk_object_unref/ - eazel-test-packsys now
	no longer leaks packagedata objects.

	* components/services/install/lib/eazel-install-corba-callback.c:
	(impl_md5_check_failed):
	Removed an debug output.

	* components/services/install/lib/eazel-install-logic2.c:
	(is_satisfied), (is_satisfied_features):
	(check_dependencies_foreach), (check_dependencies):
	Fixed nasty bug that caused the install service to loop on some
	packages that have circular dependency (found by Ken).

	* components/services/install/nautilus-view/nautilus-service-instal
	l-view.c: (nautilus_install_parse_uri),
	(nautilus_service_install_view_update_from_uri):
	Fixed the port thing again (should fix 5960)
2001-01-24 03:51:01 +00:00
Andy Hertzfeld 0c1087600d fixed bug 5746, hardware title in hardware view not translated, by
* components/hardware/nautilus-hardware-view.c:
	(hardware_view_load_location_callback):
	fixed bug 5746, hardware title in hardware view not translated, by
	explicitly setting the title using a localized string.  This also
	fixes the minor problem of the title not being capitalized

	* icons/villanova/villanova.xml:
	fixed bug 5658, Sierra theme lacks description, by adding a
	description to the xml file.
2001-01-23 23:41:14 +00:00
Josh Barrow aaaa06d723 *** empty log message *** 2001-01-23 00:34:19 +00:00
Josh Barrow e98e9bd9c6 Make CVS shutup.
2001-01-22  Josh Barrow  <josh@eazel.com>

        * icons/crux_eggplant/.cvsignore:
        * icons/crux_eggplant/backgrounds/.cvsignore:
        * icons/crux_eggplant/sidebar_tab_pieces/.cvsignore:
        * icons/crux_eggplant/throbber/.cvsignore:

        Make CVS shutup.
2001-01-23 00:18:13 +00:00
John Sullivan 410347490d reviewed by: Pavel Cisler <pavel@eazel.com> (except
fix for bug 5884, which nobody reviewed)

	Fixed bug 5766 (assertion when switching views)
	Fixed bug 5884 (Rename file dialog for missing file
	quotes intended name rather than current)

	* libnautilus-extensions/nautilus-mime-actions.c:
	(nautilus_mime_get_default_action_type_for_file),
	(nautilus_mime_get_default_action_for_file),
	(nautilus_mime_get_default_application_for_file_internal),
	(nautilus_mime_get_default_component_for_file_internal),
	(nautilus_mime_get_short_list_applications_for_file),
	(nautilus_mime_get_short_list_components_for_file),
	(nautilus_mime_get_short_list_methods_for_file),
	(nautilus_mime_get_all_applications_for_file),
	(nautilus_mime_get_all_components_for_file):
	These functions were all using return_val_if_fail if
	nautilus_mime_actions_check_if_minimum_attributes_ready
	returned FALSE. In keeping with the style used in
	NautilusFile, changed these to check and return, but
	not complain, in these cases where the answer is
	"not enough info yet". I did not change the setters;
	they still complain.

	* src/file-manager/fm-error-reporting.c:
	(fm_report_error_renaming_file): Use "original_name" instead
	of "new_name" in error message.
2001-01-22 17:55:06 +00:00
Rebecca Schulman 548660c073 Fix bugzilla.eazel.com bug 2659, that behavior with backup search is
2001-01-22  Rebecca Schulman  <rebecka@eazel.com>
        Fix bugzilla.eazel.com bug 2659, that behavior
	with backup search is inconsistent, because content
	backup searches are unavailable.  We now


	* src/file-manager/fm-search-list-view.c: (load_location_callback),
	(load_error_callback), (display_indexed_search_problems_dialog):
	Add checks to handle both the case where the indexed search is not
	available and the case where a backup search is not available.
	Explain why an index search cannot be performed, and also if
	applicable why a backup search can't be performed.
	* src/file-manager/nautilus-indexing-info.c:
	(nautilus_indexing_info_get_last_index_time):
	Return NULL if there are no indices, instead of
	the timestring for time = 0.
2001-01-22 13:53:46 +00:00
Arlo Rose f56c9eab45 Added new background pattern for the "Default" theme. I also let it show
* data/browser.xml:
        * data/patterns/brushed_metal.png:
        * icons/default.xml:
        Added new background pattern for the "Default" theme.
        I also let it show up in the normal pattern dialog
        as well.
2001-01-22 10:59:05 +00:00
Arlo Rose bb64edb903 Changed selection rectangle
* icons/crux_eggplant/crux_eggplant.xml:
        Changed selection rectangle
2001-01-22 09:45:22 +00:00
Arlo Rose c621843a87 A whole mess of files checked in to add a new color variation
of Crux.  I'm not happy with the folders... I may need to tint
	them later.

	* configure.in:
	* icons/Makefile.am:
	* icons/arlo/arlo.xml:
	* icons/crux_eggplant/Back.png:
	* icons/crux_eggplant/Forward.png:
	* icons/crux_eggplant/Home.png:
	* icons/crux_eggplant/Makefile.am:
	* icons/crux_eggplant/Refresh.png:
	* icons/crux_eggplant/Search.png:
	* icons/crux_eggplant/SearchWeb.png:
	* icons/crux_eggplant/Stop.png:
	* icons/crux_eggplant/Up.png:
	* icons/crux_eggplant/backgrounds/Makefile.am:
	* icons/crux_eggplant/backgrounds/background_pattern.png:
	* icons/crux_eggplant/backgrounds/window_pattern.png:
	* icons/crux_eggplant/crux_eggplant.xml:
	* icons/crux_eggplant/decrement-i.png:
	* icons/crux_eggplant/decrement.png:
	* icons/crux_eggplant/emblem-nowrite-72.png:
	* icons/crux_eggplant/emblem-nowrite-96.png:
	* icons/crux_eggplant/emblem-nowrite.png:
	* icons/crux_eggplant/i-directory-192-aa.png:
	* icons/crux_eggplant/i-directory-72-aa.png:
	* icons/crux_eggplant/i-directory-72.png:
	* icons/crux_eggplant/i-directory-96-aa.png:
	* icons/crux_eggplant/i-directory-aa.png:
	* icons/crux_eggplant/i-directory.png:
	* icons/crux_eggplant/i-directory.xml:
	* icons/crux_eggplant/i-regular-192-aa.png:
	* icons/crux_eggplant/i-regular-192.png:
	* icons/crux_eggplant/i-regular-72-aa.png:
	* icons/crux_eggplant/i-regular-72.png:
	* icons/crux_eggplant/i-regular-96-aa.png:
	* icons/crux_eggplant/i-regular-96.png:
	* icons/crux_eggplant/i-regular-aa.png:
	* icons/crux_eggplant/i-regular.png:
	* icons/crux_eggplant/i-regular.xml:
	* icons/crux_eggplant/increment-i.png:
	* icons/crux_eggplant/increment.png:
	* icons/crux_eggplant/number_strip.png:
	* icons/crux_eggplant/sidebar_tab_pieces/Makefile.am:
	* icons/crux_eggplant/sidebar_tab_pieces/fill-active-prelight.png:
	* icons/crux_eggplant/sidebar_tab_pieces/fill-active.png:
	* icons/crux_eggplant/sidebar_tab_pieces/fill-empty-space.png:
	* icons/crux_eggplant/sidebar_tab_pieces/fill-prelight.png:
	* icons/crux_eggplant/sidebar_tab_pieces/fill.png:
	* icons/crux_eggplant/sidebar_tab_pieces/left-bumper-active-preligh
	t.png:
	* icons/crux_eggplant/sidebar_tab_pieces/left-bumper-active.png:
	* icons/crux_eggplant/sidebar_tab_pieces/left-bumper-prelight.png:
	* icons/crux_eggplant/sidebar_tab_pieces/left-bumper.png:
	* icons/crux_eggplant/sidebar_tab_pieces/middle-normal-normal.png:
	* icons/crux_eggplant/sidebar_tab_pieces/middle-normal-prelight.png
	:
	* icons/crux_eggplant/sidebar_tab_pieces/middle-prelight-normal.png
	:
	* icons/crux_eggplant/sidebar_tab_pieces/right-bumper-prelight.png:
	* icons/crux_eggplant/sidebar_tab_pieces/right-bumper.png:
	* icons/crux_eggplant/sidebar_tab_pieces/right-empty-space.png:
	* icons/crux_eggplant/sidebar_tab_pieces/right-top-active-prelight.
	png:
	* icons/crux_eggplant/sidebar_tab_pieces/right-top-active.png:
	* icons/crux_eggplant/sidebar_tab_pieces/right-top-prelight.png:
	* icons/crux_eggplant/sidebar_tab_pieces/right-top.png:
	* icons/crux_eggplant/theme_preview.png:
	* icons/crux_eggplant/throbber/001.png:
	* icons/crux_eggplant/throbber/002.png:
	* icons/crux_eggplant/throbber/003.png:
	* icons/crux_eggplant/throbber/004.png:
	* icons/crux_eggplant/throbber/005.png:
	* icons/crux_eggplant/throbber/006.png:
	* icons/crux_eggplant/throbber/007.png:
	* icons/crux_eggplant/throbber/008.png:
	* icons/crux_eggplant/throbber/009.png:
	* icons/crux_eggplant/throbber/010.png:
	* icons/crux_eggplant/throbber/011.png:
	* icons/crux_eggplant/throbber/012.png:
	* icons/crux_eggplant/throbber/013.png:
	* icons/crux_eggplant/throbber/014.png:
	* icons/crux_eggplant/throbber/015.png:
	* icons/crux_eggplant/throbber/016.png:
	* icons/crux_eggplant/throbber/017.png:
	* icons/crux_eggplant/throbber/018.png:
	* icons/crux_eggplant/throbber/019.png:
	* icons/crux_eggplant/throbber/020.png:
	* icons/crux_eggplant/throbber/021.png:
	* icons/crux_eggplant/throbber/022.png:
	* icons/crux_eggplant/throbber/023.png:
	* icons/crux_eggplant/throbber/024.png:
	* icons/crux_eggplant/throbber/025.png:
	* icons/crux_eggplant/throbber/026.png:
	* icons/crux_eggplant/throbber/027.png:
	* icons/crux_eggplant/throbber/028.png:
	* icons/crux_eggplant/throbber/Makefile.am:
	* icons/crux_eggplant/throbber/rest.png:
	* icons/crux_eggplant/zoom_body.png:
	* nautilus.spec.in:
2001-01-22 09:19:55 +00:00