Implement simple revision log UI
commitdb6507fac1ab68154682f675e7fd071d22548111
authorJames Liggett <jrliggett@cox.net>
Sun, 11 May 2008 08:26:47 +0000 (11 01:26 -0700)
committerJames Liggett <jrliggett@cox.net>
Sun, 11 May 2008 08:26:47 +0000 (11 01:26 -0700)
treef9060bf80e1d5fbee5d53efaa3d7e56df9fd73d6
parentf212b33df54dbebd1cf3d5e8d7f326e7e86471f5
Implement simple revision log UI
16 files changed:
plugins/git/Makefile.am
plugins/git/anjuta-git.glade
plugins/git/anjuta-git.ui
plugins/git/giggle-graph-renderer.c [new file with mode: 0644]
plugins/git/giggle-graph-renderer.h [new file with mode: 0644]
plugins/git/git-log-command.c [new file with mode: 0644]
plugins/git/git-log-command.h [new file with mode: 0644]
plugins/git/git-log-dialog.c [new file with mode: 0644]
plugins/git/git-log-dialog.h [new file with mode: 0644]
plugins/git/git-log-message-command.c [new file with mode: 0644]
plugins/git/git-log-message-command.h [new file with mode: 0644]
plugins/git/git-revision.c [new file with mode: 0644]
plugins/git/git-revision.h [new file with mode: 0644]
plugins/git/git-ui-utils.c
plugins/git/plugin.c
plugins/git/plugin.h