pgAdmin III commit: Use the AUI notebook on the query tool and debugger

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use the AUI notebook on the query tool and debugger
Date: 2010-10-18 18:50:32
Message-ID: 201010181850.o9IIoWXN063751@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-10-19 06:46:15 [pgAdmin III] #259: Add block folding to the Query Tool and SQL text boxes
Previous Message pgAdmin Trac 2010-10-17 22:51:47 Re: [pgAdmin III] #230: Combobox for FK column in the edit grid