Features/Network control panel: Difference between revisions
No edit summary |
|||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category: | [[Category:FeatureLanded|Network control panel]] | ||
</noinclude> | </noinclude> | ||
| Line 8: | Line 7: | ||
The wireless control panel section is reworked and reworded to respect non-wireless connections. | The wireless control panel section is reworked and reworded to respect non-wireless connections. | ||
The Wireless section is excluded when no wireless | The Wireless section is excluded when no wireless device is detected on the system. | ||
== Owner == | == Owner == | ||
| Line 16: | Line 15: | ||
== Current status == | == Current status == | ||
* Targeted release: [[0.102]] | * Targeted release: [[0.102]] | ||
* Last updated: | * Last updated: 04 February 2014 | ||
* Percentage of completion: 100 % | * Percentage of completion: 100 % | ||
| Line 44: | Line 43: | ||
Some corner cases in behavior have been ignored: If a custom GSM (or other non-wireless or non-mesh) connection had been created, they would no longer be discarded by the 'Discard ...' button. These could not be created by the graphical Sugar interface, so their creators are most likely capable of discarding them if needed. | Some corner cases in behavior have been ignored: If a custom GSM (or other non-wireless or non-mesh) connection had been created, they would no longer be discarded by the 'Discard ...' button. These could not be created by the graphical Sugar interface, so their creators are most likely capable of discarding them if needed. | ||
The indiscriminate clear() method of the Connections() class in {{Code|.../jarabe/model/network.py}} is dropped in favor of a connection discarding function in the wireless control panel that is specific to the networking type. | |||
Immediately following the 'Discard wireless connections' action, a test for discard-able connections was noticing the yet-to-be-discarded connections and keeping the action button active. This test is eliminated. | |||
==UI Design== | ==UI Design== | ||
| Line 88: | Line 91: | ||
* https://bugs.sugarlabs.org/ticket/4410 | * https://bugs.sugarlabs.org/ticket/4410 | ||
* http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg36121.html | * http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg36121.html | ||
* pull | * pull requests: | ||
* | ** https://github.com/sugarlabs/sugar/pull/241 | ||
* | ** https://github.com/sugarlabs/sugar/pull/234 | ||
* | ** https://github.com/sugarlabs/sugar/pull/228 | ||
* | ** https://github.com/sugarlabs/sugar/pull/223 | ||
** https://github.com/sugarlabs/sugar/pull/222 | |||
** https://github.com/sugarlabs/sugar/pull/221 | |||
* See [[{{TALKPAGENAME}}|discussion tab for this feature]] | * See [[{{TALKPAGENAME}}|discussion tab for this feature]] | ||