summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-11TpBaseConnection: be a GDBusObjectSkeletonSimon McVittie5-43/+83
2014-04-10TpTestsSimpleConnection: Do not implement TpSvcConnection interfaceXavier Claessens1-3/+2
2014-04-10Test: Stop implementing TSvcConnection for bug 19101 regression testXavier Claessens4-123/+56
2014-04-10test-self-handle: Fix possible race making test sometimes failXavier Claessens1-30/+62
2014-04-10Revert "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
2014-04-01TpConnectionManager: Always create from a factoryXavier Claessens5-38/+43
2014-04-01TpConnectionManager: Take a factory to list CMsXavier Claessens2-2/+8
2014-04-01TpDebusClient: Always create from a factoryXavier Claessens1-1/+5
2014-04-01tp_client_factory_dup_channel_dispatcher: rename to _ensure_channel_dispatcherSimon McVittie2-2/+2
2014-04-01TpChannelDispatcher: Always create from a factoryXavier Claessens2-2/+6
2014-04-01tp_client_factory_dup_account_manager: rename to _ensure_account_managerSimon McVittie1-1/+1
2014-03-29TpAccountManager: Always create from a factoryXavier Claessens2-3/+16
2014-03-27tp_proxy_get_interface_by_id: removeSimon McVittie1-3/+3
2014-03-27Tests: Use GDBusConnection directly to list activatable namesXavier Claessens1-8/+20
2014-03-27TpDBusDaemon: Remove code for watching namesXavier Claessens1-242/+0
2014-03-27Tests: Use GDBusConnection directly to watch nameXavier Claessens1-5/+9
2014-03-26Move dbus-glib header inclusion from headers to source codeSimon McVittie4-0/+8
2014-03-26tests: expect GDBus and TpProxy errors, not dbus-glib errorsSimon McVittie7-11/+10