Project reorganization

This commit is contained in:
eelke 2022-04-10 14:26:31 +02:00
parent d0439c2d70
commit 2ad5fa5e4e
18 changed files with 31 additions and 37 deletions

View file

@ -45,6 +45,8 @@ SOURCES += main.cpp\
catalog/widgets/ColumnPage.cpp \
catalog/widgets/DependantsPage.cpp \
catalog/widgets/TriggerPage.cpp \
codeeditor/CodeEditor.cpp \
codeeditor/EditorGutter.cpp \
codeeditor/GutterPainter.cpp \
crud/CrudModel.cpp \
crud/CrudTab.cpp \
@ -57,6 +59,7 @@ SOURCES += main.cpp\
serverinspector/ServerInspector.cpp \
util/PgLabItemDelegate.cpp \
util/PgLabTableView.cpp \
util/SqlSyntaxHighlighter.cpp \
ConnectionConfigurationWidget.cpp \
ConnectionController.cpp \
ManagedPage.cpp \
@ -64,9 +67,9 @@ SOURCES += main.cpp\
NotificationModel.cpp \
NotificationService.cpp \
PgDumpOutputHighlighter.cpp \
CreateDatabaseDialog.cpp \
ConnectionManagerWindow.cpp \
ConnectionListModel.cpp \
CreateDatabaseDialog.cpp \
ConnectionManagerWindow.cpp \
ConnectionListModel.cpp \
SslModeModel.cpp \
stopwatch.cpp \
TuplesResultWidget.cpp \
@ -74,18 +77,15 @@ SOURCES += main.cpp\
MasterController.cpp \
ParamTypeDelegate.cpp \
OpenDatabase.cpp \
SqlSyntaxHighlighter.cpp \
ProcessStdioWidget.cpp \
ResultTableModelUtil.cpp \
NamespaceFilterWidget.cpp \
NamespaceItemModel.cpp \
Module.cpp \
codeeditor/EditorGutter.cpp \
codeeditor/CodeEditor.cpp \
PropertyProxyModel.cpp \
PropertyProxyModel.cpp \
CodeGenerator.cpp \
UserConfiguration.cpp \
SqlCodePreview.cpp \
widgets/SqlCodePreview.cpp \
CustomFilterSortModel.cpp \
PropertiesPage.cpp \
PasswordPromptDialog.cpp \
@ -120,6 +120,8 @@ HEADERS += \
catalog/widgets/ColumnPage.h \
catalog/widgets/DependantsPage.h \
catalog/widgets/TriggerPage.h \
codeeditor/CodeEditor.h \
codeeditor/EditorGutter.h \
codeeditor/GutterPainter.h \
crud/CrudModel.h \
crud/CrudTab.h \
@ -132,6 +134,8 @@ HEADERS += \
serverinspector/ServerInspector.h \
util/PgLabItemDelegate.h \
util/PgLabTableView.h \
util/PgLabTableViewHelper.h \
util/SqlSyntaxHighlighter.h \
ConnectionConfigurationWidget.h \
ConnectionController.h \
IDatabaseWindow.h \
@ -140,9 +144,9 @@ HEADERS += \
NotificationModel.h \
NotificationService.h \
PgDumpOutputHighlighter.h \
CreateDatabaseDialog.h \
ConnectionManagerWindow.h \
ConnectionListModel.h \
CreateDatabaseDialog.h \
ConnectionManagerWindow.h \
ConnectionListModel.h \
SslModeModel.h \
stopwatch.h \
TuplesResultWidget.h \
@ -150,20 +154,17 @@ HEADERS += \
MasterController.h \
ParamTypeDelegate.h \
OpenDatabase.h \
SqlSyntaxHighlighter.h \
ProcessStdioWidget.h \
ResultTableModelUtil.h \
NamespaceFilterWidget.h \
NamespaceItemModel.h \
Module.h \
codeeditor/EditorGutter.h \
codeeditor/CodeEditor.h \
AbstractCommand.h \
PropertyProxyModel.h \
CustomDataRole.h \
CustomDataRole.h \
CodeGenerator.h \
UserConfiguration.h \
SqlCodePreview.h \
widgets/SqlCodePreview.h \
CustomFilterSortModel.h \
PropertiesPage.h \
PasswordPromptDialog.h \
@ -171,7 +172,6 @@ CustomDataRole.h \
EditColumnTableModel.h \
DatabaseWindow.h \
NamespaceFilter.h \
util/PgLabTableViewHelper.h \
widgets/SingleRecordModel.h \
widgets/SingleRecordWidget.h