pgAdmin III commit: Fix wxWidgets 2.9 compatibility with pgAdmin on Lin

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix wxWidgets 2.9 compatibility with pgAdmin on Lin
Дата
Msg-id E1S3OXu-0006Bd-6p@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix wxWidgets 2.9 compatibility with pgAdmin on Linux

We had an issue with a global variable with a constructor (see
http://www.wxwidgets.org/develop/standard.htm#no_globals for details).

We had a wxFont instance as global or static variable in the code
(hdFontAttribute.h). The patch fixes that.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0639eebe05ad1f7b1e07a8b28f7650799d093734
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                                          |    2 ++
.../dd/dditems/handles/ddSouthTableSizeHandle.cpp  |    2 +-
.../figures/defaultAttributes/hdFontAttribute.cpp  |   11 ++++++++---
pgadmin/hotdraw/figures/hdSimpleTextFigure.cpp     |    2 +-
pgadmin/hotdraw/main/hdDrawingEditor.cpp           |    2 +-
pgadmin/hotdraw/main/hdDrawingView.cpp             |    4 ++--
.../figures/defaultAttributes/hdFontAttribute.h    |    3 ++-
pgadmin/pgAdmin3.cpp                               |    2 ++
8 files changed, 19 insertions(+), 9 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Fixed pgAdmin3 issues/asserts
Следующее
От: Alexander LAW
Дата:
Сообщение: Re: Pgadmin Website Translation to Russian