Hi all,
Early last year for a university assignment I wrote a UI enhancement for Sugar,
named Glycogen. Glycogen adds the ability to define and track learning
pathways, made up of goals within different activities. My work includes a few
example activities.
It has been idle for a while, but I
Activity Homepage:
http://activities.sugarlabs.org/addon/4524
Sugar Platform:
0.82 - 0.96
Download Now:
http://activities.sugarlabs.org/downloads/file/27820/panorama-3.xo
Release notes:
Tranlated to SugarGame library.
Add maximum photographs to process.
Add messages to the user.
Sugar Labs Act
Activity Homepage:
http://activities.sugarlabs.org/addon/4027
Sugar Platform:
0.82 - 0.96
Download Now:
http://activities.sugarlabs.org/downloads/file/27819/turtle_art-131.xo
Release notes:
131
ENHANCEMENTS:
* Internalized While and Until blocks (no longer macro expansions)
* Simplified keyboar
This brings back the download functionality to
Browse using WebKit, it handles the cases when you
click on a link and the Browser is not setup to view
this file.
Requesting a download through Palettes is still to
come.
The code is inspired by the download code in Surf.
Signed-off-by: Simon Scham
I have sent a new patch solving the issues you point.
Gonzalo
On Mon, Jan 9, 2012 at 10:24 AM, Aleksey Lim wrote:
> On Thu, Jan 05, 2012 at 10:47:33AM -0300, Gonzalo Odiard wrote:
> > Hi Aleksey,
> > I have addressed the pending issues, and will send the patches to
> > sugar-devel.
>
> Thanks, I
From: Gonzalo Odiard
This patch solves the problems pointed by Aleksey in the last patch,
disable the standard menu in the textview, reorganize the event_after method
and stop the mouse_slow detector when the palette popup.
Signed-by: Gonzalo Odiard
---
chat/box.py | 26 +++--
From: Walter Bender
This patch adds/updates a new metadata field to instances of Sugar Activities.
Specifically, it maintains a count of how many times an activity instance has
be accessed. The mechanism used is to increment a counter each time an activity
is launched. (The counter is initialized
From: Walter Bender
This patch adds a new button to the standard activity toolbar (between the
activity title and the sharing button). The button involes a palette that
contains a textview widget that lets the user make changes to
metadata['description']. Additional dependencies introduced by thi
From: Walter Bender
This patch adds a new icon to sugar-artwork to be used as part of the standard
activity toolbar (used by widgets.py) to invoke a palette used to write to
metadata['description']. Plesase see the discussion on the feature page [1]
for "Write to Journal anytime" for more details
Thanks, pushed.
Gonzalo
On Thu, Jan 12, 2012 at 10:27 AM, Simon Schampijer wrote:
> As part of the removal of the old toolbar, old API has been removed,
> adopt to that change, see
> http://lists.sugarlabs.org/archive/sugar-devel/2012-January/035201.html
>
> Signed-off-by: Simon Schampijer
> --
Ok. Work for Gary or Manuel, when he came back from vacation.
Gonzalo
On Thu, Jan 12, 2012 at 12:51 PM, Aleksey Lim
wrote:
> On Thu, Jan 12, 2012 at 11:39:14AM -0300, Gonzalo Odiard wrote:
> > On Thu, Jan 12, 2012 at 11:30 AM, Aleksey Lim
> > wrote:
> >
> > > On Thu, Jan 12, 2012 at 10:44:11AM -
Walter,
I do much the same thing you're proposing to do in the Sugar Commander
Activity, actually more than you're proposing. I let users change all the
standard metadata, resize image files, delete Journal entries, etc. If
Rainbow prevents modifying metadata of Journal entries not created by or
On Thu, Jan 12, 2012 at 11:39:14AM -0300, Gonzalo Odiard wrote:
> On Thu, Jan 12, 2012 at 11:30 AM, Aleksey Lim
> wrote:
>
> > On Thu, Jan 12, 2012 at 10:44:11AM -0300, godi...@sugarlabs.org wrote:
> > > From: Gonzalo Odiard
> > >
> > > Change order in the full screen button
> >
> > Hi, whats the
I have been making some changes to the Portfolio activity based on
some feedback from the Pedagogy Team. (They are testing the latest bit
available on git and also [1].) One of the changes that they requested
was the ability to modify metadata['description'] so that the text
displayed on a slide co
On Thu, Jan 12, 2012 at 11:30 AM, Aleksey Lim
wrote:
> On Thu, Jan 12, 2012 at 10:44:11AM -0300, godi...@sugarlabs.org wrote:
> > From: Gonzalo Odiard
> >
> > Change order in the full screen button
>
> Hi, whats the reason to swap fullscreen and rotate buttons?
> Afaik, mostly all activities have
On Thu, Jan 12, 2012 at 10:44:11AM -0300, godi...@sugarlabs.org wrote:
> From: Gonzalo Odiard
>
> Change order in the full screen button
Hi, whats the reason to swap fullscreen and rotate buttons?
Afaik, mostly all activities have fullscreen button as a leftmost.
That will be confusing to have I
On 22/11/11 03:23, Gonzalo Odiard wrote:
Attached is a first try of implementation, to discuss.
Is using gstreamer-plugins-espeak, already included in the last images,
and used in all the activities using text-to-speech. Do not add any new
dependency.
A device is added in the frame to configure
From: Gonzalo Odiard
Change order in the full screen button, and icons in rotate buttons.
Signed-off-by: Agustin Zubiaga
Reviewed-by: Gonzalo Odiard
---
ImageViewerActivity.py | 22
icons/object-rotate-left.svg | 16 +
icons/object-rotate-right.svg | 15 +
As part of the removal of the old toolbar, old API has been removed,
adopt to that change, see
http://lists.sugarlabs.org/archive/sugar-devel/2012-January/035201.html
Signed-off-by: Simon Schampijer
---
readtoolbar.py |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a
On 12/01/12 04:42, Alan Jhonn Aguiar Schwyn wrote:
- activity.info file: removed deprecated field 'service_name' use 'bundle_id'
instead
- activity.info file: removed deprecated field 'class' use 'exec' instead
We must use: "exec = sugar-activity activity.Activity" ?
In old sugar also work
Inspired by the Epiphany code we now highlight the
search results in the default color, yellow.
Signed-off-by: Simon Schampijer
---
edittoolbar.py | 18 --
1 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/edittoolbar.py b/edittoolbar.py
index 958b6ad..f77cbbe 100
21 matches
Mail list logo