summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* telepathy.am: update for out-of-tree releasesSimon McVittie2014-03-271-1/+1
* Use the AccountManager object path to call AbortSimon McVittie2014-03-271-1/+1
* mctest: use the AccountManager path for 'MC' object so we can use sync_dbusSimon McVittie2014-03-271-1/+3
* sync_dbus: work around GNOME #726259Simon McVittie2014-03-271-7/+20
* Re-enable regression tests for account import, and add moreSimon McVittie2014-03-276-9/+226
* McdAccount: reinstate avatar-migration code, considerably simplifiedSimon McVittie2014-03-271-120/+73
* mcd_account_delete_async: remove #if 0 code to delete old account storageSimon McVittie2014-03-271-30/+0
* McdAccountManagerDefault: copy accounts from Telepathy 0 on first runSimon McVittie2014-03-271-29/+148
* Re-enable some account storage testsSimon McVittie2014-03-272-6/+0
* Remove unused CHECK_TWISTED_PATH variableSimon McVittie2014-03-271-6/+0
* Rename mc-twisted-tests.list to twisted-tests.Simon McVittie2014-03-273-5/+5
* tests: work in terms of G_TEST_SRCDIR, G_TEST_BUILDDIR and ${twistedtestsdir}Simon McVittie2014-03-272-27/+27
* Replace MC_ABS_TOP_BUILDDIR, ...SRCDIR with CHECK_TWISTED_ABS_TOP_BUILDDIR, ....Simon McVittie2014-03-272-8/+8