Re: [Sugar-devel] Proposal of dotted activity version number

2010-10-05 Thread C. Scott Ananian
If you're going to use something other than simple integers, I suggest either: a) a string of dotted integers. You should *always* be able to subdivide a release if necessary. Strings like "peru" belong (in my opinion) in release notes or the name of the activity or anywhere else. They don't tel

[Sugar-devel] [PATCH] fix #2383 - Browse: history not right when resuming

2010-10-05 Thread godiard
From: Gonzalo Odiard Previously Browse does not saved the current tabs opened, saved the history and assumes the last url in the history is the current. V1 -> V2 : load_urls is a private method now, and create a function to eliminate duplicated code --- browser.py | 16 ++-- w

Re: [Sugar-devel] Home button in browse - toolbar images

2010-10-05 Thread Frederick Grose
On Tue, Oct 5, 2010 at 3:32 PM, Gonzalo Odiard wrote: > Gary: > Here are the screenshots. > I comented a check of cairo version to add the tabs button. > > toolbar-browse-0.90.png and toolbar-browse-0.84.png are with the emulator > at 1200x900 > > browse-90-in-sugar-emulator.png and browse-90-in

Re: [Sugar-devel] Home button in browse - toolbar images

2010-10-05 Thread Gonzalo Odiard
The house icon was a mistake, I didn't used the last, but to see the distribution it's the same. Gonzalo ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] [PATCH v4 sugar] Shutdown (and Logout) menuitems should activate

2010-10-05 Thread Anurag Chowdhury
We changed the cursor in home window to a busy cursor when the shutdown menu is activated and used glib.idle_add( ) to call the shut funtion when pygtk is idle to shutdown or logout the sugar session properly , hence letting the user know the validity of the shutdown process going on in the backen

Re: [Sugar-devel] [RELEASE] sugar-0.90.2

2010-10-05 Thread Peter Robinson
https://admin.fedoraproject.org/updates/sugar-0.90.2-1.fc14,sugar-toolkit-0.90.1-1.fc14 Submitted the usual call for testers please :-) Peter On Tue, Oct 5, 2010 at 5:14 PM, Tomeu Vizoso wrote: > == Source == > > http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.90.2.tar.b

Re: [Sugar-devel] coping with the traffic in sugar-devel

2010-10-05 Thread Gary C Martin
On 5 Oct 2010, at 17:05, Walter Bender wrote: > On Tue, Oct 5, 2010 at 12:01 PM, Gary Martin > wrote: >> On 5 Oct 2010, at 12:05, Bernie Innocenti wrote: >> >>> On Tue, 2010-10-05 at 11:19 +0200, Tomeu Vizoso wrote: What about marking in some way those incoming emails that belong to a

[Sugar-devel] [RELEASE] sugar-0.90.2

2010-10-05 Thread Tomeu Vizoso
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar/sugar-0.90.2.tar.bz2 == News == * Don't emit buddy-removed if we don't know yet its contact-id #2402 (Tomeu Vizoso) * Don't emit buddy-removed and activity-removed before they have announced #2401 (Tomeu Vizoso) _

[Sugar-devel] [RELEASE] sugar-toolkit-0.90.1

2010-10-05 Thread Simon Schampijer
== Source == http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.90.1.tar.bz2 == News == * Fix running multiple instances of Browse by adapting to API changes #2404 (Tomeu Vizoso) * Cast floats to ints before calling cairo.ImageSurface() #2291 (Tomeu Vizoso)

Re: [Sugar-devel] coping with the traffic in sugar-devel

2010-10-05 Thread Walter Bender
On Tue, Oct 5, 2010 at 12:01 PM, Gary Martin wrote: > On 5 Oct 2010, at 12:05, Bernie Innocenti wrote: > >> On Tue, 2010-10-05 at 11:19 +0200, Tomeu Vizoso wrote: >>> What about marking in some way those incoming emails that belong to a >>> thread that has included the word 'bernie'? >> >> That's

