Re: [Sugar-devel] [IAEP] Fwd: unique activities TamTamMini-60 . . .

2011-09-02 Thread James Cameron
Yes, you need experience before taking such a move with confidence. There is a save-nand feature built into the firmware that can take a backup of the existing build and journal for later restore. But I've no idea what version it began to work well with, and no idea what firmware version you have

Re: [Sugar-devel] [IAEP] Fwd: unique activities TamTamMini-60 . . .

2011-09-02 Thread Sean Linton
Hi Reading the through the upgrade process I think I will leave this machine alone. I dont want to risk the upgrade not working and returning the machine without a usable OS. It is used by his daughter. S On 3 September 2011 03:41, Caryl Bigenho wrote: > Hi... Exactly what I was going to su

Re: [Sugar-devel] [ASLO] Release Distance-27

2011-09-02 Thread Gonzalo Odiard
The day of one char patches :) Gonzalo On Fri, Sep 2, 2011 at 4:29 PM, Rafael Ortiz wrote: > On Fri, Sep 2, 2011 at 2:27 PM, Sugar Labs Activities < > activit...@sugarlabs.org> wrote: > >> Activity Homepage: >> http://activities.sugarlabs.org/addon/4264 >> >> Sugar Platform: >> 0.82 - 0.92 >> >>

Re: [Sugar-devel] [ASLO] Release Distance-27

2011-09-02 Thread Rafael Ortiz
On Fri, Sep 2, 2011 at 2:27 PM, Sugar Labs Activities < activit...@sugarlabs.org> wrote: > Activity Homepage: > http://activities.sugarlabs.org/addon/4264 > > Sugar Platform: > 0.82 - 0.92 > > Download Now: > http://activities.sugarlabs.org/downloads/file/27553/distance-27.xo > > Release notes: >

[Sugar-devel] [ASLO] Release Distance-27

2011-09-02 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4264 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27553/distance-27.xo Release notes: *Fix format string to the factor conversion label *Fix factor in centimeters unit Sugar Labs Activities htt

Re: [Sugar-devel] [PATCH] Fix format string to the factor conversion label

2011-09-02 Thread Rafael Ortiz
On Fri, Sep 2, 2011 at 1:31 PM, wrote: > From: Gonzalo Odiard > > Signed-off-by: Gonzalo Odiard > --- > smoot_toolbar.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/smoot_toolbar.py b/smoot_toolbar.py > index 5e77566..91bc85a 100644 > --- a/smoot_toolbar.py >

Re: [Sugar-devel] [PATCH] Fix factor in centimeters unit

2011-09-02 Thread Rafael Ortiz
On Fri, Sep 2, 2011 at 1:31 PM, wrote: > From: Gonzalo Odiard > > Signed-off-by: Gonzalo Odiard > --- > smoot_toolbar.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/smoot_toolbar.py b/smoot_toolbar.py > index 91bc85a..649050c 100644 > --- a/smoot_toolbar.py >

[Sugar-devel] [ASLO] Release FotoToon-9

2011-09-02 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4253 Sugar Platform: 0.86 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27552/fototoon-9.xo Release notes: Improved icons (Manuel Quiñones) Sugar Labs Activities http://activities.sugarlabs.org

Re: [Sugar-devel] New tool for tracking L10n commits

2011-09-02 Thread Bert Freudenberg
On 02.09.2011, at 18:14, Chris Leonard wrote: > Bert, > > Would it be possible to limit what gets sent to > http://lists.sugarlabs.org/listinfo/pootle-commits to only those > commits made by user Pootle? > > I do not want to flood the list with every eToys commit, only those > from user Pootle.

[Sugar-devel] [PATCH] Fix factor in centimeters unit

