Re: [pgadmin-hackers] 1.16 beta 2?

2012-06-02 Thread Dave Page
On Fri, Jun 1, 2012 at 3:15 PM, Dave Page wrote: > > I've uploaded 1.14.3 binaries for Windows and Mac, and a 1.16.0-beta2 > binary for Mac. The remaining Windows build of 1.16 will take a little > while as I need to setup a new build environment to match what the > server is being built with (oth

Re: [pgadmin-hackers] Upgrading the VC++ solution/project files

2012-06-02 Thread Guillaume Lelarge
On Sat, 2012-06-02 at 22:24 +0100, Dave Page wrote: > Hi > > We're building the PostgreSQL installers using VC++ 2010 for 9.2, and > because I use the dependency set and pg_dump/psql/etc binaries from > that distribution, I've also upgraded my build environment for pgAdmin > 1.16 to VC++ 2010 (bec

[pgadmin-hackers] pgAdmin III commit: Add missing DLL.

2012-06-02 Thread Dave Page
Add missing DLL. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=896dce8f744816385aa89013d7808960f15a5109 Modified Files -- pkg/win32/src/pgadmin3.wxs |1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- Sent via pgadmin-

[pgadmin-hackers] Upgrading the VC++ solution/project files

2012-06-02 Thread Dave Page
Hi We're building the PostgreSQL installers using VC++ 2010 for 9.2, and because I use the dependency set and pg_dump/psql/etc binaries from that distribution, I've also upgraded my build environment for pgAdmin 1.16 to VC++ 2010 (because we don't want to mix CRT versions). Any objections to me c

[pgadmin-hackers] pgAdmin III commit: Remove a couple of DLLs that are no longer required

2012-06-02 Thread Dave Page
Remove a couple of DLLs that are no longer required. Bundle the VC++ 2010 CRT merge module. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2b1e8032bf26f45bdb3afd061de3ae8969a29129 Modified Files -- pkg/win32/src/pgadmin3.wxs |4

[pgadmin-hackers] pgAdmin III commit: Switch a couple of paths that accidently got revers

2012-06-02 Thread Dave Page
Switch a couple of paths that accidently got reversed. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=829b9af542d6fc8d714c298813bf714e8b808c11 Modified Files -- pgadmin/pgAdmin3.vcproj | 16 1 files changed, 8 ins

[pgadmin-hackers] pgAdmin III commit: Minor formatting tweak to the custom build rules to

2012-06-02 Thread Dave Page
Minor formatting tweak to the custom build rules to ensure that they can be correctly updated to VC++ 2010. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8ca6295a4461fc0142ab447c0a6376a56b3fb7f0 Modified Files -- pgAdmin3.rules |

[pgadmin-hackers] pgAdmin III commit: Don't link iconv statically.

2012-06-02 Thread Dave Page
Don't link iconv statically. Make it easier to work with a single directory containing the dependecies. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d60048f83ace2fc24c046eb867c047e401128cc1 Modified Files -- pgadmin/pgAdmin3.vcpr

[pgadmin-hackers] pgAdmin III commit: Fix some sign mismatch warnings.

2012-06-02 Thread Dave Page
Fix some sign mismatch warnings. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=130a4af294dfaa07e2ea1c9052d3fa86f29febc9 Modified Files -- pgadmin/ctl/ctlSeclabelPanel.cpp |4 ++-- pgadmin/dlg/dlgType.cpp |6 +++---