Re: [Sugar-devel] [PATCH] Don't set default timezone

2011-02-21 Thread Sascha Silbe
Excerpts from Daniel Drake's message of Mon Feb 21 23:22:11 +0100 2011: > Drop the text value from the default gconf schema. This allows the > systemwide timezone to be used as a default. Sugar users can still make > their own choice (overriding the systemwide default) in the control panel. Acked

Re: [Sugar-devel] [PATCH sugar] Restore setting a language with the command line OLPC #10681

2011-02-21 Thread Simon Schampijer
On 02/20/2011 05:29 AM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of Thu Feb 17 23:28:01 +0100 2011: Move the code that handles the list given by the view to a separate function to make it clearer. Acked-by: Sascha Silbe Sascha commit b9974db19f8fbf1692896812231fcc46ee7

Re: [Sugar-devel] [PATCH /sugar-jhbuild/source/pippy/data/math/factorial] Fix n variable error within the Factorial program in Pippy

2011-02-21 Thread James Cameron
On Mon, Feb 21, 2011 at 11:46:49AM -0500, Rafael Ortiz wrote: > This patch was attached by Francis to the bug. > > http://bugs.sugarlabs.org/attachment/ticket/2604/ > factorial-nfix-ticket2604.patch Thanks. Looks like my mistake. > Pippy's maintainer should add it to the next version. Agreed.

Re: [Sugar-devel] [PATCH] Don't set default timezone

2011-02-21 Thread James Cameron
Reviewed-by: James Cameron -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] Convert Journal entries that have been saved to a storage device in 0.82

2011-02-21 Thread Simon Schampijer
On 02/19/2011 02:13 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of Mon Feb 14 23:04:42 +0100 2011: [...] So this gets triggered as soon as somebody inserts a USB stick and will scan all entries in one go, blocking the UI? I'm a bit worried about response time for media wi

[Sugar-devel] [PATCH] Don't set default timezone

2011-02-21 Thread Daniel Drake
By default, Sugar's gconf schema configures a UTC timezone, and this means that sugar-session unconditionally adjusts the environment so that a UTC timezone is used. This overrides any system-wide timezone specified by /etc/localtime. Test case: set /etc/localtime to Asia/Taipei, start sugar, open

[Sugar-devel] Fwd: Sugar Labs Bug: 2485

2011-02-21 Thread Jordan Homan
From: Jordan Homan Date: February 21, 2011 3:36:16 PM ESTTo: Walter Bender Cc: flux-capacitors...@googlegroups.comSubject: Re: [Sugar-devel] Sugar Labs Bug: 2485Hi,Thank you for all of your input.  We've taken everyone's input into account when trying to add

[Sugar-devel] [ASLO] Release Turtle Machine-11

2011-02-21 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4341 Sugar Platform: 0.82 - 0.90 Download Now: http://activities.sugarlabs.org/downloads/file/27229/turtle_machine-11.xo Release notes: * Fully and properly implements the sugar arrow pointer. Sugar Labs Activities http://activities.sug

[Sugar-devel] [PATCH sugar] Copy a Journal entry including the metadata to a removable device

2011-02-21 Thread Simon Schampijer
--- src/jarabe/journal/model.py | 214 ++ 1 files changed, 193 insertions(+), 21 deletions(-) diff --git a/src/jarabe/journal/model.py b/src/jarabe/journal/model.py index 320e577..9cea65e 100644 --- a/src/jarabe/journal/model.py +++ b/src/jarabe/journal/mo

Re: [Sugar-devel] [PATCH] Journal entry sharing using a mass storage device

2011-02-21 Thread Simon Schampijer
On 02/18/2011 03:25 PM, Sascha Silbe wrote: Excerpts from Simon Schampijer's message of Mon Feb 14 23:13:40 +0100 2011: http://wiki.sugarlabs.org/go/Features/Journal_Entry_Sharing We should come up with a better description before we push the patch. I would name it: "Add functionality to c

Re: [Sugar-devel] [PATCH sugar] Fix up style issues introduced by commit 3f8a1e1

2011-02-21 Thread Simon Schampijer
On 02/21/2011 03:06 PM, Sascha Silbe wrote: Signed-off-by: Sascha Silbe --- extensions/deviceicon/battery.py | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/deviceicon/battery.py b/extensions/deviceicon/battery.py index 0d18a5f..4c1ef37 100644 --- a

[Sugar-devel] [PATCH sugar] Fix up style issues introduced by commit 3f8a1e1

2011-02-21 Thread Sascha Silbe
Signed-off-by: Sascha Silbe --- extensions/deviceicon/battery.py | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/extensions/deviceicon/battery.py b/extensions/deviceicon/battery.py index 0d18a5f..4c1ef37 100644 --- a/extensions/deviceicon/battery.py +++ b/extensi

Re: [Sugar-devel] [PATCH sugar v3] battery frame device: replace HAL with UPower

2011-02-21 Thread Sascha Silbe
Excerpts from Simon Schampijer's message of Mon Feb 21 15:30:37 +0100 2011: > device = bus.get_object('org.freedesktop.UPower', device_path) Oops, of course. Sorry, will send a fix-up patch. Sascha -- http://sascha.silbe.org/ http://www.infra-silbe.de/ signature.asc Description: PGP signatur

Re: [Sugar-devel] [PATCH /sugar-jhbuild/source/pippy/data/math/factorial] Fix n variable error within the Factorial program in Pippy

2011-02-21 Thread Rafael Ortiz
This patch was attached by Francis to the bug. http://bugs.sugarlabs.org/attachment/ticket/2604/factorial-nfix-ticket2604.patch Pippy's maintainer should add it to the next version. Cheers!. On Sun, Feb 20, 2011 at 5:11 PM, wrote: > > ___ > Suga

Re: [Sugar-devel] [PATCH sugar v3] battery frame device: replace HAL with UPower

2011-02-21 Thread Simon Schampijer
On 02/18/2011 06:23 PM, Sascha Silbe wrote: Excerpts from Sascha Silbe's message of Fri Feb 18 23:38:13 +0100 2011: HAL is deprecated, UPower is the designated replacement w.r.t. power supplies. As a bonus the time displayed is now correct (calculated at run-time by UPower, self-adjusting to ch

Re: [Sugar-devel] [ASLO] Release Read-88

2011-02-21 Thread Gonzalo Odiard
Uploaded, excuse the delay. Gonzalo On Thu, Feb 17, 2011 at 11:04 AM, Peter Robinson wrote: > On Tue, Feb 15, 2011 at 6:45 PM, Sugar Labs Activities > wrote: > > Activity Homepage: > > http://activities.sugarlabs.org/addon/4028 > > > > Sugar Platform: > > 0.90 - 0.90 > > > > Download Now: > > h

[Sugar-devel] [ASLO] Release Numbers-7

2011-02-21 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4336 Sugar Platform: 0.82 - 0.90 Download Now: http://activities.sugarlabs.org/downloads/file/27227/numbers-7.xo Release notes: * Fully and properly implements the sugar arrow pointer. * Each sum at the lowest level has both signs the sam