Обсуждение: pgAdmin III commit: Fix a couple of minor UI layout issues.

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)


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

От
Thom Brown
Дата:
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!

--
Thom Brown
Registered Linux user: #516935

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

От
Dave Page
Дата:
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