Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-09-22 10:40:38 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-09-22 10:40:38 (GMT)
commit824ac2a6a6dddf36c9f795cf0249eb5bebe60f54 (patch)
tree165a6a7519226c210d302225576bad26d3d599cf /data
parentf76678cbbbaa91a83575b59fdfd31abd74610fab (diff)
Add default Ad-hoc networks #9845
This patch adds three default Ad-hoc networks, for channel 1, 6 and 11. They are represented with designated icons in the neighborhood view. This will mimic the mesh behavior on devices where mesh hardware is not available and make the "under a tree"-scenario possible in those cases. If Sugar sees no "known" network when it starts, it does autoconnect to an Ad-hoc network.
Diffstat (limited to 'data')
-rw-r--r--data/sugar.schemas.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in
index e5b1e88..454375a 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -271,6 +271,19 @@
</locale>
</schema>
+ <schema>
+ <key>/schemas/desktop/sugar/network/adhoc</key>
+ <applyto>/desktop/sugar/network/adhoc</applyto>
+ <owner>sugar</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Show Sugar Ad-hoc networks</short>
+ <long>If TRUE, Sugar will show default Ad-hoc networks for
+ channel 1,6 and 11. If Sugar sees no "known" network when
+ it starts, it does autoconnect to an Ad-hoc network.</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>