pgAdmin III commit: Additional warning/assert fixes for wx2.9 support.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Additional warning/assert fixes for wx2.9 support.
Date: 2012-02-27 16:49:33
Message-ID: E1S23lV-0000E8-MM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Additional warning/assert fixes for wx2.9 support.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=15845d9d76820a49b14081a9f67c840f1a12411c
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
pgadmin/agent/pgaJob.cpp | 2 +-
pgadmin/ctl/ctlSQLBox.cpp | 2 +-
pgadmin/db/pgConn.cpp | 2 +-
.../dd/dditems/figures/ddRelationshipFigure.cpp | 2 +-
pgadmin/dd/ddmodel/ddDBReverseEnginering.cpp | 18 +-
pgadmin/dd/ddmodel/ddDatabaseDesign.cpp | 12 +-
pgadmin/dd/ddmodel/ddDrawingView.cpp | 2 +-
pgadmin/dd/ddmodel/ddGenerationWizard.cpp | 4 +-
pgadmin/dd/ddmodel/ddModelBrowser.cpp | 2 +-
pgadmin/dlg/dlgEditGridOptions.cpp | 2 +-
pgadmin/dlg/dlgManageMacros.cpp | 2 +-
pgadmin/dlg/dlgSelectConnection.cpp | 2 +-
pgadmin/frm/events.cpp | 2 +-
pgadmin/frm/frmConfig.cpp | 2 +-
pgadmin/frm/frmDatabaseDesigner.cpp | 14 +-
pgadmin/frm/frmMain.cpp | 12 +-
pgadmin/frm/frmOptions.cpp | 16 +-
pgadmin/frm/frmQuery.cpp | 16 +-
pgadmin/hotdraw/main/hdDrawingView.cpp | 6 +
pgadmin/include/ctl/explainCanvas.h | 2 +-
pgadmin/include/utils/sysLogger.h | 5 +
pgadmin/schema/pgForeignKey.cpp | 2 +-
pgadmin/schema/pgObject.cpp | 2 +-
pgadmin/schema/pgServer.cpp | 5 +-
pgadmin/slony/dlgRepCluster.cpp | 4 +-
pgadmin/ui/dlgConnect.xrc | 2 +-
pgadmin/ui/dlgForeignDataWrapper.xrc | 2 +-
pgadmin/ui/dlgForeignServer.xrc | 2 +-
pgadmin/ui/dlgSearchObject.xrc | 2 +-
pgadmin/ui/dlgSelectConnection.xrc | 2 +-
pgadmin/ui/dlgUserMapping.xrc | 2 +-
pgadmin/ui/frmOptions.xrc | 2 +-
pgadmin/ui/frmPassword.xrc | 2 +-
pgadmin/ui/xrcDialogs.cpp | 7965 ++++++++++----------
pgadmin/utils/misc.cpp | 4 +
pgadmin/utils/sysLogger.cpp | 16 +-
36 files changed, 4085 insertions(+), 4056 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-02-27 16:49:39 Re: Fixed pgAdmin3 issues/asserts
Previous Message Guillaume Lelarge 2012-02-27 16:16:38 Re: Re: pgAdmin III commit: Fix constraints handling on the table properties di