dag: Use a QWidget instead of QDialog as the base class
commitd42b04e001b8eb876c3bee9afd37e6ee78e64e68
authorDavid Aguilar <davvid@gmail.com>
Tue, 27 Dec 2011 06:56:21 +0000 (26 22:56 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 27 Dec 2011 06:56:21 +0000 (26 22:56 -0800)
tree4ccfc2d98f02b76c76f858514f777b135970edc2
parent8ed3ce2c2c4017c66d3957bd3aefea2ae7e63bb1
dag: Use a QWidget instead of QDialog as the base class

Using QDialog forces the widget on top of all windows on OS X
which causes external difftools to launch "in the background".

Use a QWidget so that external applications launch in the foreground.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/dag/view.py
cola/widgets/standard.py