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