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
Timothy Pearson 26e72a7dad
Update AUTHORS file
12 years ago
admin@24a4b8adb3 Reset submodule main/dependencies/dbus-1-tqt/admin to latest HEAD 12 years ago
cmake@0953d90e24 Reset submodule main/dependencies/dbus-1-tqt/cmake to latest HEAD 12 years ago
tools/dbusxml2qt3 Generate synchronous methods alongside asynchronous methods 12 years ago
.gitmodules Add common directories 13 years ago
AUTHORS Update AUTHORS file 12 years ago
CMakeLists.txt
COPYING
COPYING.AFL
COPYING.GPL rename the following methods: 13 years ago
ChangeLog
ConfigureChecks.cmake
INSTALL rename the following methods: 13 years ago
NEWS
README
TODO
dbus-1-tqt.pc.cmake
stamp-h.in
subdirs
tqdbusatomic.h
tqdbusconnection.cpp Fix last commit 12 years ago
tqdbusconnection.h Rename additional global TQt functions 13 years ago
tqdbusconnection_p.h Fix event queue 12 years ago
tqdbusdata.cpp Rename additional global TQt functions 13 years ago
tqdbusdata.h rename the following methods: 13 years ago
tqdbusdataconverter.cpp
tqdbusdataconverter.h rename the following methods: 13 years ago
tqdbusdatalist.cpp Rename additional global TQt functions 13 years ago
tqdbusdatalist.h
tqdbusdatamap.h Rename additional global TQt functions 13 years ago
tqdbuserror.cpp Additional renaming of kde to tde 13 years ago
tqdbuserror.h Additional renaming of kde to tde 13 years ago
tqdbusintegrator.cpp Fix event queue 12 years ago
tqdbusmacros.h
tqdbusmarshall.cpp Add support for marshalled Bool types 12 years ago
tqdbusmarshall.h Additional renaming of kde to tde 13 years ago
tqdbusmessage.cpp Rename additional global TQt functions 13 years ago
tqdbusmessage.h Additional renaming of kde to tde 13 years ago
tqdbusmessage_p.h Additional renaming of kde to tde 13 years ago
tqdbusobject.h Rename additional global TQt functions 13 years ago
tqdbusobjectpath.cpp rename the following methods: 13 years ago
tqdbusobjectpath.h rename the following methods: 13 years ago
tqdbusproxy.cpp rename the following methods: 13 years ago
tqdbusproxy.h Rename additional global TQt functions 13 years ago
tqdbusserver.cpp Additional renaming of kde to tde 13 years ago
tqdbusserver.h Remove spurious TQ_OBJECT instances 13 years ago
tqdbusvariant.h Additional renaming of kde to tde 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.