VCS[git]: Make Branchdialog non-modal as is StashDialog.

Give dialogs a consistent look, set
WA_DeleteOnClose on them and improve updating.
Add a Refresh/Diff buttons to branch dialog.
This commit is contained in:
Friedemann Kleint
2010-01-27 12:47:14 +01:00
parent 8ecc80ec4c
commit 18ab532e56
11 changed files with 179 additions and 91 deletions

View File

@@ -57,6 +57,8 @@ public:
explicit StashDialog(QWidget *parent = 0);
~StashDialog();
static QString msgRepositoryLabel(const QString &repository);
public slots:
void refresh(const QString &repository, bool force);