gitk: Integrate the reset progress bar in the main frame
commita137a90f49e30fdcb24da0f9ff5c21b28d9cb227
authorPaul Mackerras <paulus@samba.org>
Tue, 23 Oct 2007 11:12:49 +0000 (23 21:12 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 23 Oct 2007 11:12:49 +0000 (23 21:12 +1000)
tree4c6fa93bf69e4b700486f7f74eaff8acc856c7ad
parenteb33a67f218b612f6fb1456e19b40a1f97ff02c0
gitk: Integrate the reset progress bar in the main frame

This makes the reset function use a progress bar in the same location
as the progress bars for reading in commits and for finding commits,
instead of a progress bar in a separate detached window.  The progress
bar for resetting is red.

This also puts "Resetting" in the status window while the reset is in
progress.  The setting of the status window is done through an
extension of the interface used for setting the watch cursor.

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