dbhub: Improve push database UI

This adds a new Push Database dialog which lets you specify the database
name, the licence, a commit message, and the visibility of the database.
This commit is contained in:
Martin Kleusberg
2017-08-12 14:58:30 +02:00
parent 5bdefad4fc
commit 1c7cc24b15
8 changed files with 326 additions and 14 deletions

View File

@@ -56,7 +56,8 @@ HEADERS += \
ForeignKeyEditorDelegate.h \
PlotDock.h \
RemoteDock.h \
RemoteModel.h
RemoteModel.h \
RemotePushDialog.h
SOURCES += \
sqlitedb.cpp \
@@ -91,7 +92,8 @@ SOURCES += \
ForeignKeyEditorDelegate.cpp \
PlotDock.cpp \
RemoteDock.cpp \
RemoteModel.cpp
RemoteModel.cpp \
RemotePushDialog.cpp
RESOURCES += icons/icons.qrc \
translations/flags/flags.qrc \
@@ -113,7 +115,8 @@ FORMS += \
ExportSqlDialog.ui \
ColumnDisplayFormatDialog.ui \
PlotDock.ui \
RemoteDock.ui
RemoteDock.ui \
RemotePushDialog.ui
TRANSLATIONS += \
translations/sqlb_ar_SA.ts \