summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-24 19:11:55 +0000
committerZack Rusin <zack@kde.org>2003-11-24 19:11:55 +0000
commit27f6dca9ce4680dbbe8dc20a862f5ad63b709609 (patch)
treef3458e7b3c5a9ad1debfc178c50df26b2f7ba380 /ChangeLog
parent89d43511ec5718823d8faa98246e420af5f26d5a (diff)
As changelog says. Integration is pretty much there, so dbus should at least
use Qt for timeouts and watches comfortably now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f029944b..9947af20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-11-24 Zack Rusin <zack@kde.org>
+ * qt/connection.h, qt/connection.cpp: removing initDbus method since
+ the integrator handles it now
+
+ * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
+ since QTimer wasn't really meant to be used the way DBusTimeout is
+
+2003-11-24 Zack Rusin <zack@kde.org>
+
* qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding
Integrator class which integrates D-BUS with the Qt event loop,