Thread: pgAdmin III commit: New import tool

pgAdmin III commit: New import tool

From
Guillaume Lelarge
Date:
New import tool

Implements #355

Branch
------
master

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

Modified Files
--------------
CHANGELOG                       |    1 +
pgadmin/db/pgConn.cpp           |   71 +++++
pgadmin/dlg/dlgClasses.cpp      |    4 +
pgadmin/frm/frmImport.cpp       |  371 ++++++++++++++++++++++++
pgadmin/frm/frmMain.cpp         |    2 +
pgadmin/frm/module.mk           |    1 +
pgadmin/include/db/pgConn.h     |    5 +
pgadmin/include/frm/frmImport.h |   49 ++++
pgadmin/include/frm/module.mk   |    1 +
pgadmin/include/utils/misc.h    |    1 +
pgadmin/ui/frmImport.xrc        |  301 ++++++++++++++++++++
pgadmin/ui/module.mk            |    3 +-
pgadmin/ui/xrcDialogs.cpp       |  595 ++++++++++++++++++++++++++++++++++++++-
13 files changed, 1390 insertions(+), 15 deletions(-)