[pgadmin-hackers] SVN Commit by dpage: r4548 - in trunk/pgadmin3: . src/base

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 23:46:11 +0100 (Fri, 14 Oct 2005) New Revision: 4548 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/base/sysLogger.cpp Log: Prevent errors in the logger causing crashes Modified: trunk/pgadmin3/CHANGELOG.txt

[pgadmin-hackers] SVN Commit by dpage: r4547 - trunk/pgadmin3/pkg/mac

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 23:35:58 +0100 (Fri, 14 Oct 2005) New Revision: 4547 Modified: trunk/pgadmin3/pkg/mac/debug-bundle.sh Log: Include a symlink to the i18n directory in the debug bundle. Modified: trunk/pgadmin3/pkg/mac/debug-bundle.sh =

Re: [pgadmin-hackers] wxFFile/wxLog on OSX

2005-10-14 Thread Dave Page
-Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 14/10/05 21:30:08 To: "Dave Page" Cc: "[email protected]" Subject: Re: wxFFile/wxLog on OSX > Try wxLogNull, hope that works. Ahh, neat, thanks. /D -Unmodified Original Message- Dave Page wrote: > H

Re: [pgadmin-hackers] wxFFile/wxLog on OSX

2005-10-14 Thread Andreas Pflug
Dave Page wrote: Hi Andreas, The simple solution would be to re-implement the WriteLog using fopen/fprintf/fclose I guess, but do you see a better way to solve this? Try wxLogNull, hope that works. Regards, Andreas ---(end of broadcast)--- TIP

[pgadmin-hackers] Edit grid sizing

2005-10-14 Thread Dave Page
Hi Andreas, Any suggestions on the best fix for the grid editor sizing on Mac (see the attach screenshot). I'm wary of hacking it about myself as I know you spent some time getting it right on other platforms. Cheers, Dave editgrid.png Description: editgrid.png ---(end

[pgadmin-hackers] SVN Commit by dpage: r4546 - trunk/pgadmin3

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 15:33:20 +0100 (Fri, 14 Oct 2005) New Revision: 4546 Modified: trunk/pgadmin3/BUGS.txt Log: Add a known, but essentially harmless autoconf bug to the list. Modified: trunk/pgadmin3/BUGS.txt === --- t

[pgadmin-hackers] SVN Commit by dpage: r4545 - trunk/pgadmin3/i18n

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 14:27:04 +0100 (Fri, 14 Oct 2005) New Revision: 4545 Modified: trunk/pgadmin3/i18n/Makefile.am Log: Install pg_settings.csv properly on *nix Modified: trunk/pgadmin3/i18n/Makefile.am === --- trunk/p

[pgadmin-hackers] SVN Commit by dpage: r4544 - in trunk/pgadmin3: . src/utils

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 14:06:59 +0100 (Fri, 14 Oct 2005) New Revision: 4544 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/utils/sysSettings.cpp Log: Use a sensible default location for the logfile (v2.0 :-) ) Modified: trunk/pgadmin3/CHANGELOG.txt ===

[pgadmin-hackers] SVN Commit by dpage: r4543 - in trunk/pgadmin3: pkg/mac src/utils

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 13:57:03 +0100 (Fri, 14 Oct 2005) New Revision: 4543 Modified: trunk/pgadmin3/pkg/mac/complete-bundle.sh trunk/pgadmin3/src/utils/sysSettings.cpp Log: Get a sensible default value for the log file to try to avoid defaulting to read-only directorys. Like the ro

[pgadmin-hackers] wxFFile/wxLog on OSX

2005-10-14 Thread Dave Page
Hi Andreas, The first problem I've found whilst playing with out Mac port is in the logging code. Before fixing it I just wanted to run it past you in case you have any thoughts... When pgAdmin starts with default settings, it almost certainly won't have permissions to write to the default logfil

[pgadmin-hackers] SVN Commit by dpage: r4541 - trunk/pgadmin3/pkg/src

2005-10-14 Thread svn
Author: dpage Date: 2005-10-14 12:09:01 +0100 (Fri, 14 Oct 2005) New Revision: 4541 Modified: trunk/pgadmin3/pkg/src/build-tarball Log: Update source tarball name Modified: trunk/pgadmin3/pkg/src/build-tarball === --- trunk/pgadmi

[pgadmin-hackers] SVN Commit by andreas: r4540 - trunk/www/pgadmin3/cnt

2005-10-14 Thread svn
Author: andreas Date: 2005-10-14 12:02:27 +0100 (Fri, 14 Oct 2005) New Revision: 4540 Modified: trunk/www/pgadmin3/cnt/cnt_beta.php trunk/www/pgadmin3/cnt/cnt_index.php Log: beta announcement Modified: trunk/www/pgadmin3/cnt/cnt_beta.php =

Re: [pgadmin-hackers] pgAdmin on OSX

2005-10-14 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 13 October 2005 22:54 > To: [email protected] > Subject: Re: [pgadmin-hackers] pgAdmin on OSX > > Hi Dave, Hi Scott, > The reason that your getting that

Re: [pgadmin-hackers] pgAdmin on OSX

2005-10-14 Thread scottiebo
Hi Dave, The reason that your getting that "backgrounded" interface is due to a missing resource fork; however, you can avoid dealing with that by creating an appbundle. The appbundle is just a directory structure that the os sees as an executable. If you structure it right, you can get the app