pgAdmin III commit: Use the AUI notebook on the query tool and debugger - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Use the AUI notebook on the query tool and debugger
Date
Msg-id 201010181850.o9IIoWXN063751@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use the AUI notebook on the query tool and debugger for added flexibility.
Whilst we're at it, disable the close button on the tabs on the main form
until it makes sense to use it (when we have some tabs that can be safely
closed).

Branch
------
master

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

Modified Files
--------------
CHANGELOG                               |    3 +++
pgadmin/debugger/ctlCodeWindow.cpp      |    2 +-
pgadmin/debugger/ctlTabWindow.cpp       |    2 +-
pgadmin/frm/frmMain.cpp                 |    2 +-
pgadmin/frm/frmQuery.cpp                |    8 ++++----
pgadmin/gqb/gqbController.cpp           |    2 +-
pgadmin/gqb/gqbView.cpp                 |    2 +-
pgadmin/include/debugger/ctlTabWindow.h |    3 ++-
pgadmin/include/frm/frmQuery.h          |    6 +++---
pgadmin/include/gqb/gqbViewController.h |    5 +++--
10 files changed, 20 insertions(+), 15 deletions(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #230: Combobox for FK column in the edit grid
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #259: Add block folding to the Query Tool and SQL text boxes