On Thu, Aug 26, 2010 at 10:16 AM, Thom Brown <[email protected]> wrote: > On 26 August 2010 10:14, Dave Page <[email protected]> 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 -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
