summaryrefslogtreecommitdiffstats
path: root/qt/examples/chat.h
Commit message (Collapse)AuthorAgeFilesLines
* * Remove all bindingsJohn (J5) Palmieri2006-07-141-62/+0
|
* * qt/tools/dbuscpp2xml.cpp: Compile on Windows.Thiago Macieira2006-06-111-2/+2
| | | | | | | | | | | | | | * qt/tools/dbusidl2cpp.cpp: Add missing newline. * qt/examples/Makefile.am: * qt/examples/chat.h: Use UI-generated files with the ui_*.h form. * qt/src/qdbusmarshall.cpp: Allow sending of QString() and QByteArray() (nulls) over the bus. * qt/src/qdbusabstractinterface.cpp: Use the correct variable, the one that has the signature suffix stripped. * qt/src/qdbusreply.h: Make some methods const.
* * configure.in qt/Makefile.am: add qt/examplesThiago Macieira2006-03-281-0/+62
* 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.