Commit graph

4 commits

Author SHA1 Message Date
Andy Hertzfeld
98042a7ae0 re-organized the code to add the ability to request image paths from
* libnautilus-extensions/nautilus-theme.c:
	(nautilus_theme_get_image_path_from_theme),
	(nautilus_theme_get_image_path):
	re-organized the code to add the ability to request image
	paths from specific themes, as well as the current one.
	* libnautilus-extensions/nautilus-theme.h:
	added nautilus_theme_get_image_path_from_theme.

	* src/nautilus-sidebar-tabs.c:
	(nautilus_sidebar_tabs_load_theme_data):
	used the above to implement sidebar tab redirection, so a theme
	can use the sidebar tabs from another theme, so sidebar tab images
	don't have to be present in every theme.

	* libnautilus-extensions/nautilus-icon-factory.c:
	(nautilus_icon_factory_destroy), (check_local_theme), (set_theme),
	(get_icon_file_path):
	implemented icon theme default redirection, so a theme can specify
	another theme to get its icons from when they're not present locally;
	this is needed by both Arlo and Susan's themes.

	* src/nautilus-throbber.c,h: (nautilus_throbber_initialize_class),
	(nautilus_throbber_button_press_event):
	made clicking on the throbber take you to a URL specified by
	the current theme.  Did this by adding a location_change signal. This
	fixes bug 3433.

	* src/nautilus-window.c: (nautilus_window_constructed):
	hooked up nautilus-window to the throbber's location_change signal to
	change the location when the signal is emitted.

	* icons/default.xml:
	added default URI for throbber, pointing to www.eazel.com
	* icons/vector/vector.xml:
	added sidebar tab redirection to the Arlo theme for testing
2000-10-08 06:23:59 +00:00
Andy Hertzfeld
33d57594f3 improved the property browser. Added a line of descriptive text. Added a
improved the property browser. Added a line of descriptive text.
	Added a new "theme" section.
2000-07-10 08:18:07 +00:00
Andy Hertzfeld
109d5ae04a made sidebar tabs themable, and implemented Arlo style tabs, which are
made sidebar tabs themable, and implemented Arlo style tabs, which
	are finished yet.
2000-07-03 05:00:29 +00:00
Andy Hertzfeld
5be0629b8f added theme framework so clients can access theme data and made the
added theme framework so clients can access theme data and made
	the sidebar use it.
2000-06-28 08:08:35 +00:00