PostgreSQL GUI client
Find a file
eelke 3080523b0d First step in using HorizontalProxyModel to show selected row in properties table.
HorizontalProxyModel now inherits from QIdentityProxyModel which provides a more complete base implementation (maybe to much?)
for now it seems to do what we want, forward relevant signals which the abstract base didn't.
Issues: Properties table needs formatting and shows all rows as columns instead of values of a single row.
2018-08-26 07:11:46 +02:00
core Fix some warning 2018-08-05 09:05:24 +02:00
ctk Added some parts of ctk lib. 2017-12-29 08:35:57 +01:00
docs design docs 2018-05-20 13:44:04 +02:00
pglab First step in using HorizontalProxyModel to show selected row in properties table. 2018-08-26 07:11:46 +02:00
pglablib The list of indexes on a table now also shows the access method (ie btree) 2018-08-25 18:11:12 +02:00
pgsql Added a gutter and currentline highlighting to the SQL editor. 2018-04-08 09:19:32 +02:00
src Builds on windows again 2017-11-26 13:07:21 +01:00
tests Lexical analyzer should now be less confused by dots and comma's and an assortment of other single character symbols. 2018-02-05 22:25:38 +01:00
.gitignore 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
BUILD Renamed PgsqlDatabaseCatalogue to PgDatabaseCatalogue so name is consistend 2017-08-26 11:44:40 +02:00
pglabAll.pro Folder restructuring of test projects. 2018-01-07 09:15:21 +01:00