pgLab/pglablib
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 cleanup 2022-09-03 09:36:04 +02:00
codebuilder Qt6 migration 2021-03-06 13:13:31 +01:00
model Added page with the types (no details yet) 2021-04-01 14:58:42 +02:00
AbstractEditorFactory.h Added capability to create editors from an editor factory to PgLabItemDelegate 2018-12-15 12:11:23 +01:00
AbstractModelFactory.h SelectionEditorFactory for creating combobox selections for use in QTableView. 2018-12-15 15:28:33 +01:00
ASyncDBConnection.cpp Improve error handling 2022-08-17 18:18:10 +02:00
ASyncDBConnection.h Improved error reporting 2022-08-14 08:04:21 +02:00
ConnectionConfig.cpp Improve editing of connection password 2022-09-05 14:35:45 +02:00
ConnectionConfig.h Improve editing of connection password 2022-09-05 14:35:45 +02:00
FormatToStream.cpp Qt6 migration 2021-03-06 13:13:31 +01:00
FormatToStream.h Put the FormatToStream function in its own compilation unit as it might 2018-09-17 15:43:26 +02:00
ParamListJson.cpp Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
ParamListJson.h Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
ParamListModel.cpp build fixes 2022-05-24 18:56:39 +02:00
ParamListModel.h Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
Pglablib.cpp Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
Pglablib.h Introduced new library for pglab code which I want to unit test. 2017-12-13 18:04:10 +01:00
pglablib.pro Added ability to test the connection in the dialog where the connection details are entered. 2021-07-04 16:45:50 +02:00
QueryGenerator.cpp Reorganize files in pglablib 2018-12-16 11:31:33 +01:00
QueryGenerator.h Basic support for update in Crud implementation, error reporting and transfering data to modified set is still missing. 2018-02-05 21:42:54 +01:00
SelectionEditorFactory.cpp Added CollationModel + factory for editing and added to EditTableWidget 2018-12-16 11:35:39 +01:00
SelectionEditorFactory.h SelectionEditorFactory for creating combobox selections for use in QTableView. 2018-12-15 15:28:33 +01:00
SqlFormattingUtils.cpp Improve escaping routine, no need to resort to using the E prefix just doubling the quotes should be enough. 2022-07-08 19:53:45 +02:00
SqlFormattingUtils.h Improved formatting of generated table sql 2019-12-01 07:09:18 +01:00
TestConnection.cpp Added ability to test the connection in the dialog where the connection details are entered. 2021-07-04 16:45:50 +02:00
TestConnection.h Added ability to test the connection in the dialog where the connection details are entered. 2021-07-04 16:45:50 +02:00
util.cpp When exporting data add a header row 2021-04-10 09:48:48 +02:00
util.h hash(QString) is now defined by Qt 2020-04-04 07:34:06 +02:00
WaitHandleList.cpp Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
WaitHandleList.h Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
Win32Event.h Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00