Re: [Sugar-devel] Fwd: [Bug 502991] Re: Tam Tam Mini does not start

2011-03-16 Thread Aleksey Lim
On Sun, Mar 06, 2011 at 06:31:29PM +0530, Manusheel Gupta wrote: FYI. Any pointers on getting Tam Tam Mini to run on USR 32 bit? Manu -- Forwarded message -- From: Michael Jonker 502...@bugs.launchpad.net Date: Sun, Mar 6, 2011 at 6:13 PM Subject: [Bug 502991] Re: Tam Tam

[Sugar-devel] [PATCH sugar] Language: restore undo functionality in control panel section #10754

2011-03-16 Thread Simon Schampijer
The control panel has a builtin undo functionality that does call the set_* method of the model. As we have different formats of setting a language we need to compensate for that. --- extensions/cpsection/language/model.py |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

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

2011-03-16 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4413 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27285/jumble-7.xo Release notes: In a jumble of 83 objects, the player has to locate 20. Each deal is different. Sugar Labs Activities

[Sugar-devel] [ASLO] Release Appel Haken-4

2011-03-16 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4414 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27286/appel_haken-4.xo Release notes: You're looking at a map with straight borders. Your task is to colour in the map so that no two bordering

Re: [Sugar-devel] Load testing the XS school server

2011-03-16 Thread Martin Langhoff
Hi Ben, Very interesting! And congrats, I guess this means you've got your Masters or will soon have it. I'd like to see linked the JMeter automation scripts, raw data files, etc. It may be agood idea to have XS_Load_Testing be a summary page with links to resources: - example JMeter scripts

Re: [Sugar-devel] [PATCH sugar] Language: restore undo functionality in control panel section #10754

2011-03-16 Thread Samuel Greenfeld
Tested-by: Samuel Greenfeld greenf...@laptop.org On 03/16/11 11:03, Simon Schampijer wrote: The control panel has a builtin undo functionality that does call the set_* method of the model. As we have different formats of setting a language we need to compensate for that. ---

[Sugar-devel] [PATCH sugar] Limit the nick name to be only 8 characters maximum #10737

2011-03-16 Thread Simon Schampijer
The avahi service name has a 64 character limit. It consists of the room name the published-name and the host name. --- src/jarabe/model/neighborhood.py | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/jarabe/model/neighborhood.py

Re: [Sugar-devel] [Sugar-desarrollo] [Design] [Patches] New Toolbars in Activities

2011-03-16 Thread Gonzalo Odiard
Hi Sebastian, I am working in Get Books activity. I will use part of your code and change the UI too. Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [OLPC-AU] Recording screencasts

2011-03-16 Thread Sameer Verma
On Tue, Mar 15, 2011 at 4:00 AM, James Cameron qu...@laptop.org wrote: I use the Fedora recordmydesktop package with suitable options to reduce the processing demand.  The video encoding does not occur until after the session is created.  Using an external USB HDD has a remarkable effect on

[Sugar-devel] [PATCH sugar] Fully update the salut account information when the nick name changes #10749

2011-03-16 Thread Simon Schampijer
Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/model/neighborhood.py | 22 +- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py index aef03b8..1394f44 100644 ---

Re: [Sugar-devel] [PATCH sugar] Limit the nick name to be only 8 characters maximum #10737

2011-03-16 Thread Simon Schampijer
Just in case people are wondering: this patch does only affect internal handling. The nick name that is visible in the UI (neighborhood view) is not affected by the limiting. It will be displayed in full length. On 03/16/2011 01:34 PM, Simon Schampijer wrote: The avahi service name has a 64

Re: [Sugar-devel] [PATCH sugar] Limit the nick name to be only 8 characters maximum #10737

2011-03-16 Thread C. Scott Ananian
On Thu, Mar 17, 2011 at 2:40 AM, Simon Schampijer si...@schampijer.de wrote: Just in case people are wondering: this patch does only affect internal handling. The nick name that is visible in the UI (neighborhood view) is not affected by the limiting. It will be displayed in full length. And

Re: [Sugar-devel] [PATCH sugar] Limit the nick name to be only 8 characters maximum #10737

2011-03-16 Thread Simon Schampijer
On 03/16/2011 03:29 PM, C. Scott Ananian wrote: On Thu, Mar 17, 2011 at 2:40 AM, Simon Schampijersi...@schampijer.de wrote: Just in case people are wondering: this patch does only affect internal handling. The nick name that is visible in the UI (neighborhood view) is not affected by the

[Sugar-devel] [PATCH sugar] Remove leftovers that try to sync friends in the PS #10736

2011-03-16 Thread Simon Schampijer
Signed-off-by: Simon Schampijer si...@laptop.org --- src/jarabe/model/friends.py | 25 - 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/src/jarabe/model/friends.py b/src/jarabe/model/friends.py index 192f683..f78d785 100644 ---

