Re: [Scid-users] Sorting by variations patch

2011-02-26 Thread Alexander Wagner
On 02/25/11 20:09, f...@libero.it wrote: Hi! > I had in mind something like this: I'll leave algorithmic stuff in the hands of those who knows that area best... I tend to agree with Gerds comment that it is difficult to find a perfect formula, so it might indeed be a good thing to make the we

Re: [Scid-users] Sorting by variations patch

2011-02-25 Thread Gerd Lorscheid
inale Da: gerd.lorsch...@onlinehome.de Data: 25/02/2011 19.19 A: "Fulvio" Cc: "Scid Users List" Ogg: Re: Re: AW: [Scid-users] Sorting by variations patch Hello Fulvio, it is not that easy if I assume right that you want to have it starting

Re: [Scid-users] Sorting by variations patch

2011-02-25 Thread f...@libero.it
ind = 400 It is a huge improvement versus the old simple avg_elo, but i'm not really satisfied.Let me now if you have any suggestion.Bye,Fulvio Messaggio originale Da: gerd.lorsch...@onlinehome.de Data: 25/02/2011 19.19 A: "Fulvio" Cc: "Scid Users List" Ogg: Re:

Re: [Scid-users] Sorting by variations patch

2011-02-25 Thread gerd . lorscheid
lateron the games in the gamelist will always follow his sorting criteria. Gerd - Ursprüngliche Nachricht - Von: Fulvio Gesendet: 25.02.11 15:59 Uhr An: Gerd Lorscheid Betreff: Re: AW: [Scid-users] Sorting by variations patch Gerd Lorscheid wrote: > > I will continue to work

Re: [Scid-users] Sorting by variations patch

2011-02-25 Thread Fulvio
Gerd Lorscheid wrote: > > I will continue to work on the dynamic sorting of the game list window, which > will > not change the database. > > May I ask for an interface like this? std::vector Index::getGamelist (uint start, uint max_count, const Filter* filter = 0, const std::string& sort =

Re: [Scid-users] Sorting by variations patch

2011-02-25 Thread Gerd Lorscheid
database. Gerd -Ursprüngliche Nachricht- Von: Alexander Wagner [mailto:a.wag...@physik.uni-wuerzburg.de] Gesendet: Donnerstag, 24. Februar 2011 21:04 An: Fulvio Cc: Scid Users List; Gerd Lorscheid Betreff: Re: [Scid-users] Sorting by variations patch On 02/22/11 16:03, Fulvio

Re: [Scid-users] Sorting by variations patch

2011-02-24 Thread Alexander Wagner
On 02/22/11 16:03, Fulvio wrote: Hi! >> I like to see the most interesting ( == commented) games to replay at >> the top of the gamelist window when the tree filter is enabled. I >> cannot sort the columns, but now I can sort the database. This comes >> in handy. > > I know that everyone loves hi

Re: [Scid-users] Sorting by variations patch

2011-02-24 Thread Alexander Wagner
On 02/22/11 08:00, Steven wrote: Hi! [...] > Hmmm . I suppose you mean sorting the DB but not writing it to disk. > Are you sure this is feasible ? I'm not overly familiar with > DB structure and searches, but it sounds dangerous to me > considering Scid's complexity. And at least part of Scid's

Re: [Scid-users] Sorting by variations patch

2011-02-22 Thread Fulvio
gerd.lorsch...@onlinehome.de wrote: Hello, I like to see the most interesting ( == commented) games to replay at the top of the gamelist window when the tree filter is enabled. I cannot sort the columns, but now I can sort the database. This comes in handy. I know that everyone loves

Re: [Scid-users] Sorting by variations patch

2011-02-22 Thread gerd . lorscheid
Gesendet: 22.02.11 08:00 Uhr An: Gerd Lorscheid Betreff: Re: [Scid-users] Sorting by variations patch >The appended small 12-line patch allows to sort bases also by variation count >and comment count from the maintenance window. Seems to work here. On the surface it sounds like one of those u

Re: [Scid-users] Sorting by variations patch

2011-02-21 Thread Steven
>The appended small 12-line patch allows to sort bases also by variation count >and comment count from the maintenance window. Seems to work here. On the surface it sounds like one of those useless features, but i'm *sure* it will come in very handy. >I remember a discussion whether to allow c

[Scid-users] Sorting by variations patch

2011-02-21 Thread Gerd Lorscheid
Hello, The appended small 12-line patch allows to sort bases also by variation count and comment count from the maintenance window. I remember a discussion whether to allow column sorting in the game list window. When sorting a base it is now done in three steps. In the firs