Re: pgAdmin III commit: Fix a couple of minor UI layout issues.

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAdmin III commit: Fix a couple of minor UI layout issues.
Дата
Msg-id AANLkTinMu9cD0rsSEe+Ji34iBedPo0RPwF+-E9WL16Qy@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgAdmin III commit: Fix a couple of minor UI layout issues.  (Thom Brown <thom@linux.com>)
Список pgadmin-hackers
On Thu, Aug 26, 2010 at 10:16 AM, Thom Brown <thom@linux.com> wrote:
> On 26 August 2010 10:14, Dave Page <dpage@pgadmin.org> wrote:
>>
>> Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cf41f23a17b654d13c38ac8fa3d7304f6620a717
>>
>> Log Message
>> -----------
>> Fix a couple of minor UI layout issues.
>>
>> Branch
>> ------
>> master
>>
>> Modified Files
>> --------------
>> pgadmin/ui/dlgEditGridOptions.xrc |  317 +-
>> pgadmin/ui/frmOptions.xrc         | 1985 +-
>> pgadmin/ui/xrcDialogs.cpp         |60290 +++++++++++++++++++------------------
>> 3 files changed, 31293 insertions(+), 31299 deletions(-)
>>
>>
>
> What a ridiculously large diff that produces!

Yeah - it's because the XML resources are compiled into xrcDialogs.cpp
which is used in their place in release builds. We really should move
that step into the build system - the problem is that the tool to do
it isn't built by default with wxWidgets, so it adds to the complexity
of the build environment setup which will doubtless lead to people
getting stuck.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: pgAdmin III commit: Fix a couple of minor UI layout issues.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Issue with libpq < 8.4