mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-11 22:28:32 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user