Re: [Sugar-devel] [Dextrose] [PATCH v5 sugar] Pulsing icon delayed by 5 seconds or so SL#2080

2010-11-01 Thread James Cameron
On Mon, Nov 01, 2010 at 03:42:05PM +, Gary Martin wrote: > Just to be clear, I preferred Martin Dengler's resolution of the > issue, it fixes an inefficiency rather than adding code to work around > it: [...] I agree. I'm not sure consensus has been reached on the other changes. -- James Ca

Re: [Sugar-devel] [PATCH] Adopt to new numbering scheme #2425

2010-11-01 Thread James Cameron
Reviewed-by: James Cameron -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [PATCH] Add new numbering scheme #2425

2010-11-01 Thread James Cameron
Reviewed-by: James Cameron -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Appearance Customization

2010-11-01 Thread James Cameron
On Mon, Nov 01, 2010 at 03:58:58PM +0430, Mike Dawson wrote: > Is that bountysource.com ? I don't know, sorry. > I guess this looks like we're talking > about a week of work to get it done. That's just my estimate, others may differ. > I will check out these bounty > sites this evening - but mi

Re: [Sugar-devel] [PATCH 1/2] Revert to original layout (<=v35) for Sugar <=0.84

2010-11-01 Thread Gonzalo Odiard
I don't understand why Pippy do: goicon_bw = gtk.Image() goicon_bw.set_from_file("%s/icons/run_bw.svg" % os.getcwd()) goicon_color = gtk.Image() goicon_color.set_from_file("%s/icons/run_color.svg" % os.getcwd()) gobutton = ToolButton(label=_("_Run!"))

[Sugar-devel] [PATCH] Add new numbering scheme #2425

2010-11-01 Thread Simon Schampijer
- add class NormalizedVersion to parse and compare the new activity versions - change the bundlebuilder and activitybundle to use the new scheme, instead of an int version we expect a string that matches the format defined in NormalizedVersion --- src/sugar/activity/bundlebuilder.py |6 +- src

[Sugar-devel] [PATCH] Adopt to new numbering scheme #2425

2010-11-01 Thread Simon Schampijer
- the activities list view is changed to use a string for the version - the comparisons in the bundleregistry is changed to use the new numbering scheme --- src/jarabe/desktop/activitieslist.py |2 +- src/jarabe/model/bundleregistry.py | 17 ++--- 2 files changed, 11 insertions

Re: [Sugar-devel] Help activity

2010-11-01 Thread Gonzalo Odiard
Thanks Bastien. If you commit these changes, please add viewtoolbar.py to the MANIFEST file before build the xo. Gonzalo On Mon, Nov 1, 2010 at 1:02 PM, Bastien wrote: > Hi Gonzalo, > > Gonzalo Odiard writes: > > > Who is maintaining the Help activity? > > Brian Jordan is the maintainer (br..

[Sugar-devel] Sugar Digest 2010-11-01

2010-11-01 Thread Walter Bender
==Sugar Digest== 1. I first met Alan Kay in the late 1970s. I was working on a personalized news project – think ''Google News'' meets ''Facebook'' – for which Alan came up with the name ''NewsPeek'' – a play off of George Orwell's ''New Speak''. It was then that I first heard Alan's definition o

Re: [Sugar-devel] Help activity

2010-11-01 Thread Bastien
Hi Gonzalo, Gonzalo Odiard writes: > Who is maintaining the Help activity? Brian Jordan is the maintainer (br...@laptop.org, bcjor...@gmail.com) and Seth Woodworth has commit access (s...@laptop.org). > I have a few small patches: > 1) change in the css to better use of screen, now we can rota

Re: [Sugar-devel] [Dextrose] [PATCH v5 sugar] Pulsing icon delayed by 5 seconds or so SL#2080

2010-11-01 Thread Gary Martin
On 1 Nov 2010, at 15:12, Anurag Chowdhury wrote: > Since , now we all seem to reach on a common proposal of agreement for > the above issue . And since Gary has confirmed a noticeable > improvement in the reduction of the delay time due to the changes > applied by the v5 patch Just to be clear,

Re: [Sugar-devel] [Dextrose] [PATCH v5 sugar] Pulsing icon delayed by 5 seconds or so SL#2080

2010-11-01 Thread Anurag Chowdhury
Since , now we all seem to reach on a common proposal of agreement for the above issue . And since Gary has confirmed a noticeable improvement in the reduction of the delay time due to the changes applied by the v5 patch and some more tweaks discussed in the thread , so I think we can move to make

Re: [Sugar-devel] [Dextrose] [PATCH v5 sugar] Pulsing icon delayed by 5 seconds or so SL#2080

