pgAdmin III commit: Phase 1 of our wxWidgets 2.9 compatibility. For mor

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Phase 1 of our wxWidgets 2.9 compatibility. For mor
Дата
Msg-id 201102011620.p11GKZ2P071125@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Phase 1 of our wxWidgets 2.9 compatibility. For more info, see the discussion at

http://archives.postgresql.org/pgadmin-hackers/2011-01/msg00118.php

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d88a4c76bd80c47524f11ce7c04390fdf4a29f9c
Author: Peter Geoghegan <peter.geoghegan86@gmail.com>

Modified Files
--------------
pgadmin/agent/pgaJob.cpp                         |    4 +-
pgadmin/agent/pgaSchedule.cpp                    |    2 +-
pgadmin/agent/pgaStep.cpp                        |    2 +-
pgadmin/ctl/calbox.cpp                           |   30 +++++++++++--
pgadmin/ctl/ctlListView.cpp                      |   10 ++--
pgadmin/ctl/ctlSQLBox.cpp                        |    4 +-
pgadmin/ctl/explainShape.cpp                     |    2 +-
pgadmin/ctl/timespin.cpp                         |   11 ++++-
pgadmin/db/pgConn.cpp                            |    2 +
pgadmin/db/pgQueryThread.cpp                     |    5 ++
pgadmin/db/pgSet.cpp                             |    2 +
pgadmin/debugger/dbgPgConn.cpp                   |    4 +-
pgadmin/dlg/dlgClasses.cpp                       |    4 ++
pgadmin/dlg/dlgDatabase.cpp                      |    2 +
pgadmin/dlg/dlgExtTable.cpp                      |    2 +-
pgadmin/dlg/dlgSelectConnection.cpp              |    6 +-
pgadmin/dlg/dlgSequence.cpp                      |   12 +++++
pgadmin/dlg/dlgTable.cpp                         |    2 +
pgadmin/dlg/dlgView.cpp                          |    4 +-
pgadmin/frm/events.cpp                           |   28 ++++++++++--
pgadmin/frm/frmEditGrid.cpp                      |   51 ++++++++++++++++------
pgadmin/frm/frmHbaConfig.cpp                     |    4 +-
pgadmin/frm/frmHint.cpp                          |    2 +-
pgadmin/frm/frmMain.cpp                          |    7 +++-
pgadmin/frm/frmMainConfig.cpp                    |    2 -
pgadmin/frm/frmPgpassConfig.cpp                  |    4 +-
pgadmin/frm/frmQuery.cpp                         |    4 +-
pgadmin/frm/frmReport.cpp                        |   32 +++++++-------
pgadmin/frm/frmRestore.cpp                       |    4 ++
pgadmin/frm/frmStatus.cpp                        |   14 +++---
pgadmin/frm/plugins.cpp                          |    2 +
pgadmin/gqb/gqbGraphSimple.cpp                   |    5 ++
pgadmin/gqb/gqbGridProjTable.cpp                 |    3 +-
pgadmin/gqb/gqbView.cpp                          |    6 ++-
pgadmin/gqb/gqbViewPanels.cpp                    |   12 +++--
pgadmin/include/ctl/calbox.h                     |    9 +++-
pgadmin/include/ctl/ctlListView.h                |   26 ++++++------
pgadmin/include/utils/sysLogger.h                |   14 ++++++
pgadmin/include/utils/sysSettings.h              |    4 +-
pgadmin/pgAdmin3.cpp                             |   21 +++++++++
pgadmin/pgscript/generators/pgsDictionaryGen.cpp |    8 ++--
pgadmin/pgscript/pgsApplication.cpp              |    5 ++
pgadmin/schema/edbPackage.cpp                    |    2 +-
pgadmin/schema/edbPrivateSynonym.cpp             |    2 +-
pgadmin/schema/edbSynonym.cpp                    |    2 +-
pgadmin/schema/gpExtTable.cpp                    |    2 +-
pgadmin/schema/pgAggregate.cpp                   |    2 +-
pgadmin/schema/pgCast.cpp                        |    2 +-
pgadmin/schema/pgColumn.cpp                      |   10 ++--
pgadmin/schema/pgConversion.cpp                  |    4 +-
pgadmin/schema/pgDatabase.cpp                    |    6 +-
pgadmin/schema/pgDomain.cpp                      |    4 +-
pgadmin/schema/pgFunction.cpp                    |   10 ++--
pgadmin/schema/pgIndex.cpp                       |   10 ++--
pgadmin/schema/pgIndexConstraint.cpp             |    8 ++--
pgadmin/schema/pgLanguage.cpp                    |    4 +-
pgadmin/schema/pgObject.cpp                      |    8 ++--
pgadmin/schema/pgOperator.cpp                    |    6 +-
pgadmin/schema/pgOperatorClass.cpp               |    4 +-
pgadmin/schema/pgOperatorFamily.cpp              |    2 +-
pgadmin/schema/pgRole.cpp                        |    2 +-
pgadmin/schema/pgRule.cpp                        |    6 +-
pgadmin/schema/pgSchema.cpp                      |    2 +-
pgadmin/schema/pgSequence.cpp                    |    6 +-
pgadmin/schema/pgServer.cpp                      |   10 +++--
pgadmin/schema/pgTable.cpp                       |    8 ++--
pgadmin/schema/pgTrigger.cpp                     |    4 +-
pgadmin/schema/pgType.cpp                        |    2 +-
pgadmin/schema/pgView.cpp                        |    2 +-
pgadmin/slony/dlgRepCluster.cpp                  |    4 +-
pgadmin/slony/slNode.cpp                         |    8 ++--
pgadmin/slony/slSequence.cpp                     |    2 +-
pgadmin/slony/slSet.cpp                          |    2 +-
pgadmin/slony/slSubscription.cpp                 |    6 +-
pgadmin/slony/slTable.cpp                        |    2 +-
pgadmin/utils/csvfiles.cpp                       |    2 +
pgadmin/utils/factory.cpp                        |   30 +++++++++++--
pgadmin/utils/pgconfig.cpp                       |    2 +-
pgadmin/utils/sysSettings.cpp                    |    6 ---
pgadmin/utils/utffile.cpp                        |    2 +
80 files changed, 385 insertions(+), 188 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: wxWidgets 2.9 build
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Quick fix for a registry datatype issue on Windows,