qct 0.4 released

Steve Borho steve at borho.org
Mon Dec 18 16:27:17 CST 2006


On Monday 18 December 2006 4:08 pm, Satish Balay wrote:
> On Mon, 18 Dec 2006, Steve Borho wrote:
> > > I think its better to split this functionality in different
> > > actions. HCT has this functionality splitup. I think 'bk' also
> > > had this flag separate from the 'diff' functionality.
> > >    - when a select is toggled the diff is also shown
> > >    - when the file name is selected - diff is shown [without a
> > > toggle for select]
> >
> > I might go this route eventually, however there is a shortcut
> > 'CTRL+N' which cycles through all the diffs without having to even
> > visit the file list window.
>
> I had tried this earlier - and initially tought it also toggled the
> select flag. Not I realise it doing smething - but not what I
> expected.
>
> Basically - when I have 3 modified files - If I hit Ctrl-N - then it
> shows the diff of the 2nd file but it also unhighlights the 3rd file.
>
> And in some cases [combination of Ctrl-N & toggle] I see a 'gray'
> highlight. I keep assuming blue - select, white - unselect, but don't
> know what gray means.

I apparently exposed a bug in PyQt by manually setting the 'current' row 
in the file list via the API.  That's what was causing the last item to 
be toggled.  I checked in a work-around on the tip.  The tip also has a 
new perforce back-end.

The gray color is just the normal (unselected) background.  It 
alternates between gray and white between rows as a visual aid.  I may 
turn this off.

> I think its better to have visual cues for each of these 2 functions
> separated.

I think I agree.  I'll have another look at hgct and how it added in 
those checkboxes.  Unfortunately, this was one of the parts of Qt which 
changed substantially from qt3 to qt4.

-- 
Steve Borho (steve at borho.org)
http://www.borho.org/~steve/steve.asc
Key fingerprint = 2D08 E7CF B624 624C DE1F  E2E4 B0C2 5292 F2C6 2C8C


More information about the Mercurial mailing list