pgLab/pglab
2025-04-01 20:26:44 +02:00
..
catalog Activate incomplete namespaces tab 2025-02-23 16:53:45 +01:00
codeeditor Dark mode support 2025-02-23 15:38:49 +01:00
crud Fix problems with reconnects where dialog keeps popping up. 2025-04-01 20:26:44 +02:00
icons Update icons 2021-10-24 10:39:20 +02:00
querytool Fix problems with reconnects where dialog keeps popping up. 2025-04-01 20:26:44 +02:00
serverinspector The table inheritance works mostly 2023-01-24 17:47:52 +00:00
util Fix explain colors in dark mode 2025-03-10 19:01:03 +01:00
widgets build fixes 2022-05-24 18:56:39 +02:00
.gitignore Builds on windows again 2017-11-26 13:07:21 +01:00
About.cpp Move version string into Config header. 2022-10-02 12:11:43 +02:00
About.h Improved releasenotes manual can also be opened from a databasewindow now. 2022-09-05 15:01:33 +02:00
AbstractCommand.h WIP moving actions for toolbar to module system. 2018-08-05 09:07:12 +02:00
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 Builds on windows again 2017-11-26 13:07:21 +01:00
CodeGenerator.cpp fix build error with newer Qt version 2022-04-10 06:51:47 +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 build fixes 2022-05-24 18:56:39 +02:00
Config.h Move version string into Config header. 2022-10-02 12:11:43 +02:00
ConnectionConfigurationWidget.cpp Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
ConnectionConfigurationWidget.h Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
ConnectionController.cpp Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
ConnectionController.h Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
ConnectionListModel.cpp Fix verwijderen connectie 2025-03-10 19:00:47 +01:00
ConnectionListModel.h Store connection configuration as key value pairs 2025-02-22 19:59:24 +01:00
ConnectionManagerWindow.cpp Improved releasenotes manual can also be opened from a databasewindow now. 2022-09-05 15:01:33 +02:00
ConnectionManagerWindow.h Added the capability to reset the password manager 2022-09-05 07:33:08 +02:00
ConnectionManagerWindow.ui Added the capability to reset the password manager 2022-09-05 07:33:08 +02:00
CreateDatabaseDialog.cpp WIP createdb dialog 2022-05-24 18:57:28 +02:00
CreateDatabaseDialog.h WIP createdb dialog 2022-05-24 18:57:28 +02:00
CreateDatabaseDialog.ui WIP createdb dialog 2022-05-24 18:57:28 +02:00
CustomDataRole.h Make enum DataMeaning an enum class 2024-04-12 06:29:57 +02:00
CustomFilterSortModel.cpp Added listing of triggers for selected table (not completely finished). 2018-10-07 19:40:06 +02:00
CustomFilterSortModel.h Added listing of triggers for selected table (not completely finished). 2018-10-07 19:40:06 +02:00
DatabaseWindow.cpp Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
DatabaseWindow.h Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
DatabaseWindow.ui Allow for saving the configuration used by a window opened from a URL. 2025-03-10 19:08:02 +01:00
Doxyfile Builds on windows again 2017-11-26 13:07:21 +01:00
EditColumnTableModel.cpp Several fixes of warnings/clang tidy 2018-12-16 15:38:32 +01:00
EditColumnTableModel.h EditColumnTableModel, return typename for displayrole for type column and oid for edit value. 2018-12-16 09:35:57 +01:00
EditTableWidget.cpp Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
EditTableWidget.h SelectionEditorFactory + ItemModel + ItemModelFactory combination is working 2018-12-15 20:27:40 +01:00
IDatabaseWindow.h Split all connection related controller functionality off into seperate ConnectionController. 2019-08-19 10:05:05 +02:00
main.cpp Dark mode support 2025-02-23 15:38:49 +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 Big cleanup 2022-05-26 08:25:31 +02:00
MasterController.cpp Store connection configuration as key value pairs 2025-02-22 19:59:24 +01:00
MasterController.h Store connection configuration as key value pairs 2025-02-22 19:59:24 +01:00
NamespaceFilter.h Sequence and Function pages are now properly filtered on namespace. 2019-02-09 20:37:34 +01:00
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
OpenDatabase.cpp Generate PARTITIONED BY SQL for partitioned tables. 2023-02-06 20:31:00 +01:00
OpenDatabase.h Cleanup 2022-01-21 18:54:50 +01:00
ParamTypeDelegate.cpp Fix: parameter type combobox didn't come up with old value. 2019-02-10 09:10:31 +01:00
ParamTypeDelegate.h Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
PasswordPromptDialog.cpp Added remember option to password dialog. 2018-11-15 19:24:29 +01:00
PasswordPromptDialog.h Added remember option to password dialog. 2018-11-15 19:24:29 +01:00
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 Builds on windows again 2017-11-26 13:07:21 +01:00
pglab.pro Dark mode support 2025-02-23 15:38:49 +01:00
ProcessStdioWidget.cpp Builds on windows again 2017-11-26 13:07:21 +01:00
ProcessStdioWidget.h Builds on windows again 2017-11-26 13:07:21 +01:00
ProcessStdioWidget.ui Builds on windows again 2017-11-26 13:07:21 +01:00
PropertiesPage.cpp Project reorganization 2022-04-10 14:26:31 +02:00
PropertiesPage.h Collection of small fixes and improvements 2019-02-09 14:59:33 +01:00
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 Dark mode support 2025-02-23 15:38:49 +01:00
ResultTableModelUtil.h Dark mode support 2025-02-23 15:38:49 +01: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 Big cleanup 2022-05-26 08:25:31 +02:00
stopwatch.h Builds on windows again 2017-11-26 13:07:21 +01:00
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 Work on plugin mechanism 2019-02-08 10:10:11 +01:00
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 Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00