summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Merge branch 'telepathy-glib-0.18' into valaHEADsmcv/masterorigin/masterorigin/HEADmasterSimon McVittie0-0/+0
2012-05-11Hide GList-based contact info typedefs from g-ir-scannerSimon McVittie2-8/+8
2012-05-11Require valac 0.16Simon McVittie1-1/+1
2012-05-11vala: Fix srcdir != builddirsmcv/telepathy-glib-0.18origin/telepathy-glib-0.18telepathy-glib-0.18Colin Walters1-0/+1
2012-05-11vala: Fix srcdir != builddirColin Walters1-0/+1
2012-05-11Mark GList typedefs non-introspectableRay Strode1-2/+8
2012-05-11_dup_contact_by_id_async() and _upgrade_contacts_async(): drop custom impleme...xclaesse/masterXavier Claessens1-241/+39
2012-05-11Add regression test for avatar data problemXavier Claessens1-44/+96
2012-05-11TpContact does not always request avatarXavier Claessens1-11/+10
2012-05-11Include tp_account_request_unset_parameter in documentationSimon McVittie1-0/+1
2012-05-11connection-contact-list: don't crash if no ContactsSimon McVittie2-0/+17
2012-05-11tp_connection_dup_contact_by_id_async: don't crash without ContactsSimon McVittie2-6/+50
2012-05-11tp_connection_upgrade_contacts_async: fall back to old API if no ContactsSimon McVittie2-17/+66
2012-05-11channel-manager: include defs.h for the deprecation macrosjonny/masterJonny Lamb1-0/+1
2012-05-10channel-manager: deprecate emit_new_channelsJonny Lamb2-2/+17
2012-05-10Merge branch 'account-request-47100'Jonny Lamb15-4/+2158
2012-05-10Deprecate tp_connection_hold_handles()Xavier Claessens3-1/+13
2012-05-10Deprecate tp_connection_request_handles()Xavier Claessens6-56/+18
2012-05-10Deprecate tp_connection_get_contact(_list)_attributesXavier Claessens4-5/+13
2012-05-10Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens14-237/+40
2012-05-10tp_message_mixin_init_dbus_properties: only conditionally implement ChatStateSimon McVittie1-3/+11
2012-05-10future-account: rename to TpAccountRequestjonny/future-master-47100Jonny Lamb9-337/+336
2012-05-10test-account: connection set on account must existXavier Claessens1-32/+33
2012-05-09Silent warning about some used deprecated symbolsXavier Claessens3-2/+8
2012-05-09bump nano-versionXavier Claessens1-1/+1
2012-05-09Release 0.19.0telepathy-glib-0.19.0Xavier Claessens22-139/+237
2012-05-09NEWSXavier Claessens1-8/+30
2012-05-09Update to telepathy-spec 0.27.0Xavier Claessens5-15/+26
2012-05-09ChatState: Add the missing _TP_AVAILABLE/DEPRECATED_IN_0_20Xavier Claessens3-1/+10
2012-05-09Add comment explaining what it means if feature->prepare_async is NULLXavier Claessens1-0/+3
2012-05-09Add ChatState unit testsXavier Claessens1-0/+77
2012-05-09Implement ChatState in test echo channelXavier Claessens1-0/+15
2012-05-09TpMessageMixin: add helpers to implement ChatStateXavier Claessens3-13/+269
2012-05-09Move ChatState to TpTextChannelXavier Claessens5-1/+133
2012-05-09Deprecate tp_connection_get_contacts_by_id/handle()Xavier Claessens5-1/+19
2012-05-09account-channel-request test: do not use soon to be deprecated APIXavier Claessens2-18/+13
2012-05-09Examples: do not use soon to be deprecated APIsXavier Claessens2-85/+54
2012-05-09TpConnection: use tp_connection_upgrade_contacts_async()Xavier Claessens1-20/+23
2012-05-09Add tp_connection_upgrade_contacts_async/finishXavier Claessens3-0/+173
2012-05-09Add tp_connection_dup_contact_by_id_async/finishXavier Claessens3-0/+222
2012-05-09contacts-mixin: Implement GetContactByIDXavier Claessens1-5/+52
2012-05-09Update Connection.Interface.Contacts specXavier Claessens2-0/+63
2012-05-09_tp_tls_certificate_rejection_new: explicitely ref sink @detailsGuillaume Desmottes1-1/+9
2012-05-09tp_tls_certificate_rejection_get_details: document ReturnsGuillaume Desmottes1-0/+2
2012-05-09Move low level certificate API out of the docGuillaume Desmottes1-1/+1
2012-05-09Version-annotate TLS certificate APIGuillaume Desmottes2-0/+21
2012-05-09Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes3-9/+9
2012-05-09invalid the certificate if its state is invalidGuillaume Desmottes1-4/+9
2012-05-09Use TP_NUM_TLS_CERTIFICATE_REJECT_REASONSGuillaume Desmottes1-1/+1
2012-05-09tls-certificate-rejection: remove GError coding style check workaroundGuillaume Desmottes1-1/+1