You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This changes the behaviour of TQT_DBusConnection::sendWithReply(): before the patch in case some message arrives while awaiting for a reply in dbus_connection_send_with_reply_and_block(), they were enqueued and won't be processed until some other message kicks it on or a user explicitly called scheduleDispatch() or dispatch(). This commit adds an implicit call to scheduleDispatch() to avoid unexpected delays in processing incoming messages. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> |
1 week ago | |
|---|---|---|
| src | 1 week ago | |
| AUTHORS | 12 years ago | |
| CMakeLists.txt | 2 years ago | |
| COPYING | 15 years ago | |
| COPYING.AFL | 15 years ago | |
| COPYING.GPL | 15 years ago | |
| ChangeLog | 15 years ago | |
| ConfigureChecks.cmake | 2 weeks ago | |
| INSTALL | 15 years ago | |
| NEWS | 15 years ago | |
| README | 15 years ago | |
| TODO | 2 years ago | |
| dbus-1-tqt.Doxyfile.cmake | 5 years ago | |
| dbus-1-tqt.pc.cmake | 15 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.