index
:
telepathy-qt4.git
caps-debug
master
telepathy-qt4-0.4
telepathy-qt4-0.6
Olli Salli's telepathy-qt4 branches
Olli Salli
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-30
Update NEWS
master
Olli Salli
1
-1/+2
2011-12-30
Add explanation to Presence::setStatus
Olli Salli
1
-0/+6
2011-12-30
Add Tp::Presence::setStatusMessage()
Martin Klapetek
2
-0/+10
2011-12-21
Start 0.9.1 development
Andre Moreira Magalhaes (andrunko)
2
-1/+12
2011-12-20
Prepare release 0.9.0
Andre Moreira Magalhaes (andrunko)
2
-5/+5
2011-12-20
Update NEWS
Andre Moreira Magalhaes (andrunko)
1
-0/+4
2011-12-20
Merge branch 'disable-tests-qt46'
Andre Moreira Magalhaes (andrunko)
1
-16/+27
2011-12-20
Disable tests failing in Qt 4.6.
Andre Moreira Magalhaes (andrunko)
1
-16/+27
2011-12-20
Update NEWS
Andre Moreira Magalhaes (andrunko)
1
-0/+1
2011-12-20
Merge branch 'fdo-37748'
Andre Moreira Magalhaes (andrunko)
1
-2/+3
2011-12-20
ContactManager: Make lookupContactByHandle private.
Andre Moreira Magalhaes (andrunko)
1
-2/+3
2011-12-19
Merge branch 'trivia'
Andre Moreira Magalhaes (andrunko)
1
-2/+2
2011-12-19
Update NEWS
Andre Moreira Magalhaes (andrunko)
1
-0/+2
2011-12-19
Merge branch 'conn-addressing'
Andre Moreira Magalhaes (andrunko)
26
-88/+1517
2011-12-19
Merge branch 'proto-addressing'
Andre Moreira Magalhaes (andrunko)
19
-158/+1541
2011-12-19
cm-protocol test: Use an instance variable to hold introspection counters.
Andre Moreira Magalhaes (andrunko)
1
-47/+26
2011-12-19
Contact: Update docs for features to remove redundancy.
Andre Moreira Magalhaes (andrunko)
1
-18/+0
2011-12-19
PendingContacts: Add FIXME to refactor implementation in the future.
Andre Moreira Magalhaes (andrunko)
1
-0/+3
2011-12-16
ProtocolInfo: Update docs for normalize* methods.
Andre Moreira Magalhaes (andrunko)
1
-2/+2
2011-12-16
Contact: Update docs for vcardAddresses/uris accessors.
Andre Moreira Magalhaes (andrunko)
1
-8/+0
2011-12-16
PendingContacts: Move common code to check for errors on accessors to a utili...
Andre Moreira Magalhaes (andrunko)
1
-56/+28
2011-12-15
Contact: Rename addressableVCardAddresses/addressableUris to vCardAddresses/u...
Andre Moreira Magalhaes (andrunko)
4
-21/+21
2011-12-15
ContactManager: Move common code to get real features from features and inter...
Andre Moreira Magalhaes (andrunko)
1
-56/+38
2011-12-15
future/conn-addressing: Use TpTests instead of Example as the namespace.
Andre Moreira Magalhaes (andrunko)
3
-35/+35
2011-12-15
cmake: Update FindDBusGlib.cmake to merge DBUS_GLIB_INCLUDE_DIR and DBUS_GLIB...
Andre Moreira Magalhaes (andrunko)
2
-4/+3
2011-12-15
ProtocolInfo: Update docs for normalizeVCardAddress/normalizeContactUri.
Andre Moreira Magalhaes (andrunko)
2
-2/+14
2011-12-15
ContactManager: Add docs for contactsForVCardAddresses/contactsForUris.
Andre Moreira Magalhaes (andrunko)
1
-0/+26
2011-12-15
Contact: Add docs for addressableVCardAddresses/addressableUris/FeatureAddres...
Andre Moreira Magalhaes (andrunko)
1
-0/+31
2011-12-15
contacts test: Add test to check that Conn.I.Addressing support is reportedly...
Andre Moreira Magalhaes (andrunko)
1
-0/+3
2011-12-15
PendingContacts: Do not make unnecessary D-Bus round trips when requesting co...
Andre Moreira Magalhaes (andrunko)
4
-23/+86
2011-12-15
PendingContacts: Use the same slot to handle the return of Conn.I.Addressing ...
Andre Moreira Magalhaes (andrunko)
2
-25/+5
2011-12-15
conn-addressing test: Add test for Conn.I.Addressing support.
Andre Moreira Magalhaes (andrunko)
2
-1/+406
2011-12-15
future/conn-addressing: Add test glib connection implementing Conn.I.Addressing.
Andre Moreira Magalhaes (andrunko)
5
-1/+434
2011-12-15
cmake: Also export DBUS_GLIB_LOWLEVEL_INCLUDE_DIR so one can include <dbus/db...
Andre Moreira Magalhaes (andrunko)
1
-0/+7
2011-12-15
cmake: Fix FindDBusGLib.cmake to properly search for dbus-glib-1 instead of d...
Andre Moreira Magalhaes (andrunko)
1
-2/+6
2011-12-15
Generate glib code for Conn.I.Addressing to be used by tests.
Andre Moreira Magalhaes (andrunko)
4
-0/+17
2011-12-15
Contact: Rename FeatureAddressing to FeatureAddresses.
Andre Moreira Magalhaes (andrunko)
3
-11/+11
2011-12-15
PendingContacts: Properly use namespace for slots params.
Andre Moreira Magalhaes (andrunko)
1
-2/+2
2011-12-15
PendingAddressingGetContacts: Use the same internal variable to represent req...
Andre Moreira Magalhaes (andrunko)
2
-35/+23
2011-12-15
PendingContacts: Use the same internal variable to represent (in)valid vcard ...
Andre Moreira Magalhaes (andrunko)
2
-24/+42
2011-12-15
PendingContacts: Use the same internal variable to represent requested ids/vc...
Andre Moreira Magalhaes (andrunko)
1
-14/+12
2011-12-15
PendingContacts: Remove internal ListType enum in favour of RequestType that ...
Andre Moreira Magalhaes (andrunko)
3
-36/+31
2011-12-15
Contact: Add accessors for Conn.I.Addressing contact attributes.
Andre Moreira Magalhaes (andrunko)
3
-2/+45
2011-12-15
PendingContacts: Actually implement support for retrieving contacts using Con...
Andre Moreira Magalhaes (andrunko)
2
-8/+138
2011-12-15
PendingContacts: Add internal pending operation to handle Conn.I.Addressing G...
Andre Moreira Magalhaes (andrunko)
3
-2/+166
2011-12-15
ContactManager: Add skeleton high-level API for Conn.I.Addressing GetContacts...
Andre Moreira Magalhaes (andrunko)
4
-18/+166
2011-12-15
Generate low-level bindings for Conn.I.Addressing.
Andre Moreira Magalhaes (andrunko)
5
-0/+34
2011-12-15
cm-protocol test: Add specific test for Protocol support.
Andre Moreira Magalhaes (andrunko)
3
-0/+788
2011-12-15
ConnectionManager: Properly check for Protocol interfaces when introspecting.
Andre Moreira Magalhaes (andrunko)
2
-23/+31
2011-12-13
ConnectionManager: Don't return a bool value on extract*Properties methods.
Andre Moreira Magalhaes (andrunko)
2
-24/+12
[next]