Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | |
2012-06-04 | Use accessors rather than accessing TpBaseConnection fields directly | Simon McVittie | 32 | -103/+139 | |
2012-06-04 | TpBaseConnection: add method accessors for struct fields | Simon McVittie | 3 | -12/+157 | |
2012-06-04 | Rename _tp_contact_connection_invalidated to _disposed | Xavier Claessens | 4 | -11/+9 | |
That function is called from TpConnection::dispose, not when invalidated https://bugs.freedesktop.org/show_bug.cgi?id=49373 | |||||
2012-06-04 | TpConnection: Fix leaked result when preparing contact-list feature | Xavier Claessens | 1 | -0/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49373 | |||||
2012-06-04 | Small coding style fix | Xavier Claessens | 1 | -2/+4 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49373 | |||||
2012-06-04 | TpConnection: remove check for CONTACTS interface when preparing roster | Xavier Claessens | 1 | -14/+0 | |
In tp_connection_list_features() it is already said that CONTACTS iface is required to prepare CONTACT_LIST feature. So the extra check is useless. https://bugs.freedesktop.org/show_bug.cgi?id=49373 | |||||
2012-05-23 | NEWS | Xavier Claessens | 1 | -0/+59 | |
2012-05-23 | Deprecate tp_account_parse_object_path() | Xavier Claessens | 2 | -0/+9 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-05-23 | Deprecate tp_account_ensure_connection() | Xavier Claessens | 3 | -3/+11 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-05-23 | tp_simple/automatic_client_factory_new: allow NULL TpDBusDaemon | Xavier Claessens | 2 | -5/+8 | |
https://bugs.freedesktop.org/show_bug.cgi?id=49372 | |||||
2012-05-22 | Fix include path to work in folks copy | Xavier Claessens | 1 | -1/+1 | |
2012-05-16 | Add tp_simple_client_factory_upgrade_contacts_async/finish | Xavier Claessens | 4 | -23/+119 | |
Use it everywhere we can | |||||
2012-05-16 | Add tp_simple_client_factory_ensure_contact_by_id_async/finish | Xavier Claessens | 3 | -0/+96 | |
2012-05-14 | Deprecate tp_connection_parse_object_path() | Xavier Claessens | 4 | -14/+66 | |
We have tp_connection_get_protocol_name() and tp_connection_get_connection_manager_name() now. | |||||
2012-05-14 | Fix ContactList not having avatars | Xavier Claessens | 2 | -9/+25 | |
This is a regression introduced by 22a4438161874e36e27282bd3d24a909f4b16f70, because ContactList does not go through the slow path. | |||||
2012-05-11 | Merge branch 'telepathy-glib-0.18' into vala | Simon McVittie | 0 | -0/+0 | |
2012-05-11 | Hide GList-based contact info typedefs from g-ir-scanner | Simon McVittie | 2 | -8/+8 | |
Recent vapigen versions don't like the result. This means we can revert the version that adds stub doc-comments for them, which seems to confuse gtk-doc. Good thing we don't have several duelling C-and-comment parsers or anything... Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49637 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | |||||
2012-05-11 | Require valac 0.16 | Simon McVittie | 1 | -1/+1 | |
valac 0.14 (the default valac in Debian testing/unstable at the moment) isn't new enough to understand GBytes. If your valac is too old, use: ./configure ... VALAC=/usr/bin/valac-0.16 VAPIGEN=/usr/bin/vapigen-0.16 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | |||||
2012-05-11 | vala: Fix srcdir != builddir | Colin Walters | 1 | -0/+1 | |
We need to look for the .metadata file in the source directory, otherwise we silently generate a binding with a namespace of "Tp", not "TelepathyGLib". Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49802 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2012-05-11 | vala: Fix srcdir != builddir | Colin Walters | 1 | -0/+1 | |
We need to look for the .metadata file in the source directory, otherwise we silently generate a binding with a namespace of "Tp", not "TelepathyGLib". Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49802 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2012-05-11 | Mark GList typedefs non-introspectable | Ray Strode | 1 | -2/+8 | |
They end up causing under-defined entries in the gir output which makes vapigen choke. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49637 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2012-05-11 | _dup_contact_by_id_async() and _upgrade_contacts_async(): drop custom ↵ | Xavier Claessens | 1 | -241/+39 | |
implementation Simplify them by directly calling deprecated APIs, custom implementation suffers the same problem with avatar than fixed in previous commit | |||||
2012-05-11 | Add regression test for avatar data problem | Xavier Claessens | 1 | -44/+96 | |