PostgreSQL GUI client
Find a file
eelke ec78dafa94 Removed on_ from the name of the slots to prevent warning about not being able to find the signals.
The old name followed the pattern used by Qt to automatically deduce what signal should
be connected to which slot. However as these are signals from a sub object it cannot find
them and I have made the connections manually. To prevent getting warnings at runtime
I changed the name.
2018-01-06 21:33:24 +01:00
core THe SqlLexer also now recognizes casts. 2018-01-06 21:18:28 +01:00
ctk Added some parts of ctk lib. 2017-12-29 08:35:57 +01:00
pglab Removed on_ from the name of the slots to prevent warning about not being able to find the signals. 2018-01-06 21:33:24 +01:00
pglablib Created IndexModel for displaying the indexes on a table. Constraints can now show the SQL to drop and create them. 2018-01-06 21:22:22 +01:00
pgsql Created IndexModel for displaying the indexes on a table. Constraints can now show the SQL to drop and create them. 2018-01-06 21:22:22 +01:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests THe SqlLexer also now recognizes casts. 2018-01-06 21:18:28 +01:00
.gitignore Minor fixes to the namespace filter 2017-12-29 09:49:22 +01:00
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
pglabAll.pro Created IndexModel for displaying the indexes on a table. Constraints can now show the SQL to drop and create them. 2018-01-06 21:22:22 +01:00