Thread: pgAdmin III commit: Use a much smarter auto-sizing algorithm for the co

pgAdmin III commit: Use a much smarter auto-sizing algorithm for the co

From
Dave Page
Date:
Use a much smarter auto-sizing algorithm for the columns in the Query Tool output grid

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c374435196fcead5dddd88364ef3b337b85830b6
Author: J.F. Oster <jinfroster@mail.ru>

Modified Files
--------------
CHANGELOG                          |    2 +
pgadmin/ctl/ctlSQLGrid.cpp         |  203 +++++++++++++++++++++++++++++++-----
pgadmin/ctl/ctlSQLResult.cpp       |   36 +------
pgadmin/frm/frmEditGrid.cpp        |   19 +---
pgadmin/include/ctl/ctlSQLGrid.h   |   11 ++
pgadmin/include/ctl/ctlSQLResult.h |    3 -
6 files changed, 198 insertions(+), 76 deletions(-)