Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread Stephan Beal
On Fri, Feb 8, 2013 at 2:44 PM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote: I can read 101 entries... when it should be 200... Two buttons appear [20 entries], which is correct and [200 entries] that should not exists... Does your repo have more than 101 entries? What does the

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread K. Fossil user
1/ it is the fossil repository... :-) $ fossil dbstat repository-size:    40726528 bytes (40.7MB) artifact-count: 19750 (stored as 5624 full text and 14126 delta blobs) artifact-sizes: 52103 bytes average, 4993770 bytes max, 1028938476 bytes (1.0GB) total compression-ratio:  25:1

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread Richard Hipp
On Fri, Feb 8, 2013 at 8:44 AM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote: Hello again, Click on Timeline then click on tags: trunk finally click on button 200 entries That button really means at most 200 entries but that is too much text for a button, so it is abbreviated to

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread Stephan Beal
On Fri, Feb 8, 2013 at 3:14 PM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote: 1/ it is the fossil repository... :-) Doh. 2/ may be this can solve it ? File is : src/timeline.c line 1359, change it to : else if( nEntry200 ){ An else there would break if (nEntry20

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread K. Fossil user
 : Stephan Beal sgb...@googlemail.com À : Fossil SCM user's discussion fossil-users@lists.fossil-scm.org Envoyé le : Vendredi 8 février 2013 14h25 Objet : Re: [fossil-users] 101 entries... when it should be 200... On Fri, Feb 8, 2013 at 3:14 PM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread K. Fossil user
1/ at most 200 entries Ah ok... 2/ Is it possible that you put a tooltip when the mouse is hovering ? (at most 200 entries, for example) 3/ Thanks for the b=trunk... I was wondering *if* it should not be b=trunk then...   Best Regards K. Richard Hipp wrote : On Fri, Feb 8, 2013 at 8:44

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread Stephan Beal
On Fri, Feb 8, 2013 at 3:39 PM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote: 1/ else does not break here... :-) It runs as expected... (if entries are over 20 then 20) Try this: http://fossil-scm.org/index.html/timeline?n=100 With the else, the 200 entry would not appear there.

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread Stephan Beal
On Fri, Feb 8, 2013 at 3:45 PM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote: 2/ Is it possible that you put a tooltip when the mouse is hovering ? (at most 200 entries, for example) That is unfortunately a bigger change that it might initially seem because those menus are created

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread K. Fossil user
1/ I agree with the 20-200, but my idea is this : I would like to know which button I've pressed: 200 or 20 ? (it doesn't matter if n=100) Never mind, this is not that important for me. It could be that important for some people... 2/ The timeline variant is strange, because I've thought that if

Re: [fossil-users] 101 entries... when it should be 200...

2013-02-08 Thread Stephan Beal
On Fri, Feb 8, 2013 at 4:37 PM, K. Fossil user ticketpersonnal-fos...@yahoo.fr wrote: 1/ I agree with the 20-200, but my idea is this : I would like to know which button I've pressed: 200 or 20 ? (it doesn't matter if n=100) That assumes that the C code knows exactly which menu entries