pgAdmin III commit: make style

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: make style
Date: 2011-06-28 13:51:38
Message-ID: 201106281351.p5SDpcs9054249@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

make style

Branch
------
master

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

Modified Files
--------------
pgadmin/dd/dditems/figures/ddColumnFigure.cpp | 184 ++++----
pgadmin/dd/dditems/figures/ddColumnKindIcon.cpp | 231 +++++-----
pgadmin/dd/dditems/figures/ddColumnOptionIcon.cpp | 54 +-
.../dd/dditems/figures/ddRelationshipFigure.cpp | 433 +++++++++--------
pgadmin/dd/dditems/figures/ddRelationshipItem.cpp | 10 +-
.../dd/dditems/figures/ddRelationshipTerminal.cpp | 108 ++--
pgadmin/dd/dditems/figures/ddTableFigure.cpp | 512 ++++++++++----------
.../dd/dditems/figures/ddTextTableItemFigure.cpp | 458 +++++++++---------
.../dd/dditems/handles/ddAddColButtonHandle.cpp | 23 +-
pgadmin/dd/dditems/handles/ddAddFkButtonHandle.cpp | 25 +-
.../dditems/handles/ddMinMaxTableButtonHandle.cpp | 12 +-
.../dditems/handles/ddRemoveTableButtonHandle.cpp | 10 +-
pgadmin/dd/dditems/handles/ddScrollBarHandle.cpp | 62 ++--
.../dd/dditems/handles/ddSouthTableSizeHandle.cpp | 48 +-
pgadmin/dd/dditems/locators/ddAddColLocator.cpp | 12 +-
pgadmin/dd/dditems/locators/ddAddFkLocator.cpp | 12 +-
.../dd/dditems/locators/ddMinMaxTableLocator.cpp | 12 +-
.../dd/dditems/locators/ddRemoveTableLocator.cpp | 12 +-
.../dditems/locators/ddScrollBarTableLocator.cpp | 12 +-
.../dd/dditems/locators/ddTableBottomLocator.cpp | 16 +-
pgadmin/dd/dditems/tools/ddColumnFigureTool.cpp | 42 +-
pgadmin/dd/dditems/tools/ddColumnTextTool.cpp | 38 +-
.../dditems/utilities/ddPrecisionScaleDialog.cpp | 192 ++++----
.../dd/dditems/utilities/ddSelectKindFksDialog.cpp | 205 ++++----
pgadmin/dd/dditems/utilities/ddTableNameDialog.cpp | 226 +++++-----
pgadmin/dd/ddmodel/ddDatabaseDesign.cpp | 109 +++--
pgadmin/dd/ddmodel/ddDrawingEditor.cpp | 66 ++--
pgadmin/dd/ddmodel/ddDrawingView.cpp | 72 ++--
pgadmin/dd/ddmodel/ddTextEditor.cpp | 54 ++-
.../wxhotdraw/connectors/wxhdChopBoxConnector.cpp | 33 +-
pgadmin/dd/wxhotdraw/connectors/wxhdIConnector.cpp | 12 +-
.../wxhotdraw/connectors/wxhdLocatorConnector.cpp | 10 +-
.../connectors/wxhdStickyRectangleConnector.cpp | 23 +-
.../defaultAttributes/wxhdFillAttribute.cpp | 8 +-
.../defaultAttributes/wxhdFontAttribute.cpp | 8 +-
.../defaultAttributes/wxhdFontColorAttribute.cpp | 6 +-
.../defaultAttributes/wxhdLineAttribute.cpp | 6 +-
.../dd/wxhotdraw/figures/wxhdAbstractFigure.cpp | 56 ++--
.../wxhotdraw/figures/wxhdAbstractMenuFigure.cpp | 6 +-
pgadmin/dd/wxhotdraw/figures/wxhdAttribute.cpp | 4 +-
.../dd/wxhotdraw/figures/wxhdAttributeFigure.cpp | 30 +-
pgadmin/dd/wxhotdraw/figures/wxhdBitmapFigure.cpp | 22 +-
.../dd/wxhotdraw/figures/wxhdCompositeFigure.cpp | 90 ++--
pgadmin/dd/wxhotdraw/figures/wxhdIFigure.cpp | 56 ++-
.../dd/wxhotdraw/figures/wxhdLineConnection.cpp | 72 ++--
pgadmin/dd/wxhotdraw/figures/wxhdLineTerminal.cpp | 28 +-
.../dd/wxhotdraw/figures/wxhdPolyLineFigure.cpp | 158 +++---
.../dd/wxhotdraw/figures/wxhdRectangleFigure.cpp | 14 +-
.../dd/wxhotdraw/figures/wxhdSimpleTextFigure.cpp | 38 +-
pgadmin/dd/wxhotdraw/handles/wxhdButtonHandle.cpp | 24 +-
.../handles/wxhdChangeConnectionEndHandle.cpp | 8 +-
.../handles/wxhdChangeConnectionHandle.cpp | 61 ++--
.../handles/wxhdChangeConnectionStartHandle.cpp | 6 +-
pgadmin/dd/wxhotdraw/handles/wxhdIHandle.cpp | 14 +-
.../wxhotdraw/handles/wxhdLineConnectionHandle.cpp | 14 +-
pgadmin/dd/wxhotdraw/handles/wxhdLocatorHandle.cpp | 18 +-
.../dd/wxhotdraw/handles/wxhdPolyLineHandle.cpp | 32 +-
pgadmin/dd/wxhotdraw/locators/wxhdILocator.cpp | 2 +-
.../dd/wxhotdraw/locators/wxhdPolyLineLocator.cpp | 6 +-
pgadmin/dd/wxhotdraw/main/wxhdDrawing.cpp | 51 +-
pgadmin/dd/wxhotdraw/main/wxhdDrawingEditor.cpp | 30 +-
pgadmin/dd/wxhotdraw/main/wxhdDrawingView.cpp | 376 +++++++-------
pgadmin/dd/wxhotdraw/tools/wxhdAbstractTool.cpp | 27 +-
pgadmin/dd/wxhotdraw/tools/wxhdCanvasMenuTool.cpp | 40 +-
.../dd/wxhotdraw/tools/wxhdCompositeFigureTool.cpp | 36 +-
.../wxhotdraw/tools/wxhdConnectionCreationTool.cpp | 64 ++--
pgadmin/dd/wxhotdraw/tools/wxhdCreationTool.cpp | 16 +-
.../dd/wxhotdraw/tools/wxhdDragCreationTool.cpp | 7 +-
pgadmin/dd/wxhotdraw/tools/wxhdDragTrackerTool.cpp | 58 ++--
pgadmin/dd/wxhotdraw/tools/wxhdFigureTool.cpp | 28 +-
.../dd/wxhotdraw/tools/wxhdHandleTrackerTool.cpp | 14 +-
pgadmin/dd/wxhotdraw/tools/wxhdITool.cpp | 62 ++--
pgadmin/dd/wxhotdraw/tools/wxhdMenuTool.cpp | 36 +-
.../dd/wxhotdraw/tools/wxhdPolyLineFigureTool.cpp | 16 +-
pgadmin/dd/wxhotdraw/tools/wxhdSelectAreaTool.cpp | 46 +-
pgadmin/dd/wxhotdraw/tools/wxhdSelectionTool.cpp | 74 ++--
pgadmin/dd/wxhotdraw/tools/wxhdSimpleTextTool.cpp | 58 ++--
.../dd/wxhotdraw/utilities/wxhdArrayCollection.cpp | 124 +++---
pgadmin/dd/wxhotdraw/utilities/wxhdCollection.cpp | 39 +-
pgadmin/dd/wxhotdraw/utilities/wxhdGeometry.cpp | 86 ++--
pgadmin/dd/wxhotdraw/utilities/wxhdKeyEvent.cpp | 8 +-
pgadmin/dd/wxhotdraw/utilities/wxhdMouseEvent.cpp | 16 +-
pgadmin/dd/wxhotdraw/utilities/wxhdPoint.cpp | 12 +-
pgadmin/dd/wxhotdraw/utilities/wxhdRect.cpp | 24 +-
pgadmin/dlg/dlgForeignDataWrapper.cpp | 4 +-
pgadmin/dlg/dlgForeignKey.cpp | 2 +-
pgadmin/dlg/dlgLanguage.cpp | 4 +-
pgadmin/dlg/dlgTable.cpp | 4 +-
pgadmin/dlg/dlgView.cpp | 4 +-
pgadmin/frm/frmDatabaseDesigner.cpp | 242 +++++-----
pgadmin/frm/frmMain.cpp | 2 +-
.../include/dd/dditems/figures/ddColumnFigure.h | 30 +-
.../include/dd/dditems/figures/ddColumnKindIcon.h | 25 +-
.../dd/dditems/figures/ddColumnOptionIcon.h | 18 +-
.../dd/dditems/figures/ddRelationshipFigure.h | 28 +-
.../dd/dditems/figures/ddRelationshipItem.h | 4 +-
.../dd/dditems/figures/ddRelationshipTerminal.h | 6 +-
pgadmin/include/dd/dditems/figures/ddTableFigure.h | 48 +-
.../dd/dditems/figures/ddTextTableItemFigure.h | 48 +-
.../dd/dditems/handles/ddAddColButtonHandle.h | 10 +-
.../dd/dditems/handles/ddAddFkButtonHandle.h | 10 +-
.../dd/dditems/handles/ddMinMaxTableButtonHandle.h | 6 +-
.../dd/dditems/handles/ddRemoveTableButtonHandle.h | 8 +-
.../include/dd/dditems/handles/ddScrollBarHandle.h | 8 +-
.../dd/dditems/handles/ddSouthTableSizeHandle.h | 6 +-
.../include/dd/dditems/locators/ddAddColLocator.h | 4 +-
.../include/dd/dditems/locators/ddAddFkLocator.h | 4 +-
.../dd/dditems/locators/ddMinMaxTableLocator.h | 4 +-
.../dd/dditems/locators/ddRemoveTableLocator.h | 4 +-
.../dd/dditems/locators/ddScrollBarTableLocator.h | 4 +-
.../dd/dditems/locators/ddTableBottomLocator.h | 4 +-
.../include/dd/dditems/tools/ddColumnFigureTool.h | 8 +-
.../include/dd/dditems/tools/ddColumnTextTool.h | 4 +-
pgadmin/include/dd/dditems/utilities/ddDataType.h | 13 +-
.../dd/dditems/utilities/ddPrecisionScaleDialog.h | 79 ++--
.../dd/dditems/utilities/ddSelectKindFksDialog.h | 51 +-
.../dd/dditems/utilities/ddTableNameDialog.h | 95 +++--
pgadmin/include/dd/ddmodel/ddDatabaseDesign.h | 10 +-
pgadmin/include/dd/ddmodel/ddDrawingEditor.h | 2 +-
pgadmin/include/dd/ddmodel/ddDrawingView.h | 2 +-
pgadmin/include/dd/ddmodel/ddTextEditor.h | 34 +-
.../dd/wxhotdraw/connectors/wxhdChopBoxConnector.h | 2 +-
.../dd/wxhotdraw/connectors/wxhdIConnector.h | 10 +-
.../dd/wxhotdraw/connectors/wxhdLocatorConnector.h | 10 +-
.../connectors/wxhdStickyRectangleConnector.h | 8 +-
.../figures/defaultAttributes/wxhdFillAttribute.h | 6 +-
.../figures/defaultAttributes/wxhdFontAttribute.h | 6 +-
.../defaultAttributes/wxhdFontColorAttribute.h | 4 +-
.../figures/defaultAttributes/wxhdLineAttribute.h | 6 +-
.../dd/wxhotdraw/figures/wxhdAbstractFigure.h | 14 +-
.../dd/wxhotdraw/figures/wxhdAbstractMenuFigure.h | 6 +-
.../include/dd/wxhotdraw/figures/wxhdAttribute.h | 4 +-
.../dd/wxhotdraw/figures/wxhdAttributeFigure.h | 34 +-
.../dd/wxhotdraw/figures/wxhdBitmapFigure.h | 6 +-
.../dd/wxhotdraw/figures/wxhdCompositeFigure.h | 22 +-
.../dd/wxhotdraw/figures/wxhdIConnectionFigure.h | 46 +-
pgadmin/include/dd/wxhotdraw/figures/wxhdIFigure.h | 26 +-
.../dd/wxhotdraw/figures/wxhdLineConnection.h | 30 +-
.../dd/wxhotdraw/figures/wxhdLineTerminal.h | 6 +-
.../dd/wxhotdraw/figures/wxhdPolyLineFigure.h | 22 +-
.../dd/wxhotdraw/figures/wxhdRectangleFigure.h | 10 +-
.../dd/wxhotdraw/figures/wxhdSimpleTextFigure.h | 12 +-
.../dd/wxhotdraw/handles/wxhdButtonHandle.h | 16 +-
.../handles/wxhdChangeConnectionEndHandle.h | 10 +-
.../wxhotdraw/handles/wxhdChangeConnectionHandle.h | 28 +-
.../handles/wxhdChangeConnectionStartHandle.h | 10 +-
pgadmin/include/dd/wxhotdraw/handles/wxhdIHandle.h | 20 +-
.../wxhotdraw/handles/wxhdLineConnectionHandle.h | 2 +-
.../dd/wxhotdraw/handles/wxhdLocatorHandle.h | 12 +-
.../dd/wxhotdraw/handles/wxhdPolyLineHandle.h | 10 +-
.../include/dd/wxhotdraw/locators/wxhdILocator.h | 4 +-
.../dd/wxhotdraw/locators/wxhdPolyLineLocator.h | 4 +-
pgadmin/include/dd/wxhotdraw/main/wxhdDrawing.h | 8 +-
.../include/dd/wxhotdraw/main/wxhdDrawingEditor.h | 12 +-
.../include/dd/wxhotdraw/main/wxhdDrawingView.h | 56 ++--
pgadmin/include/dd/wxhotdraw/main/wxhdObject.h | 2 +-
.../include/dd/wxhotdraw/tools/wxhdAbstractTool.h | 18 +-
.../dd/wxhotdraw/tools/wxhdCanvasMenuTool.h | 12 +-
.../dd/wxhotdraw/tools/wxhdCompositeFigureTool.h | 8 +-
.../wxhotdraw/tools/wxhdConnectionCreationTool.h | 10 +-
.../include/dd/wxhotdraw/tools/wxhdCreationTool.h | 8 +-
.../dd/wxhotdraw/tools/wxhdDragCreationTool.h | 4 +-
.../dd/wxhotdraw/tools/wxhdDragTrackerTool.h | 8 +-
.../include/dd/wxhotdraw/tools/wxhdFigureTool.h | 18 +-
.../dd/wxhotdraw/tools/wxhdHandleTrackerTool.h | 8 +-
pgadmin/include/dd/wxhotdraw/tools/wxhdITool.h | 14 +-
pgadmin/include/dd/wxhotdraw/tools/wxhdMenuTool.h | 8 +-
.../dd/wxhotdraw/tools/wxhdPolyLineFigureTool.h | 4 +-
.../dd/wxhotdraw/tools/wxhdSelectAreaTool.h | 8 +-
.../include/dd/wxhotdraw/tools/wxhdSelectionTool.h | 16 +-
.../dd/wxhotdraw/tools/wxhdSimpleTextTool.h | 8 +-
.../dd/wxhotdraw/utilities/wxhdArrayCollection.h | 57 ++-
.../dd/wxhotdraw/utilities/wxhdCollection.h | 28 +-
.../dd/wxhotdraw/utilities/wxhdCollectionBase.h | 42 +-
.../include/dd/wxhotdraw/utilities/wxhdKeyEvent.h | 14 +-
.../dd/wxhotdraw/utilities/wxhdMouseEvent.h | 40 +-
pgadmin/include/dd/wxhotdraw/utilities/wxhdPoint.h | 7 +-
pgadmin/include/dd/wxhotdraw/utilities/wxhdRect.h | 2 +-
pgadmin/include/frm/frmDatabaseDesigner.h | 34 +-
pgadmin/include/frm/menu.h | 8 +-
pgadmin/pgAdmin3.cpp | 172 ++++----
181 files changed, 3715 insertions(+), 3627 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-06-28 13:56:15 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Previous Message Dave Page 2011-06-28 13:46:39 pgAdmin III commit: make style