Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-05 Thread Manuel Kaufmann
On Fri, Oct 5, 2012 at 12:41 AM, Gonzalo Odiard wrote: > The best we can do is provide a coherent order. > Alphabetical using the localized numbers and the same order than in the list > view, > is the best in my opinion. I was about to suggest that maybe we can sort the activities using the "laun

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Gonzalo Odiard
Guys, The favorites view, will change in every xo: * Because the user select/deselect activities as favorite. * Because the user add/remove activities. The best we can do is provide a coherent order. Alphabetical using the localized numbers and the same order than in the list view, is the best in

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Martin Langhoff
On Thu, Oct 4, 2012 at 3:15 PM, Gary Martin wrote: > Martin, could you clarify this example a little more, > did you have some specific documentation task in mind? I want to clarify that I see this patch as a big improvement, even with localized sorting. +100. We often prepare some screenshots f

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Manuel Quiñones
2012/10/4 Gary Martin : > On 4 Oct 2012, at 16:48, Manuel Quiñones wrote: > >> 2012/10/4 Gonzalo Odiard : >>> >>> >>> On Thu, Oct 4, 2012 at 12:00 PM, Martin Langhoff >>> wrote: On Thu, Oct 4, 2012 at 10:33 AM, Gonzalo Odiard wrote: > We are sorting by localized name. > It

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Gary Martin
On 4 Oct 2012, at 16:48, Manuel Quiñones wrote: > 2012/10/4 Gonzalo Odiard : >> >> >> On Thu, Oct 4, 2012 at 12:00 PM, Martin Langhoff >> wrote: >>> >>> On Thu, Oct 4, 2012 at 10:33 AM, Gonzalo Odiard >>> wrote: We are sorting by localized name. It's true than the order will be dif

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Manuel Quiñones
2012/10/4 Gonzalo Odiard : > > > On Thu, Oct 4, 2012 at 12:00 PM, Martin Langhoff > wrote: >> >> On Thu, Oct 4, 2012 at 10:33 AM, Gonzalo Odiard >> wrote: >> > We are sorting by localized name. >> > It's true than the order will be different if you use a different >> > language, >> > but we think

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Martin Langhoff
On Thu, Oct 4, 2012 at 11:25 AM, Gonzalo Odiard wrote: > You have less consistency only if you change the language. I generally agree. My only worry is that documentation screenshots will be all over the place. > Have sense use the same order in the listview and in the favorites view too. yeah.

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Gonzalo Odiard
On Thu, Oct 4, 2012 at 12:00 PM, Martin Langhoff wrote: > On Thu, Oct 4, 2012 at 10:33 AM, Gonzalo Odiard > wrote: > > We are sorting by localized name. > > It's true than the order will be different if you use a different > language, > > but we think is better for the users. > > Less consistency

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Martin Langhoff
On Thu, Oct 4, 2012 at 10:33 AM, Gonzalo Odiard wrote: > We are sorting by localized name. > It's true than the order will be different if you use a different language, > but we think is better for the users. Less consistency in icon location better? How? I agree alphabetical is better for list

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Gonzalo Odiard
> > More importantly -- Is this sorting over the English names, or the >> localized names? I am not sure what we would desire, but I'll note >> that if it's localized names, then every language will have a diffent >> home view icon order. >> > > It is over the English names, I think... Gonzalo? > >

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Simon Schampijer
On 10/04/2012 04:28 PM, Martin Langhoff wrote: On Thu, Oct 4, 2012 at 8:06 AM, wrote: The change is done in the favorites view and in the list view What was the sorting before in the fav view? Based on Installation time. So the ordering changed when installing new activities or if you hac

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Gonzalo Odiard
On Thu, Oct 4, 2012 at 11:28 AM, Martin Langhoff wrote: > On Thu, Oct 4, 2012 at 8:06 AM, wrote: > > The change is done in the favorites view and in the list view > > What was the sorting before in the fav view? > Before was sorted by installation time. > > More importantly -- Is this sorting

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Martin Langhoff
On Thu, Oct 4, 2012 at 8:06 AM, wrote: > The change is done in the favorites view and in the list view What was the sorting before in the fav view? More importantly -- Is this sorting over the English names, or the localized names? I am not sure what we would desire, but I'll note that if it's

Re: [Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread Simon Schampijer
Thanks pushed as: d6e3fe411ee22dc4308cd06f54e2b5e0bd1d27ab And added to the notes: http://wiki.sugarlabs.org/go/0.98/Notes#Alphabetical_ordering_in_the_Home_View Regards, Simon On 10/04/2012 02:06 PM, godi...@sugarlabs.org wrote: From: Gonzalo Odiard The change is done in the favorites

[Sugar-devel] [PATCH] Sort the activities in the home in alphabetic order

2012-10-04 Thread godiard
From: Gonzalo Odiard The change is done in the favorites view and in the list view Signed-off-by: Gonzalo Odiard --- src/jarabe/desktop/activitieslist.py | 1 + src/jarabe/desktop/favoriteslayout.py | 6 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/jarabe/desktop/