summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip part of the self-handle test until we fix its race conditiontelepathy-glib-0.99.11Simon McVittie2014-05-141-0/+3
* Add missing dependency to make sure run-test.sh is regeneratedSimon McVittie2014-05-141-1/+1
* Snapshot 0.99.11Simon McVittie2014-05-146-7/+18
* Use a telepathy-1 namespaced location for installed testsSimon McVittie2014-05-143-3/+3
* NEWSSimon McVittie2014-05-141-0/+7
* allow CMs to put 'TargetEntityType=None' in contact search requestsGuillaume Desmottes2014-05-131-6/+16
* Make TpWeakRef use GWeakRefXavier Claessens2014-05-091-10/+5
* Fix some gtkdoc warningsXavier Claessens2014-05-071-16/+5
* Fix an annotationXavier Claessens2014-05-071-1/+1
* TpBaseContactList: only implement Blocking1 if we can_block()Simon McVittie2014-05-071-3/+13
* TpBaseConnection: allow interfaces to be added in status-changedSimon McVittie2014-05-072-3/+17
* Use #define'd constants for interface-added, interface-removed signalsSimon McVittie2014-05-071-5/+9
* tp_base_connection_dup_contact_attributes: make it public againSimon McVittie2014-05-075-16/+15
* List some API changes in NEWSSimon McVittie2014-05-071-0/+53
* tp_base_connection_change_status: update RequestableChannelClasses before Sta...Simon McVittie2014-05-071-3/+5
* fix some more commentsSimon McVittie2014-05-073-8/+8
* Use TpPresenceMixin as the type for methods and vfuncsSimon McVittie2014-05-076-51/+63
* Decouple TpPresenceMixin from TpBaseConnection againSimon McVittie2014-05-078-33/+127
* handle.h: make TpHandle exactly guint32Simon McVittie2014-05-074-19/+14
* Fix some confusion over "&s" in variant-buildingSimon McVittie2014-05-073-5/+5
* TpBaseContactListPrivate: correct a commentSimon McVittie2014-05-071-1/+1
* TpPresenceMixin: rename construct_presence_hash to construct_presence_mapSimon McVittie2014-05-071-3/+3
* _tp_base_connection_dup_contact_attributes: de-confuse nameSimon McVittie2014-05-073-9/+9
* _tp_g_dbus_object_dup_interface_names_except: rename and remove arbitrary limitSimon McVittie2014-05-074-18/+23
* Move TpDBusPropertiesMixin to the -dbus librarySimon McVittie2014-05-0746-247/+127
* Communicate registrations to TpDBusPropertiesMixin via an internal headerSimon McVittie2014-05-075-67/+70
* Use the "invisible TpDBusPropertiesMixin" in all public classesSimon McVittie2014-05-0718-148/+87
* TpDBusPropertiesMixin: don't use TP_ERRORSimon McVittie2014-05-072-10/+11
* tp_dbus_connection_try_register_object: disallow GDBusObject-but-not-GDBusObj...Simon McVittie2014-05-071-2/+13
* tp_dbus_connection_try_register_object: factor out finding the interface skel...Simon McVittie2014-05-071-78/+93
* Fix a few outdated docXavier Claessens2014-05-072-32/+11
* TpPresenceMixin: Convert it to a GInterfaceXavier Claessens2014-05-0712-593/+321
* TpPresenceMixin: Use gdbus-codegen's skeleton to implement Presence1Xavier Claessens2014-05-078-196/+105
* TpExportableChannel, TpChannelIface: removeXavier Claessens2014-05-0725-589/+217
* TpBaseConnection: Simplify code to set Channels dbus propertyXavier Claessens2014-05-071-61/+18
* TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactBlocking1Xavier Claessens2014-05-079-177/+105
* TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactGroups1Xavier Claessens2014-05-077-215/+223
* TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactList1Simon McVittie2014-05-077-258/+229
* TpBaseConnection: Change fill_contact_attributes() to take a GVariantDictXavier Claessens2014-05-0713-258/+131
* TpBaseConnection: Stop implementing TpSvcConnectionInterfaceRequestsXavier Claessens2014-05-074-96/+76
* Tests: fix TpChannelManager implementationsXavier Claessens2014-05-075-14/+17
* TpBaseConnection: add a static assertion that guint is guint32Simon McVittie2014-05-071-0/+8
* TpBaseConnection: use g_dbus_method_invocation_return_error_literalSimon McVittie2014-05-071-6/+5
* TpBaseConnection: replace copy/free with g_dbus_method_invocation_take_error()Simon McVittie2014-05-071-10/+5
* TpBaseConnection::status-changed: correct a commentSimon McVittie2014-05-071-1/+1
* tp_svc_interface_skeleton_emit_signal: ignore if no longer exportedSimon McVittie2014-05-071-3/+10
* tp_base_connection_change_status: emit status-changed before StatusChangedSimon McVittie2014-05-071-1/+4
* TpBaseConnection: Stop implementing TpSvcConnectionXavier Claessens2014-05-071-161/+204
* TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie2014-05-0714-267/+205
* TpTestsSimpleConnection: Do not implement TpSvcConnection interfaceXavier Claessens2014-05-071-3/+2