summaryrefslogtreecommitdiff
path: root/tests/lib/contacts-conn.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-17TpPresenceMixin: Use gdbus-codegen's skeleton to implement Presence1Xavier Claessens1-9/+0
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactBlocking1Xavier Claessens1-2/+0
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactGroups1Xavier Claessens1-7/+0
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactList1Simon McVittie1-7/+0
2014-04-17TpBaseConnection: Change fill_contact_attributes() to take a GVariantDictXavier Claessens1-14/+27
2014-04-14TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie1-27/+54
2014-04-10Simplify TpPresenceMixin by removing all support for non-message parametersSimon McVittie1-44/+9
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-11/+11
2014-03-13TpTestsContactsConnection: don't leak list_managerSimon McVittie1-0/+11
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-6/+6
2014-01-13Simplify TpPresenceMixin by making the "get contact status" vfunc singularSimon McVittie1-28/+20
2014-01-13Adjust telepathy-glib code for removal of Contacts interfaceSimon McVittie1-1/+0
2014-01-13TpBaseConnection: absorb the functionality of the TpContactsMixinSimon McVittie1-115/+50
2013-10-25Don't strip ABI versions from generated codeSimon McVittie1-58/+58
2013-09-26Merge branch 'master' into nextSimon McVittie1-0/+2
2013-09-26Suppress remaining GValueArray deprecation warningsSimon McVittie1-0/+2
2013-09-26Use tp_value_array_free instead of g_value_array_freeSimon McVittie1-1/+1
2013-09-26Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie1-10/+4
2013-09-25Merge branch 'master' into nextXavier Claessens1-7/+2
2013-09-25Tests: disable single includeXavier Claessens1-6/+2
2013-09-16Revert "Tests: port to new Avatars API"Simon McVittie1-76/+183
2012-09-13Port to new Aliasing interface specXavier Claessens1-28/+37
2012-09-13Tests: port to new Avatars APIXavier Claessens1-183/+76
2012-09-06TpPresenceMixinGetContactStatusesFunc: remove the GError argumentXavier Claessens1-2/+1
2012-07-10Merge branch 'master' into nextXavier Claessens1-19/+28
2012-07-05example & test connections: update to use new get_interfaces… vfuncJonny Lamb1-26/+52
2012-06-05Merge branch 'master' into nextXavier Claessens1-5/+4
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie1-5/+4
2012-05-07Don't include svc-*.h in "high-level" headersSimon McVittie1-0/+1
2012-04-25Merge remote-tracking branch 'origin/master' into nextSimon McVittie1-4/+63
2012-04-17Implement SetAliases on test ConnectionXavier Claessens1-2/+53
2012-04-17sync test Connection with folks'Xavier Claessens1-2/+10
2012-04-10Merge branch 'master' into nextSimon McVittie1-6/+35
2012-03-29Tests: SetContactInfo must also emit ContactInfoChanged signalXavier Claessens1-2/+2
2012-03-29Tests: Add more supported ContactInfo fieldsXavier Claessens1-1/+30
2012-03-29Tests: Rename TestContactListManager to TpTestsContactListManagerXavier Claessens1-3/+3
2012-02-09Merge branch 'master' into nextSimon McVittie1-0/+3
2012-02-06Add config.h include in all source filesXavier Claessens1-0/+3
2012-01-31ContactList channels: removeJonny Lamb1-10/+8
2012-01-31Presence: remove and replace with SimplePresence in its nameJonny Lamb1-5/+2
2011-12-13Remove from unit test CMs individual getters that should not be called anymoreXavier Claessens1-250/+2
2011-12-13Setting base_class->interfaces_always_present overrides value from subclassXavier Claessens1-15/+20
2011-12-13Remove legacy unit testsXavier Claessens1-89/+0
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-16/+16
2011-10-24Let TpTestsNoRequestsConnection return an empty RCCSjoerd Simons1-1/+4
2011-07-27Contacts: don't wrongly mark SimplePresence preparedWill Thompson1-3/+8
2011-07-27Contacts: avoid re-introspecting client typesWill Thompson1-0/+18
2011-04-14contacts-conn: Add support for Conn.SimplePresence.MaximumStatusMessageLength.Andre Moreira Magalhaes (andrunko)1-0/+10
2011-01-29Implement ContactList interface on test contacts connectionXavier Claessens1-3/+36
2011-01-29Avoid crash if a contact has no ContactInfo in test connectionXavier Claessens1-1/+7