summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-17TpPresenceMixin: redo the API to be introspectablewip-presence-mixinSimon McVittie2-22/+69
2014-04-17Use TpPresenceMixin as the type for methods and vfuncsSimon McVittie1-9/+10
2014-04-17Decouple TpPresenceMixin from TpBaseConnection againSimon McVittie1-0/+6
2014-04-17Move TpDBusPropertiesMixin to the -dbus librarySimon McVittie13-2/+13
2014-04-17TpDBusPropertiesMixin: don't use TP_ERRORSimon McVittie1-1/+2
2014-04-17TpPresenceMixin: Convert it to a GInterfaceXavier Claessens2-30/+25
2014-04-17TpPresenceMixin: Use gdbus-codegen's skeleton to implement Presence1Xavier Claessens1-9/+0
2014-04-17TpExportableChannel, TpChannelIface: removeXavier Claessens2-7/+7
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactBlocking1Xavier Claessens1-2/+0
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactGroups1Xavier Claessens1-7/+0
2014-04-17TpBaseContactList: Use gdbus-codegen's skeleton to implement ContactList1Simon McVittie1-7/+0
2014-04-17TpBaseConnection: Change fill_contact_attributes() to take a GVariantDictXavier Claessens2-24/+31
2014-04-17Tests: fix TpChannelManager implementationsXavier Claessens1-3/+3
2014-04-14TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie5-43/+83
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-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-10TpExportableChannel: turn channel-properties into a GVariantSimon McVittie6-25/+46
2014-04-10simple-conn: don't reimplement dbus-statusSimon McVittie1-15/+1
2014-04-10Simplify TpPresenceMixin by removing all support for non-message parametersSimon McVittie1-44/+9
2014-04-10tp_group_mixin_change_members: take a GVariant for the detailsSimon McVittie3-118/+44
2014-04-08self-handle test: go back to reimplementing TpSvcDBusPropertiesSimon McVittie1-35/+125
2014-04-08Stop implementing TpSvcDBusProperties interfaceXavier Claessens8-19/+3
2014-04-08TpTestsSimpleConn: Stop using tp_svc_dbus_properties_*()Xavier Claessens2-44/+21
2014-04-08test-cm: Stop using tp_svc_dbus_properties_*()Xavier Claessens1-71/+48
2014-04-08TpTestsSimpleAccount: Stop using tp_svc_dbus_properties_*()Xavier Claessens1-14/+2
2014-04-08test-disconnection: Stop using tp_svc_dbus_properties_*()Xavier Claessens1-8/+14
2014-04-08tp_text_channel_get_message_types, TpTextChannel:message-types: removeSimon McVittie1-24/+0
2014-04-08TpObserveChannelContext:observer-info: change type to GVariantSimon McVittie1-3/+3
2014-04-08Rename all mentions of handle types to entity typesSimon McVittie11-48/+48
2014-04-08TpChannel::group-members-changed: change details GHashTable to GVariantSimon McVittie3-24/+42
2014-04-08channel-introspect: make a test more realisticSimon McVittie1-9/+15
2014-04-08TpChannelDispatchOperation: make the external API GVariant-basedSimon McVittie1-14/+17
2014-04-08tp_account_get_avatar_async: rename to _dup_, return GBytes + MIME typeSimon McVittie1-11/+17
2014-04-08TpAccountRequest:avatar: change from GArray<guchar> to GBytesSimon McVittie1-9/+8
2014-04-08Remove tp_connection_manager_param_get_defaultSimon McVittie1-173/+178
2014-04-08TpCapabilities: operate in terms of GVariantSimon McVittie3-440/+224
2014-04-08contacts/subscription-states test: redesign to fix a race conditionSimon McVittie1-28/+63
2014-04-03Fold the core library into the dbus librarySimon McVittie4-15/+0
2014-04-03Move tp_asv_to_vardict, tp_asv_from_vardict to dbus librarySimon McVittie3-0/+3
2014-04-03Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie22-0/+22
2014-04-03Move tp_g_value_slice_* family to dbus librarySimon McVittie6-0/+6
2014-04-03Rename core-util.c to value-array.c and put it in the -dbus librarySimon McVittie5-0/+5
2014-04-01Restore lost test coverage from get-interface-after-invalidate testnext-factorySimon McVittie1-1/+22
2014-04-01Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens26-106/+106
2014-04-01Remove tp_dbus_daemon_get_unique_name()Xavier Claessens4-4/+4
2014-04-01Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens58-303/+201
2014-04-01Stop passing a TpDBusDaemon to TpProxy and subclassesXavier Claessens11-17/+0
2014-04-01Tests: Pass a factory to all TpProxy instancesXavier Claessens11-32/+80