summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-24 05:58:01 +0000
committerZack Rusin <zack@kde.org>2003-11-24 05:58:01 +0000
commit89d43511ec5718823d8faa98246e420af5f26d5a (patch)
tree335fe4ed298b3879eb983b04f875ceee46a977ca
parent63a1458aaf2d5fcd0425ec3f6c0dc89d68059206 (diff)
Updating changelog.
What sucks is the lack of automatic moc file creation in the configuration system. Someone needs to copy over some of ours admin dir (and knowing life that's probably going to be me).
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1367a6e1..f029944b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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,
+
+ * qt/connection.h, qt/connection.cpp: Move all the code which
+ was dealing with D-BUS integration to the Integrator class,
+ and start using Integrator,
+
2003-11-23 Zack Rusin <zack@kde.org>
* qt/connection.h, qt/connection.cpp: Adding the DBusConnection