Backported Qt4 DBUS bindings for TQt
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
TDE Gitea 0780601cf1
Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD
2 years ago
admin@92a6d62b8f Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD 2 years ago
tools/dbusxml2qt3 Fix typo in prior commit 9 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Update AUTHORS file 12 years ago
CMakeLists.txt Raise the minimum required version of CMake to 3.1. 2 years ago
COPYING Add dbus-1-tqt to this SVN tree 13 years ago
COPYING.AFL Add dbus-1-tqt to this SVN tree 13 years ago
COPYING.GPL rename the following methods: 13 years ago
ChangeLog Add dbus-1-tqt to this SVN tree 13 years ago
ConfigureChecks.cmake Update CMake rules 5 years ago
INSTALL rename the following methods: 13 years ago
NEWS Add dbus-1-tqt to this SVN tree 13 years ago
README Add dbus-1-tqt to this SVN tree 13 years ago
TODO Add dbus-1-tqt to this SVN tree 13 years ago
dbus-1-tqt.pc.cmake Add dbus-1-tqt to this SVN tree 13 years ago
stamp-h.in Add dbus-1-tqt to this SVN tree 13 years ago
subdirs Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusatomic.h Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusconnection.cpp Fix memory leak on calling TQT_DBusConnection::sendWithReply 9 years ago
tqdbusconnection.h rename the following methods: 13 years ago
tqdbusconnection_p.h Fix event queue 12 years ago
tqdbusdata.cpp Fix FTBFS on explicit specialization of 'm_keyType' after instantiation 9 years ago
tqdbusdata.h Add support for data type UnixFD 9 years ago
tqdbusdataconverter.cpp Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusdataconverter.h rename the following methods: 13 years ago
tqdbusdatalist.cpp Add support for data type UnixFD 9 years ago
tqdbusdatalist.h Fix typo in prior commit 9 years ago
tqdbusdatamap.h Add support for data type UnixFD 9 years ago
tqdbuserror.cpp Fix failure to report DBUS non-fatal errors 9 years ago
tqdbuserror.h Fix failure to report DBUS non-fatal errors 9 years ago
tqdbusintegrator.cpp Fix memory leaks in sendWithReplyAsync 7 years ago
tqdbusmacros.h Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusmarshall.cpp add a function to handle maps of objectpaths 6 years ago
tqdbusmarshall.h Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusmessage.cpp Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusmessage.h Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusmessage_p.h Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusobject.h Add dbus-1-tqt to this SVN tree 13 years ago
tqdbusobjectpath.cpp rename the following methods: 13 years ago
tqdbusobjectpath.h Add missing TQDBUS_EXPORT. 5 years ago
tqdbusproxy.cpp rename the following methods: 13 years ago
tqdbusproxy.h rename the following methods: 13 years ago
tqdbusserver.cpp rename the following methods: 13 years ago
tqdbusserver.h rename the following methods: 13 years ago
tqdbusunixfd.cpp Fix duplication UnixFD during demarshall 9 years ago
tqdbusunixfd.h Add missing TQDBUS_EXPORT. 5 years ago
tqdbusvariant.h Add dbus-1-tqt to this SVN tree 13 years ago

README

This is a backport of Harald Fernengel's Qt4 D-Bus bindings.

Some Qt4 based code had no direct equivalent in Qt3. Cases where this
transition to Qt3 might not be fully correct are marked with FIXME-QT4

Depending on the use case it might be necessary to extend QDBusMesssage
to allow marshalling/de-marshalling based on an application provided
helper as the Qt3 QVariant can not handle all cases the Qt4 pendant can
(user defined types, etc)

In order to build you need to copy or symlink the kde-common/admin directory
into this directory and then run

make -f Makefile.cvs

to generate the configure script.