index
:
telepathy/telepathy-qt
master
next
telepathy-qt4-0.4
telepathy-qt4-0.6
telepathy-qt4-0.8
Next-generation bindings of Telepathy and others using the same XML spec format to the Qt world. (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-qt)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-13
AccountManager: Rename accountForPath and accountsForPaths to accountForObjec...
George Kiagiadakis
1
-1
/
+1
2012-04-13
qt-svc-gen.py: Properly generate adaptee methods/signals/properties names in ...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2012-04-04
Properly build against Qt 5 alpha.
Andre Moreira Magalhaes (andrunko)
8
-11
/
+22
2012-04-04
DBusService: Use DBusObject.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2012-04-03
AbstractDBusServiceInterface: Change how registration works to allow interfac...
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2012-04-02
cm example: Add example for BaseProtocolPresenceInterface usage.
Andre Moreira Magalhaes (andrunko)
2
-0
/
+19
2012-04-02
cm example: Add example for BaseProtocolAvatarsInterface usage.
Andre Moreira Magalhaes (andrunko)
2
-0
/
+6
2012-04-02
cm example: Add example for BaseProtocolAddressingInterface usage.
Andre Moreira Magalhaes (andrunko)
2
-10
/
+31
2012-04-02
BaseProtocol: Use callbacks.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+5
2012-04-02
cm example: Reimplement BaseProtocol::identifyAccount/normalizeContact.
Andre Moreira Magalhaes (andrunko)
2
-2
/
+18
2012-04-02
cm example: Add basic support for protocols.
Andre Moreira Magalhaes (andrunko)
4
-3
/
+118
2012-04-02
BaseConnectionManager: Make it a shared ptr.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2012-04-02
Remove separation from client and service side high-level APIs.
Andre Moreira Magalhaes (andrunko)
2
-12
/
+13
2012-04-02
cm example: Add basic example using BaseConnectionManager.
Andre Moreira Magalhaes (andrunko)
3
-0
/
+38
2011-11-24
Generate libtelepathy-qt4 and libtelepathy-qt5 depending on the version of Qt...
Andre Moreira Magalhaes (andrunko)
7
-10
/
+10
2011-11-24
accounts example: Include QApplication header as it's not part of QtGui in Qt5.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2011-11-24
roster example: Include QApplication header as it's not part of QtGui in Qt5.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2011-11-24
stream-tubes example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+5
2011-11-24
roster example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+6
2011-11-24
protocols example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+3
2011-11-24
file-transfer example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+4
2011-11-24
contact-messenger example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2011-11-24
accounts example: Properly link to Qt libraries.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+3
2011-11-24
Rename tp-qt4 to tp-qt in example code strings and comments.
Jeremy Whiting
4
-9
/
+9
2011-11-24
Rename library from telepathy-qt4 to telepathy-qt.
Jeremy Whiting
9
-16
/
+16
2011-11-24
Renamed TelepathyQt4 directory to TelepathyQt.
Jeremy Whiting
36
-213
/
+213
2011-11-24
Rename TPQT4 cmake macros to TPQT.
Jeremy Whiting
7
-13
/
+13
2011-11-22
Rename TP_QT4 to TP_QT in generated constants.h.
Jeremy Whiting
3
-4
/
+4
2011-11-22
Rename TELEPATHY_ACCOUNT macros to TP_QT_ACCOUNT.
Jeremy Whiting
3
-3
/
+3
2011-11-22
Rename TELEPATHY_ACCOUNT_MANAGER macros to TP_QT_ACCOUNT_MANAGER.
Jeremy Whiting
3
-3
/
+3
2011-10-10
StreamTube examples: Make all slot arguments have names in declarations
Olli Salli
2
-6
/
+7
2011-10-10
Fix too much indent in a connect call in TubeInitiator::onContactsRetrieved
Olli Salli
1
-3
/
+3
2011-10-10
StreamTube examples: Drop verbose debug
Olli Salli
2
-4
/
+2
2011-10-10
TubeInitiator example: Document why we can assert that the conns are connected
Olli Salli
1
-0
/
+2
2011-10-10
Fix TubeReceiver example connect to accept signal to follow the latest arg order
Olli Salli
1
-3
/
+2
2011-10-10
TubeReceiver example: remove useless account param
Olli Salli
2
-8
/
+3
2011-10-10
Update copyright years for stube example
Olli Salli
4
-7
/
+8
2011-10-10
STC: Reorder most important args of the accepted* signals first
Olli Salli
2
-4
/
+3
2011-10-10
StreamTube{Client,Server}: Support being a Handler for Room stream tubes
Olli Salli
1
-1
/
+2
2011-10-10
StreamTubeServer: Remove tube requested/closed slots
Olli Salli
2
-29
/
+0
2011-10-10
Tube initiator example: Demonstrate connection monitoring
Olli Salli
2
-21
/
+65
2011-10-10
tube-receiver example: Port to StreamTubeClient
Olli Salli
2
-146
/
+15
2011-10-10
TubeInitiator example: Fire up tube when the remote contact has the capabilit...
Olli Salli
2
-105
/
+26
2011-10-10
StreamTubeServer: only register the Client once a socket has been exported
Olli Salli
1
-0
/
+1
2011-10-10
StreamTubeServer: Implement tubeRequested, tubeClosed
Olli Salli
2
-2
/
+34
2011-10-10
TubeInitiator example: Fix remote contact presence handling
Olli Salli
1
-2
/
+10
2011-10-10
TubeInitiator example: Use StreamTubeServer to export the service
Olli Salli
2
-73
/
+37
2011-10-10
Make the usage of accounts in the roster example similar to the tubes example
Olli Salli
3
-6
/
+14
2011-10-10
Tubes example: Use Accounts from the AM rather than poking CMs directly
Olli Salli
4
-114
/
+82
2011-10-10
Import Dario Freddi's old low-level stream tubes example
Olli Salli
6
-0
/
+763
[next]