pgAdmin III commit: Adds support for load/save models in the database d

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Adds support for load/save models in the database d
Date: 2011-07-25 14:52:38
Message-ID: E1QlMWM-0004jx-TN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adds support for load/save models in the database designer

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=271d84f7baaeae8e3ee235dbcf3838e6546bda8d
Author: Luis Ochoa <ziul1979(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 2 +
pgadmin/dd/dditems/figures/ddColumnFigure.cpp | 166 ++-
pgadmin/dd/dditems/figures/ddColumnKindIcon.cpp | 14 +
pgadmin/dd/dditems/figures/ddColumnOptionIcon.cpp | 1 +
.../dd/dditems/figures/ddRelationshipFigure.cpp | 50 +-
pgadmin/dd/dditems/figures/ddRelationshipItem.cpp | 25 +
pgadmin/dd/dditems/figures/ddTableFigure.cpp | 46 +-
.../dd/dditems/figures/ddTextTableItemFigure.cpp | 1 +
pgadmin/dd/dditems/figures/module.mk | 2 +
pgadmin/dd/dditems/figures/xml/ddXmlStorage.cpp | 1532 ++++++++++++++++++++
pgadmin/dd/dditems/figures/xml/module.mk | 16 +
.../dd/dditems/handles/ddAddColButtonHandle.cpp | 2 +-
pgadmin/dd/ddmodel/ddDatabaseDesign.cpp | 149 ++-
pgadmin/dd/wxhotdraw/figures/module.mk | 1 +
pgadmin/dd/wxhotdraw/figures/xml/module.mk | 16 +
pgadmin/dd/wxhotdraw/figures/xml/wxhdStorage.cpp | 34 +
pgadmin/dd/wxhotdraw/main/wxhdDrawingView.cpp | 3 +-
pgadmin/frm/frmDatabaseDesigner.cpp | 112 ++-
.../include/dd/dditems/figures/ddColumnFigure.h | 21 +-
.../include/dd/dditems/figures/ddColumnKindIcon.h | 3 +-
.../dd/dditems/figures/ddRelationshipFigure.h | 10 +-
.../dd/dditems/figures/ddRelationshipItem.h | 11 +-
pgadmin/include/dd/dditems/figures/ddTableFigure.h | 44 +-
.../dd/dditems/figures/ddTextTableItemFigure.h | 6 +-
pgadmin/include/dd/dditems/figures/module.mk | 2 +
.../include/dd/dditems/figures/xml/ddXmlStorage.h | 58 +
pgadmin/include/dd/dditems/figures/xml/module.mk | 16 +
pgadmin/include/dd/dditems/utilities/ddDataType.h | 6 +-
pgadmin/include/dd/ddmodel/ddDatabaseDesign.h | 16 +-
pgadmin/include/dd/ddmodel/ddDrawingView.h | 2 +-
pgadmin/include/dd/wxhotdraw/figures/module.mk | 1 +
pgadmin/include/dd/wxhotdraw/figures/xml/module.mk | 16 +
.../include/dd/wxhotdraw/figures/xml/wxhdStorage.h | 25 +
pgadmin/include/frm/frmDatabaseDesigner.h | 6 +
pgadmin/include/frm/menu.h | 3 +
pgadmin/pgAdmin3.vcproj | 190 ++-
36 files changed, 2427 insertions(+), 181 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-25 14:52:39 pgAdmin III commit: Support for security labels on global objects
Previous Message Guillaume Lelarge 2011-07-25 07:52:35 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)