[pgadmin-hackers] SSL Build problem

2005-02-23 Thread Dave Page
Hi Adam, I applied the patch below to fix the SSL build problem introduced by your last patch. Afaict it all works fine now, however I am not entirely happy playing with autoconf, so I'd appreciate if you could just confirm that I haven't done anything stupid. Cheers, Dave. Index: acinclude.m4

[pgadmin-hackers] CVS Commit by dpage: Properly detect SSL

2005-02-23 Thread cvs
Log Message: --- Properly detect SSL Modified Files: -- pgadmin3: acinclude.m4 (r1.40 - r1.41) Index: acinclude.m4 === RCS file: /projects/pgadmin3/acinclude.m4,v retrieving revision 1.40 retrieving

[pgadmin-hackers] CVS Commit by dpage: Add $(top_srcdir) and $(srcdir) to makefiles,

2005-02-23 Thread cvs
Log Message: --- Add $(top_srcdir) and $(srcdir) to makefiles, originally per Massimo Fidanza's patch to fix KDevelop. Also add for files other than data files, and add Mandrake spec file. Modified Files: -- pgadmin3: Makefile.am (r1.33 - r1.34) pgadmin3/src:

Re: [pgadmin-hackers] [pgadmin-support] [ANNOUNCE] pgAdmin III 1.2.0 Released

2005-02-23 Thread Max Khon
Hi! Attached patch fixes coredump in non-Unicode version of pgadmin3. This allows to build (non-Unicode) pgadmin3 on FreeBSD 4.x. /fjoe --- src/utils/utffile.cpp.orig Thu Feb 24 00:41:36 2005 +++ src/utils/utffile.cpp Thu Feb 24 00:41:18 2005 @@ -83,7 +83,12 @@ if (decr)

[pgadmin-hackers] upgrade to wx2.5.4

2005-02-23 Thread Andreas Pflug
Hi friends, wx2.5.4 is somewhat incompatible to 2.5.3, regarding those casting orgies performed currently to call wxEvtHandler::Connect (e.g. in frmQuery). The new way using wxXXXEventHandler macros is much nicer, and we'll want to use the forthcoming wx2.6 anyway so we should upgrade to using

Re: [pgadmin-hackers] upgrade to wx2.5.4

2005-02-23 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Pflug Sent: 23 February 2005 21:03 To: pgadmin-hackers@postgresql.org Subject: [pgadmin-hackers] upgrade to wx2.5.4 Hi friends, wx2.5.4 is somewhat incompatible to 2.5.3, regarding

Re: [pgadmin-hackers] [pgadmin-support] [ANNOUNCE] pgAdmin III 1.2.0 Released

2005-02-23 Thread Dave Page
Thanks, patch applied. /D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Khon Sent: 23 February 2005 19:31 To: Hiroshi Saito Cc: pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] [pgadmin-support] [ANNOUNCE] pgAdmin III 1.2.0

[pgadmin-hackers] CVS Commit by dpage: Attached patch fixes coredump in non-Unicode

2005-02-23 Thread cvs
Log Message: --- Attached patch fixes coredump in non-Unicode version of pgadmin3. This allows to build (non-Unicode) pgadmin3 on FreeBSD 4.x. [Max Khon] Modified Files: -- pgadmin3/src/utils: utffile.cpp (r1.8 - r1.9) Index: utffile.cpp

[pgadmin-hackers] utffile patch

2005-02-23 Thread Andreas Pflug
Max Khon wrote: Hi! Attached patch fixes coredump in non-Unicode version of pgadmin3. This allows to build (non-Unicode) pgadmin3 on FreeBSD 4.x. This patch appears highly dubious to me (apart from the fact that I'd call non-unicode unsupported). +#if wxUSE_UNICODE +size_t buf_len =

Re: [pgadmin-hackers] upgrade to wx2.5.4

2005-02-23 Thread blacknoz
Message d'origine Date: Wed, 23 Feb 2005 21:03:15 + De: Andreas Pflug [EMAIL PROTECTED] A: pgadmin-hackers@postgresql.org Sujet: [pgadmin-hackers] upgrade to wx2.5.4 Hi friends, Hi Andreas and others, sorry for this long silence, I had much work (and studies) and no free time at

Re: [pgadmin-hackers] upgrade to wx2.5.4

2005-02-23 Thread Andreas Pflug
Dave Page wrote: Hi friends, wx2.5.4 is somewhat incompatible to 2.5.3, regarding those casting orgies performed currently to call wxEvtHandler::Connect (e.g. in frmQuery). The new way using wxXXXEventHandler macros is much nicer, and we'll want to use the forthcoming wx2.6 anyway so we should

Re: [pgadmin-hackers] upgrade to wx2.5.4

2005-02-23 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Hi Andreas and others, sorry for this long silence, I had much work (and studies) and no free time at all... I hope I'm back for some time (one exam on next wednesday and I should be back;p). Well, we'll try to accept your apologies generously...-) I won't be able to