[pgadmin-hackers] SVN Commit by dpage: r6303 - in trunk/pgadmin3/docs/en_US: . images

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 08:40:07 + (Fri, 18 May 2007) New Revision: 6303 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6303&view=rev Log: Update the docs for the new help location options. Modified: trunk/pgadmin3/docs/en_US/images/options-general.png trun

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

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 10:37:26 + (Fri, 18 May 2007) New Revision: 6304 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6304&view=rev Log: Search a variety of locations for local helpfiles, before resrting to online help by default. Modified: trunk/pgadmin3/p

[pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread ivan . pavlov
I finally managed to build from SVN on Ubuntu Feisty after the "expected specifier-qualifier-list before 'JoinType'" problem was fixed. Unfortunately it segfaults now. Anyone care to see strace / ltrace? I've put them here: http://public.box.net/ivanpavlov ---(end of broad

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
[EMAIL PROTECTED] wrote: > I finally managed to build from SVN on Ubuntu Feisty after the > "expected specifier-qualifier-list before 'JoinType'" problem was > fixed. Unfortunately it segfaults now. Anyone care to see strace / > ltrace? I've put them here: http://public.box.net/ivanpavlov Would yo

[pgadmin-hackers] SVN Commit by dpage: r6305 - trunk/pgadmin3/docs/en_US

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 10:55:57 + (Fri, 18 May 2007) New Revision: 6305 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6305&view=rev Log: Improve help wording. Modified: trunk/pgadmin3/docs/en_US/options-tab1.html ---(end of broadcast

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

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 11:17:28 + (Fri, 18 May 2007) New Revision: 6306 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6306&view=rev Log: Remove the 'index.html' from the end of the path if we discover an html directory. On *nix and Mac we also seem to need file

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

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 11:27:02 + (Fri, 18 May 2007) New Revision: 6307 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6307&view=rev Log: Cleanup menu layout on the mac. Modified: trunk/pgadmin3/pgadmin/frm/frmMain.cpp ---(end of broa

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
Ivan Pavlov wrote: > Oops, you must be using Windows. Please find the attached traces. Mac and Windows actually. Thanks - I'll take a look. Regards, Dave ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropria

[pgadmin-hackers] SVN Commit by dpage: r6308 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 12:38:27 + (Fri, 18 May 2007) New Revision: 6308 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6308&view=rev Log: Fix a crash in the Edit Gridwhich occured if Delete was pressed whilst editing a boolean. Per report from Erwin. Modified:

Re: [pgadmin-hackers] 'Stealing' SQL files association considered harmful

2007-05-18 Thread Florian G. Pflug
Dave Page wrote: Magnus Hagander wrote: Not really. I would've suggested the separate feature thing, but if that doesn't work... Can we make it a checkbox and disable it from there? That's what would require a CA and custom dialogs. The CA because there is no way to put a condition on the app

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
Ivan Pavlov wrote: > Oops, you must be using Windows. Please find the attached traces. Hmm, thats a trace from hell! What are you doing exactly when it crashes? Regards, Dave. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread ivan . pavlov
On May 18, 4:03 pm, [EMAIL PROTECTED] (Dave Page) wrote: > Hmm, thats a trace from hell! What are you doing exactly when it crashes? I don't do anything out of the ordinary - I have a couple of Java apps up and running, perhaps some extra activity on a lighttpd server, two postgresql instances - 8

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Ivan Pavlov
It crashes at startup. Btw, I have 1.4.3 from a package and it works fine. Another piece of info - the build from svn was working fine until perhaps the beginning of April, then I couldn't compile anymore for some time. Now it crashes. Hope that helps. Ivan When does it crash? At startup? When y

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
[EMAIL PROTECTED] wrote: > On May 18, 4:03 pm, [EMAIL PROTECTED] (Dave Page) wrote: >> Hmm, thats a trace from hell! What are you doing exactly when it crashes? > > I don't do anything out of the ordinary - I have a couple of Java apps > up and running, perhaps some extra activity on a lighttpd se

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
Ivan Pavlov wrote: > It crashes at startup. Btw, I have 1.4.3 from a package and it works > fine. Another piece of info - the build from svn was working fine until > perhaps the beginning of April, then I couldn't compile anymore for some > time. Now it crashes. Hope that helps. OK, you're using S

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
Ivan Pavlov wrote: > I re-compiled and set LogLevel to 4 but there is nothing new written in > the log file. I haven't seen a pgadmin logfile from you yet so I wouldn't know what is new and what isn't! > I attach the trace files again, just in case there is some > difference. They don't help mu

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Ivan Pavlov
On 5/18/07, Dave Page <[EMAIL PROTECTED]> wrote: I haven't seen a pgadmin logfile from you yet so I wouldn't know what is new and what isn't! What I meant is - all entries in the log are timestamped and there were only some month old sql errors in there. They don't help much unfortuantely.

Re: [pgadmin-hackers] Latest SVN segfaults on Feisty

2007-05-18 Thread Dave Page
Ivan Pavlov wrote: > > > On 5/18/07, *Dave Page* <[EMAIL PROTECTED] > > wrote: > > I haven't seen a pgadmin logfile from you yet so I wouldn't know what is > new and what isn't! > > > What I meant is - all entries in the log are timestamped and there were > o

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

2007-05-18 Thread svn
Author: dpage Date: 2007-05-18 17:35:05 + (Fri, 18 May 2007) New Revision: 6309 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6309&view=rev Log: Remove bug fixed in wxWidgets 2.8.4 (thanks Stefan :-) ) Modified: trunk/pgadmin3/BUGS ---(end

[pgadmin-hackers] pgAdmin III 1.6.3 for debian etch uploaded.

2007-05-18 Thread Raphaël Enrici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all, Althoug pgAdmin III 1.4.3 is delivered in the official debian/stable version (etch), I've just uploaded a build of pgAdmin III 1.6.3 for etch to our developer host. It should propagate to PostgreSQL mirrors in the next hours/days. I'm also

Re: [pgadmin-hackers] pgAdmin III 1.6.3 for debian etch uploaded.

2007-05-18 Thread Dave Page
Thanks Raph! Regards, Dave > --- Original Message --- > From: Raphaël Enrici <[EMAIL PROTECTED]> > To: PgAdmin Hackers , Pgadmin Support <[EMAIL > PROTECTED]> > Sent: 18/05/07, 22:21:22 > Subject: [pgadmin-hackers] pgAdmin III 1.6.3 for debian etch uploaded. > > -BEGIN PGP SIGNED ME