summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-06prepare 0.19.6telepathy-glib-0.19.6Guillaume Desmottes6-8/+20
2012-08-02add tp_account_manager_can_set_default()Guillaume Desmottes3-0/+22
2012-07-31BaseChannel: assert that the subclass sets TargetHandleTypeWill Thompson1-0/+3
2012-07-26NEWSSimon McVittie1-0/+8
2012-07-26Fix a race in _gen/reentrant-methods.listRoss Burton1-1/+1
2012-07-24Bump nano versionXavier Claessens1-1/+1
2012-07-24Prepare 0.19.5 releasetelepathy-glib-0.19.5Xavier Claessens2-3/+12
2012-07-24Merge branch 'telepathy-glib-0.18'Xavier Claessens1-3/+5
2012-07-24tp_connection_upgrade_contacts(): Use special trick of ready_enough_for_contactsXavier Claessens1-3/+5
2012-07-24TpAccountManager: set the requested presence on newly created accountsXavier Claessens1-0/+10
2012-07-19set nano versionGuillaume Desmottes1-1/+1
2012-07-19set UNRELEASED versionstelepathy-glib-0.19.4Guillaume Desmottes5-7/+7
2012-07-19prepare 0.19.4Guillaume Desmottes4-4/+28
2012-07-17add tp_account_request_set_storage_provider()Guillaume Desmottes4-1/+71
2012-07-17account-request: add missing 'service' getterGuillaume Desmottes2-1/+23
2012-07-10base-connection: return from RequestHandles if called with no namesJonny Lamb1-0/+8
2012-07-10Fix some gtk-doc errorsXavier Claessens2-8/+3
2012-07-09base-{connection,protocol}: be sure to add new class members to the end of th...Jonny Lamb2-4/+4
2012-07-06Merge branch '51441-get-interfaces'Jonny Lamb26-178/+484
2012-07-05example protocols: update to use get_interfaces_array vfuncJonny Lamb5-37/+12
2012-07-05base-protocol: add get_interfaces_array vfunc to class structJonny Lamb3-8/+79
2012-07-05fixup! bcde9c87323454f946be989825b2dc74f61d16f7Jonny Lamb1-1/+0
2012-07-05base-connection: simplify add_interfacesJonny Lamb1-16/+2
2012-07-05base-connection{,-manager}: seal old interfaces membersJonny Lamb4-6/+6
2012-07-05example & test connections: update to use new get_interfaces… vfuncJonny Lamb10-51/+192
2012-07-05base-connection: add get_interfaces… vfunc to class structJonny Lamb4-60/+104
2012-07-05base-room-config: fix old comment referring to TpBaseChannelClass.interfacesJonny Lamb1-2/+2
2012-07-05Bump nano versionXavier Claessens1-1/+1
2012-07-05Make sure "make -j3 maintainer-foo" workstelepathy-glib-0.19.3Xavier Claessens1-3/+12
2012-07-05Release 0.19.3Xavier Claessens13-26/+42
2012-07-05Remove from doc sealed fieldsXavier Claessens4-6/+4
2012-07-04base-connection-manager: add get_interfaces vfunc to class structJonny Lamb5-7/+92
2012-07-04TpBaseClient: Ensure that the Connection knows its Account earlyXavier Claessens1-0/+6
2012-07-04TpBaseClient: refactor code that create TpAccount, TpConnection and TpChannelsXavier Claessens1-135/+99
2012-07-03NEWSXavier Claessens1-0/+9
2012-07-03Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()Xavier Claessens14-0/+24
2012-07-03tests/lib: Stop using tp_connection_new()Xavier Claessens1-2/+5
2012-07-03Examples: stop using tp_account/connection/channel_new()Xavier Claessens6-92/+39
2012-06-29TpConnectionManager: deprecate "connection-manager" and add "cm-name"Xavier Claessens2-6/+27
2012-06-29TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" an...Xavier Claessens4-5/+95
2012-06-29TpConnection: deprecate connection-manager-name and add cm-nameXavier Claessens5-5/+50
2012-06-29TpConnection: trivial coding style fixXavier Claessens1-20/+20
2012-06-29Set nano versionXavier Claessens1-1/+1
2012-06-28Release 0.19.2telepathy-glib-0.19.2Xavier Claessens9-11/+33
2012-06-28TpBaseConnection: use tp_handle_ensure_async() in RequestHandlesXavier Claessens1-33/+83
2012-06-28TpContactsMixin: use tp_handle_ensure_async() in GetContactByIDXavier Claessens1-20/+51
2012-06-28TpDynamicHandleRepo: Support async normalization functionXavier Claessens3-0/+134
2012-06-28TpDynamicHandleRepo: factor out ensure_handle_take_normalized_id()Xavier Claessens1-22/+29
2012-06-28TpHandleRepoIface: add tp_handle_ensure_async()Xavier Claessens4-0/+128
2012-06-28TpHandleRepoIface: Use G_DEFINE_INTERFACEXavier Claessens2-44/+16