With the permission of the original authors, removing the non-working and hopelessly...
authorHarald Fernengel <harry@kdevelop.org>
Fri, 23 Sep 2005 13:08:26 +0000 (13:08 +0000)
committerHarald Fernengel <harry@kdevelop.org>
Fri, 23 Sep 2005 13:08:26 +0000 (13:08 +0000)
commitd0d0d4afe99aefa78d2371b5a1b216675e924201
tree69fc4ad7c80953d776970b2df317e76b794a3205
parent8b34c2c538f182fe29af58f5153b9dd7cdbaf7fa
With the permission of the original authors, removing the non-working and hopelessly unmaintained old Qt D-BUS bindings and adding the ones from KDE's SVN.
27 files changed:
configure.in
qt/Makefile.am
qt/connection.cpp [deleted file]
qt/connection.h [deleted file]
qt/dbus-qt.h [deleted file]
qt/dbus-qthread.cpp [deleted file]
qt/integrator.cpp [deleted file]
qt/integrator.h [deleted file]
qt/message.cpp [deleted file]
qt/message.h [deleted file]
qt/qdbus.h [new file with mode: 0644]
qt/qdbusconnection.cpp [new file with mode: 0644]
qt/qdbusconnection.h [new file with mode: 0644]
qt/qdbusconnection_p.h [new file with mode: 0644]
qt/qdbuserror.cpp [new file with mode: 0644]
qt/qdbuserror.h [new file with mode: 0644]
qt/qdbusintegrator.cpp [new file with mode: 0644]
qt/qdbusmacros.h [new file with mode: 0644]
qt/qdbusmarshall.cpp [new file with mode: 0644]
qt/qdbusmarshall.h [new file with mode: 0644]
qt/qdbusmessage.cpp [new file with mode: 0644]
qt/qdbusmessage.h [new file with mode: 0644]
qt/qdbusmessage_p.h [new file with mode: 0644]
qt/qdbusserver.cpp [new file with mode: 0644]
qt/qdbusserver.h [moved from qt/server.h with 57% similarity]
qt/qdbusvariant.h [new file with mode: 0644]
qt/server.cpp [deleted file]