summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ConnectivityMonitor: fix debug messageWill Thompson2011-11-041-1/+1
* Bind use-conn GSettings key to ConnectivityMonitorWill Thompson2011-11-041-0/+8
* Account: only set ChangingPresence if we actually areWill Thompson2011-11-031-5/+10
* connectivity-monitor: fix build with UPower but no NM or ConnManJonny Lamb2011-10-071-4/+3
* Merge branch 'upower'Will Thompson2011-10-044-16/+90
|\
| * Connectivity: move upower-specific code inside ifdefWill Thompson2011-10-041-8/+8
| * Connectivity: refactor signalling state changesWill Thompson2011-09-281-21/+25
| * Master: Always bind connection to a transportWill Thompson2011-09-281-2/+1
| * Connectivity: go offline when laptop suspends.Will Thompson2011-09-283-3/+74
* | Merge branch 'telepathy-mission-control-5.8+'Will Thompson2011-10-042-1/+2
|\ \ | |/ |/|
| * McdClient: don't allow unique_name to become NULLWill Thompson2011-10-042-1/+2
* | KludgeTransport: debug when connections get queuedWill Thompson2011-09-281-0/+2
* | Account: reconnect if RequestedPresence is not offlineWill Thompson2011-09-281-2/+6
* | Account: when reconnecting, use RequestedPresence if possibleWill Thompson2011-09-281-6/+13
* | Account: add would_like_to_connect method.Will Thompson2011-09-283-27/+45
* | Account: unduplicate get_requested_presence methodWill Thompson2011-09-283-24/+1
* | Account: refactor re-requesting RequestedPresence.Will Thompson2011-09-281-10/+21
* | Account: remove _get_online_requests.Will Thompson2011-09-282-16/+5
* | Account: static-ify _online_request_completedWill Thompson2011-09-282-4/+1
* | KludgeTransport: explain the one-element list o' transportsWill Thompson2011-09-281-5/+13
* | Master: instantiate an McdKludgeTransportWill Thompson2011-09-281-0/+3
* | KludgeTransport: track McdConnectivityMonitor stateWill Thompson2011-09-281-4/+89
* | Add stub McdTransportPlugin implementationWill Thompson2011-09-283-0/+232
* | Import EmpathyConnectivity as McdConnectivityMonitorWill Thompson2011-09-283-1/+519
* | McdTransport: add guards to vfunc wrappersWill Thompson2011-09-231-1/+10
* | Master: poison singleton pointer when disposedWill Thompson2011-09-231-0/+12
* | Make debug statement more usefulDerek Foreman2011-09-201-1/+1
* | Avoid crash in client recovery if we don't know the handler well-known-nameXavier Claessens2011-09-201-71/+107
* | mcd-account: use proper gboolean rather than 1 bit to store boolean propertiesGuillaume Desmottes2011-09-071-7/+7
* | Merge branch 'early-connecting-status-semi-hack'Vivek Dasmohapatra2011-09-062-2/+14
|\ \ | |/
| * Set connection status to 'CONNECTING' as soon as we start trying to connectVivek Dasmohapatra2011-09-061-0/+4
| * Don't throw a hissy-fit if the account is CONNECTING but the connection is notVivek Dasmohapatra2011-09-061-2/+10
* | Merge branch 'memory-leak'Vivek Dasmohapatra2011-09-062-1/+14
|\ \ | |/
| * API does not guarantee that the GValue remains unset on failed value retrievalVivek Dasmohapatra2011-09-061-0/+4
| * Approval contexts must be NULLed out or the free function will assert()Vivek Dasmohapatra2011-09-061-1/+6
| * Approval struct free function did not free a string memberVivek Dasmohapatra2011-09-061-0/+1
| * Approval removed from GQueue should be freedVivek Dasmohapatra2011-09-061-0/+1
| * Approval structs should be freed after removing them from the tracking GQueueVivek Dasmohapatra2011-09-061-0/+2
* | Merge branch '58-recovery-position'Vivek Dasmohapatra2011-09-064-22/+86
|\ \ | |/
| * fd.o #29022: if a channel can't be handled, dispatch it anyway, to run observersSimon McVittie2011-09-063-21/+32
| * McdHandlerMap: add brief documentationSimon McVittie2011-09-061-0/+37
| * fd.o #34025 (ish): if we handle a channel internally, record that factSimon McVittie2011-09-063-1/+17
* | Silent-rules-ify some code generationWill Thompson2011-09-011-23/+23
* | Remove stale code-gen for stable interfaces.Will Thompson2011-09-016-32/+1
* | Remove Account.Interface.ChannelRequestsWill Thompson2011-09-015-185/+0
* | Remove libmcclientWill Thompson2011-09-0117-42/+35
* | Remove local copies of ContactCaps and PowerSavingWill Thompson2011-08-312-25/+3
* | Remove Compat.Profile supportWill Thompson2011-08-319-140/+0
* | Use D-Bus GType constants from tp-glibWill Thompson2011-08-313-8/+4
* | Merge branch 'telepathy-mission-control-5.8+'Will Thompson2011-08-311-5/+7
|\ \ | |/