pgAdmin III commit: Show datatypes in a more sensible order. Without au

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Show datatypes in a more sensible order. Without au
Date: 2011-06-02 20:20:41
Message-ID: 201106022020.p52KKfNX055721@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Show datatypes in a more sensible order. Without auto-complete on
Linux it can be a PITA to find specific types.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgColumn.cpp | 6 +-----
pgadmin/dlg/dlgProperty.cpp | 8 ++++----
pgadmin/dlg/dlgTable.cpp | 2 +-
pgadmin/include/dlg/dlgProperty.h | 4 ++--
pgadmin/include/schema/pgDatatype.h | 6 +++---
pgadmin/schema/pgDatatype.cpp | 32 ++++++++++++++++++++------------
6 files changed, 31 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-06-03 11:16:12 pgAdmin III commit: Refactor the listview population code and optimise
Previous Message Dave Page 2011-06-02 19:34:48 pgAdmin III commit: Unbreak various places that incorrectly fail to quo