pgAdmin III commit: Fix a lot of issues with length and precision

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a lot of issues with length and precision
Date: 2010-10-24 01:40:52
Message-ID: 201010240140.o9O1eqfx056909@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a lot of issues with length and precision

The display of length and precision was buggy: not displayed in the textboxes, and textboxes not disabled when the user was working on an existing user type. And a few other stuff.

This work was required to allow the support of the new ALTER TYPE syntax options.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b2463c51f35706ac1b09f94967615805c49a26d3

Modified Files
--------------
pgadmin/dlg/dlgType.cpp | 111 +++++++++++++++++++++++++++++++----------
pgadmin/include/dlg/dlgType.h | 3 +-
2 files changed, 86 insertions(+), 28 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-10-24 01:42:42 Re: [pgAdmin III] #262: Increasing size of results grid
Previous Message pgAdmin Trac 2010-10-24 01:39:03 [pgAdmin III] #267: Bugs in dlgType