summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 0.13.10telepathy-glib-0.13.10Will Thompson2010-12-209-33/+70
* Remove MinimumPresence from EXTRA_DISTWill Thompson2010-12-201-1/+0
* BaseContactList: test for ContactsChangedWithIDWill Thompson2010-12-201-12/+97
* BaseContactList: emit ContactsChangedWithIDWill Thompson2010-12-201-3/+1
* Merge remote branch 'smcv/better-contact-list' into spec-0.21.8Will Thompson2010-12-204-29/+84
|\
| * Use tp_intset_union_update to simplify TpBaseContactListSimon McVittie2010-12-171-8/+2
| * TpIntset: factor out tp_intset_union_update, tp_intset_difference_updateSimon McVittie2010-12-173-19/+55
| * Generate the information needed by ContactsChangedWithIDSimon McVittie2010-12-171-2/+27
* | Update to spec 0.21.8Will Thompson2010-12-204-127/+97
* | Merge branch 'gir-iface-32465'Guillaume Desmottes2010-12-201-1/+2
|\ \
| * | Ask to introspect _gen/telepathy-interfaces.h directlyGuillaume Desmottes2010-12-171-1/+2
* | | Test calling HandleChannels with the same channel multiple timesSjoerd Simons2010-12-201-6/+10
* | | Use g_hash_table_replace instead of _insertSjoerd Simons2010-12-201-1/+1
* | | Better debug info and don't remove already removed channelsSjoerd Simons2010-12-201-4/+11
|/ /
* | c-constants-gen.py: add magic gir rune when generating flags enumGuillaume Desmottes2010-12-171-1/+1
* | fix annotation of tp_protocol_get_authentication_typesGuillaume Desmottes2010-12-171-1/+1
* | fix annotation of tp_client_channel_factory_create_channelGuillaume Desmottes2010-12-171-1/+1
* | introspect client-channel-factoryGuillaume Desmottes2010-12-171-0/+1
* | account: fix arg name in docGuillaume Desmottes2010-12-171-4/+4
* | fix return type of tp_account_get_avatar_finishGuillaume Desmottes2010-12-171-1/+1
* | tp_text_channel_ack_messages_async: annotate messagesGuillaume Desmottes2010-12-171-1/+2
* | annotate the return type of tp_text_channel_get_pending_messages()Guillaume Desmottes2010-12-171-1/+2
* | add all TpMessage classes to introspection.amGuillaume Desmottes2010-12-171-0/+4
|/
* Merge branch 'telepathy-glib-0.12'Simon McVittie2010-12-163-268/+365
|\
| * NEWSSimon McVittie2010-12-161-1/+2
| * Merge branch '012-noc-fixes' into telepathy-glib-0.12Simon McVittie2010-12-162-267/+360
| |\
| | * fix a typo in the test, and make even more assertionsSimon McVittie2010-12-161-3/+7
| | * tests/dbus/dbus: cancel_watch_during_dispatch: assert that user_data is freedSimon McVittie2010-12-161-1/+18
| | * Fix iteration over arrays of name-owner watchesSimon McVittie2010-12-161-5/+10
| | * Add a test case for removing name watches during dispatchWill Thompson2010-12-161-0/+75
| | * Don't remove NameOwnerChanged callbacks while invoking themSimon McVittie2010-12-161-23/+58
| | * Simplify dispatching NameOwnerChanged signals.Will Thompson2010-12-141-97/+52
| | * Make 'dbus' test use GTest.Will Thompson2010-12-141-98/+112
| | * Modernize 'dbus' test a bit.Will Thompson2010-12-141-132/+120
| |/
* | Allow tests to be run without a timeout: export TP_TESTS_NO_TIMEOUT=1Simon McVittie2010-12-162-0/+6
* | Merge branch 'leave-the-area'Simon McVittie2010-12-168-198/+851
|\ \
| * | tp_channel_close_async: ignore reply to Close() at the D-Bus level if no call...Simon McVittie2010-12-091-1/+8
| * | channel_close_cb: complete in an idleSimon McVittie2010-12-091-1/+8
| * | If Close() fails but channel has gone, consider that to be successSimon McVittie2010-12-091-1/+9
| * | channel test: use TpExportableChannel:channel-properties for the GroupSimon McVittie2010-12-091-4/+3
| * | tp_channel_leave_async: don't call Close as a synonym for reason NONESimon McVittie2010-12-092-14/+8
| * | channel test: check that closing a room doesn't secretly leave it insteadSimon McVittie2010-12-091-1/+18
| * | tp_channel_close_async: always call Close()Simon McVittie2010-12-091-11/+10
| * | textchan-group: has no handle nowGuillaume Desmottes2010-11-081-7/+0
| * | textchan-group: use TpBaseChannelGuillaume Desmottes2010-11-082-197/+30
| * | use tp_tests_object_new_static_class()Guillaume Desmottes2010-11-081-2/+2
| * | remove typo in commentGuillaume Desmottes2010-11-081-2/+2
| * | fix typo in docGuillaume Desmottes2010-11-081-1/+1
| * | add tp_channel_close_async()Guillaume Desmottes2010-11-084-24/+126
| * | test tp_channel_leave_async() with a group channelGuillaume Desmottes2010-11-081-0/+163