2011-09-02 Thread godiard
From: Gonzalo Odiard Signed-off-by: Gonzalo Odiard --- smoot_toolbar.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smoot_toolbar.py b/smoot_toolbar.py index 91bc85a..649050c 100644 --- a/smoot_toolbar.py +++ b/smoot_toolbar.py @@ -32,7 +32,7 @@ UNITS = [_('meters'

[Sugar-devel] [PATCH] Fix format string to the factor conversion label

2011-09-02 Thread godiard
From: Gonzalo Odiard Signed-off-by: Gonzalo Odiard --- smoot_toolbar.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smoot_toolbar.py b/smoot_toolbar.py index 5e77566..91bc85a 100644 --- a/smoot_toolbar.py +++ b/smoot_toolbar.py @@ -101,7 +101,7 @@ class SmootToolba

[Sugar-devel] [ASLO] Release Distance-26

2011-09-02 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4264 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27551/distance-26.xo Release notes: *Restore returned value of function accidentaly removed - SL #3072 (Gonzalo Odiard) Sugar Labs Activitie

Re: [Sugar-devel] [PATCH Distance] Restore returned value of function accidentaly removed - SL #3072

2011-09-02 Thread Rafael Ortiz
On Fri, Sep 2, 2011 at 9:42 AM, wrote: > From: Gonzalo Odiard > > Was removed in ca967f89dc3a649caca9ca1226d24fd03a14d25e > > Signed-off-by: Gonzalo Odiard > --- > arange.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arange.py b/arange.py > index 4a0e096..47

[Sugar-devel] [PATCH][Poll] Importing abi canvas to avoid fail on lesson plans

2011-09-02 Thread Rafael Ortiz
Signed-off-by: Rafael Ortiz --- poll.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/poll.py b/poll.py index 9ebbf33..7aa3e12 100644 --- a/poll.py +++ b/poll.py @@ -60,7 +60,7 @@ from sugar.presence import presenceservice from sugar.graphics.objectchooser import Obje

Re: [Sugar-devel] New tool for tracking L10n commits

2011-09-02 Thread Chris Leonard
Bert, Would it be possible to limit what gets sent to http://lists.sugarlabs.org/listinfo/pootle-commits to only those commits made by user Pootle? I do not want to flood the list with every eToys commit, only those from user Pootle. In addition, Aleksey modified the subject coming from git to t

Re: [Sugar-devel] [DESIGN] Open link in a new tab

2011-09-02 Thread Gonzalo Odiard
While we are here, have you considered doing the tab button in the toolbar like in the terminal, opening a subtoolbar with more options? I think this will be consistent, and you do not need add the close button to the tabs. Gonzalo On Fri, Sep 2, 2011 at 12:17 PM, Simon Schampijer wrote: > Hi, >

Re: [Sugar-devel] [PATCH] Terminal: zoom shortcuts fix and set standard zoom step

2011-09-02 Thread Rafael Ortiz
On Fri, Sep 2, 2011 at 6:38 AM, Manuel Quiñones wrote: > Thanks for Simon Schampijer for let me spot this issue. > > Signed-off-by: Manuel Quiñones > --- > terminal.py |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/terminal.py b/terminal.py > index 9b2b68e..7

Re: [Sugar-devel] [IAEP] Fwd: unique activities TamTamMini-60 . . .

2011-09-02 Thread Caryl Bigenho
Hi... Exactly what I was going to suggest. Is there a reason you friend hasn't updated? Check with him first and, if he doesn't mind go for a newer build. Can anyone suggest the best choice for this update? I would say maybe 860 since 874 is very new and still may have a few bugs. Caryl >

Re: [Sugar-devel] [PATCH sugar] Only show DOCUMENTS folder when it is not $HOME

2011-09-02 Thread Samuel Greenfeld
Shouldn't we be comparing normalized versions of paths in case symbolic links are present, or there are extra "." or "/" characters present? I'm not sure if the string comparison proposed is guaranteed to work in all cases. On Fri, Sep 2, 2011 at 11:02 AM, Simon Schampijer wrote: > 'xdg-user-di

[Sugar-devel] [DESIGN] Open link in a new tab

2011-09-02 Thread Simon Schampijer
Hi, while we work on polishing the tabs in Browse it would be great to adjust as well the link palette and add an option for opening the link in a new tab. Something like [1]. A bit of brainstorming: - which should be the wording of the option Firefox has ('Open Link in New Tab')? - which

[Sugar-devel] [PATCH sugar] Only show DOCUMENTS folder when it is not $HOME

2011-09-02 Thread Simon Schampijer
'xdg-user-dir DOCUMENTS' will return $HOME when DOCUMENTS does not exist, only display the DOCUMENTS folder when the actual folder exists Signed-off-by: Simon Schampijer --- src/jarabe/journal/volumestoolbar.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/jarabe

Re: [Sugar-devel] #3074 LOW: Language screen in Control Panel hangs on load after setting lang from cmd line

2011-09-02 Thread Samuel Klein
That was on 860. Thanks for the unbreaking tip, I'll try to reproduce tonight. S. On 9/2/11, Sugar Labs Bugs wrote: > #3074: Language screen in Control Panel hangs on load after setting lang > from cmd > line > +--- > R

Re: [Sugar-devel] New tool for tracking L10n commits

2011-09-02 Thread Bert Freudenberg
On 02.09.2011, at 15:57, Chris Leonard wrote: > http://lists.sugarlabs.org/listinfo/pootle-commits > Please note that > because eToys is hosted in it's own repository, this system will not > report commits from eToys at the moment. Pootle commits for Etoys are sent to http://lists.squ

[Sugar-devel] [PATCH Distance] Restore returned value of function accidentaly removed - SL #3072

2011-09-02 Thread godiard
From: Gonzalo Odiard Was removed in ca967f89dc3a649caca9ca1226d24fd03a14d25e Signed-off-by: Gonzalo Odiard --- arange.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arange.py b/arange.py index 4a0e096..4704c83 100644 --- a/arange.py +++ b/arange.py @@ -136,7 +136,

Re: [Sugar-devel] [Dextrose] About Activity Central and Dextrose (was: [ANNOUNCE] New Dextrose-3 development build: Alpha-1 (dx3ng36))

2011-09-02 Thread David Farning
On Fri, Sep 2, 2011 at 6:47 AM, Gonzalo Odiard wrote: > Thanks > > Gonzalo > > On Fri, Sep 2, 2011 at 8:35 AM, Sascha Silbe > wrote: >> >> Excerpts from Gonzalo Odiard's message of Thu Sep 01 21:24:31 +0200 2011: >> >> > There are a public list of patches? >> >> Not just a list, the patches thems

Re: [Sugar-devel] turtle art and lego

2011-09-02 Thread Andres Aguirre
Hi Jose! also take a look to the Butiá proyect wich is an open source robotic platform specially design for sugar/olpc. we develop a nice experience here in uruguay with this robot and the interaction between the public university and the public schools. some links: http://www.fing.edu.uy/inco/proy

[Sugar-devel] New tool for tracking L10n commits

2011-09-02 Thread Chris Leonard
Dear All, One of the things that can be confusing is keeping track of whether a given PO file that has been completed has been committed by the language admin or not. Activity developers can see this relatively easily by looking at the commit log for their specific activity, but when you want to

[Sugar-devel] [PATCH] Jukebox: restore activity subtoolbar

2011-09-02 Thread Manuel Quiñones
For new style of toolbars, the activity subtoolbar was missing. It has the activity title entry and the share button disabled. Set max participants to one. Signed-off-by: Manuel Quiñones --- jukeboxactivity.py | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a

Re: [Sugar-devel] [PATCH] Fototoons: better design for 'add' icons and svg code clean

2011-09-02 Thread manuel quiñones
Fototoon toolbars after the patch: http://dev.laptop.org/~manuq/fototoon_design/fototoons_1b.png Before: http://dev.laptop.org/~manuq/fototoon_design/fototoons_2.png 2011/9/2 Manuel Quiñones : > * changed the plus badge in add.. icons for the Sugar plus > * cleaned the svg code and added entity

[Sugar-devel] [PATCH] Fototoons: better design for 'add' icons and svg code clean

2011-09-02 Thread Manuel Quiñones
* changed the plus badge in add.. icons for the Sugar plus * cleaned the svg code and added entity colors * translated icon names from spanish to english * removed separator at the end of the text subtoolbar Signed-off-by: Manuel Quiñones --- icons/add-box.svg | 104 ++--

[Sugar-devel] [PATCH] Log: tooltip for activity icon

2011-09-02 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones --- logviewer.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/logviewer.py b/logviewer.py index 6f08e73..8dc8145 100644 --- a/logviewer.py +++ b/logviewer.py @@ -355,6 +355,7 @@ class LogActivity(activity.Activity): bundle = Acti

Re: [Sugar-devel] [Dextrose] About Activity Central and Dextrose (was: [ANNOUNCE] New Dextrose-3 development build: Alpha-1 (dx3ng36))

2011-09-02 Thread Gonzalo Odiard
Thanks Gonzalo On Fri, Sep 2, 2011 at 8:35 AM, Sascha Silbe wrote: > Excerpts from Gonzalo Odiard's message of Thu Sep 01 21:24:31 +0200 2011: > > > There are a public list of patches? > > Not just a list, the patches themselves are public [1]. > > Sascha > > [1] https://people.sugarlabs.org/~si

[Sugar-devel] [PATCH] Terminal: zoom shortcuts fix and set standard zoom step

2011-09-02 Thread Manuel Quiñones
Thanks for Simon Schampijer for let me spot this issue. Signed-off-by: Manuel Quiñones --- terminal.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/terminal.py b/terminal.py index 9b2b68e..77001ea 100644 --- a/terminal.py +++ b/terminal.py @@ -45,7 +45,7 @@ log =

Re: [Sugar-devel] [Dextrose] About Activity Central and Dextrose (was: [ANNOUNCE] New Dextrose-3 development build: Alpha-1 (dx3ng36))

2011-09-02 Thread Sascha Silbe
Excerpts from Gonzalo Odiard's message of Thu Sep 01 21:24:31 +0200 2011: > There are a public list of patches? Not just a list, the patches themselves are public [1]. Sascha [1] https://people.sugarlabs.org/~silbe/dextrose/patchsets/ -- http://sascha.silbe.org/ http://www.infra-silbe.de/ si

[Sugar-devel] [PATCH] Implode: remove the expander fill after the activity icon

2011-09-02 Thread Manuel Quiñones
This is for consistency with other toolbars. Decided in the design meeting of 29 Aug 2011. Signed-off-by: Manuel Quiñones --- implodeactivity.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/implodeactivity.py b/implodeactivity.py index 34f5677..7a13e46 100644 --

Re: [Sugar-devel] [laptop-accessibility] screenreader for sugar

2011-09-02 Thread Tomeu Vizoso
On Tue, Aug 30, 2011 at 15:51, Esteban Arias wrote: > What should we change in sugar? See these: http://library.gnome.org/users/gnome-access-guide/stable/ http://library.gnome.org/devel/accessibility-devel-guide/stable/ Regards, Tomeu > 2010/9/8 Tomeu Vizoso >> >> On Tue, Sep 7, 2010 at 18:3

[Sugar-devel] Gtk3 Hackfest, Praha 2011, news updates

2011-09-02 Thread Simon Schampijer
Hi, two major changes have recently occurred in Sugar's underlying technologies. Firstly, GTK+ 2 has been obsoleted by GTK+ 3, and GNOME is now based on GTK+ 3. Secondly, PyGTK, the underlying Python library that Sugar uses to call into GTK+, has been deprecated in favor of PyGObject Introspe

[Sugar-devel] Sugar 0.94 localization status

2011-09-02 Thread Chris Leonard
Dear Colleagues, As you can see from the two columns in the attached spreadsheet (glu94 and fru94) we have an urgent need for additional localization efforts, even in the European languages where coverage has historically been high. In part, the lag in Fructose L10n completion stats can be attrib