summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2012-04-13AccountManager: Rename accountForPath and accountsForPaths to accountForObjec...George Kiagiadakis1-1/+1
2012-04-13qt-svc-gen.py: Properly generate adaptee methods/signals/properties names in ...Andre Moreira Magalhaes (andrunko)1-1/+1
2012-04-04Properly build against Qt 5 alpha.Andre Moreira Magalhaes (andrunko)8-11/+22
2012-04-04DBusService: Use DBusObject.Andre Moreira Magalhaes (andrunko)1-3/+3
2012-04-03AbstractDBusServiceInterface: Change how registration works to allow interfac...Andre Moreira Magalhaes (andrunko)1-3/+3
2012-04-02cm example: Add example for BaseProtocolPresenceInterface usage.Andre Moreira Magalhaes (andrunko)2-0/+19
2012-04-02cm example: Add example for BaseProtocolAvatarsInterface usage.Andre Moreira Magalhaes (andrunko)2-0/+6
2012-04-02cm example: Add example for BaseProtocolAddressingInterface usage.Andre Moreira Magalhaes (andrunko)2-10/+31
2012-04-02BaseProtocol: Use callbacks.Andre Moreira Magalhaes (andrunko)1-0/+5
2012-04-02cm example: Reimplement BaseProtocol::identifyAccount/normalizeContact.Andre Moreira Magalhaes (andrunko)2-2/+18
2012-04-02cm example: Add basic support for protocols.Andre Moreira Magalhaes (andrunko)4-3/+118
2012-04-02BaseConnectionManager: Make it a shared ptr.Andre Moreira Magalhaes (andrunko)1-1/+1
2012-04-02Remove separation from client and service side high-level APIs.Andre Moreira Magalhaes (andrunko)2-12/+13
2012-04-02cm example: Add basic example using BaseConnectionManager.Andre Moreira Magalhaes (andrunko)3-0/+38
2011-11-24Generate libtelepathy-qt4 and libtelepathy-qt5 depending on the version of Qt...Andre Moreira Magalhaes (andrunko)7-10/+10
2011-11-24accounts example: Include QApplication header as it's not part of QtGui in Qt5.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-11-24roster example: Include QApplication header as it's not part of QtGui in Qt5.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-11-24stream-tubes example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-3/+5
2011-11-24roster example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-2/+6
2011-11-24protocols example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-1/+3
2011-11-24file-transfer example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-2/+4
2011-11-24contact-messenger example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-1/+2
2011-11-24accounts example: Properly link to Qt libraries.Andre Moreira Magalhaes (andrunko)1-1/+3
2011-11-24Rename tp-qt4 to tp-qt in example code strings and comments.Jeremy Whiting4-9/+9
2011-11-24Rename library from telepathy-qt4 to telepathy-qt.Jeremy Whiting9-16/+16
2011-11-24Renamed TelepathyQt4 directory to TelepathyQt.Jeremy Whiting36-213/+213
2011-11-24Rename TPQT4 cmake macros to TPQT.Jeremy Whiting7-13/+13
2011-11-22Rename TP_QT4 to TP_QT in generated constants.h.Jeremy Whiting3-4/+4
2011-11-22Rename TELEPATHY_ACCOUNT macros to TP_QT_ACCOUNT.Jeremy Whiting3-3/+3
2011-11-22Rename TELEPATHY_ACCOUNT_MANAGER macros to TP_QT_ACCOUNT_MANAGER.Jeremy Whiting3-3/+3
2011-10-10StreamTube examples: Make all slot arguments have names in declarationsOlli Salli2-6/+7
2011-10-10Fix too much indent in a connect call in TubeInitiator::onContactsRetrievedOlli Salli1-3/+3
2011-10-10StreamTube examples: Drop verbose debugOlli Salli2-4/+2
2011-10-10TubeInitiator example: Document why we can assert that the conns are connectedOlli Salli1-0/+2
2011-10-10Fix TubeReceiver example connect to accept signal to follow the latest arg orderOlli Salli1-3/+2
2011-10-10TubeReceiver example: remove useless account paramOlli Salli2-8/+3
2011-10-10Update copyright years for stube exampleOlli Salli4-7/+8
2011-10-10STC: Reorder most important args of the accepted* signals firstOlli Salli2-4/+3
2011-10-10StreamTube{Client,Server}: Support being a Handler for Room stream tubesOlli Salli1-1/+2
2011-10-10StreamTubeServer: Remove tube requested/closed slotsOlli Salli2-29/+0
2011-10-10Tube initiator example: Demonstrate connection monitoringOlli Salli2-21/+65
2011-10-10tube-receiver example: Port to StreamTubeClientOlli Salli2-146/+15
2011-10-10TubeInitiator example: Fire up tube when the remote contact has the capabilit...Olli Salli2-105/+26
2011-10-10StreamTubeServer: only register the Client once a socket has been exportedOlli Salli1-0/+1
2011-10-10StreamTubeServer: Implement tubeRequested, tubeClosedOlli Salli2-2/+34
2011-10-10TubeInitiator example: Fix remote contact presence handlingOlli Salli1-2/+10
2011-10-10TubeInitiator example: Use StreamTubeServer to export the serviceOlli Salli2-73/+37
2011-10-10Make the usage of accounts in the roster example similar to the tubes exampleOlli Salli3-6/+14
2011-10-10Tubes example: Use Accounts from the AM rather than poking CMs directlyOlli Salli4-114/+82
2011-10-10Import Dario Freddi's old low-level stream tubes exampleOlli Salli6-0/+763