PostgreSQL GUI client
Find a file
eelke 144321a5d3 fix that connection are only closed when the window is closed not when the tab owning them is closed.
Caused by the fact the the tab was not freed. Now the widgets on the tabs are freed when they are closed which
in turns frees (and closes) the connection objects.
2021-09-17 18:55:10 +02:00
core Qt6 migration 2021-03-06 13:13:31 +01:00
ctk Qt6 migration 2021-03-06 13:13:31 +01:00
docs Updated the URL's to match actual location of the pages. 2021-06-04 16:37:33 +00:00
pglab fix that connection are only closed when the window is closed not when the tab owning them is closed. 2021-09-17 18:55:10 +02:00
pglablib Make saving of the entered password work to.toStdString 2021-07-04 19:33:06 +02:00
pgsql Show sizes 2021-03-10 19:06:40 +01:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests Added page with the types (no details yet) 2021-04-01 14:58:42 +02:00
.gitignore .gitignore 2020-10-15 19:13:16 +02:00
.gitlab-ci.yml use cache for pip 2021-06-04 16:42:51 +00:00
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
common.pri Switched away from boost::asio as it doesn't play well with libpq 2019-11-06 20:03:27 +01:00
local.pri.sample project file cleanup 2019-03-24 08:53:22 +01:00
pglabAll.pro Adjusted project files for new boost version. 2018-09-18 20:24:54 +02:00
pglabAll.pro.user.4.10-pre1 Switched ConnectionConfig to QString from std::string to fit better into Qt framework 2019-09-16 19:24:39 +02:00
readme.md Lot of password related changes all over the place. 2018-11-04 11:44:40 +01:00