]> git.ipfire.org Git - thirdparty/git.git/commit - gitk-git/gitk
Add commit row context menu and handle left-click on graph lines
authorPaul Mackerras <paulus@samba.org>
Sat, 25 Jun 2005 05:39:21 +0000 (15:39 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 25 Jun 2005 05:39:21 +0000 (15:39 +1000)
commitc8dfbcf995f3a6a13d3c6db1411f7f5fa42d2dcb
tree3f8a075648f780c3751434a42ac30b57a8f6bd5a
parent6c20ff3423e39f9982436953b6b9103f3f8447f8
Add commit row context menu and handle left-click on graph lines

Right-click on a context row now brings up a menu allowing the user to
generate a diff between that row and the selected row.  Left-click on
a graph line shows the parent and children connected by the line in
the details pane.  Left-click on a circle in the graph selects that
commit.  Left-click elsewhere in the graph does nothing.

When displaying a diff, the bottom-right file list box behaves
slightly differently now; instead of eliding all other files' diffs,
it now just scrolls the details pane so that the selected file's diff
starts at the top of the pane.

Since the diffs can be rather large, arrange for an update to be done
every 100ms while reading diffs.

Also removed the CVS revision keywords and bumped the version number
to 1.2.
gitk