pgAdmin III commit: Implement a more reliable method for detecting chan

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Implement a more reliable method for detecting chan
Date: 2011-02-03 19:48:02
Message-ID: 201102031948.p13Jm2nT067875@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Implement a more reliable method for detecting changes to the focussed
control on the main form, by implementing a custom wxAuiNotebook control
which passes ChildFocus events to it's parent.

Primarily this is used at the moment for enabling/disabling the Copy menu
option, but we'll use the new control everywhere for ease of future hacking.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ac60bb573155cd24fc45aa08a41887c1bb612677

Modified Files
--------------
pgadmin/ctl/ctlAuiNotebook.cpp | 31 ++++++
pgadmin/ctl/module.mk | 3 +-
pgadmin/debugger/ctlTabWindow.cpp | 2 +-
pgadmin/frm/events.cpp | 39 ++++++--
pgadmin/frm/frmMain.cpp | 82 ++++++----------
pgadmin/frm/frmQuery.cpp | 4 +-
pgadmin/frm/frmStatus.cpp | 2 +-
pgadmin/gqb/gqbController.cpp | 2 +-
pgadmin/gqb/gqbView.cpp | 2 +-
pgadmin/include/ctl/ctlAuiNotebook.h | 35 +++++++
pgadmin/include/ctl/module.mk | 1 +
pgadmin/include/debugger/ctlTabWindow.h | 2 +-
pgadmin/include/frm/frmMain.h | 4 +-
pgadmin/include/frm/frmQuery.h | 5 +-
pgadmin/include/frm/frmStatus.h | 2 +-
pgadmin/include/gqb/gqbViewController.h | 5 +-
pgadmin/include/precomp.h | 1 +
pgadmin/pgAdmin3.vcproj | 170 ++++++++++++++++---------------
18 files changed, 236 insertions(+), 156 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-03 19:56:50 pgAdmin III commit: Add a couple of #includes to keep GCC happy, and ru
Previous Message Timon 2011-02-03 13:14:55 Russian translate fixes