Re: [pgadmin-hackers] pgAdmin III commit: Fix copy bug in the edit grid

2011-01-27 Thread Guillaume Lelarge
Le 21/01/2011 15:41, Timon a écrit : > seem that this commit broke ability to copy whole query result from > result grid in query tool. > Sorry for not answering sooner. I just tried and it seems to work right to me. I don't see any issue with copy and paste in the query tool. -- Guillaume ht

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Guillaume Lelarge
Le 22/01/2011 09:00, Dave Page a écrit : > On Sat, Jan 22, 2011 at 12:33 AM, Guillaume Lelarge > wrote: >> Le 21/01/2011 10:15, Dave Page a écrit : >> Done. >> >>> Also, what's with the inconsistent text/artwork on the buttons? >>> > > The first browse button has no leading icon, and the text: >

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Guillaume Lelarge
Le 22/01/2011 01:34, Guillaume Lelarge a écrit : > Le 21/01/2011 10:17, Magnus Hagander a écrit : >> On Thu, Jan 20, 2011 at 23:08, Guillaume Lelarge >> wrote: >>> Le 19/01/2011 00:35, Guillaume Lelarge a écrit : Hi, This patch adds support to specify SSL certificate files and to c

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Dave Page
On Thu, Jan 27, 2011 at 9:56 PM, Guillaume Lelarge wrote: > Le 22/01/2011 01:34, Guillaume Lelarge a écrit : >> Le 21/01/2011 10:17, Magnus Hagander a écrit : >>> On Thu, Jan 20, 2011 at 23:08, Guillaume Lelarge >>> wrote: Le 19/01/2011 00:35, Guillaume Lelarge a écrit : > Hi, > >>>

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Ashesh Vashi
Hi Guillaume, I think - you've used wxStaticBox here. If I am not wrong, please consider this patch for testing on osx. I've faced an issue in recent past with the wxStaticBox related to mouse & keyboard events pass to the components the components under it on osx. -- Thanks & Regards, Ashesh Va

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Guillaume Lelarge
Le 28/01/2011 02:11, Dave Page a écrit : > On Thu, Jan 27, 2011 at 9:56 PM, Guillaume Lelarge > wrote: >> Le 22/01/2011 01:34, Guillaume Lelarge a écrit : >>> Le 21/01/2011 10:17, Magnus Hagander a écrit : On Thu, Jan 20, 2011 at 23:08, Guillaume Lelarge wrote: > Le 19/01/2011 00:3

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Guillaume Lelarge
Hi Ashesh, Le 28/01/2011 04:58, Ashesh Vashi a écrit : > [...] > I think - you've used wxStaticBox here. Actually, it's a wxStaticBoxSizer. Not sure if it matters. > If I am not wrong, please consider this patch for testing on osx. > I've faced an issue in recent past with the wxStaticBox relate

Re: [pgadmin-hackers] Patch to support SSL certificate connections

2011-01-27 Thread Ashesh Vashi
Hi Guillaume, On Fri, Jan 28, 2011 at 12:57 PM, Guillaume Lelarge wrote: > Hi Ashesh, > > Le 28/01/2011 04:58, Ashesh Vashi a écrit : > > [...] > > I think - you've used wxStaticBox here. > > Actually, it's a wxStaticBoxSizer. Not sure if it matters. > It does. I was using the wxStaticBoxSizer on