2010-11-01 Thread Anurag Chowdhury
On Sun, Oct 31, 2010 at 12:14 PM, Martin Dengler wrote: > On Sat, Oct 30, 2010 at 12:09:53AM +0530, Anurag Chowdhury wrote: >> Uptill now what we have gathered from this issue is: >> >> 1) We can improve this issue by using a cache system or cairo operation: >> >>   >    " I think the problem is t

[Sugar-devel] Help activity

2010-11-01 Thread Gonzalo Odiard
Who is maintaining the Help activity? I have a few small patches: 1) change in the css to better use of screen, now we can rotate screen again. 2) replace home icon by the new icon. 3) add a view toolbar, stolen from browse 4) fix the icon because in F13 there are changes in the svg rendering and t

Re: [Sugar-devel] [Dextrose] [PATCH v3] Reduction in the time taken for loading of the menu (SL#1169)

2010-11-01 Thread Gary Martin
Hi Martin, On 31 Oct 2010, at 06:54, Martin Dengler wrote: > On Fri, Oct 29, 2010 at 05:49:24PM +0100, Gary Martin wrote: >> To be frank, as we move towards a touch UI Sugar, most of this left >> click vs. right click, mouse hover pop-up timing will go out the >> window any way. ;) > > True. Wh

[Sugar-devel] [ASLO] Release Follow Me-3

2010-11-01 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4354 Sugar Platform: 0.82 - 0.90 Download Now: http://activities.sugarlabs.org/downloads/file/27090/follow_me-3.xo Release notes: A simple little game which requires good concentration. Pupils are presented with an ever increasing sequence

Re: [Sugar-devel] [PATCH 1/2] Revert to original layout (<=v35) for Sugar <=0.84

2010-11-01 Thread Anish Mangal
I've test-driven this on 0.84-xo1 (os301) and 0.90-jhbuild and it seems to work on both. The same also applies to "[PATCH 2/2] Pippy: add edit toolbar". On Mon, Nov 1, 2010 at 5:06 PM, Anish Mangal wrote: > From: anishmangal2002 > > Signed-off-by: Anish Mangal > --- >  pippy_app.py |  263 > +

[Sugar-devel] [PATCH 2/2] Pippy: add edit toolbar

2010-11-01 Thread Anish Mangal
This patch adds the standard edit toolbar to the Pippy layout. If the activity is not shared, all four toolbar buttons, i.e. copy, paste, undo, redo will be active. However, if an activity is shared, the undo and redo buttons are made insensitive. This is due an issue with undo/redoing that is yet

[Sugar-devel] [PATCH 1/2] Revert to original layout (<=v35) for Sugar <=0.84

2010-11-01 Thread Anish Mangal
From: anishmangal2002 Signed-off-by: Anish Mangal --- pippy_app.py | 263 ++ 1 files changed, 190 insertions(+), 73 deletions(-) diff --git a/pippy_app.py b/pippy_app.py index fc8..ed8ee24 100644 --- a/pippy_app.py +++ b/pippy_app.py

Re: [Sugar-devel] Appearance Customization

2010-11-01 Thread Mike Dawson
Is that bountysource.com ? I guess this looks like we're talking about a week of work to get it done. I will check out these bounty sites this evening - but mine is up there? Other deployments? We all want it... Isn't $100 if you're on the ground pretty good value just for the peace and quiet t

Re: [Sugar-devel] Appearance Customization

2010-11-01 Thread James Cameron
On Mon, Nov 01, 2010 at 02:48:57PM +0430, Mike Dawson wrote: > let's make it colourful. It would be great if they could choose their > own colours for the grays that are currently around at the moment. Between three and 15 hours work, to add a control panel for configuring those colours, and then

[Sugar-devel] Appearance Customization

2010-11-01 Thread Mike Dawson
Hi All, Following on from: http://codewiz.org/wiki/blog/2010/03#mon-mar-8--children-want-sugar-084-for-the-wrong-reasons The most popular request on the ground here follows from the same thing that kids will do with any device that they feel ownership of: let's make it colourful. It would be gr

[Sugar-devel] Report: USR installed to a fresh Ubuntu 10.10 install

2010-11-01 Thread Thomas C Gilliard
Tonight I installed Ubuntu 10.10 on a 250 GB USB external Drive. I then used the command: sudo apt-get install ubuntu-sugar-remix Started sugar-emulator from the menu education/sugar ( I moved the icon onto the desktop with a right click, then edited it's properties so the command line was "s

Re: [Sugar-devel] [SoaS] Page for listing current Soas-v4 Mango Lassi bugs found on 3 download sites

2010-11-01 Thread Peter Robinson
Matt, Would be nice if you sent these queries directly to the mailing list for all to see. > Matt Wronkiewicz wrote: > > What if, instead of concentrating on the nightly builds, we went after > the updates to Fedora 15 as they came in? From reading through the > past messages to the list, it seem