index
:
~smcv/telepathy-mission-control
5.16-branchpoint
512-really-depart
account-rework-27727
account-rework-27727-round2
account-rework-27727-round3
account-rework-27727-round4
activation2
altered-one-54780
approved-by
conn-status-39334
emergency-59162
gdb
gdbus-object
gdbus-properties
leave-via-newer-api-55391
master
minimum-presence
mission-impossible
mock-account-store-54873
next
next-factory
next-factory2
next-gdbus
next-gvariant1
next-import
next-local-xmpp
next-misc
next-parallel
next-tests
no-gsettings-on-android
one-channel-should-be-enough-for-anyone
salt-the-earth
sealant
self-contact-for-avatars
storage-refactor-54870
storage-refactor-54874
taking-names
telepathy-mission-control-5.12
telepathy-mission-control-5.16
tests
typed-settings-54872
variants-all-round-54875
we-have-a-self-contact
wip
wip-52-get-aliases
wip-52-order-names
wip-all-debug
wip-assume-requests
wip-multiples
wip-next
wip-nickname-aagh
wip-push-into-connection
wip-self-contact
š¯… Ground Control to Major Tom / your circuitā€™s dead, thereā€™s something wrong
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
Rewrite the protocol name for local-xmpp accounts created by Telepathy1
next
Simon McVittie
1
-0
/
+12
2014-04-08
Stop using tp_dbus_properties_mixin_iface_init which has been removed
Simon McVittie
2
-6
/
+2
2014-04-08
McpRequest: use GVariant for the requested properties
Simon McVittie
5
-18
/
+14
2014-04-08
McpDispatchOperation: use GVariant for the channel's properties
Simon McVittie
5
-55
/
+32
2014-04-08
McpAccountStorage: use GVariant instead of dbus-glib types
Simon McVittie
4
-99
/
+68
2014-04-08
change terminology from "handle type" to "entity type"
Simon McVittie
8
-17
/
+19
2014-04-08
Adapt for removal of tp_connection_manager_param_get_default
Simon McVittie
1
-2
/
+19
2014-04-03
restart development
Simon McVittie
2
-1
/
+6
2014-04-03
5.99.10
Simon McVittie
2
-17
/
+17
2014-04-02
mc-debug-server: if we have several reasons to stop, don't crash
Simon McVittie
1
-4
/
+17
2014-04-01
Remove references to TpDBusDaemon
next-factory2
Simon McVittie
11
-129
/
+43
2014-04-01
McdManager: use tp_client_factory_ensure_connection_manager
Simon McVittie
1
-3
/
+2
2014-04-01
mc-tool: use the global singleton client factory
Simon McVittie
1
-12
/
+4
2014-04-01
McdClientRegistry: stop having a TpDBusDaemon
Simon McVittie
4
-36
/
+14
2014-04-01
McdClientRegistry: use GDBus to call ListNames, ListActivatableNames
Simon McVittie
1
-27
/
+57
2014-04-01
McdHandlerMap: have a TpClientFactory instead of a TpDBusDaemon
Simon McVittie
3
-18
/
+19
2014-04-01
McdClientProxy: have a factory
Simon McVittie
3
-4
/
+6
2014-04-01
McdClientRegistry: have a TpClientFactory
Simon McVittie
3
-8
/
+32
2014-04-01
Pass TpClientFactory to McdDispatcher
Simon McVittie
3
-9
/
+28
2014-04-01
mcp-plugin: avoid TpDBusDaemon, just use g_bus_get_sync()
Simon McVittie
1
-6
/
+15
2014-04-01
McdAccount: have a construct-only factory and demote dbus-daemon to readable
Simon McVittie
1
-6
/
+20
2014-04-01
mcd_account_manager_get_dbus_daemon: replace with mcd_account_manager_get_fac...
Simon McVittie
3
-12
/
+8
2014-04-01
McdMaster: take a TpClientFactory at construct-time
Simon McVittie
2
-7
/
+22
2014-03-27
McdAccountManager: replace tp_list_connection_names with direct GDBus calls
next-gdbus
Simon McVittie
1
-24
/
+46
2014-03-27
McdHandlerMap: add some assertions for clarity
Simon McVittie
1
-0
/
+17
2014-03-27
McdHandlerMap: use g_bus_watch_name_on_connection
Simon McVittie
1
-61
/
+46
2014-03-27
wait-for-name: use GDBus directly
Simon McVittie
1
-31
/
+57
2014-03-27
McdClient: replace tp_dbus_daemon_watch_name_owner with g_bus_watch_name_on_c...
Simon McVittie
1
-13
/
+29
2014-03-27
sync_dbus: support being called on a CM, too
Simon McVittie
1
-0
/
+6
2014-03-27
McdDispatchOperation: don't run approvers if we already have a result
Simon McVittie
1
-10
/
+11
2014-03-27
tests: make sure to specify a D-Bus interface for method calls
Simon McVittie
3
-4
/
+4
2014-03-27
mc-debug-server: hold a reference to the debug sender
Simon McVittie
1
-0
/
+4
2014-03-27
mc-debug-server: export a GDBus interface rather than a libdbus filter
Simon McVittie
2
-58
/
+70
2014-03-27
mc-debug-server: use GDBus to watch for disconnection
Simon McVittie
1
-12
/
+24
2014-03-27
TestPermissionPluginClass etc.: adapt for GDBus
Simon McVittie
1
-194
/
+61
2014-03-27
McdStorage: rewrite unique_name to avoid dbus_g_connection_lookup_g_object
Simon McVittie
1
-12
/
+4
2014-03-27
McdMaster: don't force exit-on-disconnect on
Simon McVittie
1
-5
/
+0
2014-03-27
McdConnection: rewrite translate_g_error() using g_dbus_error_encode_gerror()
Simon McVittie
1
-31
/
+5
2014-03-27
McdConnection: tp_connection_init_known_interfaces() no longer exists
Simon McVittie
1
-2
/
+0
2014-03-27
McdConnection: use g_dbus_connection_call() for simple Disconnect call
Simon McVittie
1
-7
/
+3
2014-03-27
Use tp_dbus_daemon_register_object to register object paths
Simon McVittie
4
-27
/
+10
2014-03-27
Use g_dbus_method_invocation_get_sender
Simon McVittie
2
-8
/
+5
2014-03-27
McdClientRegistry: use GDBus to watch for NameOwnerChanged
Simon McVittie
2
-63
/
+28
2014-03-27
Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerror
Simon McVittie
6
-22
/
+22
2014-03-27
replace DBusGMethodInvocation with GDBusMethodInvocation
Simon McVittie
10
-40
/
+40
2014-03-27
telepathy.am: update for out-of-tree releases
Simon McVittie
1
-1
/
+1
2014-03-27
Use the AccountManager object path to call Abort
Simon McVittie
1
-1
/
+1
2014-03-27
mctest: use the AccountManager path for 'MC' object so we can use sync_dbus
Simon McVittie
1
-1
/
+3
2014-03-27
sync_dbus: work around GNOME #726259
Simon McVittie
1
-7
/
+20
2014-03-27
Re-enable regression tests for account import, and add more
next-import
Simon McVittie
6
-9
/
+226
[next]