summaryrefslogtreecommitdiff
path: root/telepathy-glib
AgeCommit message (Expand)AuthorFilesLines
2014-04-17TpBaseConnection: Stop implementing TpSvcConnectionInterfaceRequestsXavier Claessens4-96/+76
2014-04-17Tests: fix TpChannelManager implementationsXavier Claessens1-2/+2
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 McVittie3-143/+73
2014-04-14Add gdbus-codegen supportXavier Claessens1-7/+32
2014-04-14TpBaseProtocol: be a GDBusObjectSkeletonSimon McVittie4-105/+97
2014-04-14TpSvcInterfaceSkeleton: move to the -dbus librarySimon McVittie8-34/+276
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-10TpBasePasswordChannel: stop most D-Bus properties from being GObject propertiesnextSimon McVittie1-108/+70
2014-04-10TpExportableChannel: turn channel-properties into a GVariantSimon McVittie4-17/+29
2014-04-10TpBaseConnection:dbus-status, TpBaseConnection:requestable-channel-classes: r...Simon McVittie1-44/+1
2014-04-10TpBaseConnection: stop using tp_dbus_properties_mixin_getter_gobject_properti...Simon McVittie1-7/+52
2014-04-10Simplify TpPresenceMixin by removing all support for non-message parametersSimon McVittie3-149/+28
2014-04-10tp_group_mixin_change_members: take a GVariant for the detailsSimon McVittie2-18/+31
2014-04-10tp_group_mixin_get_members etc.: remove accessors for membersSimon McVittie3-141/+7
2014-04-08tp_dbus_connection_try_register_object: re-allow TP_TYPE_SVC_DBUS_PROPERTIESSimon McVittie1-8/+0
2014-04-08Stop implementing TpSvcDBusProperties interfaceXavier Claessens14-107/+4
2014-04-08TpSvcInterfaceSkeleton: Handle Get/Set propertyXavier Claessens2-3/+76
2014-04-08TpDBusPropertiesMixin: Emit PropertiesChanged signal using GDBusConnection di...Xavier Claessens3-8/+52
2014-04-08tp_text_channel_get_message_types, TpTextChannel:message-types: removeSimon McVittie3-43/+0
2014-04-08TpObserveChannelContext:observer-info: change type to GVariantSimon McVittie3-19/+19
2014-04-08TpChannel, TpChannelIface: disentangle their documentationSimon McVittie2-31/+10
2014-04-08Sort main-1.0.abi via `LC_ALL=C sort -u` for easier diffsSimon McVittie1-12/+12
2014-04-08Rename all mentions of handle types to entity typesSimon McVittie27-221/+221
2014-04-08TpChannel::group-members-changed: change details GHashTable to GVariantSimon McVittie2-12/+11
2014-04-08TpChannel:channel-properties: change type to GVariantSimon McVittie10-32/+37
2014-04-08TpChannel: stop implementing TpChannelIface, and make those properties read-onlySimon McVittie6-35/+42
2014-04-08TpChannelDispatcher: store immutable properties as a GVariant internallySimon McVittie1-122/+123
2014-04-08TpChannelDispatchOperation: make the external API GVariant-basedSimon McVittie4-23/+55
2014-04-08tp_account_get_avatar_async: rename to _dup_, return GBytes + MIME typeSimon McVittie3-46/+65
2014-04-08TpAccountRequest:avatar: change from GArray<guchar> to GBytesSimon McVittie1-4/+7
2014-04-08Remove tp_message_set in favour of tp_message_set_variantSimon McVittie3-32/+0
2014-04-08Remove tp_connection_manager_param_get_defaultSimon McVittie3-34/+0
2014-04-08TpCapabilities: operate in terms of GVariantSimon McVittie7-180/+131
2014-04-08TpAccount:connection-error-details, TpAccount::status-changed: use GVariantSimon McVittie1-41/+36
2014-04-08Remove obsolete contact-list-channel-internal.hSimon McVittie1-119/+0
2014-04-030.99.10Simon McVittie9-17/+39
2014-04-03Fold the core library into the dbus librarySimon McVittie32-143/+114
2014-04-03Move error codes and all GEnum types to main librarySimon McVittie4-14/+11
2014-04-03Move TpSvc* registration code to the -dbus librarySimon McVittie14-152/+115
2014-04-03Split gnio-util.h into the Telepathy D-Bus API part, and the GIO partSimon McVittie12-560/+662
2014-04-03Move tp_asv_to_vardict, tp_asv_from_vardict to dbus librarySimon McVittie11-51/+72
2014-04-03Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie46-1370/+1485