stash: Add a simplified and improved stash dialog
commit335125d2bcfa364c928219b8df3ab4e46f8c343f
authorDavid Aguilar <davvid@gmail.com>
Tue, 27 Sep 2011 02:52:13 +0000 (26 19:52 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 27 Sep 2011 02:54:53 +0000 (26 19:54 -0700)
treed1431a8535ae17466b451abb8b28506ff1a4152a
parent021892b68ba6ffd0c4e6fb7d86d8aea37c093911
stash: Add a simplified and improved stash dialog

The stash dialog now has an inline stash viewer instead of
using the diff viewer from the main UI.  It also uses the
simplified MVC architecture instead of depending on QObserver.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/stash/__init__.py
cola/stash/controller.py [new file with mode: 0644]
cola/stash/model.py [new file with mode: 0644]
cola/stash/view.py [new file with mode: 0644]