summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-26prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes21-49/+82
2012-09-26NEWS: add missing new APIGuillaume Desmottes1-1/+7
2012-09-26update NEWSGuillaume Desmottes1-2/+18
2012-09-26tp_channel_dispatch_operation_get_channels: annotate return type, don't skipSimon McVittie1-2/+3
2012-09-26tp_message_set_variant: add and testSimon McVittie4-3/+46
2012-09-26tp_message_dup_part: addSimon McVittie4-0/+39
2012-09-26tp_account_manager_create_account_async: document TpAccountRequest as an alte...Simon McVittie1-0/+3
2012-09-26tp_account_channel_request_dup_request, request-vardict property: addSimon McVittie4-6/+108
2012-09-26tp_account_channel_request_new_vardict: addSimon McVittie4-57/+95
2012-09-26tp_account_channel_request_set_hints: document that set_hint is better for g-iSimon McVittie1-0/+3
2012-09-26tp_g_socket_address_from_g_variant, tp_address_g_variant_from_g_socket_addres...Simon McVittie4-32/+101
2012-09-26tp_channel_request_dup_immutable_properties: addSimon McVittie4-0/+64
2012-09-26tp_channel_request_dup_hints: addSimon McVittie4-0/+63
2012-09-26TpDBusTubeChannel: add parameters-vardictSimon McVittie2-1/+34
2012-09-26TpStreamTubeChannel: add parameters-vardict and its getterSimon McVittie4-7/+107
2012-09-26tp_contact_dup_location, TpContact:location-vardict: addSimon McVittie4-9/+108
2012-09-26contacts test: correct comparison of locationsSimon McVittie1-2/+2
2012-09-26tp_base_client_add_observer_filter_vardict etc.: addSimon McVittie6-46/+149
2012-09-20base-call-channel: include the expected and current state in Accept error mes...Guillaume Desmottes1-6/+20
2012-09-18Introspection: Fix build breakTravis Reitter1-1/+1
2012-09-17NEWSSimon McVittie1-0/+11
2012-09-17Add tp_dbus_tube_channel_dup_parameters_vardict()Chandni Verma4-0/+57
2012-09-15Tests: check tp_vardict_get_foo() together with tp_asv_get_foo()Xavier Claessens2-551/+146
2012-09-15GVariant: Add tp_vardict_get_foo() similar to tp_asv_get_foo()Xavier Claessens4-2/+556
2012-09-15Move GVariant utilities to variant-util.chXavier Claessens14-69/+194
2012-09-12channel-contacts: don't leak the result preparing group membersGuillaume Desmottes1-0/+1
2012-09-11Bump nano versionXavier Claessens1-1/+1
2012-09-11prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens16-39/+68
2012-09-11TpContact: do not override properties with attributes we didn't requestXavier Claessens2-27/+39
2012-09-11TpHandleRepo: Deprecate tp_handle_set/get_qdata()Xavier Claessens2-0/+9
2012-09-11Deprecate tp_channel_request_new() and tp_channel_dispatch_operation_new()Xavier Claessens4-0/+10
2012-09-10Do not include single headers in codegenXavier Claessens3-5/+5
2012-09-10properties-mixin.h: This header should be include separatelyXavier Claessens1-0/+2
2012-09-07NEWSSimon McVittie1-0/+32
2012-09-07Introspect util.[ch]Simon McVittie3-41/+49
2012-09-05TpContact: Deprecate _get_ functions returning a GList and replace them by _dup_Xavier Claessens3-0/+32
2012-09-05TpTextChannel: Deprecate _get_ functions returning a GList and replace them b...Xavier Claessens4-6/+39
2012-09-05TpBaseClient: Deprecate _get_ functions returning a GList and replace them by...Xavier Claessens3-4/+66
2012-09-05TpAccountManager: Deprecate _get_ functions returning a GList and replace the...Xavier Claessens4-6/+52
2012-09-05TpContactSearchResult: Deprecate _get_ functions returning a GList and replac...Xavier Claessens3-0/+31
2012-09-05TpConnection: Deprecate _get_ functions returning a GList and replace them by...Xavier Claessens3-1/+36
2012-09-05TpProtocol: Deprecate _borrow_ functionsXavier Claessens2-8/+9
2012-09-05TpDispatchOperation: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens4-1/+120
2012-09-05TpChannel: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens13-33/+108
2012-09-05TpProxy: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens5-5/+44
2012-09-05Modernise GList usageXavier Claessens5-33/+10
2012-09-05Util: Add _tp_g_list_copy_deep()Xavier Claessens2-0/+24
2012-09-03Fix retrieving the remove contact from a MediaDescription hashSjoerd Simons1-7/+8
2012-09-03Fix incorrect error on UpdateLocalMediaDescriptionSjoerd Simons1-8/+0
2012-08-31tls-certificate test: GBytes aren't 0 terminatedSjoerd Simons3-1/+27