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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Thom Brown <thom(at)linux(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III commit: Fix a couple of minor UI layout issues.
Date: 2010-08-26 09:20:07
Message-ID: AANLkTinMu9cD0rsSEe+Ji34iBedPo0RPwF+-E9WL16Qy@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Aug 26, 2010 at 10:16 AM, Thom Brown <thom(at)linux(dot)com> wrote:
> On 26 August 2010 10:14, Dave Page <dpage(at)pgadmin(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-26 09:48:20 Re: Issue with libpq < 8.4
Previous Message Thom Brown 2010-08-26 09:16:40 Re: pgAdmin III commit: Fix a couple of minor UI layout issues.