Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Dave Page
On Wed, Feb 16, 2011 at 1:38 PM, Peter Geoghegan wrote: > Oh, okay. > > It doesn't actually build against 2.9 yet, due to a lack of this, > because someone subsequently broke 2.9 compatibility: That would be me :-p >  // Handle, and pass up child focus events >  void ctlAuiNotebook::OnChildFocus

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Peter Geoghegan
Oh, okay. It doesn't actually build against 2.9 yet, due to a lack of this, because someone subsequently broke 2.9 compatibility: // Handle, and pass up child focus events void ctlAuiNotebook::OnChildFocus(wxChildFocusEvent &event) { + +#if wxCHECK_VERSION(2, 9, 0) + wxAuiNotebook

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Dave Page
On Wed, Feb 16, 2011 at 1:21 PM, Peter Geoghegan wrote: > uh, what about the patch I sent you last night, > patch_with_ogl.patch.gz? It integrated OGL into our tree. > Gimme a chance - that was code which was in my tree when I applied Nikhil's patch from last week! Yours is further back in the qu

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Peter Geoghegan
uh, what about the patch I sent you last night, patch_with_ogl.patch.gz? It integrated OGL into our tree. By the way, this shouldn't have been changed, and has been changed back in that patch: //Create SQL editor notebook sqlNotebook = new ctlAuiNotebook(this, CTL_NTBKCENTER, wxDefaultPos

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Dave Page
On Wed, Feb 16, 2011 at 1:04 PM, Thom Brown wrote: > On 16 February 2011 13:03, Dave Page wrote: >> On Wed, Feb 16, 2011 at 12:56 PM, Thom Brown wrote: >>> On 16 February 2011 12:54, Dave Page wrote: Somehow forgot to commit this. Branch -- master Details

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Thom Brown
On 16 February 2011 13:03, Dave Page wrote: > On Wed, Feb 16, 2011 at 12:56 PM, Thom Brown wrote: >> On 16 February 2011 12:54, Dave Page wrote: >>> Somehow forgot to commit this. >>> >>> Branch >>> -- >>> master >>> >>> Details >>> --- >>> http://git.postgresql.org/gitweb?p=pgadmin3.git

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Dave Page
On Wed, Feb 16, 2011 at 12:56 PM, Thom Brown wrote: > On 16 February 2011 12:54, Dave Page wrote: >> Somehow forgot to commit this. >> >> Branch >> -- >> master >> >> Details >> --- >> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9b1673f4efc1ebcbf40750af1cfaede2da753380

Re: [pgadmin-hackers] pgAdmin III commit: Somehow forgot to commit this.

2011-02-16 Thread Thom Brown
On 16 February 2011 12:54, Dave Page wrote: > Somehow forgot to commit this. > > Branch > -- > master > > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9b1673f4efc1ebcbf40750af1cfaede2da753380 > Author: Peter Geoghegan > > Modified Files > -- >