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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use a much smarter auto-sizing algorithm for the co
Date: 2013-12-16 15:36:29
Message-ID: E1VsaDd-0001kE-Uc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(at)mail(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-12-16 15:39:52 Re: PATCH: Choose best width for Data Output columns of Query tool
Previous Message J.F. Oster 2013-12-15 06:26:33 Re: PATCH: Choose best width for Data Output columns of Query tool