dbus ChangeLog,1.1032,1.1033
Thiago J. Macieira
thiago at kemper.freedesktop.org
Sun Jun 11 05:16:32 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv13305
Modified Files:
ChangeLog
Log Message:
* qt/tools/dbuscpp2xml.cpp: Compile on Windows.
* qt/tools/dbusidl2cpp.cpp: Add missing newline.
* qt/examples/Makefile.am:
* qt/examples/chat.h: Use UI-generated files with the ui_*.h
form.
* qt/src/qdbusmarshall.cpp: Allow sending of QString() and
QByteArray() (nulls) over the bus.
* qt/src/qdbusabstractinterface.cpp: Use the correct variable,
the one that has the signature suffix stripped.
* qt/src/qdbusreply.h: Make some methods const.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1032
retrieving revision 1.1033
diff -u -d -r1.1032 -r1.1033
--- ChangeLog 9 Jun 2006 21:43:14 -0000 1.1032
+++ ChangeLog 11 Jun 2006 12:16:30 -0000 1.1033
@@ -1,3 +1,18 @@
+2006-06-11 Thiago Macieira <thiago.macieira at trolltech.com>
+
+ * qt/tools/dbuscpp2xml.cpp: Compile on Windows.
+ * qt/tools/dbusidl2cpp.cpp: Add missing newline.
+
+ * qt/examples/Makefile.am:
+ * qt/examples/chat.h: Use UI-generated files with the ui_*.h
+ form.
+
+ * qt/src/qdbusmarshall.cpp: Allow sending of QString() and
+ QByteArray() (nulls) over the bus.
+ * qt/src/qdbusabstractinterface.cpp: Use the correct variable,
+ the one that has the signature suffix stripped.
+ * qt/src/qdbusreply.h: Make some methods const.
+
2006-06-09 Thiago Macieira <thiago.macieira at trolltech.com>
Patch from Timo Hoenig <thoenig at suse.de>.
More information about the dbus-commit
mailing list