Restructuring catalog tabs
- Moved detail tabs of table to their own components - Table list has become seperate component on seperate tab - Table list does not use designer anymore - Moved sequences and functions tabs into the catalog inspector
This commit is contained in:
parent
a704332342
commit
42432b06a9
31 changed files with 598 additions and 472 deletions
|
|
@ -71,12 +71,10 @@ PropertyProxyModel.cpp \
|
|||
PropertiesPage.cpp \
|
||||
PasswordPromptDialog.cpp \
|
||||
ProcTableModel.cpp \
|
||||
FunctionsPage.cpp \
|
||||
ColumnPage.cpp \
|
||||
EditTableWidget.cpp \
|
||||
EditColumnTableModel.cpp \
|
||||
SequenceModel.cpp \
|
||||
SequencesPage.cpp \
|
||||
DatabaseWindow.cpp \
|
||||
PgLabTableView.cpp \
|
||||
plugin_support/PluginModule.cpp \
|
||||
|
|
@ -91,7 +89,13 @@ PropertyProxyModel.cpp \
|
|||
QueryToolModule.cpp \
|
||||
CatalogInspector.cpp \
|
||||
plugin_support/StaticAction.cpp \
|
||||
plugin_support/LMainMenu.cpp
|
||||
plugin_support/LMainMenu.cpp \
|
||||
widgets/CatalogIndexPage.cpp \
|
||||
widgets/CatalogPageBase.cpp \
|
||||
widgets/CatalogConstraintPage.cpp \
|
||||
widgets/CatalogTablesPage.cpp \
|
||||
widgets/CatalogFunctionsPage.cpp \
|
||||
widgets/CatalogSequencesPage.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -140,12 +144,10 @@ CustomDataRole.h \
|
|||
PropertiesPage.h \
|
||||
PasswordPromptDialog.h \
|
||||
ProcTableModel.h \
|
||||
FunctionsPage.h \
|
||||
ColumnPage.h \
|
||||
EditTableWidget.h \
|
||||
EditColumnTableModel.h \
|
||||
SequenceModel.h \
|
||||
SequencesPage.h \
|
||||
DatabaseWindow.h \
|
||||
PgLabTableView.h \
|
||||
plugin_support/PluginModule.h \
|
||||
|
|
@ -162,7 +164,13 @@ CustomDataRole.h \
|
|||
QueryToolModule.h \
|
||||
CatalogInspector.h \
|
||||
plugin_support/StaticAction.h \
|
||||
plugin_support/LMainMenu.h
|
||||
plugin_support/LMainMenu.h \
|
||||
widgets/CatalogIndexPage.h \
|
||||
widgets/CatalogPageBase.h \
|
||||
widgets/CatalogConstraintPage.h \
|
||||
widgets/CatalogTablesPage.h \
|
||||
widgets/CatalogFunctionsPage.h \
|
||||
widgets/CatalogSequencesPage.h
|
||||
|
||||
FORMS += \
|
||||
ConnectionManagerWindow.ui \
|
||||
|
|
@ -172,7 +180,6 @@ FORMS += \
|
|||
BackupDialog.ui \
|
||||
ServerWindow.ui \
|
||||
ProcessStdioWidget.ui \
|
||||
TablesPage.ui \
|
||||
NamespaceFilterWidget.ui \
|
||||
CrudTab.ui \
|
||||
CodeGenerator.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue