nautilus/libnautilus
Michael Meeks b14ecf3268 fix strcmp style for Darin.
2001-12-18  Michael Meeks  <michael@ximian.com>

	* components/hardware/nautilus-hardware-view.c
	(setup_overview_form): fix strcmp style for Darin.

	* components/music/fileinfo.c (find_genre_id),
	(file_info_http): ditto.

	* libnautilus-private/nautilus-customization-data.c
	(nautilus_customization_data_get_next_element_for_display),
	(nautilus_customization_data_new): ditto.

	* src/nautilus-property-browser.c
	(nautilus_property_browser_drag_data_get),
	(make_category_link, make_drag_image): ditto.

	* libnautilus-private/nautilus-volume-monitor.c
	(option_list_has_option): ditto.

2001-12-17  Michael Meeks  <michael@ximian.com>

	* src/file-manager/fm-directory-view.c
	(fm_directory_view_init): set mask.

	* src/nautilus-view-frame.c
	(create_corba_objects): set ambient property bag.
	(create_ambient_properties),
	(nautilus_view_frame_get_prop): impl.
	(nautilus_view_frame_title_changed),
	(nautilus_view_frame_selection_changed),
	(send_history): re-implement to fire event instead.

	* components/history/nautilus-history-view.c
	(nautilus_history_view_instance_init): set mask.
	(history_changed_callback, update_history): constify.

	* libnautilus/nautilus-view.c
	(impl_Nautilus_View_title_changed),
	(impl_Nautilus_View_history_changed): kill.
	(impl_Nautilus_View_selection_changed): kill.
	(nautilus_view_construct_from_bonobo_control):
	connect to set_frame.
	(nautilus_view_set_frame_callback): impl.
	(nautilus_view_dispose): impl. to unset the frame
	(nautilus_view_class_init): upd signals, epv & hook
	dispose.
	(nautilus_view_frame_property_changed_callback): impl.
	(nautilus_view_get_ambient_properties): impl.
	(nautilus_view_set_listener_mask): impl.

	* libnautilus/nautilus-view-component.idl: remove
	title_changed and history_changed - use a propert
	and the more flexible listener interface.
2001-12-21 11:32:29 +00:00
..
.cvsignore remove cut'n'pasted functions which are in glib now. don't set close key 2001-12-05 18:58:07 +00:00
libnautilus.h Cut over to HEAD of Bonobo. This check-in includes all the changes 2000-10-05 23:47:54 +00:00
libnautilus.pc.in remove cut'n'pasted functions which are in glib now. don't set close key 2001-12-05 18:58:07 +00:00
Makefile.am remove cut'n'pasted functions which are in glib now. don't set close key 2001-12-05 18:58:07 +00:00
nautilus-bonobo-ui.h reviewed by: Darin Adler <darin@eazel.com> 2000-11-17 02:22:16 +00:00
nautilus-clipboard-ui.xml Fix a G_OBJECT_CLASS that should have been G_OBJECT_GET_CLASS. 2001-11-05 18:17:24 +00:00
nautilus-clipboard.c fix marshaller. 2001-11-22 05:58:33 +00:00
nautilus-clipboard.h reviewed by: Pavel Cisler <pavel@eazel.com> 2000-11-22 02:08:48 +00:00
nautilus-distributed-undo.idl Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-idle-queue.c Updated bugzilla.eazel.com references to refer to the 2001-09-15 19:18:15 +00:00
nautilus-idle-queue.h First baby steps at compiling under gnome 2. 2001-10-24 17:23:35 +00:00
nautilus-undo-private.h Return from get_type() functions is GType, not guint. Deal with errant 2001-11-27 01:46:16 +00:00
nautilus-undo-transaction.c Lots of files. Another GtkObject -> GObject pass. 2001-11-06 19:14:33 +00:00
nautilus-undo-transaction.h Lots of files. Another GtkObject -> GObject pass. 2001-11-06 19:14:33 +00:00
nautilus-undo.c Lots of files. Get rid a lot of unneeded casts. 2001-11-09 02:05:53 +00:00
nautilus-undo.h Lots of files. Another GtkObject -> GObject pass. 2001-11-06 19:14:33 +00:00
nautilus-view-component.idl fix strcmp style for Darin. 2001-12-21 11:32:29 +00:00
nautilus-view-standard-main.c Do fix based on patch from Martin Wehner <mwehner@tfh-berlin.de> to 2001-12-09 20:45:12 +00:00
nautilus-view-standard-main.h First baby steps at compiling under gnome 2. 2001-10-24 17:23:35 +00:00
nautilus-view.c fix strcmp style for Darin. 2001-12-21 11:32:29 +00:00
nautilus-view.h fix strcmp style for Darin. 2001-12-21 11:32:29 +00:00
README Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget 1997-01-02 07:38:17 +00:00

README for nautilus/libnautilus

This library, libnautilus, is ALL you need to link with to create
a nautilus component.