Re: [fossil-users] fossil-users Digest, Vol 118, Issue 46

2017-11-26 Thread David Mason
On 26 November 2017 at 16:52, Ron W wrote: > I think there needs to be some indication that there is more information. > From my experience, an ellipses is a very common tool for this purpose - as > long as they are visible. > I agree. I really think tooltips (titles)

Re: [fossil-users] fossil-users Digest, Vol 118, Issue 46

2017-11-26 Thread Ron W
On Sun, Nov 26, 2017 at 7:00 AM, wrote: > > Date: Sun, 26 Nov 2017 09:22:08 +0100 > From: Stephan Beal > Subject: Re: [fossil-users] More timeline changes > > On Sat, Nov 25, 2017 at 11:06 PM, Tony Papadimitriou >

Re: [fossil-users] More timeline changes

2017-11-26 Thread j. van den hoff
On Sat, 25 Nov 2017 23:51:23 +0100, Marc Simpson wrote: One other (potential) problem: without the hash prefix, descriptions run together. Example: http://www.sqlite.org/src/timeline, 2017-11-24. The graph nodes are flushed to the left, so descriptions appear as: Add the "^"

Re: [fossil-users] More timeline changes

2017-11-26 Thread Stephan Beal
On Sat, Nov 25, 2017 at 11:06 PM, Tony Papadimitriou wrote: > The idea looks very good to me. But the ellipses are indeed barely > visible. > How about replacing ... with [*] as a generic (foot)note mark? > LOL! i didn't even notice that the ellipsis were there. i recommend

Re: [fossil-users] More timeline changes

2017-11-26 Thread Stephan Beal
On Sat, Nov 25, 2017 at 2:47 PM, Richard Hipp wrote: > In the latest code on https://www.fossil-scm.org/fossil/timeline and > at https://sqlite.org/srcx/timeline has a "Declutter" button on the > sub-menu bar to simplify the screen. In the simplified timeline, > there is a

Re: [fossil-users] Interface improvement ideas from GitHub

2017-11-26 Thread Stephan Beal
A short sidebar for those unfamiliar with this particular quirk of JS: On Sat, Nov 25, 2017 at 3:49 PM, David Mason wrote: > node.setAttribute('title','Click to '+(expand || 'expand')); > In JS the || operators evaluates to the first value of its left/right sides which