summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-17TpPresenceMixin: redo the API to be introspectablewip-presence-mixinSimon McVittie14-314/+520
2014-04-17tp_base_connection_change_status: update RequestableChannelClasses before Sta...wip-gdbus-allSimon McVittie1-3/+5
2014-04-17fix some more commentsSimon McVittie3-8/+8
2014-04-17Use TpPresenceMixin as the type for methods and vfuncsSimon McVittie6-51/+63
2014-04-17Decouple TpPresenceMixin from TpBaseConnection againSimon McVittie8-33/+127
2014-04-17handle.h: make TpHandle exactly guint32Simon McVittie4-19/+14
2014-04-17Fix some confusion over "&s" in variant-buildingSimon McVittie3-5/+5
2014-04-17TpBaseContactListPrivate: correct a commentSimon McVittie1-1/+1
2014-04-17TpPresenceMixin: rename construct_presence_hash to construct_presence_mapSimon McVittie1-3/+3
2014-04-17_tp_base_connection_dup_contact_attributes: de-confuse nameSimon McVittie3-9/+9
2014-04-17_tp_g_dbus_object_dup_interface_names_except: rename and remove arbitrary limitSimon McVittie4-18/+23
2014-04-17Move TpDBusPropertiesMixin to the -dbus librarySimon McVittie46-247/+127
2014-04-17Communicate registrations to TpDBusPropertiesMixin via an internal headerSimon McVittie5-67/+70
2014-04-17Use the "invisible TpDBusPropertiesMixin" in all public classesSimon McVittie18-148/+87
2014-04-17TpDBusPropertiesMixin: don't use TP_ERRORSimon McVittie2-10/+11
2014-04-17tp_dbus_connection_try_register_object: disallow GDBusObject-but-not-GDBusObj...Simon McVittie1-2/+13
2014-04-17tp_dbus_connection_try_register_object: factor out finding the interface skel...Simon McVittie1-78/+93
2014-04-17Fix a few outdated docXavier Claessens2-32/+11
2014-04-17TpPresenceMixin: Convert it to a GInterfaceXavier Claessens12-593/+321
2014-04-17TpPresenceMixin: Use gdbus-codegen's skeleton to implement Presence1Xavier Claessens8-196/+105
2014-04-17TpExportableChannel, TpChannelIface: removeXavier Claessens25-589/+217
2014-04-17TpBaseConnection: Simplify code to set Channels dbus propertyXavier Claessens1-61/+18
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactBlocking1Xavier Claessens9-177/+105
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactGroups1Xavier Claessens7-215/+223
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactList1Simon McVittie7-258/+229
2014-04-17TpBaseConnection: Change fill_contact_attributes() to take a GVariantDictXavier Claessens13-258/+131
2014-04-17TpBaseConnection: Stop implementing TpSvcConnectionInterfaceRequestsXavier Claessens4-96/+76
2014-04-17Tests: fix TpChannelManager implementationsXavier Claessens5-14/+17
2014-04-17TpBaseConnection: add a static assertion that guint is guint32Simon McVittie1-0/+8
2014-04-14TpBaseConnection: use g_dbus_method_invocation_return_error_literalSimon McVittie1-6/+5
2014-04-14TpBaseConnection: replace copy/free with g_dbus_method_invocation_take_error()Simon McVittie1-10/+5
2014-04-14TpBaseConnection::status-changed: correct a commentSimon McVittie1-1/+1
2014-04-14tp_svc_interface_skeleton_emit_signal: ignore if no longer exportedSimon McVittie1-3/+10
2014-04-14tp_base_connection_change_status: emit status-changed before StatusChangedSimon McVittie1-1/+4
2014-04-14TpBaseConnection: Stop implementing TpSvcConnectionXavier Claessens1-161/+204
2014-04-14TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie14-267/+205
2014-04-14TpTestsSimpleConnection: Do not implement TpSvcConnection interfaceXavier Claessens1-3/+2
2014-04-14Test: Stop implementing TSvcConnection for bug 19101 regression testXavier Claessens4-123/+56
2014-04-14Add gdbus-codegen supportXavier Claessens3-7/+34
2014-04-14TpBaseProtocol: be a GDBusObjectSkeletonSimon McVittie6-122/+97
2014-04-14TpSvcInterfaceSkeleton: move to the -dbus librarySimon McVittie9-35/+278
2014-04-14tp_dbus_connection_try_register_object: export each GDBusInterfaceSkeleton fr...Simon McVittie1-22/+167
2014-04-14tp_svc_interface_skeleton_get_properties: don't leak the parent objectSimon McVittie1-0/+1
2014-04-14Add sliced-gvalue to documentationSimon McVittie1-0/+1
2014-04-14test-self-handle: Fix possible race making test sometimes failXavier Claessens1-30/+62
2014-04-14Revert "self-handle test: go back to reimplementing TpSvcDBusProperties"Xavier Claessens1-125/+35
2014-04-14Update gitignoreXavier Claessens1-4/+4
2014-04-10TpBasePasswordChannel: stop most D-Bus properties from being GObject propertiesnextSimon McVittie1-108/+70
2014-04-10TpExportableChannel: turn channel-properties into a GVariantSimon McVittie10-42/+75
2014-04-10TpBaseConnection:dbus-status, TpBaseConnection:requestable-channel-classes: r...Simon McVittie1-44/+1