summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-12-22Changes need to cross compile MC for windowsHEADmasterSiraj Razick1-0/+4
2011-12-19In the [unlikely] event the id key has the wrong type, don't leak the GValueVivek Dasmohapatra1-0/+4
2011-12-19AgManager::enabled-event doesn't have the AgAccount::enabled multi-trigger bugVivek Dasmohapatra1-25/+10
2011-11-21Support building for Android, modified from an original patch by Derek ForemanAlvaro Soliverez1-0/+11
2011-11-21Build on systems without gettextAlvaro Soliverez16-17/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens14-38/+38
2011-11-10Put request paths under /org/fd/T/CDWill Thompson1-1/+1
2011-11-04ConnectivityMonitor: fix debug messageWill Thompson1-1/+1
2011-11-04Bind use-conn GSettings key to ConnectivityMonitorWill Thompson1-0/+8
2011-11-03Account: only set ChangingPresence if we actually areWill Thompson1-5/+10
2011-10-07connectivity-monitor: fix build with UPower but no NM or ConnManJonny Lamb1-4/+3
2011-10-04Merge branch 'upower'Will Thompson4-16/+90
2011-10-04Connectivity: move upower-specific code inside ifdefWill Thompson1-8/+8
2011-10-04Merge branch 'telepathy-mission-control-5.8+'Will Thompson2-1/+2
2011-10-04McdClient: don't allow unique_name to become NULLWill Thompson2-1/+2
2011-09-28Connectivity: refactor signalling state changesWill Thompson1-21/+25
2011-09-28Master: Always bind connection to a transportWill Thompson1-2/+1
2011-09-28Connectivity: go offline when laptop suspends.Will Thompson3-3/+74
2011-09-28KludgeTransport: debug when connections get queuedWill Thompson1-0/+2
2011-09-28Account: reconnect if RequestedPresence is not offlineWill Thompson1-2/+6
2011-09-28Account: when reconnecting, use RequestedPresence if possibleWill Thompson1-6/+13
2011-09-28Account: add would_like_to_connect method.Will Thompson3-27/+45
2011-09-28Account: unduplicate get_requested_presence methodWill Thompson3-24/+1
2011-09-28Account: refactor re-requesting RequestedPresence.Will Thompson1-10/+21
2011-09-28Account: remove _get_online_requests.Will Thompson2-16/+5
2011-09-28Account: static-ify _online_request_completedWill Thompson2-4/+1
2011-09-28KludgeTransport: explain the one-element list o' transportsWill Thompson1-5/+13
2011-09-28Master: instantiate an McdKludgeTransportWill Thompson1-0/+3
2011-09-28KludgeTransport: track McdConnectivityMonitor stateWill Thompson1-4/+89
2011-09-28Add stub McdTransportPlugin implementationWill Thompson3-0/+232
2011-09-28Import EmpathyConnectivity as McdConnectivityMonitorWill Thompson3-1/+519
2011-09-23McdTransport: add guards to vfunc wrappersWill Thompson1-1/+10
2011-09-23Master: poison singleton pointer when disposedWill Thompson1-0/+12
2011-09-20Make debug statement more usefulDerek Foreman1-1/+1
2011-09-20Avoid crash in client recovery if we don't know the handler well-known-nameXavier Claessens1-71/+107
2011-09-07mcd-account: use proper gboolean rather than 1 bit to store boolean propertiesGuillaume Desmottes1-7/+7
2011-09-06Merge branch 'early-connecting-status-semi-hack'Vivek Dasmohapatra2-2/+14
2011-09-06Merge branch 'memory-leak'Vivek Dasmohapatra2-1/+14
2011-09-06Merge branch '58-recovery-position'Vivek Dasmohapatra4-22/+86
2011-09-06Set connection status to 'CONNECTING' as soon as we start trying to connectVivek Dasmohapatra1-0/+4
2011-09-06Don't throw a hissy-fit if the account is CONNECTING but the connection is notVivek Dasmohapatra1-2/+10
2011-09-06API does not guarantee that the GValue remains unset on failed value retrievalVivek Dasmohapatra1-0/+4
2011-09-06Approval contexts must be NULLed out or the free function will assert()Vivek Dasmohapatra1-1/+6
2011-09-06Approval struct free function did not free a string memberVivek Dasmohapatra1-0/+1
2011-09-06Approval removed from GQueue should be freedVivek Dasmohapatra1-0/+1
2011-09-06Approval structs should be freed after removing them from the tracking GQueueVivek Dasmohapatra1-0/+2
2011-09-06fd.o #29022: if a channel can't be handled, dispatch it anyway, to run observersSimon McVittie3-21/+32
2011-09-06McdHandlerMap: add brief documentationSimon McVittie1-0/+37
2011-09-06fd.o #34025 (ish): if we handle a channel internally, record that factSimon McVittie3-1/+17
2011-09-01Silent-rules-ify some code generationWill Thompson1-23/+23