Re: [pgadmin-support] Defined Custom Colors not retained

2010-10-23 Thread Guillaume Lelarge
Le 01/10/2010 14:00, Guillaume Lelarge a écrit : > Le 30/09/2010 17:01, Melvin Davidson a écrit : >> >> Using PgAdmin III v 1.12.0 (Win32) >> >> When defining a Custom Color for a server connection, the definirtion >> is not retained. >> >> Steps to reproduce. >> >> 1. Right click on a connection,

Re: [pgadmin-support] Increasing size of results grid

2010-10-23 Thread Guillaume Lelarge
Le 19/10/2010 12:51, Guillaume Lelarge a écrit : > Le 19/10/2010 20:56, Dave Page a écrit : >> On Tue, Oct 19, 2010 at 7:53 PM, Josh Berkus wrote: >>> Josh - which font setting did you expect to work here? >>> >>> I'd prefer the SQL query window font setting, unless we had a specific >>> "gri

Re: [pgadmin-support] Increasing size of results grid

2010-10-23 Thread Guillaume Lelarge
Le 22/10/2010 04:49, Thom Brown a écrit : > On 22 October 2010 12:31, Guillaume Lelarge wrote: >> Le 22/10/2010 03:51, Thom Brown a écrit : >>> On 22 October 2010 00:34, Guillaume Lelarge wrote: Le 19/10/2010 13:29, Thom Brown a écrit : > On 19 October 2010 21:24, Thom Brown wrote:

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
On 23 October 2010 17:01, Dave Page wrote: > Does the script complete successfully? If so, you should have every > supported build variation of wxWidgets in /usr/local. I didn't let the script finish.I thought your changes might have introduced defects or something, and that it was running in

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Dave Page
On Sat, Oct 23, 2010 at 4:52 PM, Peter Geoghegan wrote: > On 23 October 2010 15:36, Dave Page wrote: > >>> Hm, let's try another time. You once again forgot the --enable-unicode >>> option. > >> Actually, I think Peter is mixing up wxWidgets options with pgAdmin >> options. The command he posted

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
On 23 October 2010 15:36, Dave Page wrote: >> Hm, let's try another time. You once again forgot the --enable-unicode >> option. > Actually, I think Peter is mixing up wxWidgets options with pgAdmin > options. The command he posted above looks like it's in the pgAdmin > source directory, but --wi

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Dave Page
On Sat, Oct 23, 2010 at 3:33 PM, Guillaume Lelarge wrote: > Le 23/10/2010 07:07, Peter Geoghegan a écrit : >> On 23 October 2010 13:33, Guillaume Lelarge wrote: >> >>> >>> You need a debug and *unicode* build of wxWidgets. So your configure >>> command should also contain "--enable-unicode". Mine

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Guillaume Lelarge
Le 23/10/2010 07:07, Peter Geoghegan a écrit : > On 23 October 2010 13:33, Guillaume Lelarge wrote: > >> >> You need a debug and *unicode* build of wxWidgets. So your configure >> command should also contain "--enable-unicode". Mine looks like this: >> >> ./configure --with-gtk --enable-gtk2

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
On 23 October 2010 13:33, Guillaume Lelarge wrote: > > You need a debug and *unicode* build of wxWidgets. So your configure > command should also contain "--enable-unicode". Mine looks like this: > > ./configure --with-gtk --enable-gtk2        \ >            --enable-unicode --enable-debug \ >  

Re: [pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Guillaume Lelarge
Le 23/10/2010 05:22, Peter Geoghegan a écrit : > Hello, > > I'm attempting to build PgAdmin3 from master, including a debug build. > I resolved various packages using my system's package manager, > including -debug and -devel packages. > > When, and only when I pass the --enable-debug parameter t

[pgadmin-support] Building PgAdmin with a debug build

2010-10-23 Thread Peter Geoghegan
Hello, I'm attempting to build PgAdmin3 from master, including a debug build. I resolved various packages using my system's package manager, including -debug and -devel packages. When, and only when I pass the --enable-debug parameter to configure, I invariably get this error message: ./configur

Re: [pgadmin-support] Making SQL-pane $$ aware?

2010-10-23 Thread Dave Page
On Fri, Oct 22, 2010 at 10:00 PM, Guillaume Lelarge wrote: > Le 22/10/2010 11:50, Dave Page a écrit : >> On Fri, Oct 22, 2010 at 7:48 PM, Josh Berkus wrote: >>> I thought Guillaume had fixed it. Is it still borked? >>> >>> It is in my OSX version.  Not sure what version I have installed, >>>