Code

gitk: Show current row number and total number of rows
authorPaul Mackerras <paulus@samba.org>
Sun, 11 May 2008 12:13:02 +0000 (22:13 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 11 May 2008 12:13:02 +0000 (22:13 +1000)
commit6df7403a98737026daeb77cf5a75e2a491aeac70
tree237cc515fda78559404dc238cb8b057fadbccadf
parente8a0c69b91747c2934f6ede4fef174b85b59aede
gitk: Show current row number and total number of rows

This adds a couple of fields in the bar just below the upper panes
that show the row number of the currently selected commit, and how
many rows are displayed in total.  The latter increments as commits
are read in, and thus functions to show that progress is being made.
This therefore also removes the code that showed progress using a
green oscillating bar in the progress bar window (which some people
disliked).

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