Age | Commit message (Expand) | Author | Files | Lines |
2010-05-21 | TpGroupMixin: when removing members, don't raise an error if it's a no-op | Simon McVittie | 1 | -5/+5 |
2010-05-21 | TpGroupMixin: allow no-op AddMembers for members, even without CAN_ADD | Simon McVittie | 1 | -0/+1 |
2010-05-21 | TpGroupMixin: when removing members, don't raise an error if it's a no-op | Simon McVittie | 2 | -13/+9 |
2010-05-21 | contactlist example: put publish's pending members on the stored list, too | Simon McVittie | 2 | -5/+20 |
2010-05-21 | contact-lists test: check the interaction between subscribe and stored | Simon McVittie | 1 | -0/+30 |
2010-05-21 | contactlist example: consistently put people we subscribe to on the stored list | Simon McVittie | 2 | -7/+18 |
2010-05-21 | TpGroupMixin: allow no-op AddMembers for members, even without CAN_ADD | Simon McVittie | 2 | -4/+4 |
2010-05-21 | contact-lists test: also exercise groups | Simon McVittie | 1 | -0/+158 |
2010-05-21 | contact-lists test: cover most contact lists, avoid simulation delay | Simon McVittie | 1 | -6/+644 |
2010-05-21 | Add a stub test for the contactlist example CM | Simon McVittie | 2 | -0/+121 |
2010-05-21 | test_proxy_run_until_prepared, test_proxy_run_until_prepared_or_failed: add | Simon McVittie | 2 | -0/+43 |
2010-05-21 | contactlist example CM: have a variable simulation delay, like the callable C... | Simon McVittie | 4 | -6/+53 |
2010-05-21 | example_contact_list_manager_add_to_list: annotate unreachable code | Simon McVittie | 1 | -0/+2 |
2010-05-21 | contactlist example: when removing people from stored, also remove from other... | Simon McVittie | 1 | -1/+14 |
2010-05-21 | contactlist example: ensure_contact: set the created flag correctly | Simon McVittie | 1 | -0/+7 |
2010-05-21 | Merge branch 'intsetting' | Simon McVittie | 10 | -38/+195 |
2010-05-21 | Move _tp_proxy_set_features_failed to internal header where it should have been | Simon McVittie | 2 | -2/+2 |
2010-05-21 | Examples: use TpIntSetFastIter | Simon McVittie | 2 | -16/+20 |
2010-05-21 | TpChannel: use TpIntSetFastIter | Simon McVittie | 1 | -4/+5 |
2010-05-21 | TpPropertiesMixin: use TpIntSetFastIter | Simon McVittie | 1 | -6/+10 |
2010-05-21 | TpIntSet: improve documentation of TpIntSetFastIter | Simon McVittie | 1 | -0/+31 |
2010-05-21 | Add a boxed type for handle sets | Simon McVittie | 3 | -6/+35 |
2010-05-21 | tp_handle_set_copy: add | Simon McVittie | 3 | -0/+27 |
2010-05-21 | TpHandleSet: improve const-correctness | Simon McVittie | 2 | -8/+10 |
2010-05-21 | tp_handle_set_clear, tp_handle_set_is_empty: add | Simon McVittie | 3 | -0/+36 |
2010-05-21 | tp_intset_is_empty: add | Simon McVittie | 4 | -0/+23 |
2010-05-21 | Move _tp_proxy_set_features_failed to internal header where it should have been | Simon McVittie | 2 | -2/+2 |
2010-05-21 | fd.o #16170: TpIntSet: cope better with sparse sets | Simon McVittie | 4 | -177/+303 |
2010-05-20 | raise a warning if tp_dbus_daemon_release_name fails | Guillaume Desmottes | 1 | -1/+1 |
2010-05-19 | Rephrase some API doc to be clearer. | Xavier Claessens | 1 | -7/+7 |
2010-05-19 | Rename mimetype to mime_type | Xavier Claessens | 6 | -42/+42 |
2010-05-19 | Make sure the tmp dir we are using for avatar cache does not exist | Xavier Claessens | 1 | -0/+1 |
2010-05-19 | Use g_return_if_fail() in case a feature is unknown | Xavier Claessens | 1 | -11/+13 |
2010-05-19 | Use random temporary directory for the avatar cache | Xavier Claessens | 1 | -4/+62 |
2010-05-19 | Fix some coding style in tests | Xavier Claessens | 2 | -8/+12 |
2010-05-19 | Use g_assert instead of MYASSERT | Xavier Claessens | 1 | -26/+25 |
2010-05-19 | Fix case where AVATAR_TOKEN feature is missing and AVATAR_DATA is set. | Xavier Claessens | 1 | -2/+2 |
2010-05-19 | Add unit test for avatar data | Xavier Claessens | 3 | -22/+248 |
2010-05-19 | Add unit test for avatar requirements | Xavier Claessens | 3 | -0/+97 |
2010-05-19 | Add Avatar data cache on TpContact | Xavier Claessens | 5 | -34/+436 |
2010-05-18 | test tp_base_client_get_handled_channels() | Guillaume Desmottes | 1 | -0/+44 |
2010-05-18 | tp_base_client_register: no need to fill clients hash table if client is not ... | Guillaume Desmottes | 1 | -0/+4 |
2010-05-18 | raise an error if tp_base_client_get_{handled_channels,requests} is called on... | Guillaume Desmottes | 1 | -0/+4 |
2010-05-18 | test tp_base_client_unregister | Guillaume Desmottes | 1 | -0/+27 |
2010-05-18 | add tp_base_client_unregister (fdo #28155) | Guillaume Desmottes | 3 | -15/+58 |
2010-05-17 | actually implement tp_base_client_get_handled_channels | Guillaume Desmottes | 1 | -2/+122 |
2010-05-17 | add TpHandleChannelsContext::done signal | Guillaume Desmottes | 2 | -0/+28 |
2010-05-17 | tp_base_client_get_pending_requests: return a copy of the list | Guillaume Desmottes | 3 | -7/+11 |
2010-05-17 | check that we reuse existing channel request if possible | Guillaume Desmottes | 1 | -0/+38 |
2010-05-17 | _tp_base_client_handle_channels: reuse existing channel request if possible | Guillaume Desmottes | 1 | -5/+13 |