summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 0.19.6telepathy-glib-0.19.6Guillaume Desmottes2012-08-066-8/+20
* add tp_account_manager_can_set_default()Guillaume Desmottes2012-08-023-0/+22
* BaseChannel: assert that the subclass sets TargetHandleTypeWill Thompson2012-07-311-0/+3
* NEWSSimon McVittie2012-07-261-0/+8
* Fix a race in _gen/reentrant-methods.listRoss Burton2012-07-261-1/+1
* Bump nano versionXavier Claessens2012-07-241-1/+1
* Prepare 0.19.5 releasetelepathy-glib-0.19.5Xavier Claessens2012-07-242-3/+12
* Merge branch 'telepathy-glib-0.18'Xavier Claessens2012-07-241-3/+5
|\
| * tp_connection_upgrade_contacts(): Use special trick of ready_enough_for_contactsXavier Claessens2012-07-241-3/+5
* | TpAccountManager: set the requested presence on newly created accountsXavier Claessens2012-07-241-0/+10
* | set nano versionGuillaume Desmottes2012-07-191-1/+1
* | set UNRELEASED versionstelepathy-glib-0.19.4Guillaume Desmottes2012-07-195-7/+7
* | prepare 0.19.4Guillaume Desmottes2012-07-194-4/+28
* | add tp_account_request_set_storage_provider()Guillaume Desmottes2012-07-174-1/+71
* | account-request: add missing 'service' getterGuillaume Desmottes2012-07-172-1/+23
* | base-connection: return from RequestHandles if called with no namesJonny Lamb2012-07-101-0/+8
* | Fix some gtk-doc errorsXavier Claessens2012-07-102-8/+3
* | base-{connection,protocol}: be sure to add new class members to the end of th...Jonny Lamb2012-07-092-4/+4
* | Merge branch '51441-get-interfaces'Jonny Lamb2012-07-0626-178/+484
|\ \
| * | example protocols: update to use get_interfaces_array vfuncJonny Lamb2012-07-055-37/+12
| * | base-protocol: add get_interfaces_array vfunc to class structJonny Lamb2012-07-053-8/+79
| * | fixup! bcde9c87323454f946be989825b2dc74f61d16f7Jonny Lamb2012-07-051-1/+0
| * | base-connection: simplify add_interfacesJonny Lamb2012-07-051-16/+2
| * | base-connection{,-manager}: seal old interfaces membersJonny Lamb2012-07-054-6/+6
| * | example & test connections: update to use new get_interfaces… vfuncJonny Lamb2012-07-0510-51/+192
| * | base-connection: add get_interfaces… vfunc to class structJonny Lamb2012-07-054-60/+104
| * | base-room-config: fix old comment referring to TpBaseChannelClass.interfacesJonny Lamb2012-07-051-2/+2
| * | base-connection-manager: add get_interfaces vfunc to class structJonny Lamb2012-07-045-7/+92
* | | Bump nano versionXavier Claessens2012-07-051-1/+1
* | | Make sure "make -j3 maintainer-foo" workstelepathy-glib-0.19.3Xavier Claessens2012-07-051-3/+12
* | | Release 0.19.3Xavier Claessens2012-07-0513-26/+42
* | | Remove from doc sealed fieldsXavier Claessens2012-07-054-6/+4
* | | TpBaseClient: Ensure that the Connection knows its Account earlyXavier Claessens2012-07-041-0/+6
* | | TpBaseClient: refactor code that create TpAccount, TpConnection and TpChannelsXavier Claessens2012-07-041-135/+99
|/ /
* | NEWSXavier Claessens2012-07-031-0/+9
* | Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()Xavier Claessens2012-07-0314-0/+24
* | tests/lib: Stop using tp_connection_new()Xavier Claessens2012-07-031-2/+5
* | Examples: stop using tp_account/connection/channel_new()Xavier Claessens2012-07-036-92/+39
* | TpConnectionManager: deprecate "connection-manager" and add "cm-name"Xavier Claessens2012-06-292-6/+27
* | TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" an...Xavier Claessens2012-06-294-5/+95
* | TpConnection: deprecate connection-manager-name and add cm-nameXavier Claessens2012-06-295-5/+50
* | TpConnection: trivial coding style fixXavier Claessens2012-06-291-20/+20
* | Set nano versionXavier Claessens2012-06-291-1/+1
* | Release 0.19.2telepathy-glib-0.19.2Xavier Claessens2012-06-289-11/+33
* | TpBaseConnection: use tp_handle_ensure_async() in RequestHandlesXavier Claessens2012-06-281-33/+83
* | TpContactsMixin: use tp_handle_ensure_async() in GetContactByIDXavier Claessens2012-06-281-20/+51
* | TpDynamicHandleRepo: Support async normalization functionXavier Claessens2012-06-283-0/+134
* | TpDynamicHandleRepo: factor out ensure_handle_take_normalized_id()Xavier Claessens2012-06-281-22/+29
* | TpHandleRepoIface: add tp_handle_ensure_async()Xavier Claessens2012-06-284-0/+128
* | TpHandleRepoIface: Use G_DEFINE_INTERFACEXavier Claessens2012-06-282-44/+16