summaryrefslogtreecommitdiffstats
path: root/qt/qdbusmessage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * qt/: Update to Subversion r548032.Thiago Macieira2006-06-041-706/+0
| | | | | | | | | | This includes a big reorganisation of the files inside the subdir. We really need a version control system that supports moving of files. I'm not bothering with history anyways anymore, since the bindings will be moved out to git. The history should be restored from Subversion when that happens.
* Same changelog as before: fix debug-mode compilationThiago Macieira2006-05-061-3/+5
|
* * qt/qdbusmessage.cpp:Thiago Macieira2006-05-061-1/+1
| | | | | | * qt/qdbustypehelper_p.h: * qt/qdbusintegrator.cpp: gcc 3.4 doesn't like Q_FOREACH when the list is a const-reference
* * qt/*:Thiago Macieira2006-03-281-176/+228
| | | | | | | | | | * dbus/qdbus.h: Sync with KDE Subversion revision 523647. Hopefully, this will be the last of the source-incompatible changes. Documentation has been improved; support for QList<basic-types> has been added; QDBusObject is gone; QDBus(Abstract)Interface is now a QObject with auto-generated meta-object; QDBusIntrospection is marked private, since QMetaObject can be used now; lots of bugfixes.
* 2006-03-06 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira2006-03-061-31/+189
| | | | | | | * qt/*: * dbus/qdbus.h: Sync with KDE Subversion revision 516237. This represents the first feature-complete version of the Qt4 bindings since I took ove maintainership.
* 2006-02-20 Thiago Macieira <thiago.macieira@trolltech.com>Thiago Macieira2006-02-201-1/+38
| | | | | | | | | | | | | | | | | * 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-15/+239
| | | | | | | | | | 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.
* With the permission of the original authors, removing the non-working and ↵Harald Fernengel2005-09-231-0/+233
hopelessly unmaintained old Qt D-BUS bindings and adding the ones from KDE's SVN.