Re: pgAdmin III commit: Fix a couple of minor UI layout issues. - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin III commit: Fix a couple of minor UI layout issues.
Date
Msg-id AANLkTinMu9cD0rsSEe+Ji34iBedPo0RPwF+-E9WL16Qy@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin III commit: Fix a couple of minor UI layout issues.  (Thom Brown <thom@linux.com>)
List 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 by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgAdmin III commit: Fix a couple of minor UI layout issues.
Next
From: Guillaume Lelarge
Date:
Subject: Re: Issue with libpq < 8.4