dbhub: Show list of commits in Remote dock

When opening a clone of a remote database show a list of all branches,
releases, and tags in the Remote dock and show the commit list when
selecting one of them.
This commit is contained in:
Martin Kleusberg
2020-07-12 14:40:48 +02:00
parent ebd8977210
commit 5d89bb8991
9 changed files with 404 additions and 48 deletions

View File

@@ -172,6 +172,7 @@ set(SQLB_MOC_HDR
src/TableBrowser.h
src/ImageViewer.h
src/RemoteLocalFilesModel.h
src/RemoteCommitsModel.h
)
set(SQLB_SRC
@@ -232,6 +233,7 @@ set(SQLB_SRC
src/sql/parser/sqlite3_parser.cpp
src/ImageViewer.cpp
src/RemoteLocalFilesModel.cpp
src/RemoteCommitsModel.cpp
)
set(SQLB_FORMS