summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-02-09CMake: Sort some filesAlexander Akulich1-1/+1
2020-01-18Use nullptr keyword wherever it makes senseAlexander Akulich9-10/+10
2020-01-18Use override specifiers wherever it makes senseAlexander Akulich17-19/+19
2019-11-09Examples: Port to targetsAlexander Akulich8-48/+44
2019-11-08CMake: Drop custom FindQt5 module, rebase on Qt5 targetsAlexander Akulich7-42/+19
2016-09-07cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...George Kiagiadakis2-5/+5
2014-06-14Enable services by defaultDavid Edmundson1-2/+2
2014-03-28Add Q_UNUSED as Q_ASSERT is a no-op in release modeUwe L. Korn1-0/+2
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