cola: completely rework the cola user interfacev1.3.1
commit2e5c32841cb8a450f1dfe3b60c718228f289ff51
authorDavid Aguilar <davvid@gmail.com>
Wed, 12 Nov 2008 10:47:53 +0000 (12 02:47 -0800)
committerDavid Aguilar <davvid@gmail.com>
Wed, 12 Nov 2008 10:47:53 +0000 (12 02:47 -0800)
treee31fe243cbfb255d6fe43d27d3ed2045aeca910a
parent6e8c1357ba538684a2b9e8244d123196f0e611e6
cola: completely rework the cola user interface

git-cola now provides a repository status view that closely matches the
output of 'git status'.

The staged and unstaged lists were replaced by a single tree view.
Likewise, rest of the UI was simplified to account for this --
e.g. there are no more dock widgets in use.

New icons were added for the Staged, Modified, and Unmerged categories.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/controllers/__init__.py
cola/main.py
cola/models.py
cola/qtutils.py
cola/views/main.py
share/cola/icons/modified.png [new file with mode: 0644]
share/cola/icons/plus.png [new file with mode: 0644]
share/cola/icons/unmerged.png [new file with mode: 0644]
ui/main.ui