dbus/qt
Thiago Macieira 517b8c2446 * 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-05 18:13:07 +00:00
..
dbus * qt/dbus: Add directory. I had forgotten to add this 2006-06-05 18:13:07 +00:00
examples * qt/dbus: Add directory. I had forgotten to add this 2006-06-05 18:13:07 +00:00
src * qt/dbus: Add directory. I had forgotten to add this 2006-06-05 18:13:07 +00:00
tools * qt/dbus: Add directory. I had forgotten to add this 2006-06-05 18:13:07 +00:00
.cvsignore 2004-10-29 Colin Walters <walters@redhat.com> 2004-10-29 19:20:02 +00:00
Doxyfile * qt/: Update to Subversion r548032. 2006-06-04 15:52:05 +00:00
Makefile.am * qt/: Update to Subversion r548032. 2006-06-04 15:52:05 +00:00
qt-dbus.qdocconf Merge from Subversion: 2006-04-10 10:49:36 +00:00
qt.tag * qt/: Update to Subversion r548032. 2006-06-04 15:52:05 +00:00
README Merge the changes to the bindings from the KDE Subversion server. 2006-02-15 16:25:12 +00:00

These are the Qt4 D-Bus bindings.

They are being maintained by Trolltech AS. As we are currently
considering placing this code in a future version of Qt, we would like
to ask any contributors to contact us before submitting code to this
repository.


For more information, please contact 
    Thiago Macieira <thiago.macieira@trolltech.com>