dbus ChangeLog,1.1012,1.1013

Thiago J. Macieira thiago at kemper.freedesktop.org
Tue May 2 07:00:29 PDT 2006


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

Modified Files:
	ChangeLog 
Log Message:
	* qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
        call (r535506)

	* qt/dbusidl2cpp.cpp:
	* qt/qdbusabstractadaptor.cpp:
	* qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
        sibling of the QDBusAbstractAdaptor objects instead of the
        parent. (r535848)

	* qt/dbusidl2cpp.cpp:
	* qt/qdbusabstractinterface.cpp:
	* qt/qdbusabstractinterface.h:
	* qt/qdbusabstractinterface_p.h:
	* qt/qdbusinterface.cpp: Make properties in interfaces
        actually work. The code that was generated would not compile,
        due to moc calls to functions that did not exist. They now
        shall. (r536571)


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1012
retrieving revision 1.1013
diff -u -d -r1.1012 -r1.1013
--- ChangeLog	30 Apr 2006 10:47:47 -0000	1.1012
+++ ChangeLog	2 May 2006 14:00:27 -0000	1.1013
@@ -1,3 +1,23 @@
+2006-05-02  Thiago Macieira  <thiago.macieira at trolltech.com>
+
+	* qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
+        call (r535506)
+
+	* qt/dbusidl2cpp.cpp:
+	* qt/qdbusabstractadaptor.cpp:
+	* qt/qdbusabstractadaptor.h: Make QDBusAdaptorConnector be a
+        sibling of the QDBusAbstractAdaptor objects instead of the
+        parent. (r535848)
+
+	* qt/dbusidl2cpp.cpp:
+	* qt/qdbusabstractinterface.cpp:
+	* qt/qdbusabstractinterface.h:
+	* qt/qdbusabstractinterface_p.h:
+	* qt/qdbusinterface.cpp: Make properties in interfaces
+        actually work. The code that was generated would not compile,
+        due to moc calls to functions that did not exist. They now
+        shall. (r536571)
+
 2006-04-30  Thiago Macieira  <thiago.macieira at trolltech.com>
 
 	* Makefile.am:



More information about the dbus-commit mailing list