pgAdmin III commit: Switch OID and owner controls

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Switch OID and owner controls
Date: 2011-04-17 15:43:18
Message-ID: 201104171543.p3HFhInc074672@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Switch OID and owner controls

All dialogs have first OID, then Owner controls. All but function and package.
This patch switches the two controls so that the dialogs look alike the
others.

Moreover, the first and second tabs of dlgIndexConstraint had the same name
and title. The second tab is now changed to have the usual "definition" name
and title.

Branch
------
master

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

Modified Files
--------------
pgadmin/ui/dlgFunction.xrc | 16 ++++++++--------
pgadmin/ui/dlgIndexConstraint.xrc | 4 ++--
pgadmin/ui/dlgPackage.xrc | 14 +++++++-------
3 files changed, 17 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-17 16:17:58 pgAdmin III commit: Display the OID of a tablespace
Previous Message Guillaume Lelarge 2011-04-17 14:02:32 pgAdmin III commit: Don't show collation if it's the default one