Re: [Sugar-devel] coping with the traffic in sugar-devel

2010-10-05 Thread Gary Martin
On 5 Oct 2010, at 12:05, Bernie Innocenti wrote: > On Tue, 2010-10-05 at 11:19 +0200, Tomeu Vizoso wrote: >> What about marking in some way those incoming emails that belong to a >> thread that has included the word 'bernie'? > > That's really hard... Procmail, my email sorting software, is state

[Sugar-devel] Adding a test case for 0.90.1 fixes

2010-10-05 Thread Simon Schampijer
Hi, I would like to ask submitters of a patch for a fix targeted at 0.90.1 [1] to add a simple test case to the ticket with the following format: |test case| * open Browse * go to page "sugarlabs.org" ---> the page is rendered in yellow at the top Please use a comment field for the test case.

Re: [Sugar-devel] [PATCH] Don't emit buddy-removed if we don't know yet its contact-id #2402

2010-10-05 Thread Simon Schampijer
On 10/04/2010 07:50 PM, Tomeu Vizoso wrote: > On Mon, Oct 4, 2010 at 19:42, Tomeu Vizoso > wrote: >> Otherwise the owner icon is removed from the neighborhood view > > Requesting inclusion in 0.90. > > Thanks, > > Tomeu Looks good, please go ahead. Regards, Simon ___

Re: [Sugar-devel] [PATCH] Don't emit buddy-removed and activity-removed before they have announced #2401

2010-10-05 Thread Simon Schampijer
On 10/04/2010 07:50 PM, Tomeu Vizoso wrote: > On Mon, Oct 4, 2010 at 19:44, Tomeu Vizoso > wrote: >> Otherwise we'll get some tracebacks from the listeners of those >> signals because they still don't know about those buddies or activities. > > Requesting inclusion in 0.90. > > Thanks, > > Tomeu

Re: [Sugar-devel] [PATCH] Fix running multiple instances of Browse by adapting to API changes #2404

2010-10-05 Thread Simon Schampijer
On 10/05/2010 04:54 PM, Tomeu Vizoso wrote: > * sugar/presence/presenceservice.py: Specify the D-Bus interface when >calling ActivityProperties.GetActivity > * sugar/activity/main.py: Set a default for the --invite option and >make the create() D-Bus method accept a{sv} so we can pass

Re: [Sugar-devel] any patches for 0.90.1?

2010-10-05 Thread Tomeu Vizoso
On Mon, Oct 4, 2010 at 21:05, Sascha Silbe wrote: > Excerpts from Tomeu Vizoso's message of Mon Oct 04 19:48:36 +0200 2010: > >> Can submitters reply to their own messages for those that are intended >> to go in before we branch? > > This patch of mine is a bug fix and should go into 0.90.1: > > [

Re: [Sugar-devel] [DESIGN] Home button in Browse

2010-10-05 Thread Simon Schampijer
On 09/30/2010 07:38 PM, Gary Martin wrote: > On 30 Sep 2010, at 17:58, Simon Schampijer wrote: > >> >>> I'm still not clear on the toolbar positioning for adding yet another >>> button, unless we can move the reload/stop button inside the far right of >>> the address bar (like we do with the Suga

[Sugar-devel] [PATCH] Fix running multiple instances of Browse by adapting to API changes #2404

2010-10-05 Thread Tomeu Vizoso
* sugar/presence/presenceservice.py: Specify the D-Bus interface when calling ActivityProperties.GetActivity * sugar/activity/main.py: Set a default for the --invite option and make the create() D-Bus method accept a{sv} so we can pass the boolean value. --- src/sugar/activity/main.py

Re: [Sugar-devel] Testing 0.90 on an XO

2010-10-05 Thread Simon Schampijer
On 10/04/2010 05:22 PM, Simon Schampijer wrote: > Hi, > > I have been doing 0.90-F14 builds for the XO-1 and XO-1.5. You can grab > the latest build from [1]. > > I provide these builds that people that do have XO-hardware can start > helping testing 0.90. So far, we did not have much testing yet.

