summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-16stop calling tp_dbus_properties_mixin_class_init()nextGuillaume Desmottes2-2/+0
2014-05-14nano versionSimon McVittie2-1/+6
2014-05-14Install test metadata to a fully versioned locationtelepathy-mission-control-5.99.11Simon McVittie1-1/+1
2014-05-145.99.11Simon McVittie2-3/+13
2014-05-07Stop putting TpDBusPropertiesMixinClass in class structsSimon McVittie3-29/+12
2014-04-08Rewrite the protocol name for local-xmpp accounts created by Telepathy1Simon McVittie1-0/+12
2014-04-08Stop using tp_dbus_properties_mixin_iface_init which has been removedSimon McVittie2-6/+2
2014-04-08McpRequest: use GVariant for the requested propertiesSimon McVittie5-18/+14
2014-04-08McpDispatchOperation: use GVariant for the channel's propertiesSimon McVittie5-55/+32
2014-04-08McpAccountStorage: use GVariant instead of dbus-glib typesSimon McVittie4-99/+68
2014-04-08change terminology from "handle type" to "entity type"Simon McVittie8-17/+19
2014-04-08Adapt for removal of tp_connection_manager_param_get_defaultSimon McVittie1-2/+19
2014-04-03restart developmentSimon McVittie2-1/+6
2014-04-035.99.10telepathy-mission-control-5.99.10Simon McVittie2-17/+17
2014-04-02mc-debug-server: if we have several reasons to stop, don't crashSimon McVittie1-4/+17
2014-04-01Remove references to TpDBusDaemonSimon McVittie11-129/+43
2014-04-01McdManager: use tp_client_factory_ensure_connection_managerSimon McVittie1-3/+2
2014-04-01mc-tool: use the global singleton client factorySimon McVittie1-12/+4
2014-04-01McdClientRegistry: stop having a TpDBusDaemonSimon McVittie4-36/+14
2014-04-01McdClientRegistry: use GDBus to call ListNames, ListActivatableNamesSimon McVittie1-27/+57
2014-04-01McdHandlerMap: have a TpClientFactory instead of a TpDBusDaemonSimon McVittie3-18/+19
2014-04-01McdClientProxy: have a factorySimon McVittie3-4/+6
2014-04-01McdClientRegistry: have a TpClientFactorySimon McVittie3-8/+32
2014-04-01Pass TpClientFactory to McdDispatcherSimon McVittie3-9/+28
2014-04-01mcp-plugin: avoid TpDBusDaemon, just use g_bus_get_sync()Simon McVittie1-6/+15
2014-04-01McdAccount: have a construct-only factory and demote dbus-daemon to readableSimon McVittie1-6/+20
2014-04-01mcd_account_manager_get_dbus_daemon: replace with mcd_account_manager_get_fac...Simon McVittie3-12/+8
2014-04-01McdMaster: take a TpClientFactory at construct-timeSimon McVittie2-7/+22
2014-03-27McdAccountManager: replace tp_list_connection_names with direct GDBus callsSimon McVittie1-24/+46
2014-03-27McdHandlerMap: add some assertions for claritySimon McVittie1-0/+17
2014-03-27McdHandlerMap: use g_bus_watch_name_on_connectionSimon McVittie1-61/+46
2014-03-27wait-for-name: use GDBus directlySimon McVittie1-31/+57
2014-03-27McdClient: replace tp_dbus_daemon_watch_name_owner with g_bus_watch_name_on_c...Simon McVittie1-13/+29
2014-03-27sync_dbus: support being called on a CM, tooSimon McVittie1-0/+6
2014-03-27McdDispatchOperation: don't run approvers if we already have a resultSimon McVittie1-10/+11
2014-03-27tests: make sure to specify a D-Bus interface for method callsSimon McVittie3-4/+4
2014-03-27mc-debug-server: hold a reference to the debug senderSimon McVittie1-0/+4
2014-03-27mc-debug-server: export a GDBus interface rather than a libdbus filterSimon McVittie2-58/+70
2014-03-27mc-debug-server: use GDBus to watch for disconnectionSimon McVittie1-12/+24
2014-03-27TestPermissionPluginClass etc.: adapt for GDBusSimon McVittie1-194/+61
2014-03-27McdStorage: rewrite unique_name to avoid dbus_g_connection_lookup_g_objectSimon McVittie1-12/+4
2014-03-27McdMaster: don't force exit-on-disconnect onSimon McVittie1-5/+0
2014-03-27McdConnection: rewrite translate_g_error() using g_dbus_error_encode_gerror()Simon McVittie1-31/+5
2014-03-27McdConnection: tp_connection_init_known_interfaces() no longer existsSimon McVittie1-2/+0
2014-03-27McdConnection: use g_dbus_connection_call() for simple Disconnect callSimon McVittie1-7/+3
2014-03-27Use tp_dbus_daemon_register_object to register object pathsSimon McVittie4-27/+10
2014-03-27Use g_dbus_method_invocation_get_senderSimon McVittie2-8/+5
2014-03-27McdClientRegistry: use GDBus to watch for NameOwnerChangedSimon McVittie2-63/+28
2014-03-27Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerrorSimon McVittie6-22/+22
2014-03-27replace DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie10-40/+40