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
2010-09-20
cmake: Removing the autotools build system files
Dario Freddi
7
-368
/
+0
2010-09-20
cmake: Have the macro generate real targets to let compilations with a lot of...
Dario Freddi
1
-8
/
+12
2010-09-20
cmake: Add QT_NO_KEYWORDS to code which might conflict with glib's signals de...
Dario Freddi
1
-0
/
+1
2010-09-20
cmake: Refactor and fix some macros to make them more cmake-ish, add tpqt4_ p...
Dario Freddi
1
-2
/
+2
2010-09-20
cmake: Big revamp. Standardized TpQt4 macros with tpqt4_ prefix, added some n...
Dario Freddi
6
-72
/
+21
2010-09-20
Do a big cleanup of useless include_directory() directives: CMake automatical...
Dario Freddi
6
-28
/
+0
2010-09-20
Avoid using PkgConfig directly - in CMake this is never a good idea as the wh...
Dario Freddi
1
-4
/
+7
2010-09-20
cmake: Added file-transfer and protocols examples to build system.
Andre Moreira Magalhaes (andrunko)
3
-0
/
+75
2010-09-20
cmake: Updated to latest changes.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2010-09-20
cmake: Use _ instead of - in variable names.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+3
2010-09-20
cmake: Moved tp-farsight and gstreamer checks to top-level CMakeLists.txt.
Andre Moreira Magalhaes (andrunko)
1
-7
/
+0
2010-09-20
Added the CMake build system files. This allows telepathy-qt4 to be built
Ian Monroe
5
-0
/
+220
2010-09-10
Use SharedPtr::qObjectCast for all pointer to QObject casts
Olli Salli
1
-1
/
+1
2010-09-01
Fix build with glib >= 2.25
Xavier Claessens
4
-7
/
+7
2010-07-22
file-transfer example: Updated receiver to properly advertise capabilities.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+9
2010-06-28
accounts example: Use new statusChanged signal.
Andre Moreira Magalhaes (andrunko)
2
-6
/
+9
2010-06-28
Account: Added new method protocolName and deprecated old method protocol.
Andre Moreira Magalhaes (andrunko)
2
-2
/
+2
2010-06-15
account example: Added Account.ChangingPresence support.
Andre Moreira Magalhaes (andrunko)
3
-0
/
+14
2010-06-04
call-widget example: Make coverity happy replacing assert with return.
Andre Moreira Magalhaes (andrunko)
1
-3
/
+5
2010-04-07
Fixed example/protocols/Makefile.am (missing separator).
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2010-04-01
Added example application to list all supported protocols.
Andre Moreira Magalhaes (andrunko)
7
-2
/
+313
2010-03-17
Added support to QT_NO_CAST_FROM_ASCII.
Andre Moreira Magalhaes (andrunko)
13
-71
/
+87
2009-12-03
Enable Automake 1.11 silent building
Will Thompson
5
-16
/
+29
2009-09-28
Merge branch 'file-transfer'
Andre Moreira Magalhaes (andrunko)
8
-2
/
+834
2009-09-23
file-transfer receiver example: Added command-line option to test offset supp...
Andre Moreira Magalhaes (andrunko)
4
-10
/
+18
2009-09-23
file-transfer receiver example: Removed unused mFile class member.
Andre Moreira Magalhaes (andrunko)
2
-2
/
+0
2009-09-17
Let's distribute file-transfer examples header files.
Andre Moreira Magalhaes (andrunko)
1
-2
/
+5
2009-09-17
file-transfer receiver example: Accept multiple incoming file transfers.
Andre Moreira Magalhaes (andrunko)
5
-70
/
+176
2009-09-17
file-transfer receiver example: Improved progress output.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2009-09-17
file-transfer sender example: Improved progress output.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2009-09-17
file-transfer receiver example: Make sure the saved filename does not contain...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+3
2009-09-16
Actually use Incoming/OutgoingFileTransferChannel.
Andre Moreira Magalhaes (andrunko)
4
-4
/
+6
2009-09-16
file-transfer sender example: Listen to transferredBytesChanged.
Andre Moreira Magalhaes (andrunko)
2
-0
/
+9
2009-09-16
file-transfer receiver example: Prefix saved filename with TelepathyQt4FTRece...
Andre Moreira Magalhaes (andrunko)
2
-2
/
+11
2009-09-11
Explicitly use uint for TargetHandleType.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-09-11
file-transfer sender example: Explicitly use uint for TargetHandlerType when ...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-09-08
Added file-transfer examples to build system.
Andre Moreira Magalhaes (andrunko)
2
-2
/
+48
2009-09-08
file-transfer receiver example: Added example for a file transfer receiver.
Andre Moreira Magalhaes (andrunko)
2
-0
/
+255
2009-09-08
file-transfer sender example: Added example for a file transfer sender.
Andre Moreira Magalhaes (andrunko)
2
-0
/
+392
2009-04-22
call example: Use TelepathyQt4Farsight.
Andre Moreira Magalhaes (andrunko)
2
-42
/
+3
2009-04-21
Added TelepathyQt4Farsight tiny library.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2009-04-13
Renamed Telepathy namespace to Tp.
Andre Moreira Magalhaes (andrunko)
26
-244
/
+244
2009-04-13
Renamed high-level classes namespace from Telepathy::Client to Telepathy.
Andre Moreira Magalhaes (andrunko)
24
-163
/
+139
2009-04-13
Get rid of Client dir.
Andre Moreira Magalhaes (andrunko)
20
-61
/
+61
2009-03-31
call example: End call if unable to create any stream for outgoing calls.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+5
2009-03-31
Improved call/roster examples.
Andre Moreira Magalhaes (andrunko)
5
-15
/
+27
2009-03-31
Account: Removed manager method and use QDBusConnection/busName to create acc...
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2009-03-31
ContactManager: Return ConnectionPtr on connection() method.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+1
2009-03-31
StreamedMediaChannel: Make constructor protected and added public create meth...
Andre Moreira Magalhaes (andrunko)
7
-24
/
+25
2009-03-31
Channel: Make constructor protected and added public create method that retur...
Andre Moreira Magalhaes (andrunko)
2
-2
/
+2
[next]