From: Zack Rusin Date: Mon, 24 Nov 2003 05:58:01 +0000 (+0000) Subject: Updating changelog. X-Git-Tag: dbus-0.21~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89d43511ec5718823d8faa98246e420af5f26d5a;p=platform%2Fupstream%2Fdbus.git 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). --- diff --git a/ChangeLog b/ChangeLog index 1367a6e..f029944 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-11-24 Zack Rusin + + * 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 * qt/connection.h, qt/connection.cpp: Adding the DBusConnection