summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sanity level: lowbaserock/morphSam Thursfield2012-07-231-1/+1
|
* Use diff -U in place of diff -cSam Thursfield2012-07-231-1/+1
| | | | | Busybox diff doesn't support -c at all. I hope this doesn't break anything.
* 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
| | | | | | | 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>
* Fix some gtk-doc errorsXavier Claessens2012-07-102-8/+3
|
* base-{connection,protocol}: be sure to add new class members to the end of ↵Jonny Lamb2012-07-092-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>
* Merge branch '51441-get-interfaces'Jonny Lamb2012-07-0626-178/+484
|\ | | | | | | | | | | | | Conflicts: telepathy-glib/base-connection-manager.c Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * example protocols: update to use get_interfaces_array vfuncJonny Lamb2012-07-055-37/+12
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * base-protocol: add get_interfaces_array vfunc to class structJonny Lamb2012-07-053-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>
| * fixup! bcde9c87323454f946be989825b2dc74f61d16f7Jonny Lamb2012-07-051-1/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * base-connection: simplify add_interfacesJonny Lamb2012-07-051-16/+2
| | | | | | | | | | | | Calling set_size on the GArray is a little overkill. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * base-connection{,-manager}: seal old interfaces membersJonny Lamb2012-07-054-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>
| * example & test connections: update to use new get_interfaces… vfuncJonny Lamb2012-07-0510-51/+192
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * base-connection: add get_interfaces… vfunc to class structJonny Lamb2012-07-054-60/+104
| | | | | | | | | | | | This is a lot like 74bd945252. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * base-room-config: fix old comment referring to TpBaseChannelClass.interfacesJonny Lamb2012-07-051-2/+2
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * base-connection-manager: add get_interfaces vfunc to class structJonny Lamb2012-07-045-7/+92
| | | | | | | | | | | | This is a lot like 74bd945252. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | 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
| | | | | | | | Otherwise gtk-doc gets confused
* | TpBaseClient: Ensure that the Connection knows its Account earlyXavier Claessens2012-07-041-0/+6
| | | | | | | | | | This fixes a crash in empathy-chat: https://bugs.freedesktop.org/show_bug.cgi?id=51444
* | 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
| | | | | | Those proxies should be constructed using TpSimpleClientFactory https://bugs.freedesktop.org/show_bug.cgi?id=49372
* tests/lib: Stop using tp_connection_new()Xavier Claessens2012-07-031-2/+5
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49372
* Examples: stop using tp_account/connection/channel_new()Xavier Claessens2012-07-036-92/+39
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49372
* TpConnectionManager: deprecate "connection-manager" and add "cm-name"Xavier Claessens2012-06-292-6/+27
| | | | | Otherwise we could assume they are returning TpConnectionManager objects. This is more consistent with TpProtocol, TpConnection and TpAccountRequest API.
* TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" ↵Xavier Claessens2012-06-294-5/+95
| | | | | | and "protocol-name" Otherwise we could assume they are returning TpConnectionManager/TpProtocol objects
* TpConnection: deprecate connection-manager-name and add cm-nameXavier Claessens2012-06-295-5/+50
| | | | This is to be consistent with TpProtocol naming.
* 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
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50341
* TpContactsMixin: use tp_handle_ensure_async() in GetContactByIDXavier Claessens2012-06-281-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
* TpDynamicHandleRepo: Support async normalization functionXavier Claessens2012-06-283-0/+134
| | | | | | | Override TpHandleRepoIface::ensure_handle_async() and use an user provided async normalization function. https://bugs.freedesktop.org/show_bug.cgi?id=50341
* TpDynamicHandleRepo: factor out ensure_handle_take_normalized_id()Xavier Claessens2012-06-281-22/+29
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50341
* TpHandleRepoIface: add tp_handle_ensure_async()Xavier Claessens2012-06-284-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
* TpHandleRepoIface: Use G_DEFINE_INTERFACEXavier Claessens2012-06-282-44/+16
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50341
* TpBaseChannelClass: Seal interfaces memberXavier Claessens2012-06-261-1/+1
| | | | It is deprecated and should not be used anymore.
* TpBaseConnectionManagerClass: Seal protocol_params and new_connection membersXavier Claessens2012-06-262-3/+4
| | | | | Those 2 struct members are now deprecated and implementations should use TpBaseProtocol API instead.
* debug-client: propagate error if GetMessages() failedGuillaume Desmottes2012-06-202-0/+19
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=51250
* set nano versionGuillaume Desmottes2012-06-061-1/+1
|
* Prepare 0.19.1telepathy-glib-0.19.1Guillaume Desmottes2012-06-0617-104/+141
|
* Revert "Enable SEAL by default if we warn for 0.20 deprecations"Xavier Claessens2012-06-061-1/+2
| | | | This reverts commit bf7e97c45adc04e46118aed0cd449bdc2fa84d6e.
* NEWSXavier Claessens2012-06-061-0/+12
|
* fix typo in TpConnectionManagerParam's docGuillaume Desmottes2012-06-061-8/+8
|