Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2012-06-06 | NEWS | Xavier Claessens | 1 | -0/+12 | |
2012-06-06 | fix typo in TpConnectionManagerParam's doc | Guillaume Desmottes | 1 | -8/+8 | |
2012-06-05 | text-respawn test: add a disappearing base channel test | Jonny Lamb | 1 | -0/+23 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-06-05 | base-channel: add support for 'disappearing' channels | Jonny Lamb | 3 | -5/+171 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-06-05 | Remove useless TP_SEAL_ENABLE | Xavier Claessens | 11 | -12/+1 | |
2012-06-05 | Enable SEAL by default if we warn for 0.20 deprecations | Xavier Claessens | 1 | -2/+1 | |
2012-06-05 | Fix regression introduced by 1aba6b49919a9ac68671fc49a525e48ccfa75c57 | Xavier Claessens | 1 | -1/+1 | |
G_GNUC_END_IGNORE_DEPRECATIONS is considered the instruction to run for the if. So the block following is executed unconditionally. | |||||
2012-06-05 | Examples: disable single include | Xavier Claessens | 10 | -0/+10 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | Add single-include #error in all headers included from telepathy-glib(-dbus).h | Xavier Claessens | 108 | -0/+431 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | Consider proxy-subclass.h as a meta header | Xavier Claessens | 1 | -0/+4 | |
That header can be included directly, so proxy.h would #error. https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | Example extensions: include global header | Xavier Claessens | 1 | -1/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | Examples: do no use message-internal.h | Xavier Claessens | 1 | -7/+9 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | define _TP_COMPILATION in gir scanner | Xavier Claessens | 1 | -0/+1 | |
Otherwise upcoming single-include #error will break the scanner https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | meta-headers: #define _TP_IN_META_HEADER for future single-include guards | Xavier Claessens | 2 | -6/+10 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49384 | |||||
2012-06-05 | text-mixin: use versioned deprecation macros | Guillaume Desmottes | 1 | -24/+30 | |
https://bugs.freedesktop.org/show_bug.cgi?id=50712 | |||||
2012-06-05 | Ignore deprecations in TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTED | Guillaume Desmottes | 1 | -0/+2 | |
This macro is now implemented using in tp_base_connection_check_connected() which is annotated with _TP_AVAILABLE_IN_UNRELEASED, but we shouldn't raise an error if app don't want to use 0.20 API yet. https://bugs.freedesktop.org/show_bug.cgi?id=50712 | |||||
2012-06-04 | TpConnectionManagerProtocol: deprecate in favour of TpProtocol | Simon McVittie | 3 | -2/+45 | |
2012-06-04 | Deprecate tp_list_connection_managers | Simon McVittie | 2 | -0/+7 | |
2012-06-04 | Examples: Stop using tp_connection_manager_protocol_* | Xavier Claessens | 1 | -25/+18 | |
They are soon to be deprecated | |||||
2012-06-04 | Examples: Stop using tp_list_connection_managers() | Xavier Claessens | 1 | -18/+15 | |
It is soon to be deprecated | |||||
2012-06-04 | Fix typo making gtkdoc fail | Xavier Claessens | 1 | -2/+2 | |
2012-06-04 | Fix regression in unit tests | Xavier Claessens | 1 | -1/+2 | |
The bug was introduced in commit 97755a8cef146519f688054d1bafe22f40bc17ff | |||||
2012-06-04 | NEWS | Xavier Claessens | 1 | -0/+5 | |
2012-06-04 | Compile all examples with TP_SEAL_ENABLE | Simon McVittie | 11 | -2/+20 | |
The only changes needed were in extended-client.c. | |||||
2012-06-04 | TpBaseConnection: seal struct fields | Simon McVittie | 2 | -25/+9 | |
2012-06-04 | TpConnectionManager: seal struct fields and do not document them | Simon McVittie | 2 | -26/+14 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17112 | |||||
2012-06-04 | TpConnectionManagerParam: seal struct fields | Simon McVittie | 2 | -15/+17 | |
We have accessors for all of them, and the GValue is going to be a problem as we move towards GVariant. | |||||
2012-06-04 | TpProxy: seal struct fields | Simon McVittie | 1 | -5/+5 | |
They were officially already private. | |||||
2012-06-04 | Add _TP_SEAL, controlled by TP_DISABLE_DEPRECATED or TP_SEAL_ENABLE | Simon McVittie | 1 | -0/+8 | |