Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | connectivity: consider that network is disconnected if state is ↵ | Guillaume Desmottes | 2011-04-15 | 1 | -0/+1 |
| | | | | NM_STATE_ASLEEP (#647793) | ||||
* | Handle new NM 0.9 states (#644412) | Dan Williams | 2011-03-22 | 1 | -0/+8 |
| | |||||
* | connectivity: Update to use new Connman D-BUS service names / interfaces | Rob Bradford | 2011-02-10 | 1 | -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' word | Xavier Claessens | 2010-06-21 | 1 | -1/+1 |
| | | | | Die gconf, die! | ||||
* | connectivity: small fix to a debug message | Jonny Lamb | 2009-10-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | ->connected always has the right status, so use that instead of specialcasing | Sjoerd Simons | 2009-08-28 | 1 | -8/+1 |
| | |||||
* | Only assume connected when we have neither Connman or NM | Sjoerd Simons | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Slightly improve debug info | Sjoerd Simons | 2009-08-28 | 1 | -1/+2 |
| | |||||
* | empathy-connectivity: assume status is offline if GetState fails | Jonny Lamb | 2009-08-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: add ConnMan support | Jonny Lamb | 2009-08-20 | 1 | -2/+120 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: small style fix | Jonny Lamb | 2009-08-20 | 1 | -4/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | all: save the signal id and use that to disconnect from the signal | Jonny Lamb | 2009-08-20 | 1 | -3/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: only send the new state in the state-change signal | Jonny Lamb | 2009-08-19 | 1 | -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_run | Jonny Lamb | 2009-08-19 | 1 | -10/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: be sure to get the initial presence on init | Jonny Lamb | 2009-08-19 | 1 | -0/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: init priv->connected to TRUE if we're not using NM | Jonny Lamb | 2009-08-19 | 1 | -4/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: remove useless assignment | Jonny Lamb | 2009-08-19 | 1 | -1/+0 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: stop using the name "manager" when I mean "connectivity" | Jonny Lamb | 2009-08-19 | 1 | -5/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: disconnect from NM state change signal on finalize | Jonny Lamb | 2009-08-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: only unref the NM client if we're using NM | Jonny Lamb | 2009-08-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: handle changes in use_conn correctly | Jonny Lamb | 2009-08-19 | 1 | -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 NM | Jonny Lamb | 2009-08-19 | 1 | -12/+180 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-connectivity: add initial stubs | Jonny Lamb | 2009-08-18 | 1 | -0/+129 |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |