summaryrefslogtreecommitdiff
path: root/telepathy-glib
AgeCommit message (Expand)AuthorFilesLines
2012-02-13make sure the result object stays alive while renaming groupsGuillaume Desmottes1-3/+7
2012-02-09TpSimplePasswordManager: copy the string into the resultSimon McVittie1-1/+7
2012-02-09tp_account_update_parameters_async: fix lifetime of result, and test itSimon McVittie1-1/+2
2012-02-09tp_account_manager_create_account_finish: warn that the return has a limited ...Simon McVittie1-1/+1
2012-02-09TpAccount: ensure that async-returned objects live as long as the resultSimon McVittie1-7/+13
2012-02-02channel-contacts.c: Fix crash when preparing TpCallChannelXavier Claessens2-11/+15
2012-01-24get_most_available_presence(): match the doc if no account connectedGuillaume Desmottes1-3/+3
2011-12-13TpSimple{Observer, Approver, Handler}: Do not use deprecated API doc examplesXavier Claessens3-5/+11
2011-12-13handle_owners_changed_prepared_cb: use a NULL safe g_object_refGuillaume Desmottes1-1/+10
2011-12-07tp_account_set_uri_scheme_association_async: set the right source tagGuillaume Desmottes1-1/+1
2011-11-28Remove ; that should not beDanielle Madeley1-1/+1
2011-11-08TpSimplePasswordManager: don't keep a pointer to the challenge resultMikhail Zabaluev1-4/+1
2011-11-07channel-contacts: hash table may contain NULL contactGuillaume Desmottes1-1/+6
2011-10-31don't call _tp_contacts_to_handles in g_return_if_failGuillaume Desmottes1-4/+10
2011-10-31group-mixin: always set the Members_Changed_Detailed flagGuillaume Desmottes1-1/+1
2011-10-31Document the meaning of TpProxy::invalidatedDanielle Madeley1-0/+8
2011-10-24document capabilities_queueGuillaume Desmottes1-0/+2
2011-10-24Prevent circular introspection dependencySjoerd Simons1-20/+21
2011-10-24Add internal API to get connection capabilities without having core preparedSjoerd Simons2-8/+72
2011-10-24Make it easier to debug connection preparation by printing object paths in so...Sjoerd Simons1-3/+4
2011-10-24Add some extra debugging to make it easier to follow AccountManager preparationSjoerd Simons1-0/+5
2011-10-20base-contact-list: implement TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_B...Guillaume Desmottes1-0/+45
2011-10-18deal with self->priv->group_contact_owners may containing NULL contactGuillaume Desmottes2-1/+13
2011-10-18_tp_channel_contacts_queue_prepare_finish: don't assume item->contacts is not...Guillaume Desmottes1-1/+6
2011-10-14Account: expand :normalized-name documentation.Will Thompson1-1/+3
2011-10-12TpChannel: don't rely on introspection queue to add the iface ID of the typeGuillaume Desmottes1-5/+3
2011-10-12Merge remote-tracking branch 'origin/master'Will Thompson1-2/+5
2011-10-11_tp_contacts_from_values: skip NULL contactsGuillaume Desmottes1-2/+5
2011-10-11Version 0.15.8telepathy-glib-0.15.8Will Thompson5-5/+31
2011-10-11BaseRoomConfig: document why we copy properties dictWill Thompson1-0/+12
2011-10-11BaseRoomConfig: move the macros up a bitWill Thompson1-16/+17
2011-10-11BaseRoomConfig: pass self to update_asyncWill Thompson2-17/+25
2011-10-11BaseRoomConfig: improve find_myself error checkingWill Thompson1-0/+4
2011-10-11Add tp_base_room_config_dup_channel()Will Thompson2-0/+21
2011-10-11Add TpBaseRoomConfigWill Thompson5-1/+1284
2011-10-11Steal wocky_enum_{to,from}_nickWill Thompson2-0/+71
2011-10-11Expose tp_dbus_properties_mixin_set()Will Thompson2-38/+72
2011-10-10Expose tp_svc_interface_get_dbus_properties_infoWill Thompson2-2/+16
2011-10-10DBusProperties: document set_dbus_prop_info as nicheWill Thompson1-0/+3
2011-10-10Generate code for Room, RoomConfig and SubjectWill Thompson2-0/+61
2011-10-10codegen: add a whitelist of tp_cli_*_run_* methodsWill Thompson1-9/+10
2011-10-10channel-contacts: guard against no-op updatesWill Thompson1-3/+3
2011-10-04Merge branch 'telepathy-glib-0.14'Will Thompson1-11/+28
2011-10-04MessageMixin: DEBUG if AckPM gets an id more than onceWill Thompson1-1/+9
2011-10-04Make sure tp_connection_upgrade_contacts() is no-op if all features are alrea...Xavier Claessens1-20/+27
2011-10-04TpTextChannel: Fallback to self contact if sent message does not have a senderXavier Claessens1-3/+19
2011-10-03MessageMixin: don't repeatedly scan pending message listWill Thompson1-1/+1
2011-10-03MessageMixin: don't crash if an id appears twiceWill Thompson1-0/+7
2011-10-03MessageMixin: track messages to be acked in a GPtrArrayWill Thompson1-10/+12
2011-10-03Add warning comment to warn that ordering matters for gi-scannerXavier Claessens1-0/+1