From 602809693a5b9a20c83a5726cee0a6426bc2a6f3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 20 Feb 2006 13:23:11 +0000 Subject: 2006-02-20 Thiago Macieira * qt/qdbusinterface_p.h: * qt/qdbusinterface.cpp: Use the standard org.freedesktop.DBus.Method.NoReply annotation for the "async" calls instead of creating one for us. * qt/qdbusconnection_p.h: * qt/qdbusintegrator.cpp: Remove debugging code. * qt/qdbusintegrator.cpp: * qt/qdbusmessage.cpp: * qt/qdbusmessage_p.h: * qt/qdbusmessage.h: Change the behaviour of automatic reply-sending: now a reply is always sent, unless the caller didn't request one or if the user slot has already sent one. --- ChangeLog | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9ab170e..dfbb1002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2006-02-20 Thiago Macieira + + * qt/qdbusinterface_p.h: + * qt/qdbusinterface.cpp: Use the standard + org.freedesktop.DBus.Method.NoReply annotation for the "async" + calls instead of creating one for us. + + * qt/qdbusconnection_p.h: + * qt/qdbusintegrator.cpp: Remove debugging code. + + * qt/qdbusintegrator.cpp: + * qt/qdbusmessage.cpp: + * qt/qdbusmessage_p.h: + * qt/qdbusmessage.h: Change the behaviour of automatic + reply-sending: now a reply is always sent, unless the caller + didn't request one or if the user slot has already sent one. + 2006-02-16 Robert McQueen * configure.in: Patch from Debian packages by Sjoerd Simons @@ -162,17 +179,17 @@ to make dbus-binding-tool heed C symbol name annotations when generating glib client bindings. -2005-12-19 John (J5) Palmieri +1999-11-30 John (J5) Palmieri * dbus/dbus-shared.h: Call it shared constants instead of shared macros * dbus/dbus-protocol.h: add DOxygen markup to quiet warnings -2005-12-19 John (J5) Palmieri +1999-11-30 John (J5) Palmieri * dbus/dbus-shared.h: add DOxygen markup to quiet warnings -2005-12-19 John (J5) Palmieri +1999-11-30 John (J5) Palmieri * dbus/dbus-macros.h: correct DOxygen end of section (s/}@/@}) @@ -11152,7 +11169,7 @@ * bus/main.c: (main): Add simple activation support, doesn't work yet though. -2003-02-15 Zack Rusin +1999-11-30 Zack Rusin * qt/dbus-qthread.cpp: small casting fix @@ -12990,7 +13007,7 @@ because any app can be a server, and any app can be a client, the bus is a special kind of server. -Thu Nov 21 23:35:31 2002 Zack Rusin +2002-11-22 Zack Rusin * Doxyfile : adding. Still needs Makefile rules to be generated automatically (just run "doxygen" in the toplevel dir for now to -- cgit