summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 0.11.7telepathy-glib-0.11.7Simon McVittie2010-06-1414-88/+159
* Merge branch 'deprecate'Simon McVittie2010-06-142-11/+65
|\
| * Deprecate TpChannelFactoryIfaceSimon McVittie2010-06-092-11/+65
* | Merge branch 'spec'Simon McVittie2010-06-1426-112/+743
|\ \
| * | TpChannel: use the official type name for ChatStateMapSimon McVittie2010-06-141-7/+1
| * | tests: make it easier to add to the TESTS_ENVIRONMENTSimon McVittie2010-06-142-2/+8
| * | test-account: test tp_account_get_detailed_error()Simon McVittie2010-06-141-0/+59
| * | tp_account_get_detailed_error: add "C binding" for connection-error etc.Simon McVittie2010-06-143-0/+43
| * | TpAccount: add connection-error, connection-error-details propertiesSimon McVittie2010-06-141-0/+68
| * | TpAccount: track the Connection's detailed error and emit it in status-changedSimon McVittie2010-06-141-17/+116
| * | _tp_account_update: also emit status-changed, etc., if the reason changedSimon McVittie2010-06-141-1/+2
| * | TpAccount::status-changed: use pedantically correct marshallerSimon McVittie2010-06-142-2/+2
| * | _tp_connection_status_reason_to_gerror: upgrade from static to internalSimon McVittie2010-06-142-7/+21
| * | tp_connection_get_detailed_error: fix a memory leakSimon McVittie2010-06-141-3/+10
| * | Generate code for Anonymity and ServicePoint, and document their sectionsSimon McVittie2010-06-145-0/+172
| * | Update to spec 0.19.7Simon McVittie2010-06-1413-75/+243
|/ /
* | contact.c: expunge trailing spacesSimon McVittie2010-06-141-1/+0
* | Make TpContact emit a presence-changed signalMorten Mjelva2010-06-141-5/+44
* | Merge branch 'compilation-fix'Eitan Isaacson2010-06-081-1/+1
|\ \
| * | Fix compilation error in tests/lib introduced in bafa0cc.Eitan Isaacson2010-06-081-1/+1
|/ /
* | tp_channel_dispatch_operation_handle_with_async: @handler is allow noneGuillaume Desmottes2010-06-081-3/+3
* | add tp_channel_dispatch_operation_handle_with_time_{async,finish} (fdo #28241)Guillaume Desmottes2010-06-084-0/+124
* | simple-cdo: implement HandleWithTime()Guillaume Desmottes2010-06-081-0/+11
|/
* Update NEWS so farSimon McVittie2010-06-081-1/+31
* Merge branch 'trivia'Simon McVittie2010-06-077-17/+29
|\
| * Note in tp_verify() documentation that G_STATIC_ASSERT existsSimon McVittie2010-06-071-0/+9
| * Use G_STATIC_ASSERT instead of tp_verify()Simon McVittie2010-06-076-17/+20
* | Merge branch 'tp-tests'Simon McVittie2010-06-0774-1227/+1317
|\ \ | |/ |/|
| * Merge branch 'master' into tp-testsSimon McVittie2010-06-0721-94/+1911
| |\ | |/ |/|
* | Merge branch 'test-cleanup'Simon McVittie2010-06-0729-792/+682
|\ \
* | | Minor doc tweakXavier Claessens2010-06-041-3/+4
* | | Do not leak the GList when getting "contact-info" propertyXavier Claessens2010-06-041-1/+1
* | | Merge branch 'strv'Xavier Claessens2010-06-042-5/+5
|\ \ \
| * | | Use GStrv instead of gchar** inside structsXavier Claessens2010-06-032-5/+5
* | | | Don't leak returned GList containerXavier Claessens2010-06-031-0/+4
|/ / /
* | | Make sure the GCancellable survive long enough for the idle callbackXavier Claessens2010-06-031-2/+1
* | | Rephrase a bit doc of tp_contact_request_contact_info_async()Xavier Claessens2010-06-031-4/+4
* | | Avoid potential deadlock by cancelling RequestContactInfo in an idle callbackXavier Claessens2010-06-032-14/+49
* | | Document why we can cancel the contact info requestXavier Claessens2010-06-031-0/+5
* | | Add test to cancel request of contact infoXavier Claessens2010-06-031-1/+52
* | | Make tp_contact_request_contact_info_async() cancellableXavier Claessens2010-06-032-9/+68
* | | Make tp_contact_info_field_spec_new() privateXavier Claessens2010-06-034-7/+7
* | | Add unit test for RequestContactInfoXavier Claessens2010-06-033-15/+79
* | | Add wrapper API for RequestContactInfoXavier Claessens2010-06-033-0/+103
* | | Force empty GStrv into tp_contact_info_field[_spec]_new()Xavier Claessens2010-06-032-10/+7
* | | Respect the CM order of ContactInfoFieldsXavier Claessens2010-06-031-0/+1
* | | Rename TpContact->priv->info to contact_infoXavier Claessens2010-06-031-7/+7
* | | Minor doc tweak: s/a #TpContactInfoFlags/a set of #TpContactInfoFlags/Xavier Claessens2010-06-031-1/+1
* | | Make tp_contact_info_field_copy() and tp_contact_info_field_spec_copy() take ...Xavier Claessens2010-06-032-4/+4
* | | Make tp_connection_refresh_contact_info() fire-and-forgetXavier Claessens2010-06-034-76/+12