dbus ChangeLog,1.440,1.441

Zack Rusin zack@pdx.freedesktop.org
Mon, 24 Nov 2003 11:11:57 -0800


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv14903

Modified Files:
	ChangeLog 
Log Message:
As changelog says. Integration is pretty much there, so dbus should at least
use Qt for timeouts and watches comfortably now.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -d -r1.440 -r1.441
--- ChangeLog	24 Nov 2003 05:58:01 -0000	1.440
+++ ChangeLog	24 Nov 2003 19:11:55 -0000	1.441
@@ -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,