[Sugar-devel] Proposed addition to Sugar

2012-01-12 Thread David Mason
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

[Sugar-devel] [ASLO] Release Panorama-3

2012-01-12 Thread Sugar Labs Activities
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

[Sugar-devel] [ASLO] Release Turtle Blocks-131

2012-01-12 Thread Sugar Labs Activities
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

[Sugar-devel] [PATCH browse] Bring back download functionality using WebKit

2012-01-12 Thread Simon Schampijer
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

Re: [Sugar-devel] Removing hippo from Chat

2012-01-12 Thread Gonzalo Odiard
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

[Sugar-devel] [Chat] Enable palette over urls

2012-01-12 Thread godiard
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 +++--

[Sugar-devel] [PATCH] add activity counter to metadata

2012-01-12 Thread Walter Bender
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

[Sugar-devel] [PATCH] Add Write to Journal button to standard activity toolbar

2012-01-12 Thread Walter Bender
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

[Sugar-devel] [PATCH] added new icon for write to journal description action

2012-01-12 Thread Walter Bender
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

Re: [Sugar-devel] [PATCH read] Adopt to removal of the old toolbar

2012-01-12 Thread Gonzalo Odiard
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 > --

Re: [Sugar-devel] [ImageViewer] Changes in the toolbar according to design team review

2012-01-12 Thread Gonzalo Odiard
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 -

Re: [Sugar-devel] Rainbow violation?

2012-01-12 Thread James Simmons
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

Re: [Sugar-devel] [ImageViewer] Changes in the toolbar according to design team review

2012-01-12 Thread Aleksey Lim
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

[Sugar-devel] Rainbow violation?

2012-01-12 Thread Walter Bender
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

Re: [Sugar-devel] [ImageViewer] Changes in the toolbar according to design team review

2012-01-12 Thread Gonzalo Odiard
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

Re: [Sugar-devel] [ImageViewer] Changes in the toolbar according to design team review

2012-01-12 Thread Aleksey Lim
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

Re: [Sugar-devel] [FEATURE] Global Text to Speech

2012-01-12 Thread Simon Schampijer
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

[Sugar-devel] [ImageViewer] Changes in the toolbar according to design team review

2012-01-12 Thread godiard
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 +

[Sugar-devel] [PATCH read] Adopt to removal of the old toolbar

2012-01-12 Thread Simon Schampijer
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

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] ActivityBundle: clean from deprecated code

2012-01-12 Thread Simon Schampijer
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

[Sugar-devel] [PATCH browse] Highlight the search results correctly

2012-01-12 Thread Simon Schampijer
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