dbus ChangeLog,1.1022,1.1023
Thiago J. Macieira
thiago at kemper.freedesktop.org
Mon Jun 5 11:13:09 PDT 2006
- Previous message: dbus/qt/dbus - New directory,NONE,NONE
- Next message: dbus/qt/dbus qdbus.h, NONE, 1.1 qdbusabstractadaptor.h, NONE,
1.1 qdbusabstractadaptor_p.h, NONE,
1.1 qdbusabstractinterface.h, NONE,
1.1 qdbusabstractinterface_p.h, NONE, 1.1 qdbusbus.h, NONE,
1.1 qdbusconnection.h, NONE, 1.1 qdbusconnection_p.h, NONE,
1.1 qdbuserror.h, NONE, 1.1 qdbusinterface.h, NONE,
1.1 qdbusinterface_p.h, NONE, 1.1 qdbusintrospection_p.h, NONE,
1.1 qdbusmacros.h, NONE, 1.1 qdbusmarshall_p.h, NONE,
1.1 qdbusmessage.h, NONE, 1.1 qdbusmessage_p.h, NONE,
1.1 qdbusmetaobject_p.h, NONE, 1.1 qdbusreply.h, NONE,
1.1 qdbusserver.h, NONE, 1.1 qdbustype_p.h, NONE,
1.1 qdbustypehelper_p.h, NONE, 1.1 qdbusutil.h, NONE,
1.1 qdbusxmlparser_p.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv17133
Modified Files:
ChangeLog
Log Message:
* qt/dbus: Add directory. I had forgotten to add this
yesterday after the move...
* qt/examples/Makefile.am:
* qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
* qt/tools/Makefile.am:
* qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
Added feature to get and set properties.
Added validation of service, object path and interface names.
* qt/tools/dbusidl2cpp.cpp: Two new features:
1) Allow specifying both the header and the source file names,
by separating them with a colon.
2) Don't write an interface output if the -p switch wasn't
given, but the -a was.
* qt/src/*: Fix usage of Iterators and ConstIterators.
Fix shadowing of variables by other variables (-Wshadow).
Fix keyword-cleanliness in headers.
Fix ASCII-cast (QLatin1String, QLatin1Char).
Fix validation of member names.
Add extra checking of introspection data during XML parsing.
Various bug fixes.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1022
retrieving revision 1.1023
diff -u -d -r1.1022 -r1.1023
--- ChangeLog 4 Jun 2006 16:02:16 -0000 1.1022
+++ ChangeLog 5 Jun 2006 18:13:07 -0000 1.1023
@@ -1,3 +1,30 @@
+2006-06-05 Thiago Macieira <thiago.macieira at trolltech.com>
+
+ * qt/dbus: Add directory. I had forgotten to add this
+ yesterday after the move...
+
+ * qt/examples/Makefile.am:
+ * qt/examples/dbus.cpp: Moved to qt/tools/dbus.cpp.
+
+ * qt/tools/Makefile.am:
+ * qt/tools/dbus.cpp: Moved from qt/examples/dbus.cpp.
+ Added feature to get and set properties.
+ Added validation of service, object path and interface names.
+
+ * qt/tools/dbusidl2cpp.cpp: Two new features:
+ 1) Allow specifying both the header and the source file names,
+ by separating them with a colon.
+ 2) Don't write an interface output if the -p switch wasn't
+ given, but the -a was.
+
+ * qt/src/*: Fix usage of Iterators and ConstIterators.
+ Fix shadowing of variables by other variables (-Wshadow).
+ Fix keyword-cleanliness in headers.
+ Fix ASCII-cast (QLatin1String, QLatin1Char).
+ Fix validation of member names.
+ Add extra checking of introspection data during XML parsing.
+ Various bug fixes.
+
2006-06-04 Thiago Macieira <thiago.macieira at trolltech.com>
* dbus/Makefile.am:
- Previous message: dbus/qt/dbus - New directory,NONE,NONE
- Next message: dbus/qt/dbus qdbus.h, NONE, 1.1 qdbusabstractadaptor.h, NONE,
1.1 qdbusabstractadaptor_p.h, NONE,
1.1 qdbusabstractinterface.h, NONE,
1.1 qdbusabstractinterface_p.h, NONE, 1.1 qdbusbus.h, NONE,
1.1 qdbusconnection.h, NONE, 1.1 qdbusconnection_p.h, NONE,
1.1 qdbuserror.h, NONE, 1.1 qdbusinterface.h, NONE,
1.1 qdbusinterface_p.h, NONE, 1.1 qdbusintrospection_p.h, NONE,
1.1 qdbusmacros.h, NONE, 1.1 qdbusmarshall_p.h, NONE,
1.1 qdbusmessage.h, NONE, 1.1 qdbusmessage_p.h, NONE,
1.1 qdbusmetaobject_p.h, NONE, 1.1 qdbusreply.h, NONE,
1.1 qdbusserver.h, NONE, 1.1 qdbustype_p.h, NONE,
1.1 qdbustypehelper_p.h, NONE, 1.1 qdbusutil.h, NONE,
1.1 qdbusxmlparser_p.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list