summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Fix race condition when an observer calls claim_with then accept the contextHEADmasterXavier Claessens1-0/+6
2011-11-04test example-no-protocols: fix the test when it is installedAlban Crequy1-8/+17
2011-11-04tests: add --enable-installed-testsAlban Crequy7-19/+145
2011-11-04Add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIESGuillaume Desmottes1-3/+31
2011-11-03test that contact list properties are setGuillaume Desmottes1-0/+31
2011-11-03contact-list-client: make test path clearerGuillaume Desmottes1-5/+5
2011-11-01fix typo in commentsGuillaume Desmottes1-2/+2
2011-11-01rename contact-list-clt.c to contact-list-clientGuillaume Desmottes2-3/+3
2011-11-01Automatically prepare TP_CONTACT_FEATURE_CONTACT_BLOCKING when possibleGuillaume Desmottes1-22/+50
2011-11-01TpContact: add is-blocked propertyGuillaume Desmottes2-1/+117
2011-11-01add contact operations for blocking APIGuillaume Desmottes1-6/+53
2011-10-31add TpConnection::blocked-contacts-changed: signalGuillaume Desmottes1-0/+73
2011-10-31add TpConnection:blocked-contacts propertyGuillaume Desmottes1-0/+34
2011-10-31add can-report-abusive property and TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes1-0/+43
2011-10-31ExampleContactList: implement block_contacts_with_abuse_asyncGuillaume Desmottes1-1/+2
2011-10-31add high level API to block/unblock contactsGuillaume Desmottes2-0/+191
2011-10-31Merge branch 'telepathy-glib-0.16'Guillaume Desmottes1-3/+10
2011-10-31group-mixin: always set the Members_Changed_Detailed flagGuillaume Desmottes1-3/+10
2011-10-28Replace deprecated g_unix_socket_* functions.Travis Reitter1-4/+7
2011-10-24Let TpTestsNoRequestsConnection return an empty RCCSjoerd Simons1-1/+4
2011-10-20base-contact-list: implement TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_B...Guillaume Desmottes1-0/+40
2011-10-18test_receive_muc_delivery: use g_test_bug()Guillaume Desmottes1-1/+2
2011-10-18_tp_channel_contacts_queue_prepare_finish: don't assume item->contacts is not...Guillaume Desmottes1-0/+47
2011-10-14test-channel-introspect: remove most MYASSERTsWill Thompson1-45/+28
2011-10-14test-channel-introspect: plug a leakWill Thompson1-0/+3
2011-10-12TpChannel: don't rely on introspection queue to add the iface ID of the typeGuillaume Desmottes1-2/+46
2011-10-10Update to telepathy-spec 0.24.0Will Thompson1-3/+3
2011-10-04Merge branch 'telepathy-glib-0.14'Will Thompson1-1/+7
2011-10-04test_upgrade_noop: verify with all featuresXavier Claessens1-40/+51
2011-10-04Add regression test case to verify no-op upgradeXavier Claessens1-0/+43
2011-10-04Add unit test for sent message without message-senderXavier Claessens1-0/+39
2011-10-03MessageMixin: don't crash if an id appears twiceWill Thompson1-1/+7
2011-09-30Add unit test to make sure sender gets preparedXavier Claessens1-3/+55
2011-09-30Add unit test for TP_CHANNEL_FEATURE_CONTACTSXavier Claessens3-3/+97
2011-09-16BaseContactList: group the MembersChanged signals for the initial rosterMarco Barisione3-2/+194
2011-09-15Remove tp_dbus_tube_channel_new()Xavier Claessens1-2/+10
2011-09-15Add TpDBusTubeChannel (#29271)Guillaume Desmottes2-0/+217
2011-09-15add tests/lib/dbus-tube-chan for testsGuillaume Desmottes3-0/+448
2011-09-12Test: verify TpConnection's self contact get factory features preparedXavier Claessens1-0/+24
2011-09-06Add tp_dbus_properties_mixin_emit_properties_changed_varargs()Will Thompson1-0/+4
2011-09-06_emit_properties_changed(): use annotationsWill Thompson2-6/+13
2011-09-06Add tp_dbus_properties_mixin_emit_properties_changedWill Thompson1-11/+62
2011-09-06test-properties: add a #define for the interface nameWill Thompson1-5/+7
2011-09-06test-properties: use GTestWill Thompson1-28/+54
2011-09-06test-properties: stop using MYASSERTWill Thompson1-30/+29
2011-09-06test-properties: use tp_asv_dumpWill Thompson1-20/+1
2011-08-29TpProtocol: add API to get avatars requirements (fdo #36049)Guillaume Desmottes2-1/+52
2011-08-25TpConnection: emit contact-list-changed when initial roster is fetchedXavier Claessens1-1/+20
2011-08-04Tests: verify TP_CONNECTION_FEATURE_CONTACT_LIST also prepare TpContactXavier Claessens1-0/+36
2011-08-04Merge branch 'target-id-in-channel-manager'Will Thompson8-1/+545