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

2011-01-28 Thread Guillaume Lelarge
Le 28/01/2011 08:55, Timon a écrit : > just tested again with latest git version, same problem > reproduce steps: > 1. open query tool > 2. select something > 3. try to copy results from result grid using ctrl+c or main menu > for me step 3 does nothing. watch attachment > > may be this is a probl

Re: [pgadmin-hackers] pgAdmin III: crash when trying to save edited pg_hba.conf

2011-01-28 Thread Guillaume Lelarge
Le 28/01/2011 10:18, Nikhil S a écrit : > Hi, > > The following set of operations induce a crash in the latest git code base: > > 1. Open pgAdmin III > 2. Go to File Menu->Open Postgressql.conf > 3. From data folder select pg_hba.conf file and open it > 4. The file opens successfully > 5. Now sel

[pgadmin-hackers] pgAdmin III commit: Fix a crash when trying to save an edited pg_hba

2011-01-28 Thread Guillaume Lelarge
Fix a crash when trying to save an edited pg_hba When one tries the "open postgresql.conf" and opens instead a pg_hba.conf, trying to save a modification will crash pgAdmin3. This patch fixes this. Report and patch from Nikhil S. Branch -- master Details --- http://git.postgresql.org/gi

[pgadmin-hackers] pgAdmin III commit: Fix a crash when trying to save an edited pg_hba

2011-01-28 Thread Guillaume Lelarge
Fix a crash when trying to save an edited pg_hba When one tries the "open postgresql.conf" and opens instead a pg_hba.conf, trying to save a modification will crash pgAdmin3. This patch fixes this. Report and patch from Nikhil S. Branch -- REL-1_12_0_PATCHES Details --- http://git.postg

Re: [pgadmin-hackers] New release?

2011-01-28 Thread Dave Page
Having spent all day building the new PG releases, I can say with confidence that you're about 11 hours and 9 minutes too late :-p On Friday, January 28, 2011, Guillaume Lelarge wrote: > OK, I'm quite late on this one but shoud we have a new minor release? > we've got quite a bunch of fixes in th

[pgadmin-hackers] New release?

2011-01-28 Thread Guillaume Lelarge
OK, I'm quite late on this one but shoud we have a new minor release? we've got quite a bunch of fixes in the CHANGELOG file: 2011-01-19 GL 1.12.3 Display the message only when we change the setting of a connected server. Report from Josh Berkus. 201

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

2011-01-28 Thread Guillaume Lelarge
Le 28/01/2011 19:39, Dave Page a écrit : > That's better. > > Fyi, the other design did look OK - i just think we need to plan such > changes properly and implement in batches rather than piecemeal. > My issue with my last design is that the two first buttons and the two last buttons were not pr

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

2011-01-28 Thread Dave Page
That's better. Fyi, the other design did look OK - i just think we need to plan such changes properly and implement in batches rather than piecemeal. On 1/28/11, Guillaume Lelarge wrote: > Le 28/01/2011 09:37, Guillaume Lelarge a écrit : >> Le 28/01/2011 09:21, Dave Page a écrit : >>> On Fri, Ja

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

2011-01-28 Thread Guillaume Lelarge
Le 28/01/2011 09:37, Guillaume Lelarge a écrit : > Le 28/01/2011 09:21, Dave Page a écrit : >> On Fri, Jan 28, 2011 at 7:25 AM, Guillaume Lelarge >> wrote: >>> 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, G

[pgadmin-hackers] pgAdmin III: crash when trying to save edited pg_hba.conf

2011-01-28 Thread Nikhil S
Hi, The following set of operations induce a crash in the latest git code base: 1. Open pgAdmin III 2. Go to File Menu->Open Postgressql.conf 3. From data folder select pg_hba.conf file and open it 4. The file opens successfully 5. Now select any setting ("port" for example) and add a Value and C

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

2011-01-28 Thread Guillaume Lelarge
Le 28/01/2011 09:21, Dave Page a écrit : > On Fri, Jan 28, 2011 at 7:25 AM, Guillaume Lelarge > wrote: >> 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, Mag

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

2011-01-28 Thread Dave Page
On Fri, Jan 28, 2011 at 7:25 AM, Guillaume Lelarge wrote: > 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

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

2011-01-28 Thread Timon
just tested again with latest git version, same problem reproduce steps: 1. open query tool 2. select something 3. try to copy results from result grid using ctrl+c or main menu for me step 3 does nothing. watch attachment may be this is a problem of wxWidgets, I don't know, but before 267c594ae66