Code

git-gui: Extract blame viewer status bar into mega-widget
authorShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 02:01:47 +0000 (22:01 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 02:34:53 +0000 (22:34 -0400)
commitb29bd5ca3b0060513b7b96380fc43f7ab4f12156
tree0b5f96783290f222bc49f6eb8228cb5fcda713da
parent827c71199da9b762e0758fe96302d0c8b7a04bb9
git-gui: Extract blame viewer status bar into mega-widget

Our blame viewer has had a very fancy progress bar at the bottom of
the window that shows the current status of the blame engine, which
includes the number of lines completed as both a text and a graphical
meter.  I want to reuse this meter system in other places, such as
during a branch switch where read-tree -v can give us a progress
meter for any long-running operation.

This change extracts the code and refactors it as a widget that we
can take advantage of in locations other than in the blame viewer.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl
lib/status_bar.tcl [new file with mode: 0644]