Git: Show date and time in branches dialog

This helps discovering recently active branches.

Change-Id: Ic82e1257c2a3407149e62768ddf2fc25c1a54b6b
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2016-05-16 09:09:04 +03:00
committed by Orgad Shaneh
parent a06e04c88a
commit 04eb012267
3 changed files with 49 additions and 37 deletions

View File

@@ -109,6 +109,8 @@ void BranchDialog::refresh(const QString &repository, bool force)
VcsOutputWindow::appendError(errorMessage);
m_ui->branchView->expandAll();
m_ui->branchView->resizeColumnToContents(0);
m_ui->branchView->resizeColumnToContents(1);
}
void BranchDialog::refreshIfSame(const QString &repository)