Re: [Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2180)

2010-10-05 Thread Dipankar Patro
Thanks Tomeu for the acceptance. On Tue, Oct 5, 2010 at 3:02 PM, Tomeu Vizoso wrote: > On Mon, Sep 27, 2010 at 20:35, Dipankar Patro wrote: > > Previously some bottom part of sugar emulator window was pushed out of > viewing area at 800x600 system resolution. > > The patch opens Sugar-emulator

Re: [Sugar-devel] #1169 NORM: Drop down menus give no indication of their existence, also are too slow to load.

2010-10-05 Thread Martin Dengler
On Tue, Oct 05, 2010 at 10:14:58AM +0200, Tomeu Vizoso wrote: > On Sat, Oct 2, 2010 at 09:46, Shanjit Singh Jajmann > wrote: > > Hi, > > > > Appropriate changes have now been made to the issue and the patches have > > also been uploaded. Changes have been made as suggested by FGrose in his > > com

Re: [Sugar-devel] any patches for 0.90.1?

2010-10-05 Thread Walter Bender
On Mon, Oct 4, 2010 at 1:48 PM, Tomeu Vizoso wrote: > Hi, > > there are several patches awaiting commit and review, but I don't > think all of them are intended to go into 0.90. > > Can submitters reply to their own messages for those that are intended > to go in before we branch? There are two p

Re: [Sugar-devel] Fwd: making patches and sending email using git-email

2010-10-05 Thread Walter Bender
On Tue, Oct 5, 2010 at 5:09 AM, Tomeu Vizoso wrote: > On Sat, Oct 2, 2010 at 10:50, Sascha Silbe > wrote: >> Excerpts from Ishan Bansal's message of Fri Oct 01 19:58:23 +0200 2010: >> >>> 2. To do the git email configuration for your system refer to >>> http://paste.ubuntu.com/488777/ > > Could w

Re: [Sugar-devel] coping with the traffic in sugar-devel

2010-10-05 Thread Bernie Innocenti
On Tue, 2010-10-05 at 11:19 +0200, Tomeu Vizoso wrote: > What about marking in some way those incoming emails that belong to a > thread that has included the word 'bernie'? That's really hard... Procmail, my email sorting software, is stateless. > There's also the option of just going through th

Re: [Sugar-devel] Fwd: making patches and sending email using git-email

2010-10-05 Thread Tomeu Vizoso
On Tue, Oct 5, 2010 at 11:09, Tomeu Vizoso wrote: > On Sat, Oct 2, 2010 at 10:50, Sascha Silbe > wrote: >> Excerpts from Ishan Bansal's message of Fri Oct 01 19:58:23 +0200 2010: >> >>> 2. To do the git email configuration for your system refer to >>> http://paste.ubuntu.com/488777/ > > Could we