[Sugar-devel] [PATCH sugar-presence-service] Make PS not dependent on buddy-icon.jpg to be around OLPC #10739

2011-03-16 Thread Simon Schampijer
We did remove the creation of the buddy-icon.jpg in the Sugar profile c38e03f641e2f409464340bf67826809cf2f94dc. We have to adopt the PS to that change. The PS is used at the moment by Etoys exclusively. Signed-off-by: Simon Schampijer si...@laptop.org --- src/buddy.py |7 +-- 1 files

Re: [Sugar-devel] [DESIGN] Global create-new/modify icon

2011-03-16 Thread Simon Schampijer
On 03/14/2011 11:28 AM, Gary Martin wrote: Hi Simon, On 10 Mar 2011, at 17:16, Simon Schampijer wrote: One of the major functionality in activities is creating and/or modifying, for example creating a new game in Memorize a new abacus in the Abacus activity and so on. I am wondering what

Re: [Sugar-devel] [Design] [Patches] New Toolbars in Activities

2011-03-16 Thread Simon Schampijer
On 03/13/2011 10:46 AM, Gary Martin wrote: Hi Simon, On 10 Mar 2011, at 18:54, Simon Schampijer wrote: On 03/10/2011 01:13 PM, Sebastian Silva wrote: Hello / Hola, As some of you know I started working with Activity Central last week, as an Activity Developer. My tasks will be to improve

[Sugar-devel] LATEST ON: Conozco Uruguay OLPC/Sugar Tour + Summit!

2011-03-16 Thread Holt
*/1. eduTRIP! Community Exploration Tour Welcome/* Latest Draft Itinerary just posted, on the specific schools/groups in Uruguay we anticipate visiting and working with: APR 30 - MAY 4/5 http://wiki.sugarlabs.org/go/Conozco_Uruguay_Tour Sign up with me today if you still want

Re: [Sugar-devel] [Sugar-desarrollo] [Design] [Patches] New Toolbars in Activities

2011-03-16 Thread Sebastian Silva
Yes sure, thank you! Be sure to ping me on IRC (i'm icarito) if you'd like us to work in concert. Reg. Get Books, its one where my patches don't conflict with Simon's recommendations. I put the main actions (Books Toolbar) into the main toolbar thus not needing a second icon for it (see

Re: [Sugar-devel] [OLPC-AU] Recording screencasts

2011-03-16 Thread James Cameron
On Wed, Mar 16, 2011 at 10:55:27AM -0700, Sameer Verma wrote: What suitable options do you use? --fps (to lower the sampling rate from the default, so that recordmydesktop is less likely to steal CPU resources from the activity being demonstrated) --no-sound (if there is no need for audio

Re: [Sugar-devel] [Sugar-desarrollo] [Design] [Patches] New Toolbars in Activities

2011-03-16 Thread Gonzalo Odiard
2011/3/16 Sebastian Silva sebast...@somosazucar.org Yes sure, thank you! Be sure to ping me on IRC (i'm icarito) if you'd like us to work in concert. Reg. Get Books, its one where my patches don't conflict with Simon's recommendations. I put the main actions (Books Toolbar) into the main

Re: [Sugar-devel] [DESIGN] Global create-new/modify icon

2011-03-16 Thread Frederick Grose
On Wed, Mar 16, 2011 at 5:05 PM, Simon Schampijer si...@schampijer.dewrote: On 03/14/2011 11:28 AM, Gary Martin wrote: Hi Simon, On 10 Mar 2011, at 17:16, Simon Schampijer wrote: One of the major functionality in activities is creating and/or modifying, for example creating a new game in

Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-16 Thread Rafael Ortiz
Hi. On Wed, Mar 16, 2011 at 7:45 PM, fors...@ozonline.com.au wrote: Hi An exciting new robotics idea from Guzman Trinidad. Turtle Art is programmed to produce two different frequencies. The headphone output of the XO is connected to a pair of LM567 integrated circuit tone decoders, each of

Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-16 Thread James Cameron
G'day Tony, The LM567 is a voltage controlled oscillator with phase detectors ... and isn't often used these days, so it might be a challenge to find a realistic price. Then you need one per detected frequency. An alternative might be to use a DTMF decoder chip, such as the 8870, since this

Re: [Sugar-devel] Interesting USB-pluggable robots, controller boards, and sensors

2011-03-16 Thread forster
copied to sugar-devel@lists.sugarlabs.org Tony: Here in Uruguay (as you probably already know) the �Buti� Project works in XO robotics through Arduino. This is certainly the most realistic option. I liked the 'PICAXE', which I did not know!. When I bought the LM567 also