pgAdmin III commit: Update CHANGELOG, and make style - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Update CHANGELOG, and make style
Date
Msg-id E1QlMWN-0004k7-0g@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Update CHANGELOG, and make style

Branch
------
master

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

Modified Files
--------------
CHANGELOG                              |    4 +
pgadmin/ctl/ctlSeclabelPanel.cpp       |  116 ++++++++++++++++----------------
pgadmin/dlg/dlgAggregate.cpp           |   10 ++--
pgadmin/dlg/dlgColumn.cpp              |    6 +-
pgadmin/dlg/dlgDatabase.cpp            |    4 +-
pgadmin/dlg/dlgDomain.cpp              |    2 +-
pgadmin/dlg/dlgForeignTable.cpp        |    2 +-
pgadmin/dlg/dlgFunction.cpp            |    6 +-
pgadmin/dlg/dlgLanguage.cpp            |    6 +-
pgadmin/dlg/dlgRole.cpp                |    2 +-
pgadmin/dlg/dlgSchema.cpp              |    4 +-
pgadmin/dlg/dlgSequence.cpp            |    2 +-
pgadmin/dlg/dlgTable.cpp               |    2 +-
pgadmin/dlg/dlgTablespace.cpp          |    2 +-
pgadmin/dlg/dlgType.cpp                |    2 +-
pgadmin/dlg/dlgView.cpp                |    2 +-
pgadmin/include/ctl/ctlSeclabelPanel.h |    6 +-
pgadmin/include/dlg/dlgAggregate.h     |    2 +-
pgadmin/include/dlg/dlgColumn.h        |    2 +-
pgadmin/include/dlg/dlgDatabase.h      |    2 +-
pgadmin/include/dlg/dlgDomain.h        |    2 +-
pgadmin/include/dlg/dlgForeignTable.h  |    2 +-
pgadmin/include/dlg/dlgFunction.h      |    2 +-
pgadmin/include/dlg/dlgLanguage.h      |    2 +-
pgadmin/include/dlg/dlgRole.h          |    2 +-
pgadmin/include/dlg/dlgSequence.h      |    2 +-
pgadmin/include/dlg/dlgTable.h         |    2 +-
pgadmin/include/dlg/dlgTablespace.h    |    2 +-
pgadmin/include/dlg/dlgType.h          |    2 +-
pgadmin/include/dlg/dlgView.h          |    2 +-
pgadmin/schema/pgAggregate.cpp         |    8 +-
pgadmin/schema/pgColumn.cpp            |    8 +-
pgadmin/schema/pgDatabase.cpp          |   10 ++--
pgadmin/schema/pgDomain.cpp            |    8 +-
pgadmin/schema/pgForeignTable.cpp      |    6 +-
pgadmin/schema/pgFunction.cpp          |   10 ++--
pgadmin/schema/pgLanguage.cpp          |    8 +-
pgadmin/schema/pgObject.cpp            |   16 ++--
pgadmin/schema/pgRole.cpp              |    8 +-
pgadmin/schema/pgSchema.cpp            |    8 +-
pgadmin/schema/pgSequence.cpp          |   22 +++---
pgadmin/schema/pgTable.cpp             |    8 +-
pgadmin/schema/pgTablespace.cpp        |    8 +-
pgadmin/schema/pgType.cpp              |   18 +++---
pgadmin/schema/pgView.cpp              |   26 ++++----
45 files changed, 190 insertions(+), 186 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Adds support for load/save models in the database d
Next
From: Dave Page
Date:
Subject: Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)