summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8833ef)
raw | patch | inline | side by side (parent: a8833ef)
author | Alexander Gavrilov <angavrilov@gmail.com> | |
Mon, 1 Dec 2008 17:30:09 +0000 (20:30 +0300) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Mon, 1 Dec 2008 22:43:12 +0000 (09:43 +1100) |
Currently the 'show origin of this line' feature does not update the
status field of the gitk window, so it is not evident that any
processing is going on. It may seem at first that clicking the item
had no effect.
This commit adds calls to set and clear the busy status with an
appropriate title, similar to other search commands.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
status field of the gitk window, so it is not evident that any
processing is going on. It may seem at first that clicking the item
had no effect.
This commit adds calls to set and clear the busy status with an
appropriate title, similar to other search commands.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index b7447f91c0a51a8d6a48ff72e7c2c49d0bff46d1..b8b5e80927102cc75e27fddc65b31585d3e67a45 100755 (executable)
--- a/gitk
+++ b/gitk
error_popup [mc "Couldn't start git blame: %s" $err]
return
}
+ nowbusy blaming [mc "Searching"]
fconfigure $f -blocking 0
set i [reg_instance $f]
set blamestuff($i) {}
if {[info exists blameinst]} {
stop_instance $blameinst
unset blameinst
+ notbusy blaming
}
}
}
unset commfd($inst)
unset blameinst
+ notbusy blaming
fconfigure $fd -blocking 1
if {[catch {close $fd} err]} {
error_popup [mc "Error running git blame: %s" $err]