Re: [Sugar-devel] [PATCH v3 sugar] Run Sugar-Emulator in fullscreen by default if the screen is <=800x600 (SL #2180)

2010-10-05 Thread Tomeu Vizoso
On Mon, Sep 27, 2010 at 20:35, Dipankar Patro wrote: > Previously some bottom part of sugar emulator window was pushed out of > viewing area at 800x600 system resolution. > The patch opens Sugar-emulator in fullscreen mode by default for resolutions > <= 800x600 to avoid the above mentioned situ

Re: [Sugar-devel] [PATCH] Bug #630:Modal Dialog Fix and Journal Memory Full Alert added

2010-10-05 Thread Tomeu Vizoso
On Fri, Sep 24, 2010 at 16:46, Mukul Gupta wrote: > Modal Dialog should be displayed only once at startup if free > memory is less than 50MB but greater than 10MB. Instead, for every > redundant Modal Dialog Display, an Alert in the Journal signifying > Low Memory is displayed.But when free memory

Re: [Sugar-devel] Testing 0.90 on an XO

2010-10-05 Thread Simon Schampijer
On 10/05/2010 03:39 AM, fors...@ozonline.com.au wrote: >> Please use these builds only for reporting back 0.90 issues. There are > surely issues that are due to integration issues. Leave them for now. > > How do I tell what an integration issue is? Do you only want bugs on new > features and not r

Re: [Sugar-devel] Pointers required for SL#1742 (after adding a friend the palette doesn't change) ,

2010-10-05 Thread Tomeu Vizoso
On Fri, Oct 1, 2010 at 20:06, Anurag Chowdhury wrote: > What I figured out for this bug is that the bug could be solved only if the > shell service has a D-Bus API for buddies. Untill then even the present > scenario of one time update during system restart has also been applied > through a hack p

[Sugar-devel] coping with the traffic in sugar-devel (was Re: Replacing Illegal character ':' in username (SL #2152))

2010-10-05 Thread Tomeu Vizoso
On Sun, Oct 3, 2010 at 21:23, Bernie Innocenti wrote: > If you want to ensure that I read a message intended for me, you'd > better keep me on cc. I don't read every single post sent to > sugar-devel. What about marking in some way those incoming emails that belong to a thread that has included t

Re: [Sugar-devel] Fwd: making patches and sending email using git-email

2010-10-05 Thread Tomeu Vizoso
On Sat, Oct 2, 2010 at 10:50, Sascha Silbe wrote: > Excerpts from Ishan Bansal's message of Fri Oct 01 19:58:23 +0200 2010: > >> 2. To do the git email configuration for your system refer to >> http://paste.ubuntu.com/488777/ Could we improve what we have in the wiki and refer people there? I wo

Re: [Sugar-devel] [PATCH] Free space displayed for Journal Button in Volumes Toolbar. (Ticket #2318)

2010-10-05 Thread Tomeu Vizoso
On Mon, Sep 27, 2010 at 20:21, Ishan Bansal wrote: > Pallete added to calculate and display free journal space when we write click. Thanks for the patch, we should see how we can avoid duplicating code. Maybe we could split palettes.BaseJournalPalette from palettes.JournalPalette and make Journa

Re: [Sugar-devel] Proposal of dotted activity version number

2010-10-05 Thread Simon Schampijer
Hi Gary, thanks for your feedback. On 10/05/2010 04:31 AM, Gary Martin wrote: > On 5 Oct 2010, at 00:30, James Cameron wrote: > >> On 05/10/2010, at 10:16 AM, Tim McNamara wrote: >>> My strong preference is for Activities to rapidly increase their integer >>> numbers, rather than creating a com

Re: [Sugar-devel] Proposal of dotted activity version number

2010-10-05 Thread Simon Schampijer
On 10/05/2010 01:16 AM, Tim McNamara wrote: > On 5 October 2010 10:25, James Cameron wrote: > >> I agree with the proposal. >> >> -- >> James Cameron >> System Test Coordinator >> One Laptop per Child > > > I tentatively agree. > > My strong preference is for Activities to rapidly increase their i

Re: [Sugar-devel] #1169 NORM: Drop down menus give no indication of their existence, also are too slow to load.

2010-10-05 Thread Tomeu Vizoso
On Sat, Oct 2, 2010 at 09:46, Shanjit Singh Jajmann wrote: > Hi, > > Appropriate changes have now been made to the issue and the patches have > also been uploaded. Changes have been made as suggested by FGrose in his > comment. I see lots of related information in the bug tracker about this and o

Re: [Sugar-devel] Testing 0.90 on an XO

2010-10-05 Thread Simon Schampijer
On 10/05/2010 04:24 AM, James Cameron wrote: > On 05/10/2010, at 12:39 PM, fors...@ozonline.com.au wrote: >> How do I tell what an integration issue is? > > There's a few methods, but they require either experience or knowledge of the > software components and how they interface. If in doubt, jus