pgAdmin III commit: Get rid of short table names in DD - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Get rid of short table names in DD
Date
Msg-id E1S8xpn-0002bC-Vz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Get rid of short table names in DD

Branch
------
master

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

Modified Files
--------------
.../dd/dditems/figures/ddRelationshipFigure.cpp    |   23 +---
pgadmin/dd/dditems/figures/ddRelationshipItem.cpp  |   12 +--
pgadmin/dd/dditems/figures/ddTableFigure.cpp       |  122 +---------------
pgadmin/dd/dditems/figures/xml/ddXmlStorage.cpp    |   18 +--
pgadmin/dd/dditems/utilities/ddTableNameDialog.cpp |   12 +--
pgadmin/dd/ddmodel/ddDBReverseEnginering.cpp       |    4 +-
pgadmin/dd/ddmodel/ddDrawingView.cpp               |    4 +-
pgadmin/frm/frmDatabaseDesigner.cpp                |    4 +-
pgadmin/frm/frmQuery.cpp                           |    2 +-
.../dd/dditems/figures/ddRelationshipItem.h        |    3 +-
pgadmin/include/dd/dditems/figures/ddTableFigure.h |    8 +-
pgadmin/ui/ddTableNameDialog.xrc                   |   20 ---
pgadmin/ui/xrcDialogs.cpp                          |  153 +++++++-------------
13 files changed, 77 insertions(+), 308 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Make sure you can right-click on the right of the n
Next
From: Steven Elliott
Date:
Subject: [PATCH] Fix for crash while deleting rows on 64 bit systems