Commit graph

4 commits

Author SHA1 Message Date
Thiago Macieira
3ad7ee6334 * qt/examples/dbus.cpp: Enhance error messages and use
QDBusInterfacePtr.
2006-04-29 12:49:21 +00:00
Thiago Macieira
21a1fcbc0a * qt/examples/dbus.cpp: Use the new merged-interface mode for
the dynamic meta object. No need to guess which interface to
	call.
2006-04-23 19:06:55 +00:00
Thiago Macieira
399c44a133 Merge from Subversion:
* qt/qt-dbus.qdocconf: Update Trolltech's webpage link to
	  something that exists (r526315)
	* qt/qdbusinternalfilters.cpp: Correctly detect non-scriptable
	  slots/signals (r526316)
	* qt/qdbusinternalfilters.cpp: Fix the setProperty call and
	  also return an unknown-method error if the parameters don't
	  match for org.freedesktop.DBus.Properties. (r526842)
	* qt/examples/dbus.cpp: Allow passing of QVariants (r526843)
	* qt/qdbusintegrator.cpp: Restore the proper order of
	  delivery: don't make method returns be delivered on priority
	  (r528150)
2006-04-10 10:49:36 +00:00
Thiago Macieira
68b0f52359 * configure.in qt/Makefile.am: add qt/examples
* qt/examples: Add QtDBus example programs:
	  - hello: Hello, World
	  - ping: Simple method-calling program
	  - pong: Simple object-exporting program (not using adaptors)
	  - complexping: Interactive method-calling program
		(also gets and sets properties).
	  - complexpong: Sample program exporting methods, signals and
		properties, using adaptors.
	  - dbus: Simple implementation of a generic method-calling
		program, similar to 'dbus-send', but with semantics
		similar to 'dcop'.
	  - chat: Simplistic chat program, implemented using signals
		and the system bus. Looks like IRC.
2006-03-28 19:16:35 +00:00