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

@@ -85,7 +85,7 @@ private:
void parseOutputLine(const QString &line);
void setCurrentBranch();
BranchNode *indexToNode(const QModelIndex &index) const;
QModelIndex nodeToIndex(BranchNode *node) const;
QModelIndex nodeToIndex(BranchNode *node, int column) const;
void removeNode(const QModelIndex &idx);
QString toolTip(const QString &sha) const;