Code

gitk: Simplify highlighting interface and combine with Find function
authorPaul Mackerras <paulus@samba.org>
Sat, 22 Sep 2007 02:49:33 +0000 (12:49 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 22 Sep 2007 02:49:33 +0000 (12:49 +1000)
commit687c8765ec996225a01cadc7d91354ae3cfbdf8a
tree4e05f5b5ffab175f660679babff8fef8e83994f4
parentd372e21613b36d94d595f6627ec603ed11e2fd65
gitk: Simplify highlighting interface and combine with Find function

This effectively coaelesces the highlighting function and the search
function.  Instead of separate highlight and find controls, there is
now one set of interface elements that controls both.  The main
selector is a drop-down menu that controls whether commits are
highlighted and searched for on the basis of text in the commit
(i.e. the commit object), files affected by the commit or strings
added/removed by the commit.

The functions to highlight by membership of a view or by ancestor/
descendent relation to the selected commit are gone, as is the
move to next/previous highlighted commit (shift-up/down) function.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk