Skip to content
Snippets Groups Projects
  1. Aug 25, 2010
  2. Aug 16, 2010
  3. Aug 15, 2010
  4. Aug 13, 2010
    • Simon Schampijer's avatar
      Add default Ad-hoc networks #1610 · 5ff30ead
      Simon Schampijer authored
      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.
      
      http://wiki.sugarlabs.org/go/Features/Sugar_Adhoc_Networks
      5ff30ead
    • Tomeu Vizoso's avatar
      Merge branch 'master' of git://git.sugarlabs.org/sugar/frans-clone · 93c4a283
      Tomeu Vizoso authored
      Conflicts:
      	extensions/deviceicon/network.py
      93c4a283
    • James Cameron's avatar
      restore sugar-launch by bundle id substring, fixes #897 · 4a3416b9
      James Cameron authored
      sugar-launch uses GetBundlePath which calls bundleregistry.get_bundle().
      
      In this patch, the get_bundle() method is changed to retain as much of
      the original API as possible, yet in the situation where it might return
      None it will now return a bundle if there is only one bundle that
      matches the search string.
      
      http://bugs.sugarlabs.org/ticket/897
      http://dev.laptop.org/ticket/9189
      
      Patch tested on Sugar 0.84.10 on OLPC XO-1.5 build os108.
      
      Test case:
      
      import jarabe.model.bundleregistry
      registry = jarabe.model.bundleregistry.BundleRegistry()
      tests = ['org.laptop.Terminal', 'Terminal', 'terminal', 'e', 'asdqweas']
      for x in tests:
          y = registry.get_bundle(x)
          if y is None:
              z = 'None'
          else:
              z = y.get_bundle_id()
          print x, z
      
      Output before patch:
      
      org.laptop.Terminal org.laptop.Terminal
      Terminal None
      terminal None
      e None
      asdqweas None
      
      Output after patch:
      
      org.laptop.Terminal org.laptop.Terminal
      Terminal org.laptop.Terminal
      terminal org.laptop.Terminal
      e None
      asdqweas None
      4a3416b9
  5. Aug 11, 2010
  6. Aug 10, 2010
  7. Aug 08, 2010
  8. Aug 07, 2010
  9. Aug 04, 2010
  10. Jul 30, 2010
  11. Jul 20, 2010
  12. Jul 15, 2010
  13. Jul 14, 2010
  14. Jul 12, 2010
  15. Jul 07, 2010
Loading