aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connectivity.c
Commit message (Expand)AuthorAgeFilesLines
* connectivity: consider that network is disconnected if state is NM_STATE_ASLE...Guillaume Desmottes2011-04-151-0/+1
* Handle new NM 0.9 states (#644412)Dan Williams2011-03-221-0/+8
* connectivity: Update to use new Connman D-BUS service names / interfacesRob Bradford2011-02-101-2/+2
* Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-1/+1
* connectivity: small fix to a debug messageJonny Lamb2009-10-171-2/+2
* ->connected always has the right status, so use that instead of specialcasingSjoerd Simons2009-08-281-8/+1
* Only assume connected when we have neither Connman or NMSjoerd Simons2009-08-281-1/+1
* Slightly improve debug infoSjoerd Simons2009-08-281-1/+2
* empathy-connectivity: assume status is offline if GetState failsJonny Lamb2009-08-201-0/+2
* empathy-connectivity: add ConnMan supportJonny Lamb2009-08-201-2/+120
* empathy-connectivity: small style fixJonny Lamb2009-08-201-4/+1
* all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-201-3/+6
* empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-191-10/+21
* empathy-connectivity: remove dispose_runJonny Lamb2009-08-191-10/+0
* empathy-connectivity: be sure to get the initial presence on initJonny Lamb2009-08-191-0/+4
* empathy-connectivity: init priv->connected to TRUE if we're not using NMJonny Lamb2009-08-191-4/+2
* empathy-connectivity: remove useless assignmentJonny Lamb2009-08-191-1/+0
* empathy-connectivity: stop using the name "manager" when I mean "connectivity"Jonny Lamb2009-08-191-5/+5
* empathy-connectivity: disconnect from NM state change signal on finalizeJonny Lamb2009-08-191-0/+2
* empathy-connectivity: only unref the NM client if we're using NMJonny Lamb2009-08-191-0/+2
* empathy-connectivity: handle changes in use_conn correctlyJonny Lamb2009-08-191-1/+11
* empathy-connectivity: add signals, properties and hook in NMJonny Lamb2009-08-191-12/+180
* empathy-connectivity: add initial stubsJonny Lamb2009-08-181-0/+129