Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-24 | Prepare 0.19.5 releasetelepathy-glib-0.19.5 | Xavier Claessens | 2 | -3/+12 | |
2012-07-24 | Merge branch 'telepathy-glib-0.18' | Xavier Claessens | 1 | -3/+5 | |
2012-07-24 | tp_connection_upgrade_contacts(): Use special trick of ready_enough_for_contacts | Xavier Claessens | 1 | -3/+5 | |
TpConnection itself wants to prepare TpContacts before being officially CONNECTED. This was already the case for self contact. Use the same trick for blocked contacts. https://bugs.freedesktop.org/show_bug.cgi?id=52441 | |||||
2012-07-24 | TpAccountManager: set the requested presence on newly created accounts | Xavier Claessens | 1 | -0/+10 | |
2012-07-19 | set nano version | Guillaume Desmottes | 1 | -1/+1 | |
2012-07-19 | set UNRELEASED versionstelepathy-glib-0.19.4 | Guillaume Desmottes | 5 | -7/+7 | |
2012-07-19 | prepare 0.19.4 | Guillaume Desmottes | 4 | -4/+28 | |
2012-07-17 | add tp_account_request_set_storage_provider() | Guillaume Desmottes | 4 | -1/+71 | |
2012-07-17 | account-request: add missing 'service' getter | Guillaume Desmottes | 2 | -1/+23 | |
2012-07-10 | base-connection: return from RequestHandles if called with no names | Jonny Lamb | 1 | -0/+8 | |
Since we added async handle normalization functions, RequestHandles(1, []) would just not return at all. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-10 | Fix some gtk-doc errors | Xavier Claessens | 2 | -8/+3 | |
2012-07-09 | base-{connection,protocol}: be sure to add new class members to the end of ↵ | Jonny Lamb | 2 | -4/+4 | |
the struct I already removed the padding (in c14d25b4bf4 and 436219789348) so just re-arrange the struct. D'oh. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-06 | Merge branch '51441-get-interfaces' | Jonny Lamb | 26 | -178/+484 | |
Conflicts: telepathy-glib/base-connection-manager.c Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | example protocols: update to use get_interfaces_array vfunc | Jonny Lamb | 5 | -37/+12 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | base-protocol: add get_interfaces_array vfunc to class struct | Jonny Lamb | 3 | -8/+79 | |
This is a lot like 74bd945252, but we're having to deal with another older get_interfaces vfunc, which is slightly annoying. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | fixup! bcde9c87323454f946be989825b2dc74f61d16f7 | Jonny Lamb | 1 | -1/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | base-connection: simplify add_interfaces | Jonny Lamb | 1 | -16/+2 | |
Calling set_size on the GArray is a little overkill. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | base-connection{,-manager}: seal old interfaces members | Jonny Lamb | 4 | -6/+6 | |
gtk-doc gets confused, so they've been removed from the docs. See also: e8f9a27a388e21 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | example & test connections: update to use new get_interfaces… vfunc | Jonny Lamb | 10 | -51/+192 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | base-connection: add get_interfaces… vfunc to class struct | Jonny Lamb | 4 | -60/+104 | |
This is a lot like 74bd945252. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | base-room-config: fix old comment referring to TpBaseChannelClass.interfaces | Jonny Lamb | 1 | -2/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-05 | Bump nano version | Xavier Claessens | 1 | -1/+1 | |
2012-07-05 | Make sure "make -j3 maintainer-foo" workstelepathy-glib-0.19.3 | Xavier Claessens | 1 | -3/+12 | |
2012-07-05 | Release 0.19.3 | Xavier Claessens | 13 | -26/+42 | |
2012-07-05 | Remove from doc sealed fields | Xavier Claessens | 4 | -6/+4 | |
Otherwise gtk-doc gets confused | |||||
2012-07-04 | base-connection-manager: add get_interfaces vfunc to class struct | Jonny Lamb | 5 | -7/+92 | |
This is a lot like 74bd945252. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-07-04 | TpBaseClient: Ensure that the Connection knows its Account early | Xavier Claessens | 1 | -0/+6 | |
This fixes a crash in empathy-chat: https://bugs.freedesktop.org/show_bug.cgi?id=51444 | |||||
2012-07-04 | TpBaseClient: refactor code that create TpAccount, TpConnection and TpChannels | Xavier Claessens | 1 | -135/+99 | |
2012-07-03 | NEWS | Xavier Claessens | 1 | -0/+9 | |
2012-07-03 | Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new() | Xavier Claessens | 14 | -0/+24 | |
Those proxies should be constructed using TpSimpleClientFactory https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-07-03 | tests/lib: Stop using tp_connection_new() | Xavier Claessens | 1 | -2/+5 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-07-03 | Examples: stop using tp_account/connection/channel_new() | Xavier Claessens | 6 | -92/+39 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-06-29 | TpConnectionManager: deprecate "connection-manager" and add "cm-name" | Xavier Claessens | 2 | -6/+27 | |
Otherwise we could assume they are returning TpConnectionManager objects. This is more consistent with TpProtocol, TpConnection and TpAccountRequest API. | |||||
2012-06-29 | TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" ↵ | Xavier Claessens | 4 | -5/+95 | |
and "protocol-name" Otherwise we could assume they are returning TpConnectionManager/TpProtocol objects | |||||
2012-06-29 | TpConnection: deprecate connection-manager-name and add cm-name | Xavier Claessens | 5 | -5/+50 | |
This is to be consistent with TpProtocol naming. | |||||
2012-06-29 | TpConnection: trivial coding style fix | Xavier Claessens | 1 | -20/+20 | |
2012-06-29 | Set nano version | Xavier Claessens | 1 | -1/+1 | |
2012-06-28 | Release 0.19.2telepathy-glib-0.19.2 | Xavier Claessens | 9 | -11/+33 | |
2012-06-28 | TpBaseConnection: use tp_handle_ensure_async() in RequestHandles | Xavier Claessens | 1 | -33/+83 | |
https://bugs.freedesktop.org/show_bug.cgi?id=50341 | |||||
2012-06-28 | TpContactsMixin: use tp_handle_ensure_async() in GetContactByID | Xavier Claessens | 1 | -20/+51 | |
The identifier is most probably provided by the user, it could need server-side normalization. https://bugs.freedesktop.org/show_bug.cgi?id=50341 | |||||
2012-06-28 | TpDynamicHandleRepo: Support async normalization function | Xavier Claessens | 3 | -0/+134 | |
Override TpHandleRepoIface::ensure_handle_async() and use an user provided async normalization function. https://bugs.freedesktop.org/show_bug.cgi?id=50341 | |||||
2012-06-28 | TpDynamicHandleRepo: factor out ensure_handle_take_normalized_id() | Xavier Claessens | 1 | -22/+29 | |
https://bugs.freedesktop.org/show_bug.cgi?id=50341 | |||||
2012-06-28 | TpHandleRepoIface: add tp_handle_ensure_async() | Xavier Claessens | 4 | -0/+128 | |
A default implementation is provided that just use tp_handle_ensure() and return the handle in an idle callback. https://bugs.freedesktop.org/show_bug.cgi?id=50341 | |||||
2012-06-28 | TpHandleRepoIface: Use G_DEFINE_INTERFACE | Xavier Claessens | 2 | -44/+16 | |
https://bugs.freedesktop.org/show_bug.cgi?id=50341 | |||||
2012-06-26 | TpBaseChannelClass: Seal interfaces member | Xavier Claessens | 1 | -1/+1 | |
It is deprecated and should not be used anymore. | |||||
2012-06-26 | TpBaseConnectionManagerClass: Seal protocol_params and new_connection members | Xavier Claessens | 2 | -3/+4 | |
Those 2 struct members are now deprecated and implementations should use TpBaseProtocol API instead. | |||||
2012-06-20 | debug-client: propagate error if GetMessages() failed | Guillaume Desmottes | 2 | -0/+19 | |
https://bugs.freedesktop.org/show_bug.cgi?id=51250 | |||||
2012-06-06 | set nano version | Guillaume Desmottes | 1 | -1/+1 | |
2012-06-06 | Prepare 0.19.1telepathy-glib-0.19.1 | Guillaume Desmottes | 17 | -104/+141 | |
2012-06-06 | Revert "Enable SEAL by default if we warn for 0.20 deprecations" | Xavier Claessens | 1 | -1/+2 | |
This reverts commit bf7e97c45adc04e46118aed0cd449bdc2fa84d6e. |