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