dbus/qt
Thiago Macieira 7cabddaa42 * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr
and disable the copy operators. (r533772, r534746)

        * qt/qdbuserror.h: Remove the automatic cast to
          bool. (r533929)

        * qt/qdbusabstractinterface.cpp:
        * qt/qdbusabstractinterface.h: Change the default call mode to
        not use the event loop. Add convenience call() methods that
        take a CallMode parameter. (r534042)

        * qt/qdbusconnection.h: Change the default call mode to not
        use the event loop. (r534042)

        * qt/qdbusinterface.cpp:
        * qt/qdbusinterface.h: Add a method to tell us if the
        interface is valid (since we don't return a null pointer
        anymore) (r534099)

        * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
        (r534101)

        * qt/qdbusinternalfilters.cpp: Decouple the introspection
        function in two so taht we get the chance to introspect
        without having a QDBusMessage (r534102)

        * qt/qdbusbus.h:
        * qt/qdbusconnection.cpp:
        * qt/qdbusconnection_p.h:
        * qt/qdbusintegrator.cpp: Keep a list of our own names to
        avoid a round-trip to the server when attempting to introspect
        one of our own objects. Also make sure the filter functions
        match the empty interface as well. (r534108)
        Don't keep the connection names. Instead, trust the unique
        connection name (r534111)
        Remove event loop usage (r534112)
2006-04-29 12:44:31 +00:00
..
examples * qt/examples/dbus.cpp: Use the new merged-interface mode for 2006-04-23 19:06:55 +00:00
.cvsignore 2004-10-29 Colin Walters <walters@redhat.com> 2004-10-29 19:20:02 +00:00
dbusidl2cpp.cpp * qt/*: 2006-03-28 18:56:08 +00:00
Doxyfile 2006-03-06 Thiago Macieira <thiago.macieira@trolltech.com> 2006-03-06 14:28:20 +00:00
Makefile.am 2005-04-28 Robert McQueen <robot101@debian.org> 2006-04-28 20:09:17 +00:00
qdbusabstractadaptor.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusabstractadaptor.h 2006-03-06 Thiago Macieira <thiago.macieira@trolltech.com> 2006-03-06 14:29:39 +00:00
qdbusabstractadaptor_p.h 2006-03-06 Thiago Macieira <thiago.macieira@trolltech.com> 2006-03-06 14:29:39 +00:00
qdbusabstractinterface.cpp * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusabstractinterface.h * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusabstractinterface_p.h * qt/qdbusconnection_p.h: 2006-04-23 19:04:53 +00:00
qdbusbus.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusbus.h * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusconnection.cpp * qt/qdbusconnection_p.h: 2006-04-23 19:04:53 +00:00
qdbusconnection.h * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusconnection_p.h * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbuserror.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbuserror.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbusintegrator.cpp * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusinterface.cpp * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusinterface.h * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusinterface_p.h * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusinternalfilters.cpp * qt/qdbusinterface.h: Rename QDBusRef to QDBusInterfacePtr 2006-04-29 12:44:31 +00:00
qdbusintrospection.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusintrospection_p.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbusmacros.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbusmarshall.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusmarshall_p.h 2006-03-06 Thiago Macieira <thiago.macieira@trolltech.com> 2006-03-06 14:29:39 +00:00
qdbusmessage.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusmessage.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbusmessage_p.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbusmetaobject.cpp * qt/qdbusconnection_p.h: 2006-04-23 19:04:53 +00:00
qdbusmetaobject_p.h * qt/qdbusconnection_p.h: 2006-04-23 19:04:53 +00:00
qdbusreply.h * qt/qdbusreply.h: Add default constructor and operator= 2006-04-23 15:17:28 +00:00
qdbusserver.cpp Merge the changes to the bindings from the KDE Subversion server. 2006-02-15 16:25:12 +00:00
qdbusserver.h Merge the changes to the bindings from the KDE Subversion server. 2006-02-15 16:25:12 +00:00
qdbusthread.cpp Merge the changes to the bindings from the KDE Subversion server. 2006-02-15 16:25:12 +00:00
qdbustype.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbustype_p.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbustypehelper_p.h * qt/qdbusreply.h: Add default constructor and operator= 2006-04-23 15:17:28 +00:00
qdbusutil.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusutil.h * qt/*: 2006-03-28 18:56:08 +00:00
qdbusxmlparser.cpp * qt/*: 2006-03-28 18:56:08 +00:00
qdbusxmlparser_p.h * qt/*: 2006-03-28 18:56:08 +00:00
qt-dbus.qdocconf Merge from Subversion: 2006-04-10 10:49:36 +00:00
README Merge the changes to the bindings from the KDE Subversion server. 2006-02-15 16:25:12 +00:00

These are the Qt4 D-Bus bindings.

They are being maintained by Trolltech AS. As we are currently
considering placing this code in a future version of Qt, we would like
to ask any contributors to contact us before submitting code to this
repository.


For more information, please contact 
    Thiago Macieira <thiago.macieira@trolltech.com>