Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-20 Thread Guillaume Lelarge
On Fri, 2012-04-20 at 13:26 +0300, Heikki Linnakangas wrote: > On 20.04.2012 11:52, Guillaume Lelarge wrote: > > On Fri, 2012-04-20 at 10:47 +0200, Guillaume Lelarge wrote: > >> On Fri, 2012-04-20 at 09:21 +0100, Dave Page wrote: > >>> On Thu, Apr 19, 2012 at 9:59 PM, Heikki Linnakangas > >>> wro

[pgadmin-hackers] pgAdmin III commit: Fix debugger hanging pgAdmin

2012-04-20 Thread Guillaume Lelarge
Fix debugger hanging pgAdmin Report from Heikki Linnakangas. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=66af5df6a6ec8e486ccc04c51254bc2036761435 Modified Files -- pgadmin/debugger/dlgDirectDbg.cpp |9 - 1 files chan

[pgadmin-hackers] pgAdmin III commit: Fix debugger hanging pgAdmin

2012-04-20 Thread Guillaume Lelarge
Fix debugger hanging pgAdmin Report from Heikki Linnakangas. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=29e0bcfee8b74c77bb5728d9bc7b5faee667f0f9 Modified Files -- pgadmin/debugger/dlgDirectDbg.cpp |9 -

Re: [pgadmin-hackers] pldebugger targetinfo file missing

2012-04-20 Thread Heikki Linnakangas
On 19.04.2012 15:25, Heikki Linnakangas wrote: On 19.04.2012 15:20, Dharmendra Goyal wrote: pldebugger build is failing on WIndows because targetinfo.c file is not there where as vcproj file requires it to be there to build targetinfo.dll. I checked earlier this file was there and after moving t

Re: [pgadmin-hackers] pldebugger targetinfo file missing

2012-04-20 Thread Dharmendra Goyal
Hi Heikki, I have been working to fix the build. I have fixed few issues but i am getting following error on Windows which needs other changes at code level. plugin_debugger.c plugin_debugger.c(100): error C2099: initializer is not a constant Following is the assignment which is causing the

Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-20 Thread Heikki Linnakangas
On 20.04.2012 11:52, Guillaume Lelarge wrote: On Fri, 2012-04-20 at 10:47 +0200, Guillaume Lelarge wrote: On Fri, 2012-04-20 at 09:21 +0100, Dave Page wrote: On Thu, Apr 19, 2012 at 9:59 PM, Heikki Linnakangas wrote: And now that I've updated my local repository, here's a third version that

Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-20 Thread Guillaume Lelarge
On Fri, 2012-04-20 at 10:47 +0200, Guillaume Lelarge wrote: > On Fri, 2012-04-20 at 09:21 +0100, Dave Page wrote: > > Hi > > > > On Thu, Apr 19, 2012 at 9:59 PM, Heikki Linnakangas > > wrote: > > > And now that I've updated my local repository, here's a third version that > > > actually applies.

Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-20 Thread Guillaume Lelarge
On Fri, 2012-04-20 at 09:21 +0100, Dave Page wrote: > Hi > > On Thu, Apr 19, 2012 at 9:59 PM, Heikki Linnakangas > wrote: > > And now that I've updated my local repository, here's a third version that > > actually applies. (just my working copy didn't fix the issue) > > With this change, the dia

Re: [pgadmin-hackers] Direct debug dialog hangs in OnSize()

2012-04-20 Thread Dave Page
Hi On Thu, Apr 19, 2012 at 9:59 PM, Heikki Linnakangas wrote: > And now that I've updated my local repository, here's a third version that > actually applies. (just my working copy didn't fix the issue) With this change, the dialogue no longer meets our design standard. Please see http://wiki.