pgLab/pglab
2022-04-10 06:51:25 +02:00
..
catalog Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
crud Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
icons Update icons 2021-10-24 10:39:20 +02:00
querytool Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
serverinspector Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
util Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
widgets start on view the show single record as list of label + value 2022-04-10 06:51:25 +02:00
.gitignore
AbstractCommand.h
BackupDialog.cpp Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
BackupDialog.h Qt6 migration 2021-03-06 13:13:31 +01:00
CMakeLists.txt
CodeEditor.cpp Removed debug statement that gave lot of output and which was not needed anymore. 2019-08-19 16:06:23 +02:00
CodeEditor.h
CodeGenerator.cpp List of databases and roles moved to a "Server tab" within the database window. 2021-04-10 14:27:04 +02:00
CodeGenerator.h List of databases and roles moved to a "Server tab" within the database window. 2021-04-10 14:27:04 +02:00
CodeGenerator.ui
ConnectionConfigurationWidget.cpp Use then construct instead of future watcher for test connection.ConnectionConfigurationWidget 2022-01-16 17:59:28 +01:00
ConnectionConfigurationWidget.h Use then construct instead of future watcher for test connection.ConnectionConfigurationWidget 2022-01-16 17:59:28 +01:00
ConnectionController.cpp cleanup ConnectionController 2021-07-04 20:07:20 +02:00
ConnectionController.h cleanup ConnectionController 2021-07-04 20:07:20 +02:00
ConnectionListModel.cpp Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
ConnectionListModel.h Cleanup 2022-01-21 18:54:50 +01:00
ConnectionManagerWindow.cpp Cleanup old seperate server window. 2021-04-10 14:44:10 +02:00
ConnectionManagerWindow.h Cleanup old seperate server window. 2021-04-10 14:44:10 +02:00
ConnectionManagerWindow.ui Cleanup old seperate server window. 2021-04-10 14:44:10 +02:00
CreateDatabaseDialog.cpp
CreateDatabaseDialog.h
CreateDatabaseDialog.ui
CustomDataRole.h Improve sorting 2022-04-02 08:33:48 +02:00
CustomFilterSortModel.cpp
CustomFilterSortModel.h
DatabaseWindow.cpp Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
DatabaseWindow.h Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
DatabaseWindow.ui Switched DatabaseWindow to using the form designer. 2022-04-08 20:16:42 +02:00
Doxyfile
EditColumnTableModel.cpp
EditColumnTableModel.h
EditorGutter.cpp
EditorGutter.h
EditTableWidget.cpp Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
EditTableWidget.h
IDatabaseWindow.h Split all connection related controller functionality off into seperate ConnectionController. 2019-08-19 10:05:05 +02:00
main.cpp Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
ManagedPage.cpp ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
ManagedPage.h ft: Closing windows asks to save queries before closing the window. 2020-04-04 13:23:43 +02:00
MasterController.cpp ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
MasterController.h ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
Module.cpp
Module.h
NamespaceFilter.h
NamespaceFilterWidget.cpp
NamespaceFilterWidget.h
NamespaceFilterWidget.ui
NamespaceItemModel.cpp Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
NamespaceItemModel.h Add tab with namespaces (schema's) 2019-11-20 19:09:22 +01:00
NotificationListWidget.cpp
NotificationListWidget.h
NotificationModel.cpp
NotificationModel.h
NotificationService.cpp
NotificationService.h
OpenDatabase.cpp Pgsql::Connection::connect functions now all report connection errors 2019-11-03 07:58:48 +01:00
OpenDatabase.h Cleanup 2022-01-21 18:54:50 +01:00
ParamTypeDelegate.cpp
ParamTypeDelegate.h Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
PasswordPromptDialog.cpp
PasswordPromptDialog.h
PgDumpOutputHighlighter.cpp Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
PgDumpOutputHighlighter.h Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
pglab.ico
pglab.pro start on view the show single record as list of label + value 2022-04-10 06:51:25 +02:00
ProcessStdioWidget.cpp
ProcessStdioWidget.h
ProcessStdioWidget.ui
PropertiesPage.cpp Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
PropertiesPage.h
PropertyProxyModel.cpp Added page with the types (no details yet) 2021-04-01 14:58:42 +02:00
PropertyProxyModel.h Show sizes 2021-03-10 19:06:40 +01:00
resources.qrc Update icons 2021-10-24 10:39:20 +02:00
ResultTableModelUtil.cpp Improvement to the ServerWindow 2021-03-31 16:06:45 +02:00
ResultTableModelUtil.h
SqlCodePreview.cpp
SqlCodePreview.h
SqlSyntaxHighlighter.cpp
SqlSyntaxHighlighter.h Improved working of BackupDialog 2019-08-23 09:43:48 +02:00
SslModeModel.cpp ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
SslModeModel.h ConnectionManager overhaul 2019-08-24 20:47:32 +02:00
stopwatch.cpp
stopwatch.h
tuplesresultwidget.cpp Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
tuplesresultwidget.h Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
tuplesresultwidget.ui
TypeModel.cpp Added page with the types (no details yet) 2021-04-01 14:58:42 +02:00
TypeModel.h Added page with the types (no details yet) 2021-04-01 14:58:42 +02:00
UserConfiguration.cpp Qt6 migration 2021-03-06 13:13:31 +01:00
UserConfiguration.h