]> rtime.felk.cvut.cz Git - sojka/gitk.git/commit
gitk: Implement a user-friendly Edit View dialog
authorAlexander Gavrilov <angavrilov@gmail.com>
Sun, 2 Nov 2008 18:59:48 +0000 (21:59 +0300)
committerPaul Mackerras <paulus@samba.org>
Sat, 8 Nov 2008 10:50:55 +0000 (21:50 +1100)
commit218a900bd8efd0d49f8a0d9491aa4786a998d4f4
tree76316359ea3cba964a301f2ca26d0935befa2f8e
parent887a791f113a09a56bb4916243463481a51d86a4
gitk: Implement a user-friendly Edit View dialog

Originally gitk required the user to specify all limiting
options manually in the same field with the list of commits.
It is rather unfriendly for new users, who may not know
which options can be used, or, indeed, that it is possible
to specify them at all.

This commit modifies the dialog to present the most useful
options as individual fields.  Note that options that may
be useful to an extent, but produce a severely broken view,
are deliberately not included.

It is still possible to specify options in the commit list
field, but when the dialog is reopened, they will be extracted
into their own separate fields.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk