summaryrefslogtreecommitdiffstats
path: root/qt/qdbusmessage.h
Commit message (Collapse)AuthorAgeFilesLines
* 2006-02-20 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira2006-02-201-0/+4
| | | | | | | | | | | | | | | | | * 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.
* Merge the changes to the bindings from the KDE Subversion server.Thiago Macieira2006-02-151-8/+19
| | | | | | | | | | This is a major change: library is source- and binary-incompatible to what it used to be. All testcases are green, functionality is preserved. It is not feature-complete. Development will continue in the branch in the Subversion server for a while.
* adding an autotest and "dbus-ify" the build process and include schemeHarald Fernengel2005-09-231-1/+2
|
* With the permission of the original authors, removing the non-working and ↵Harald Fernengel2005-09-231-0/+80
hopelessly unmaintained old Qt D-BUS bindings and adding the ones from KDE's SVN.