summaryrefslogtreecommitdiff
path: root/telepathy-glib
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Fix race condition when an observer calls claim_with then accept the contextHEADmasterXavier Claessens1-119/+50
2011-11-07TpObserverChannelsContext: prepare the CDOXavier Claessens1-0/+33
2011-11-04Add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIESGuillaume Desmottes4-13/+82
2011-11-01check if we pass at least one contacts directly in the API callGuillaume Desmottes1-0/+4
2011-11-01coding style tweakGuillaume Desmottes1-1/+2
2011-11-01fix typo in commentsGuillaume Desmottes1-2/+2
2011-11-01process_queued_blocked_changed: don't leak contactsGuillaume Desmottes1-0/+2
2011-11-01improve TpConnection:can-report-abusive docGuillaume Desmottes1-3/+3
2011-11-01prepare_contact_blocking_cb: remove useless gotoGuillaume Desmottes1-8/+8
2011-11-01improve TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes2-7/+8
2011-11-01improve @@report_abusive docGuillaume Desmottes2-6/+10
2011-11-01_tp_contacts_to_handles: check we pass at least one contactGuillaume Desmottes1-0/+1
2011-11-01Automatically prepare TP_CONTACT_FEATURE_CONTACT_BLOCKING when possibleGuillaume Desmottes3-0/+33
2011-11-01TpContact: add is-blocked propertyGuillaume Desmottes4-3/+111
2011-11-01add contact operations for blocking APIGuillaume Desmottes2-0/+136
2011-10-31add TpConnection::blocked-contacts-changed: signalGuillaume Desmottes3-36/+258
2011-10-31add TpConnection:blocked-contacts propertyGuillaume Desmottes4-2/+141
2011-10-31add can-report-abusive property and TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes4-0/+137
2011-10-31add high level API to block/unblock contactsGuillaume Desmottes2-0/+142
2011-10-31Merge branch 'telepathy-glib-0.16'Guillaume Desmottes1-4/+10
2011-10-31don't call _tp_contacts_to_handles in g_return_if_failGuillaume Desmottes1-4/+10
2011-10-31Merge branch 'telepathy-glib-0.16'Guillaume Desmottes1-1/+1
2011-10-31group-mixin: always set the Members_Changed_Detailed flagGuillaume Desmottes1-1/+1
2011-10-31Merge branch 'telepathy-glib-0.16'Danielle Madeley1-0/+8
2011-10-31Document the meaning of TpProxy::invalidatedDanielle Madeley1-0/+8
2011-10-30Merge branch 'introspection'Danielle Madeley1-2/+1
2011-10-29introspection.am: Use correct variable nameDanielle Madeley1-1/+1
2011-10-28Replace deprecated g_unix_socket_* functions.Travis Reitter1-3/+8
2011-10-28Removes reference to kludge.xslAlban Crequy1-1/+0
2011-10-25Fix a race condition in codegen make rulesMikhail Zabaluev1-1/+3
2011-10-24Merge branch 'telepathy-glib-0.16'Guillaume Desmottes4-31/+104
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-24Merge branch 'telepathy-glib-0.16'Guillaume Desmottes1-0/+45
2011-10-20base-contact-list: implement TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_B...Guillaume Desmottes1-0/+45
2011-10-18Merge branch 'telepathy-glib-0.16'Guillaume Desmottes2-2/+19
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-18Use g-i makefile rules to simplify building the introspection filesDanielle Madeley2-59/+30
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.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