[pgadmin-hackers] SVN Commit by dpage: r4179 - branches/REL-1_2_0_PATCHES/pgadmin3/src/include

2005-05-13 Thread svn
Author: dpage Date: 2005-05-13 08:28:38 +0100 (Fri, 13 May 2005) New Revision: 4179 Modified: branches/REL-1_2_0_PATCHES/pgadmin3/src/include/postgres.h Log: Cleanup missing newline [Raphael Enrici] Modified: branches/REL-1_2_0_PATCHES/pgadmin3/src/include/postgres.h

[pgadmin-hackers] [PATCH] Repair OSX Port after i18n reorganization

2005-05-13 Thread Florian G. Pflug
Hi This patch makes the osx build work again, by doing the following .) Change i18n/Makefile.am to install i18n-files into $(datadir)i18n instead of $(datadir)/pgadmin3/i18n when building an appbundle. .) Put the files listed in TMP_ui in i18n/Makefile.am

[pgadmin-hackers] [PATCH] Appbundle-Support for 1.2

2005-05-13 Thread Florian G. Pflug
Hi Here is the appbundle-support for 1.2 Attach is a patch against the current 1.2 branch. It works the same as the trunk-appbundle-support did before the Big Reorganization. At www.phlo.org/pgadmin3-1.2-appbundle.tar.bz2 you'll find a tar.bz which contains pkg/Makefile.am and pkg/mac/*. Please

[pgadmin-hackers] SVN Commit by dpage: r4181 - in trunk/pgadmin3: i18n src src/agent src/base src/ctl src/include/base src/include/ctl

2005-05-13 Thread svn
Author: dpage Date: 2005-05-13 12:12:03 +0100 (Fri, 13 May 2005) New Revision: 4181 Modified: trunk/pgadmin3/i18n/Makefile.am trunk/pgadmin3/src/agent/dlgSchedule.cpp trunk/pgadmin3/src/base/appbase.cpp trunk/pgadmin3/src/ctl/ctlListView.cpp

Re: [pgadmin-hackers] [PATCH] Repair OSX Port after i18n reorganization

2005-05-13 Thread Dave Page
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Florian G. Pflug Sent: 13 May 2005 10:36 To: pgadmin-hackers Subject: [pgadmin-hackers] [PATCH] Repair OSX Port after i18n reorganization Hi This patch makes the osx build work again, by

Re: [pgadmin-hackers] [PATCH] Appbundle-Support for 1.2

2005-05-13 Thread Dave Page
Thanks Florian - patch applied. Can you test and confirm the committed version works OK please? I'll probably need you to do so again following any changes that Raph submits for Debian if that's OK. Regards, Dave. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [pgadmin-hackers] Pg 1.3 snapshot 5-12 on open error

2005-05-13 Thread Patrick Hatcher
No error message on pgadmin3-trunk-20050513.tar.bz2 snapshot. Patrick Hatcher Macys.Com Legacy Integration Developer Dave Page [EMAIL PROTECTED

Re: [pgadmin-hackers] [PATCH] Appbundle-Support for 1.2

2005-05-13 Thread Raphaël Enrici
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 May 2005 16:49 To: Dave Page; [EMAIL PROTECTED]; pgadmin-hackers@postgresql.org Subject: Re: Re: [pgadmin-hackers] [PATCH] Appbundle-Support for 1.2 Hi Dave, Florian, Message

Re: [pgadmin-hackers] Pg 1.3 snapshot 5-12 on open error

2005-05-13 Thread Raphaël Enrici
Patrick Hatcher wrote: No error message on pgadmin3-trunk-20050513.tar.bz2 snapshot. Confirmed, no problem at all. On Debian, it was a packaging error on my side...:'( Dave, can we still wait a bit for 1.2.2, I'd like to clear things a bit... I still can't build the things straight

Re: [pgadmin-hackers] [PATCH] Appbundle-Support for 1.2

2005-05-13 Thread Florian G. Pflug
Dave Page wrote: Thanks Florian - patch applied. I believe that you forgot svn add pkg/Makefile.am ;-) Can you test and confirm the committed version works OK please? I'll probably need you to do so again following any changes that Raph submits for Debian if that's OK. No problem greetings,

Re: [pgadmin-hackers] [PATCH] Repair OSX Port after i18n reorganization

2005-05-13 Thread Florian G. Pflug
Dave Page wrote: Thanks - patch applied. I think you forgot to svn add pkg/Makefile.am ;-) I didn't test the win32 build... I hope I didn't break anything.. Nothing another #include didn't fix :-) Ups.. ;-) greetings, Florian Pflug smime.p7s Description: S/MIME Cryptographic Signature

[pgadmin-hackers] [PATCH] acinclude.m4

2005-05-13 Thread Raphaël Enrici
Hi Adam, attached is the patch I use under Debian to detect correctly and automatically a wxWidgets version using a flavour. Note that I believe it relies on a previous patch from Florian. I don't propose it for inclusion now as I think it may break some other builds but maybe it can help, who

Re: [pgadmin-hackers] [PATCH] Appbundle-Support for 1.2

2005-05-13 Thread Florian G. Pflug
Raphaël Enrici wrote: Dave Page wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi Dave, Florian, I just took a quick look to the patch provided by Florian. I didn't try the build yet and I may be wrong, but to me it does not handle the DESTDIR problem and refers to PREFIX, not