- Aug 25, 2010
-
-
Jonas Smedegaard authored
-
Jonas Smedegaard authored
-
- Aug 16, 2010
-
-
Simon Schampijer authored
-
Simon Schampijer authored
-
Simon Schampijer authored
-
Simon Schampijer authored
-
Walter Bender authored
-
Walter Bender authored
added enhanced color selector: cycle through previous and next stroke and fill colors instead of random
-
Tomeu Vizoso authored
Pushed it by mistake, sorry. This reverts commit 3a12067e.
-
Tomeu Vizoso authored
isn't in the DISCONNECTED state.
-
Tomeu Vizoso authored
-
- Aug 15, 2010
-
-
Walter Bender authored
-
Tim McNamara authored
This commit - adds Sugar Labs as a copyright owner - fixes the text overflow problem - adds set_request_size method to label_copyright make the two labels's alignment (label_info & label_copyright) consistent with each other
-
- Aug 13, 2010
-
-
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
-
git://git.sugarlabs.org/sugar/frans-cloneTomeu Vizoso authored
Conflicts: extensions/deviceicon/network.py
-
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
-
- Aug 11, 2010
-
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
- Aug 10, 2010
-
-
anishmangal2002 authored
volumestoolbar.py now catches the IOError and ValueError exceptions and emits 'volume-error'signal. This signal is caught in journalactivity.py which displays the error as an ErrorAlert message. Signed-off-by: anishmangal2002 <anishmangal2002@gmail.com>
-
- Aug 08, 2010
-
-
Pootle daemon authored
Commit from Sugar Labs: Translation System by user samybt.: 279 of 279 messages translated (0 fuzzy).
-
- Aug 07, 2010
-
-
Pootle daemon authored
Commit from Sugar Labs: Translation System by user Myckel.: 300 of 300 messages translated (0 fuzzy).
-
- Aug 04, 2010
-
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Martin Abente authored
Journal Xo bundles removal also removes the installed activity. There are many scenarios where this behavior is it not desired. Therefore it needs to be changed.
-
- Jul 30, 2010
-
-
fran authored
This was breaking sugar-control-panel invocations making it impossible to deregister from the school server. http://bugs.sugarlabs.org/ticket/2106 http://dev.laptop.org/ticket/10261
-
- Jul 20, 2010
-
-
Daniel Drake authored
Use F5 to open the journal and F6 to open the frame. This matches the design of the XO-HS non-membrane keyboard and will also be useful for other users.
-
Jonas Smedegaard authored
-
Jonas Smedegaard authored
-
- Jul 15, 2010
-
-
Fran Rogers authored
-
- Jul 14, 2010
-
-
Daniel Drake authored
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.
-
Tim McNamara authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
- Jul 12, 2010
-
-
Aleksey Lim authored
-
Fran Rogers authored
-
- Jul 07, 2010
-
-
Daniel Drake authored
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.
-
Martin Abente authored
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>
-
Simon Schampijer authored
-
Simon Schampijer authored
-
Aleksey Lim authored
-