Re: [Sugar-devel] [PATCH] Add-view-source-for-sugar-toolkit

2011-08-24 Thread Simon Schampijer
On 08/23/2011 06:32 PM, Benjamin M. Schwartz wrote: On 08/23/2011 12:29 PM, Simon Schampijer wrote: -self.sugar_toolkit_title_text = _('View Sugar toolkit source') +self.sugar_toolkit_title_text = _('View source: %r') % 'Sugar Toolkit' So 'Sugar Toolkit' is untranslateable?

Re: [Sugar-devel] [SERVER] [ANNOUNCE] Sugar Server Kit v1.0 initial release

2011-08-24 Thread Aleksey Lim
On Wed, Aug 24, 2011 at 03:34:54AM +, Aleksey Lim wrote: ... == Credits == * David Farning for an initial push to have community level project for school server. Needs to be read: * [http://activitycentral.com/ Activity Central] for an initial push to have community

Re: [Sugar-devel] [SERVER] [ANNOUNCE] Sugar Server Kit v1.0 initial release

2011-08-24 Thread Aleksey Lim
On Wed, Aug 24, 2011 at 03:34:54AM +, Aleksey Lim wrote: == Credits == * David Farning for an initial push to have community level project for school server. * OLPC School server (XS) project that was used as a prototype for sugar-server, mace and sugar-server-templates

Re: [Sugar-devel] [SERVER] [ANNOUNCE] Sugar Server Kit v1.0 initial release

2011-08-24 Thread Aleksey Lim
On Wed, Aug 24, 2011 at 12:06:03AM -0500, Jerry Vonau wrote: On Wed, 2011-08-24 at 03:34 +, Aleksey Lim wrote: * sugar-server-demoxo http://wiki.sugarlabs.org/go/Sugar_Server_Kit/sugar-server-demoxo This is a demonstration of a Sugar Server Kit based school server solution. It

[Sugar-devel] [PATCH] Change string Remove in device palette by Remove device

2011-08-24 Thread godiard
From: Gonzalo Odiard godi...@gmail.com This more specific string, help solve translationes where Remove does not have the same meaning. In Spanish, for example the translation Eliminar means Destroy and must be used Quitar meaning take out. Signed-off-by: Gonzalo Odiard gonz...@laptop.org ---

Re: [Sugar-devel] Simplification help request

2011-08-24 Thread Aleksey Lim
On Tue, Aug 23, 2011 at 03:27:22PM -0400, Art Hunkins wrote: In my current activity (SamplePlay), I've got 26 buttons that allow a user to select (from the Journal) up to 26 audio samples/loops to play. AFAIK, the filename must be sent to Csound as a discrete variable, on its own channel

[Sugar-devel] [PATCH] more robust badge handling

2011-08-24 Thread Walter Bender
From: Walter Bender walter.ben...@gmail.com This augmentation to the cloning patch does a more robust job of adding a badge to the cloned icon by encapslating the icon svg before adding the badge. --- src/jarabe/view/customizebundle.py | 79 --- 1 files

[Sugar-devel] [PATCH] Add clone to view-source submenu

2011-08-24 Thread Walter Bender
From: Walter Bender walter.ben...@gmail.com This patch adds a Clone submenu to the view source toolbar, enabling the cloning of an activity for end-user modification. As per the design team meeting, this patch includes the generation of an .xo bundle to be copied to the Journal of the cloned

Re: [Sugar-devel] [IAEP] Fwd: SugarCamp in Paris -- save the date: September 9th-10th-11th, 2011

2011-08-24 Thread Sascha Silbe
Excerpts from Stefanie Nobel's message of Tue Aug 23 14:37:48 +0200 2011: have you already found an accommodation? Here is a list with some holiday flats: http://paris.fr.craigslist.fr/vac/ Thanks! It's too late this time since most people already booked their accomodation and the idea was

Re: [Sugar-devel] [PATCH] adding new emblem icon for view-source used by activity clones

2011-08-24 Thread Simon Schampijer
On 08/13/2011 05:13 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com Adding a new emblem icon based on the View Source icon. This badge is used by the cloning operator in View Source to mark cloned activity icons as modified. Note: This patch replaces a previous patch that

Re: [Sugar-devel] [DESIGN] Browse: move stop/reload button into the url entry

2011-08-24 Thread Simon Schampijer
On 08/17/2011 09:17 AM, Simon Schampijer wrote: On 08/14/2011 09:23 PM, Gary Martin wrote: Hi Simon, On 13 Aug 2011, at 16:02, Simon Schampijer wrote: Hi, Gary pointed out at one point that one could move the stop/reload button from the toolbar to the url entry similar to what Safari is

Re: [Sugar-devel] [PATCH] adding new emblem icon for view-source used by activity clones

2011-08-24 Thread Walter Bender
On Wed, Aug 24, 2011 at 5:49 PM, Simon Schampijer si...@schampijer.dewrote: On 08/13/2011 05:13 PM, Walter Bender wrote: From: Walter Benderwalter.ben...@gmail.com** Adding a new emblem icon based on the View Source icon. This badge is used by the cloning operator in View Source to mark

Re: [Sugar-devel] [DESIGN] Browse: move stop/reload button into the url entry

2011-08-24 Thread manuel quiñones
Hi Simon, 2011/8/24 Simon Schampijer si...@schampijer.de: Can someone help me adjusting the following three icons to another size? http://git.sugarlabs.org/sugar-artwork/mainline/blobs/master/icons/scalable/actions/media-playback-stop.svg

[Sugar-devel] [PATCH] Words: better layout and spacing of the canvas elements

2011-08-24 Thread Manuel Quiñones
Signed-off-by: Manuel Quiñones ma...@laptop.org --- pippy_app.py | 50 ++ 1 files changed, 30 insertions(+), 20 deletions(-) diff --git a/pippy_app.py b/pippy_app.py index 180766b..25651f4 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -63,8

[Sugar-devel] [PATCH 2/2] Words: removal of pippy code

2011-08-24 Thread Manuel Quiñones
The activity was done in Pippy. It has unneeded functions, and svg icons embedded in the code. I'm removing them to make Words code more consistent with the rest of the activities. Signed-off-by: Manuel Quiñones ma...@laptop.org --- activity.py| 84