Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-10 | debug-sender: add tp_debug_sender_set_timestampsqed | Jonny Lamb | 3 | -1/+50 | |
Fixes: fd.o#26516 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-01-10 | debug: fix tp_debug_timestamped_log_handler | Jonny Lamb | 1 | -2/+4 | |
This was broken in dd8645d4c2263c40. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-01-06 | dtmf: fix signal gtk-doc off-by-one error | Jonny Lamb | 1 | -0/+4 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-22 | automatic proxy factory: add a debug msg if we can't create a TpTextChannel | Guillaume Desmottes | 1 | -0/+3 | |
2010-12-22 | text-channel: don't define useless variables if debug is disabled | Guillaume Desmottes | 1 | -15/+22 | |
2010-12-22 | base-client: make set_observer_recover set both ways | Jonny Lamb | 1 | -1/+9 | |
Setting the argument recover=TRUE or recover=FALSE should do the sensible thing according to the documentation of the function, not just always set it to TRUE regardless. Fixes: fd.o#32551 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-20 | Start 0.13.11 development. | Will Thompson | 2 | -1/+12 | |
Plus, add a missing NEWS entry for the release I just made. | |||||
2010-12-20 | Prepare version 0.13.10telepathy-glib-0.13.10 | Will Thompson | 9 | -33/+70 | |
2010-12-20 | Remove MinimumPresence from EXTRA_DIST | Will Thompson | 1 | -1/+0 | |
2010-12-20 | BaseContactList: test for ContactsChangedWithID | Will Thompson | 1 | -12/+97 | |
2010-12-20 | BaseContactList: emit ContactsChangedWithID | Will Thompson | 1 | -3/+1 | |
2010-12-20 | Merge remote branch 'smcv/better-contact-list' into spec-0.21.8 | Will Thompson | 4 | -29/+84 | |
2010-12-20 | Update to spec 0.21.8 | Will Thompson | 4 | -127/+97 | |
The only change to stable API is the addition of a ContactsChangedWithID signal to Connection.Interface.ContactList. | |||||
2010-12-20 | Merge branch 'gir-iface-32465' | Guillaume Desmottes | 1 | -1/+2 | |
2010-12-20 | Test calling HandleChannels with the same channel multiple times | Sjoerd Simons | 1 | -6/+10 | |
2010-12-20 | Use g_hash_table_replace instead of _insert | Sjoerd Simons | 1 | -1/+1 | |
For the channels hash in TpBaseClient the key is owned by the value in the hash. The replacement behaviour of g_hash_table_insert always keeps the existing key, which is not be valid anymore if the old value freed. Use g_hash_table_replace instead to get the expected behaviour. | |||||
2010-12-20 | Better debug info and don't remove already removed channels | Sjoerd Simons | 1 | -4/+11 | |
TpProxy has the bad habit of emitting signals from dispose (Booo!). TpBaseClient in various cases will be the last holder of a reference and tries to remove the channel from its hash-table on invalidated.. So in case the proxy gets unreferenced because it is removed from the hash table (because HandleChannels is called again with the same path), the proxy is disposed, it signals invalidated (Boo!) and during the removal it gets removed again and thus unreferenced again... | |||||
2010-12-17 | Ask to introspect _gen/telepathy-interfaces.h directly | Guillaume Desmottes | 1 | -1/+2 | |
The gir scanner doesn't scan it if it's included from telepathy-interfaces.h | |||||
2010-12-17 | c-constants-gen.py: add magic gir rune when generating flags enum | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-17 | fix annotation of tp_protocol_get_authentication_types | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-17 | fix annotation of tp_client_channel_factory_create_channel | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-17 | introspect client-channel-factory | Guillaume Desmottes | 1 | -0/+1 | |
2010-12-17 | account: fix arg name in doc | Guillaume Desmottes | 1 | -4/+4 | |
2010-12-17 | fix return type of tp_account_get_avatar_finish | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-17 | tp_text_channel_ack_messages_async: annotate messages | Guillaume Desmottes | 1 | -1/+2 | |
2010-12-17 | annotate the return type of tp_text_channel_get_pending_messages() | Guillaume Desmottes | 1 | -1/+2 | |
2010-12-17 | add all TpMessage classes to introspection.am | Guillaume Desmottes | 1 | -0/+4 | |
2010-12-17 | Use tp_intset_union_update to simplify TpBaseContactList | Simon McVittie | 1 | -8/+2 | |
2010-12-17 | TpIntset: factor out tp_intset_union_update, tp_intset_difference_update | Simon McVittie | 3 | -19/+55 | |
2010-12-17 | Generate the information needed by ContactsChangedWithID | Simon McVittie | 1 | -2/+27 | |
2010-12-16 | Merge branch 'telepathy-glib-0.12' | Simon McVittie | 3 | -268/+365 | |
Conflicts: NEWS tests/dbus/dbus.c | |||||
2010-12-16 | NEWS | Simon McVittie | 1 | -1/+2 | |
2010-12-16 | Merge branch '012-noc-fixes' into telepathy-glib-0.12 | Simon McVittie | 2 | -267/+360 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32391 | |||||
2010-12-16 | fix a typo in the test, and make even more assertions | Simon McVittie | 1 | -3/+7 | |
2010-12-16 | tests/dbus/dbus: cancel_watch_during_dispatch: assert that user_data is freed | Simon McVittie | 1 | -1/+18 | |
2010-12-16 | Fix iteration over arrays of name-owner watches | Simon McVittie | 1 | -5/+10 | |
Also document why we're iterating backwards. In tp_dbus_daemon_maybe_free_name_owner_watch, the flawed reverse-iteration was a bug: we'd skip over the element before a removed entry, which might mean not freeing it. In tp_dbus_daemon_cancel_name_owner_watch, it was done correctly (because there were no deletions), but it did hurt clarity. | |||||
2010-12-16 | Allow tests to be run without a timeout: export TP_TESTS_NO_TIMEOUT=1 | Simon McVittie | 2 | -0/+6 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> | |||||
2010-12-16 | Add a test case for removing name watches during dispatch | Will Thompson | 1 | -0/+75 | |
This test case failed before the previous patch. | |||||
2010-12-16 | Don't remove NameOwnerChanged callbacks while invoking them | Simon McVittie | 1 | -23/+58 | |
2010-12-16 | Merge branch 'leave-the-area' | Simon McVittie | 8 | -198/+851 | |
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30617 | |||||
2010-12-16 | pending_messages_removed_cb: early return if we didn't fetch pending ↵ | Guillaume Desmottes | 1 | -0/+3 | |
messages yet | |||||
2010-12-16 | check type of self in getters | Guillaume Desmottes | 1 | -0/+6 | |
2010-12-16 | fail to prepare if we can't connect signals | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-16 | replace retrieving_pending by got_initial_messages | Guillaume Desmottes | 1 | -6/+3 | |
2010-12-16 | default to plain if SupportedContentTypes is missing | Guillaume Desmottes | 1 | -0/+5 | |
2010-12-16 | make find_msg_by_id clearer | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-16 | raise a warning if we can't connect to MessageSent | Guillaume Desmottes | 1 | -1/+1 | |
2010-12-16 | tp_text_channel_get_supported_content_types: return a const gchar * const * | Guillaume Desmottes | 3 | -5/+8 | |
2010-12-16 | rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to ↵ | Guillaume Desmottes | 6 | -27/+26 | |
TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES | |||||
2010-12-16 | remove obsolete TODO | Guillaume Desmottes | 1 | -2/+0 | |