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

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. > >

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-30 Thread Ashesh Vashi
Hi Guillaume/Dave, Please find the patch for the same. *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Mon, Aug 30, 2010 at 6:21 PM, Ashesh Vashi wrote: > That's means - the current hard coded value: GQB_MIN_WIDT

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-30 Thread Ashesh Vashi
That's means - the current hard coded value: GQB_MIN_WIDTH->1280 & GQB_MIN_HEIGHT->800 are not enough on some system. We need some way to identify the actual size of the window, by modifying the updateModelSize function in the gqb/gqbView.cpp file. I am working on it. *--** **Thanks & Regards,**

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-30 Thread Steffen Kuhn
Hi Ashesh, moving behind this point / border is possible. A refresh does not trigger a repaint. But a double click for adding an alias does and the border moves a bit to the right and the table is viewed completely. Regards Steffen On 30.08.2010 13:37 "Ashesh Vashi" wrote: > Hi Steffen, > >

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-30 Thread Ashesh Vashi
Hi Steffen, Can add a table in to that view and take it to beyond that point and say 'refresh'? Does it refresh it well? *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Mon, Aug 30, 2010 at 4:57 PM, Steffen Kuhn w

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-30 Thread Steffen Kuhn
Hi Ashesh, no refresh does not solve the problem. Regards Steffen On 30.08.2010 12:37 "Ashesh Vashi" wrote: > Hi Stefen, > > > > Does right click on canvas and press "refresh" context menu resolves the > issue? > > > -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA:Enterprise Postgres

Re: [pgadmin-hackers] Visual relicts gqb

2010-08-30 Thread Ashesh Vashi
Hi Stefen, Does right click on canvas and press "refresh" context menu resolves the issue? *--** **Thanks & Regards,** **Ashesh Vashi** **EnterpriseDB INDIA:* Enterprise Postgres Company On Mon, Aug 30, 2010 at 3:38 PM, Steffen Kuhn wrote: > Hi Guillaume, > > th