summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06NEWSXavier Claessens1-0/+12
2012-06-06fix typo in TpConnectionManagerParam's docGuillaume Desmottes1-8/+8
2012-06-05Remove useless TP_SEAL_ENABLEXavier Claessens11-12/+1
2012-06-05Enable SEAL by default if we warn for 0.20 deprecationsXavier Claessens1-2/+1
2012-06-05Fix regression introduced by 1aba6b49919a9ac68671fc49a525e48ccfa75c57Xavier Claessens1-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-05Examples: disable single includeXavier Claessens10-0/+10
https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens108-0/+431
https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05Consider proxy-subclass.h as a meta headerXavier Claessens1-0/+4
That header can be included directly, so proxy.h would #error. https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05Example extensions: include global headerXavier Claessens1-1/+1
https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05Examples: do no use message-internal.hXavier Claessens1-7/+9
https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05define _TP_COMPILATION in gir scannerXavier Claessens1-0/+1
Otherwise upcoming single-include #error will break the scanner https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05meta-headers: #define _TP_IN_META_HEADER for future single-include guardsXavier Claessens2-6/+10
https://bugs.freedesktop.org/show_bug.cgi?id=49384
2012-06-05text-mixin: use versioned deprecation macrosGuillaume Desmottes1-24/+30
https://bugs.freedesktop.org/show_bug.cgi?id=50712
2012-06-05Ignore deprecations in TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTEDGuillaume Desmottes1-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-04TpConnectionManagerProtocol: deprecate in favour of TpProtocolSimon McVittie3-2/+45
2012-06-04Deprecate tp_list_connection_managersSimon McVittie2-0/+7
2012-06-04Examples: Stop using tp_connection_manager_protocol_*Xavier Claessens1-25/+18
They are soon to be deprecated
2012-06-04Examples: Stop using tp_list_connection_managers()Xavier Claessens1-18/+15
It is soon to be deprecated
2012-06-04Fix typo making gtkdoc failXavier Claessens1-2/+2
2012-06-04Fix regression in unit testsXavier Claessens1-1/+2
The bug was introduced in commit 97755a8cef146519f688054d1bafe22f40bc17ff
2012-06-04NEWSXavier Claessens1-0/+5
2012-06-04Compile all examples with TP_SEAL_ENABLESimon McVittie11-2/+20
The only changes needed were in extended-client.c.
2012-06-04TpBaseConnection: seal struct fieldsSimon McVittie2-25/+9
2012-06-04TpConnectionManager: seal struct fields and do not document themSimon McVittie2-26/+14
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=17112
2012-06-04TpConnectionManagerParam: seal struct fieldsSimon McVittie2-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-04TpProxy: seal struct fieldsSimon McVittie1-5/+5
They were officially already private.
2012-06-04Add _TP_SEAL, controlled by TP_DISABLE_DEPRECATED or TP_SEAL_ENABLESimon McVittie1-0/+8
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie32-103/+139
2012-06-04TpBaseConnection: add method accessors for struct fieldsSimon McVittie3-12/+157
2012-06-04Rename _tp_contact_connection_invalidated to _disposedXavier Claessens4-11/+9
That function is called from TpConnection::dispose, not when invalidated https://bugs.freedesktop.org/show_bug.cgi?id=49373
2012-06-04TpConnection: Fix leaked result when preparing contact-list featureXavier Claessens1-0/+1
https://bugs.freedesktop.org/show_bug.cgi?id=49373
2012-06-04Small coding style fixXavier Claessens1-2/+4
https://bugs.freedesktop.org/show_bug.cgi?id=49373
2012-06-04TpConnection: remove check for CONTACTS interface when preparing rosterXavier Claessens1-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-23NEWSXavier Claessens1-0/+59
2012-05-23Deprecate tp_account_parse_object_path()Xavier Claessens2-0/+9
https://bugs.freedesktop.org/show_bug.cgi?id=49372
2012-05-23Deprecate tp_account_ensure_connection()Xavier Claessens3-3/+11
https://bugs.freedesktop.org/show_bug.cgi?id=49372
2012-05-23tp_simple/automatic_client_factory_new: allow NULL TpDBusDaemonXavier Claessens2-5/+8
https://bugs.freedesktop.org/show_bug.cgi?id=49372
2012-05-22Fix include path to work in folks copyXavier Claessens1-1/+1
2012-05-16Add tp_simple_client_factory_upgrade_contacts_async/finishXavier Claessens4-23/+119
Use it everywhere we can
2012-05-16Add tp_simple_client_factory_ensure_contact_by_id_async/finishXavier Claessens3-0/+96
2012-05-14Deprecate tp_connection_parse_object_path()Xavier Claessens4-14/+66
We have tp_connection_get_protocol_name() and tp_connection_get_connection_manager_name() now.
2012-05-14Fix ContactList not having avatarsXavier Claessens2-9/+25
This is a regression introduced by 22a4438161874e36e27282bd3d24a909f4b16f70, because ContactList does not go through the slow path.
2012-05-11Merge branch 'telepathy-glib-0.18' into valaSimon McVittie0-0/+0
2012-05-11Hide GList-based contact info typedefs from g-ir-scannerSimon McVittie2-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-11Require valac 0.16Simon McVittie1-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-11vala: Fix srcdir != builddirColin Walters1-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-11vala: Fix srcdir != builddirColin Walters1-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-11Mark GList typedefs non-introspectableRay Strode1-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 Claessens1-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-11Add regression test for avatar data problemXavier Claessens1-44/+96