[pgadmin-hackers] Serverlog

2010-08-31 Thread Steffen Kuhn
Hi Dave, I can remember that there was a discussion about optimze Log in Server-Status. Yesterday I saw some wired parse results. Sample: begin transaction; -- doing something ending with a newline -- doing something else ending with a newline -- doing something further ending with a newline inse

Re: [pgadmin-hackers] Problem with insert - 1.12.0 RC1

2010-08-31 Thread Dave Page
On Tue, Aug 31, 2010 at 6:19 PM, Sid wrote: > Hi, > ~~~ > Local installation: > Windows 7 / Polish > PgAdmin III: V. 1.12.0 RC1 > PostgreSQL: 8.4.4 > ~~~ > Table should have some constraints (not null for instance) . > Open table to edit rows. > Put a value

[pgadmin-hackers] Problem with insert - 1.12.0 RC1

2010-08-31 Thread Sid
Hi, ~~~ Local installation: Windows 7 / Polish PgAdmin III: V. 1.12.0 RC1 PostgreSQL: 8.4.4 ~~~ Table should have some constraints (not null for instance) . Open table to edit rows. Put a value into any field and try to move from a row (now I assume that fi

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-31 Thread Ashesh Vashi
Thanks Steffen for the report. *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Tue, Aug 31, 2010 at 8:33 PM, Steffen Kuhn wrote: > Hi Dave, > > as I see the patch has already been appplied now. > But anyway I appl

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-31 Thread Dave Page
Thanks Steffen. On Tue, Aug 31, 2010 at 4:03 PM, Steffen Kuhn wrote: > Hi Dave, > > as I see the patch has already been appplied now. > But anyway I applied the patch yesterday on my ubuntu and xp > and it fixed the issue and as far as I could see there were no sideeffects. > Thanks to Ashesh. >

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-31 Thread Steffen Kuhn
Hi Dave, as I see the patch has already been appplied now. But anyway I applied the patch yesterday on my ubuntu and xp and it fixed the issue and as far as I could see there were no sideeffects. Thanks to Ashesh. Regards Steffen On 31.08.2010 14:41 "Dave Page" wrote: > Thanks Ashesh. Steffen

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-31 Thread Dave Page
On Tue, Aug 31, 2010 at 1:47 PM, Ashesh Vashi wrote: > Dave, > > If you have bigger screen with higher resolution, you will be able to > reproduce the same on your side. > That's because of the values of GQB_MIN_WIDTH->1200 and > GQB_MAX_HEIGHT->800. > > If we set it to some high values for the s

[pgadmin-hackers] pgAdmin III commit: Fix a drawing glitch in the GQB, if the canvas exce

2010-08-31 Thread Dave Page
Fix a drawing glitch in the GQB, if the canvas exceeds the hard-coded minimum size. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6e4c6e8d96ba2db8321571fb5fec57962a42654a Author: Ashesh Vashi Modified Files -- CHANGE

Re: [pgadmin-hackers] pgAdmin III commit: Fix a drawing glitch in the GQB, if the canvas exce

2010-08-31 Thread Magnus Hagander
On Tue, Aug 31, 2010 at 16:24, Dave Page wrote: > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=994474900c0c09c18369b844c972652568d81fca > Author: Ashesh Vashi That's either a nice mistake from Dave, or a misconfiguration from Ashesh... -- Magnus Hagander

Re: [pgadmin-hackers] pgAdmin III commit: Fix a drawing glitch in the GQB, if the canvas exce

2010-08-31 Thread Dave Page
On Tue, Aug 31, 2010 at 3:27 PM, Magnus Hagander wrote: > On Tue, Aug 31, 2010 at 16:24, Dave Page wrote: >> Details >> --- >> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=994474900c0c09c18369b844c972652568d81fca >> Author: Ashesh Vashi > > That's either a nice mistake from

[pgadmin-hackers] pgAdmin III commit: Fix a drawing glitch in the GQB, if the canvas exce

2010-08-31 Thread Dave Page
Fix a drawing glitch in the GQB, if the canvas exceeds the hard-coded minimum size. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=994474900c0c09c18369b844c972652568d81fca Author: Ashesh Vashi Modified Files -- CHANGELOG

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-31 Thread Ashesh Vashi
Dave, If you have bigger screen with higher resolution, you will be able to reproduce the same on your side. That's because of the values of GQB_MIN_WIDTH->1200 and GQB_MAX_HEIGHT->800. If we set it to some high values for the same, it can be resolved easily, but it is not the correct solution. T

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-31 Thread Dave Page
Thanks Ashesh. Steffen - I can't reproduce the issue here; can you test the patch please, and confirm it resolves the issue for you, without introducing any regressions? Thanks. On Mon, Aug 30, 2010 at 2:51 PM, Ashesh Vashi wrote: > Hi Guillaume/Dave, > > Please find the patch for the same. > >