[pgadmin-hackers] pgAdmin III commit: Avoid a possible crash.

2010-10-22 Thread Dave Page
Avoid a possible crash. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=680ddbcb84194812cb97e2ca81889095cc56d08a Modified Files -- pgadmin/agent/dlgSchedule.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- Sent vi

[pgadmin-hackers] pgAdmin III commit: Dynamically link with wxWidgets on Windows.

2010-10-22 Thread Dave Page
Dynamically link with wxWidgets on Windows. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1270bcd192729d95cb5e2aa687e5ba1c366b7f5f Modified Files -- CHANGELOG |1 + docs/builddocs.bat

Re: [pgadmin-hackers] Issues with dlgType

2010-10-22 Thread Guillaume Lelarge
Le 22/10/2010 01:01, Dave Page a écrit : > On Fri, Oct 22, 2010 at 12:29 AM, Guillaume Lelarge > wrote: >> Hi, >> >> I've found quite a few bugs in the way we handle the dlgType dialog, and >> more to the point the Length and Precision textboxes. I use some time to >> work on this on my 11 hour pl

Re: [pgadmin-hackers] Dynamic linking on Windows

2010-10-22 Thread Guillaume Lelarge
Le 22/10/2010 01:54, Dave Page a écrit : > I intend to change the Windows VC++ project files to use dynamic > linking with wxWidgets rather than static as they currently do. The > reason for this is twofold - 1) from a licencing standpoint it's > probably safer, and 2) I've been playing with some a

[pgadmin-hackers] Dynamic linking on Windows

2010-10-22 Thread Dave Page
I intend to change the Windows VC++ project files to use dynamic linking with wxWidgets rather than static as they currently do. The reason for this is twofold - 1) from a licencing standpoint it's probably safer, and 2) I've been playing with some addon wxWidgets libraries recently which we may wa

Re: [pgadmin-hackers] Issues with dlgType

2010-10-22 Thread Dave Page
On Fri, Oct 22, 2010 at 12:29 AM, Guillaume Lelarge wrote: > Hi, > > I've found quite a few bugs in the way we handle the dlgType dialog, and > more to the point the Length and Precision textboxes. I use some time to > work on this on my 11 hour plane trip, and I have this patch. The big > issue I