]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Updating changelog.
authorZack Rusin <zack@kde.org>
Mon, 24 Nov 2003 05:58:01 +0000 (05:58 +0000)
committerZack Rusin <zack@kde.org>
Mon, 24 Nov 2003 05:58:01 +0000 (05:58 +0000)
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).

ChangeLog

index 1367a6e1f7d656ec99bc238254ac8d3b941430bf..f029944bed8d0d5925a4828beb413b49cc06a61a 100644 (file)
--- 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