hal ChangeLog,1.414,1.415

David Zeuthen david at freedesktop.org
Wed Feb 16 10:39:58 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv27614

Modified Files:
	ChangeLog 
Log Message:
2005-02-16  David Zeuthen  <davidz at redhat.com>

	* tools/device-manager/DeviceManager.py:
	(DeviceManager.update_tab_advanced): Make this work for string lists

	* tools/lshal.c (main): Various cleanups

	* libhal/libhal.c (libhal_property_fill_value_from_variant): Make
	this one static. Make sure to recurse into string array otherwise
	it won't work at all
	(libhal_get_string_array_from_iter): Make this static. Take
	num_elems pointer
	(libhal_property_set_get_num_elems): New function
	(libhal_get_all_devices): Pass num_devices to
	libhal_get_string_array_from_iter
	(libhal_ctx_shutdown): Remove match and filter function
	(libhal_ctx_free): Implement this one; free our context

	* libhal/libhal.h: Add prototype for libhal_property_set_get_num_elems

	* hald/hald_test_libhal.c (check_libhal): Add tests for the property
	set functions as they were failing (see changes above)

	* hald/Makefile.am (hald_test_SOURCES): Remove callout.[ch] as they
	are now gone



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -d -r1.414 -r1.415
--- ChangeLog	14 Feb 2005 18:20:03 -0000	1.414
+++ ChangeLog	16 Feb 2005 18:39:56 -0000	1.415
@@ -1,3 +1,29 @@
+2005-02-16  David Zeuthen  <davidz at redhat.com>
+
+	* tools/device-manager/DeviceManager.py:
+	(DeviceManager.update_tab_advanced): Make this work for string lists
+
+	* tools/lshal.c (main): Various cleanups
+
+	* libhal/libhal.c (libhal_property_fill_value_from_variant): Make
+	this one static. Make sure to recurse into string array otherwise
+	it won't work at all
+	(libhal_get_string_array_from_iter): Make this static. Take
+	num_elems pointer
+	(libhal_property_set_get_num_elems): New function
+	(libhal_get_all_devices): Pass num_devices to
+	libhal_get_string_array_from_iter
+	(libhal_ctx_shutdown): Remove match and filter function
+	(libhal_ctx_free): Implement this one; free our context
+
+	* libhal/libhal.h: Add prototype for libhal_property_set_get_num_elems
+
+	* hald/hald_test_libhal.c (check_libhal): Add tests for the property
+	set functions as they were failing (see changes above)
+
+	* hald/Makefile.am (hald_test_SOURCES): Remove callout.[ch] as they
+	are now gone
+
 2005-02-14  David Zeuthen  <davidz at redhat.com>
 
 	* configure.in: Require dbus >= 0.30




More information about the hal-commit mailing list