pgLab/pglab
eelke da19c46d5e Improve editing of connection password
Previously only a new password was saved if the save password checkbox was checked, Which always
started in the unchecked state. Now when editing existing connection the save password checkbox now
reflects if a password has been saved. Only when the password field is edited the program will update
the saved password. If the save password checkbox is unchecked then clear the save password.
2022-09-05 14:35:45 +02:00
..
catalog Improve error handling 2022-08-17 18:18:10 +02:00
codeeditor Remove unused function 2022-04-10 10:37:56 +02:00
crud Improved error reporting 2022-08-14 08:04:21 +02:00
icons Update icons 2021-10-24 10:39:20 +02:00
querytool fix header include path 2022-09-03 12:43:16 +02:00
serverinspector WIP createdb dialog 2022-05-24 18:57:28 +02:00
util Project reorganization 2022-04-10 14:26:31 +02:00
widgets build fixes 2022-05-24 18:56:39 +02:00
.gitignore
About.cpp Add installation and releasenotes sections to the user manual. 2022-09-04 12:43:09 +02:00
About.h Add about dialog to File menu of the connection manager. 2022-09-04 09:19:03 +02:00
AbstractCommand.h
BackupDialog.cpp
BackupDialog.h Qt6 migration 2021-03-06 13:13:31 +01:00
CMakeLists.txt
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
ConnectionConfigurationWidget.cpp Improve editing of connection password 2022-09-05 14:35:45 +02:00
ConnectionConfigurationWidget.h Improve editing of connection password 2022-09-05 14:35:45 +02:00
ConnectionController.cpp Improve editing of connection password 2022-09-05 14:35:45 +02:00
ConnectionController.h Added the capability to reset the password manager 2022-09-05 07:33:08 +02:00
ConnectionListModel.cpp Improve editing of connection password 2022-09-05 14:35:45 +02:00
ConnectionListModel.h Added the capability to reset the password manager 2022-09-05 07:33:08 +02:00
ConnectionManagerWindow.cpp Added the capability to reset the password manager 2022-09-05 07:33:08 +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 Improve sorting 2022-04-02 08:33:48 +02:00
CustomFilterSortModel.cpp
CustomFilterSortModel.h
DatabaseWindow.cpp Add about dialog to File menu of the connection manager. 2022-09-04 09:19:03 +02:00
DatabaseWindow.h Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
DatabaseWindow.ui Bind F5 to curd and catalog refresh actions 2022-09-05 13:24:39 +02:00
Doxyfile
EditColumnTableModel.cpp
EditColumnTableModel.h
EditTableWidget.cpp Reorganization of pgLab project 2022-04-09 08:57:29 +02:00
EditTableWidget.h
IDatabaseWindow.h
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 Big cleanup 2022-05-26 08:25:31 +02:00
MasterController.cpp
MasterController.h
NamespaceFilter.h
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 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
PgDumpOutputHighlighter.h
pglab.ico
pglab.pro Add about dialog to File menu of the connection manager. 2022-09-04 09:19:03 +02:00
ProcessStdioWidget.cpp
ProcessStdioWidget.h
ProcessStdioWidget.ui
PropertiesPage.cpp Project reorganization 2022-04-10 14:26:31 +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
SslModeModel.cpp
SslModeModel.h
stopwatch.cpp Big cleanup 2022-05-26 08:25:31 +02:00
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