dbhub: Highlight current commit in commit list

Highlight the last locally known commit id in the commit list in the
Remote dock. This should make it more obvious whether there are any
newer commits on the server.
This commit is contained in:
Martin Kleusberg
2020-07-14 16:25:04 +02:00
parent e285de6dc9
commit c05b92e9f9
5 changed files with 27 additions and 16 deletions

View File

@@ -118,6 +118,7 @@ public:
identity(_identity)
{}
void clear() { name = url = commit_id = file = branch = identity = {}; }
QString user_name() const;
std::string name;