pgAdmin III commit: Implement a more reliable method for detecting chan
От | Dave Page |
---|---|
Тема | pgAdmin III commit: Implement a more reliable method for detecting chan |
Дата | |
Msg-id | 201102031948.p13Jm2nT067875@gothos.postgresql.org обсуждение исходный текст |
Список | 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(-)
В списке pgadmin-hackers по дате отправления: