summaryrefslogtreecommitdiffstats
path: root/qt/qdbusmetaobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * qt/: Update to Subversion r548032.Thiago Macieira2006-06-041-689/+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.
* * qt/*: Update the QtDBus bindings up to revision 546310 inThiago Macieira2006-05-291-3/+3
| | | | | | Subversion. This adds the dbuscpp2xml tool, that parses a C++ header and outputs a D-BUS Introspection XML.
* * qt/qdbusconnection_p.h:Thiago Macieira2006-04-231-8/+22
| | | | | | | | | | | | | | * qt/qdbusmetaobject.cpp: * qt/qdbusmetaobject_p.h: * qt/qdbusintegrator.cpp: Use the new merged-interface mode for the dynamic meta object. No need to guess which interface to call. * qt/qdbusabstractinterface_p.h: * qt/qdbusconnection.cpp: * qt/qdbusintegrator.cpp: * qt/qdbusinterface.cpp: * qt/qdbusinterface.h: Make findInterface always return a non-null pointer. Add a QDBusRef that looks and behaves like DCOPRef.
* * qt/*:Thiago Macieira2006-03-281-0/+675
* 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.