dbus ChangeLog,1.1000,1.1001

Thiago J. Macieira thiago at kemper.freedesktop.org
Sun Apr 23 12:04:55 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv31596

Modified Files:
	ChangeLog 
Log Message:
	* qt/qdbusconnection_p.h:
	* qt/qdbusmetaobject.cpp:
	* qt/qdbusmetaobject_p.h:
	* qt/qdbusintegrator.cpp: Use the new merged-interface mode
	for the dynamic meta object. No need to guess which
	interface to call.
	* qt/qdbusabstractinterface_p.h:
	* qt/qdbusconnection.cpp:
	* qt/qdbusintegrator.cpp:
	* qt/qdbusinterface.cpp:
	* qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
	Add a QDBusRef that looks and behaves like DCOPRef.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1000
retrieving revision 1.1001
diff -u -d -r1.1000 -r1.1001
--- ChangeLog	23 Apr 2006 18:54:47 -0000	1.1000
+++ ChangeLog	23 Apr 2006 19:04:53 -0000	1.1001
@@ -1,5 +1,20 @@
 2006-04-23  Thiago Macieira  <thiago.macieira at trolltech.com>
 
+	* qt/qdbusconnection_p.h:
+	* qt/qdbusmetaobject.cpp:
+	* qt/qdbusmetaobject_p.h:
+	* qt/qdbusintegrator.cpp: Use the new merged-interface mode
+	for the dynamic meta object. No need to guess which
+	interface to call.
+	* qt/qdbusabstractinterface_p.h:
+	* qt/qdbusconnection.cpp:
+	* qt/qdbusintegrator.cpp:
+	* qt/qdbusinterface.cpp:
+	* qt/qdbusinterface.h: Make findInterface always return a non-null pointer.
+	Add a QDBusRef that looks and behaves like DCOPRef.
+
+2006-04-23  Thiago Macieira  <thiago.macieira at trolltech.com>
+
 	* dbus/dbus-connection.c: Interfaces are optional in method
         calls, so don't give up if the interface parameter is NULL.
 	Patch reviewed by Havoc Pennington.



More information about the dbus-commit mailing list