git-gui: Convert browser, console to "class" format
commitc74b6c66f00ce51b2c01d20fc5ef0e6429811124
authorShawn O. Pearce <spearce@spearce.org>
Wed, 9 May 2007 00:33:47 +0000 (8 20:33 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 9 May 2007 01:38:54 +0000 (8 21:38 -0400)
tree354c54001cae46387de2230af368b33c1b4b5154
parent1f07c4e5cefec88d825045ade24eee71f6a2df47
git-gui: Convert browser, console to "class" format

Now that we have a slightly easier method of working with per-widget
data we should make use of that technique in our browser and console
meta-widgets, as both have a decent amount of information that they
store on a per-widget basis and our current approach of handling
it is difficult to follow.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh
lib/blame.tcl
lib/browser.tcl
lib/console.tcl
lib/database.tcl
lib/merge.tcl