Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI suggestion] About Node graph. #1044

Open
625781186 opened this issue Feb 9, 2020 · 2 comments
Open

[UI suggestion] About Node graph. #1044

625781186 opened this issue Feb 9, 2020 · 2 comments

Comments

@625781186
Copy link

I found another version control GUI.
It't also use pyqt5.
And It's Node graph use QAbstractTableModel and QStyledItemDelegate.

image

If you have time, you can improve, ha ha.~

https://bitbucket.org/tortoisehg/thg/src

@davvid
Copy link
Member

davvid commented Feb 11, 2020

It actually wouldn't be that hard ;-)

@aspiers
Copy link

aspiers commented Mar 31, 2020

This would be great. The big problem with the current DAG view is that you can't correlate each commit node in the DAG with the one-line commit summary on the left.

For me at least that unfortunately makes the DAG useless; currently I would find git log --graph --pretty=oneline more useful even though it is substantially less pretty.

Using horizontal alignment between graph nodes and rows in the commit list, as seen in the screenshot above and also in git log --graph --pretty=oneline and gitk --all would be way better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants