aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connectivity.c
Commit message (Collapse)AuthorAgeFilesLines
* connectivity: Update to use new Connman D-BUS service names / interfacesRob Bradford2011-02-101-2/+2
| | | | | | | | The Connman service name and interface name has changed to a different namespace: http://lists.connman.net/pipermail/connman/2010-November/002548.html Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=641985
* Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-1/+1
| | | | Die gconf, die!
* connectivity: small fix to a debug messageJonny Lamb2009-10-171-2/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* ->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
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: add ConnMan supportJonny Lamb2009-08-201-2/+120
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: small style fixJonny Lamb2009-08-201-4/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* all: save the signal id and use that to disconnect from the signalJonny Lamb2009-08-201-3/+6
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: only send the new state in the state-change signalJonny Lamb2009-08-191-10/+21
| | | | | | | | It can be assumed that the old state was always the opposite to the new state, because the signal is only ever fired if the new state differs from the old state. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: remove dispose_runJonny Lamb2009-08-191-10/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: be sure to get the initial presence on initJonny Lamb2009-08-191-0/+4
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: init priv->connected to TRUE if we're not using NMJonny Lamb2009-08-191-4/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: remove useless assignmentJonny Lamb2009-08-191-1/+0
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: stop using the name "manager" when I mean "connectivity"Jonny Lamb2009-08-191-5/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: disconnect from NM state change signal on finalizeJonny Lamb2009-08-191-0/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: only unref the NM client if we're using NMJonny Lamb2009-08-191-0/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: handle changes in use_conn correctlyJonny Lamb2009-08-191-1/+11
| | | | | | | | This is so that the presence chooser can get notified if use_conn turns to false, and NM still reports us as offline, so it can become sensitive again. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: add signals, properties and hook in NMJonny Lamb2009-08-191-12/+180
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-connectivity: add initial stubsJonny Lamb2009-08-181-0/+129
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>