summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-29Changing the way presence fields are updatedjs-examplesMorten Mjelva1-11/+22
2010-05-28Added SimpleObserver exampleMorten Mjelva1-0/+79
2010-05-24Adding presence notifier exampleMorten Mjelva1-0/+124
2010-05-24Added Javascript client examplesMorten Mjelva4-0/+193
2010-05-19Rephrase some API doc to be clearer.Xavier Claessens1-7/+7
2010-05-19Rename mimetype to mime_typeXavier Claessens6-42/+42
2010-05-19Make sure the tmp dir we are using for avatar cache does not existXavier Claessens1-0/+1
2010-05-19Use g_return_if_fail() in case a feature is unknownXavier Claessens1-11/+13
2010-05-19Use random temporary directory for the avatar cacheXavier Claessens1-4/+62
2010-05-19Fix some coding style in testsXavier Claessens2-8/+12
2010-05-19Use g_assert instead of MYASSERTXavier Claessens1-26/+25
2010-05-19Fix case where AVATAR_TOKEN feature is missing and AVATAR_DATA is set.Xavier Claessens1-2/+2
2010-05-19Add unit test for avatar dataXavier Claessens3-22/+248
2010-05-19Add unit test for avatar requirementsXavier Claessens3-0/+97
2010-05-19Add Avatar data cache on TpContactXavier Claessens5-34/+436
2010-05-12Merge branch 'telepathy-glib-0.10'Simon McVittie2-2/+4
2010-05-12Merge branch 'telepathy-glib-0.8' into telepathy-glib-0.10Simon McVittie2-2/+4
2010-05-12Update NEWSSimon McVittie1-0/+2
2010-05-12TP_IS_HANDLE_REPO_IFACE: fix syntax by adding a parenthesisSimon McVittie1-1/+1
2010-05-10Nano versionSimon McVittie2-1/+6
2010-05-10Prepare release 0.11.5Simon McVittie17-94/+153
2010-05-10fd.o #28043: explicitly link tests/* against dbus-glibSimon McVittie1-0/+1
2010-05-10Merge branch 'cdo'Simon McVittie1-18/+32
2010-05-10TpChannelDispatchOperation: don't crash if channels is not given in g_object_newSimon McVittie1-2/+8
2010-05-10TpChannelDispatchOperation: assert that we're not leaking propertiesSimon McVittie1-0/+4
2010-05-10TpChannelDispatchOperation: defer interpretation of immutables until constructedSimon McVittie1-16/+20
2010-05-10no need to pass dbus-connection when constructing CDOGuillaume Desmottes1-2/+0
2010-05-10test-approver: check CDO reuses existing proxiesGuillaume Desmottes1-0/+19
2010-05-10_tp_base_client_add_dispatch_operation: use _tp_channel_dispatch_operation_ne...Guillaume Desmottes1-2/+4
2010-05-10add _tp_channel_dispatch_operation_new_with_objectsGuillaume Desmottes4-0/+84
2010-05-10CDO: update list of channels when we fetch them from D-BusGuillaume Desmottes1-27/+73
2010-05-10CDO: make account, connection and channels properties construct-onlyGuillaume Desmottes1-4/+32
2010-05-07add example approverGuillaume Desmottes2-0/+226
2010-05-07test simple-approverGuillaume Desmottes2-0/+505
2010-05-07add simple-approver (fdo #27875)Guillaume Desmottes6-0/+400
2010-05-07use WARNING if D-Bus method hasn't been implemented when expectedGuillaume Desmottes1-2/+2
2010-05-07rephrase doc of some APIGuillaume Desmottes1-9/+10
2010-05-07remove useless '\'Guillaume Desmottes1-1/+1
2010-05-07add-dispatch-operation-context: fix copyright headersGuillaume Desmottes3-3/+3
2010-05-07No need to special case when a CDO disappear while preparing itGuillaume Desmottes1-10/+1
2010-05-07refer to tp_channel_dispatch_operation_{handle_with,claim}_async in TpBaseCli...Guillaume Desmottes1-0/+4
2010-05-07test-base-client: test invalidating the CDO while preparing the contextGuillaume Desmottes1-1/+19
2010-05-07test-base-client: test invalidating one channel while calling AddDispatchOper...Guillaume Desmottes2-2/+28
2010-05-07pass 2 channels to AddDispatchOperationGuillaume Desmottes1-4/+40
2010-05-07document tp_base_client_{add,take}_approver_filterGuillaume Desmottes1-0/+38
2010-05-07test-base-client: implement AddDispatchOperation()Guillaume Desmottes3-1/+54
2010-05-07base-client: add API to implement AddDispatchOperation()Guillaume Desmottes3-4/+234
2010-05-07add add-dispatch-operation-contextGuillaume Desmottes8-0/+791
2010-05-07test-approver: instantiate a fake CDO service and pass proper properties to A...Guillaume Desmottes1-3/+44
2010-05-07add simple_channel_dispatch_operation_set_account_pathGuillaume Desmottes3-1/+18