Re: [Sugar-devel] [PATCH] Fixes for Pippy layout: #1927

2010-05-05 Thread James Cameron
On Thu, May 06, 2010 at 05:25:07AM +, Aleksey Lim wrote: > Just some unrelated thoughts. I think it is useless to propose Pippy > patches, afaik there is no Pippy maintainer. Just either take > maintenance or (if someone stopped you :) create a fork. I don't think it is useless to have your wo

Re: [Sugar-devel] [PATCH] Fix for Ticket #1927

2010-05-05 Thread James Cameron
On Thu, May 06, 2010 at 10:39:43AM +0530, Anish Mangal wrote: > James wrote: > > A fix is to reorder the widget signals so that flash_cb() is called > > before clearbutton_cb(). ??See patch below. > > Incorporated as suggested. I see no change at my end in > sugar-emulator, so please verify it. I

Re: [Sugar-devel] [PATCH] Fixes for Pippy layout: #1927

2010-05-05 Thread James Cameron
On Thu, May 06, 2010 at 10:33:21AM +0530, Anish Mangal wrote: > Changes > --- > [1] The pippy layout now scales according to screen size. > [2] Replaced [h,v]boxes by [h,v]panes to make them adjustable. > [3] Moved the [stop, run, clear] buttons to the activity toolbar. > [4] Added new icons fo

Re: [Sugar-devel] [PATCH] Fixes for Pippy layout: #1927

2010-05-05 Thread Aleksey Lim
Hi Anish, Just some unrelated thoughts. I think it is useless to propose Pippy patches, afaik there is no Pippy maintainer. Just either take maintenance or (if someone stopped you :) create a fork. -- Aleksey ___ Sugar-devel mailing list Sugar-devel@li

Re: [Sugar-devel] [RFC PATCH v0 0/8] Journal sorting by file size and creation time.

2010-05-05 Thread Aleksey Lim
On Sat, May 01, 2010 at 04:33:48PM -0300, Andrés Ambrois wrote: > This patchset implements sorting in the Journal UI as described in [0]. > > This feature was requested in [1] and sponsored by Activity Central [2]. > > Sorting by filesize is vital in the field where users need to free up disk >

Re: [Sugar-devel] [PATCH] Fix for Ticket #1927

2010-05-05 Thread Anish Mangal
Thanks again for your feedback, > The clear button persists in not flashing when I test it on XO-1.5. > I've dug deeper and found it is probably because self.save() is being > called, which is slow on an XO-1.5 since it is using SD. > > The timer_cb() is being called before the screen is updated,

[Sugar-devel] [PATCH] Fixes for Pippy layout: #1927

2010-05-05 Thread Anish Mangal
Changes --- [1] The pippy layout now scales according to screen size. [2] Replaced [h,v]boxes by [h,v]panes to make them adjustable. [3] Moved the [stop, run, clear] buttons to the activity toolbar. [4] Added new icons for [stop, run, clear] toolbar buttons. [5] When the toolbar [stop, run, cle

Re: [Sugar-devel] [PATCH] Fix for Ticket #1927

2010-05-05 Thread James Cameron
On Wed, May 05, 2010 at 08:29:13PM +0530, Anish Mangal wrote: > It will flash for *atleast* 400 milliseconds. Since the "Run" process > actually takes some time to execute, it will be colored for that > duration. The clear button persists in not flashing when I test it on XO-1.5. I've dug deeper a

Re: [Sugar-devel] [PATCH] Fix for Ticket #1927

2010-05-05 Thread Anish Mangal
Hi James, Thanks for your feedback. Pls find the responses inlined. > - the toolbar clear button does not always flash for 400ms, though the >  stop and run buttons do. It will flash for *atleast* 400 milliseconds. Since the "Run" process actually takes some time to execute, it will be colored f

[Sugar-devel] [PATCH] Fixes for Pippy layout: #1927

2010-05-05 Thread Anish Mangal
Changes --- [1] The pippy layout now scales according to screen size. [2] Replaced [h,v]boxes by [h,v]panes to make them adjustable. [3] Moved the [stop, run, clear] buttons to the activity toolbar. [4] Added new icons for [stop, run, clear] toolbar buttons. [5] When the toolbar [stop, run, cle

[Sugar-devel] please remove mirrors.rit.edu from ASLO rotation

2010-05-05 Thread Daniel Drake
Hi, We're behind on building an OLPC OS image for Argentina and now that we're finally ready with the team here ready to do the reflasing, I can't make the build because http://mirrors.rit.edu is down. This seems to be the mirror used by ASLO about 75% of the time that I make requests. :( Can thi

[Sugar-devel] [ANNOUNCE] Tarballs for release 0.88.1 due for May 17

2010-05-05 Thread Tomeu Vizoso
Hi, Simon and me discussed when to release 0.88.1 and are targeting for May 18, thus having tarballs ready on May 17. Do the other maintainers agree? We are also scheduling some time to go through the review queue on Tuesday May 11th afternoon (UTC) and on Monday May 17th. Would be great if patch

Re: [Sugar-devel] [PATCH 1/2] This fixes part of http://bugs.sugarlabs.org/ticket/1876 .

2010-05-05 Thread James Cameron
On Tue, May 04, 2010 at 07:25:12PM -0400, Bernie Innocenti wrote: > To reclaim space in case of a crash, we also need to delete temporary > files at startup time. The rest of the bug is addressed by a separate > patch in sugar-toolkit. > > Signed-off-by: Bernie Innocenti Good patch for single-us

Re: [Sugar-devel] [PATCH] Don't crash on invalid favoriteslayout settings

2010-05-05 Thread James Cameron
On Tue, May 04, 2010 at 07:22:36PM -0400, Bernie Innocenti wrote: > This could happen if the user upgrades Sugar to a new version which > doesn't support the old layout. > > Signed-off-by: Bernie Innocenti I figured out you're patching 0.84, 'cause the line numbers didn't match unless I was look

Re: [Sugar-devel] Sugar Release Management --- handing over

2010-05-05 Thread Simon Schampijer
A few words on the last Sugar release, a reflection from the release manager's point of view. == Involvement from Downstream == We saw the first bigger contribution from downstream. Developers and educators from Plan Ceibal and Paraguay Educa worked together to add the GSM feature [1] to Sugar

Re: [Sugar-devel] [PATCH 1/2] This fixes part of http://bugs.sugarlabs.org/ticket/1876 .

2010-05-05 Thread Aleksey Lim
On Tue, May 04, 2010 at 07:25:12PM -0400, Bernie Innocenti wrote: > To reclaim space in case of a crash, we also need to delete temporary > files at startup time. The rest of the bug is addressed by a separate > patch in sugar-toolkit. > > Signed-off-by: Bernie Innocenti > --- > bin/sugar.in |