Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.84.18v0.84.18sucrose-0.84Daniel Drake2010-07-141-1/+1
|
* Only show mesh device icon when mesh is activeDaniel Drake2010-07-141-42/+74
| | | | | | | | Simon pointed out that there's no reason to have the mesh device icon active when the mesh is not being used. Adapt it to behave more like the wired network device icon in this respect.
* Fix launching new activity instances #1214Tomeu Vizoso2010-07-091-2/+4
|
* Release 0.84.17v0.84.17Daniel Drake2010-07-081-1/+1
|
* Indicate inactive state in mesh device iconDaniel Drake2010-07-081-4/+20
| | | | | | | | When the mesh is not active, grey out the mesh device icon and update the palette text. Also remove the "Create new network" option from the mesh device palette.
* 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-075-143/+112
| | | | | | from Home favorite view [dsd: backport to 0.84]
*