forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
a06e04c88a
commit
04eb012267
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user