Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Does not automatically connect to wifi network at startup anymore #1883Simon Schampijer2010-07-071-1/+1
| | | | | The mesh support tried to connect to a mesh network automatically, even though there was a connection set in the configuration.
* Fix duplication of OLPC mesh iconsMartin Abente2010-07-071-7/+8
| | | | | | | | | | | | | | | | Three or more mesh icons were being added after every suspend/resume. There was already code present to detect when the device goes away and remove the icons, but it was not working. NetworkManagerObserver was attempting to look at the properties of the gone-away device in order to see if it is a mesh device, but this was failing because the device has already been destroyed at this point. Solve this by recording the device path of the mesh device when it is detected, so that we can later determine if the gone-away device is the mesh device. Signed-off-by: Martin Abente <mabente@paraguayeduca.org>
* Remove "Erase" and "Remove favorite" Activity palette entries #1128Tomeu Vizoso2010-07-074-143/+111
| | | | | | from Home favorite view [dsd: backport to 0.84]
*