Re: [pgadmin-hackers] Bugs created by new UI / Introduction of

2006-07-05 Thread Florian G. Pflug
Dave Page wrote: .) Disabling an reenabling panes is broken for most cases. An example: 1) Disable results pane 2) Disable messages pane 3) Reenable both 4) Now the are displayed on top of each other, which no way to restore the default split-screen configuration. I canno

Re: [pgadmin-hackers] Bugs created by new UI / Introduction of

2006-07-05 Thread Dave Page
On 5/7/06 16:57, "Florian G. Pflug" <[EMAIL PROTECTED]> wrote: > Hi > > I tried my nightly build of trunk on OSX now, and noticed the following > bugs and problems > .) When I remove the "Object Browser" pane by clickng the little "x", > I found now way to get that pane to display again. T

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

2006-07-05 Thread svn
Author: dpage Date: 2006-07-05 21:50:04 +0100 (Wed, 05 Jul 2006) New Revision: 5248 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5248&view=rev Log: Fix browser view toggle, per Florian Pflug Modified: trunk/pgadmin3/src/frm/frmMain.cpp ---(end

[pgadmin-hackers] Bugs created by new UI / Introduction of wxaui

2006-07-05 Thread Florian G. Pflug
Hi I tried my nightly build of trunk on OSX now, and noticed the following bugs and problems .) When I remove the "Object Browser" pane by clickng the little "x", I found now way to get that pane to display again. The corresponding entry in the view-menu is still checked, and even uncheckin

Re: [pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 05 July 2006 09:37 > To: Florian G. Pflug > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Bug in configure-detection of wxaui > > Florian G. Pflug wrote: > > Hi >

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

2006-07-05 Thread svn
Author: dpage Date: 2006-07-05 09:41:00 +0100 (Wed, 05 Jul 2006) New Revision: 5247 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5247&view=rev Log: Remove hard coded wxAUI path [Florian G. Pflug] Modified: trunk/pgadmin3/src/Makefile.am ---(end

Re: [pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Florian G. Pflug
Florian G. Pflug wrote: Hi Building currently fails at least on OSX, but I guess it fails on *nix too. WXAUI_HOME gets set to the _root_ auf the wxaui sources, but is later (when doing CPPFLAGS = -I$WXAUI_HOME) assumed to contain the include directory (/include). And here is why the error ab

Re: [pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Florian G. Pflug > Sent: 05 July 2006 09:17 > To: pgadmin-hackers > Subject: [pgadmin-hackers] Bug in configure-detection of wxaui > > Hi > > Building currently fails at least on OSX, but I gues

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

2006-07-05 Thread svn
Author: dpage Date: 2006-07-05 09:33:45 +0100 (Wed, 05 Jul 2006) New Revision: 5246 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5246&view=rev Log: Fix wxAUI include path [Florian G. Pflug] Modified: trunk/pgadmin3/acinclude.m4 ---(end of broad

[pgadmin-hackers] Bug in configure-detection of wxaui

2006-07-05 Thread Florian G. Pflug
Hi Building currently fails at least on OSX, but I guess it fails on *nix too. WXAUI_HOME gets set to the _root_ auf the wxaui sources, but is later (when doing CPPFLAGS = -I$WXAUI_HOME) assumed to contain the include directory (/include). The following (trivial) patch helps: Index: acinclude