pgAdmin III commit: Update the main form to use a wxAuiNotebook. This a

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Update the main form to use a wxAuiNotebook. This a
Date: 2010-10-17 22:44:23
Message-ID: 201010172244.o9HMiNw4024125@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update the main form to use a wxAuiNotebook. This allows the tabs to be
rearranged and split for parallel viewing and is useful prep work for
allowing other "document" tabs to be added and removed on the fly.

Branch
------
master

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

Modified Files
--------------
pgadmin/frm/events.cpp | 17 +++++++-
pgadmin/frm/frmMain.cpp | 84 +++++++++-------------------------------
pgadmin/frm/frmReport.cpp | 6 +-
pgadmin/include/frm/frmMain.h | 9 +---
4 files changed, 40 insertions(+), 76 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-10-17 22:51:47 Re: [pgAdmin III] #230: Combobox for FK column in the edit grid
Previous Message pgAdmin Trac 2010-10-17 22:34:04 [pgAdmin III] #258: Search & Replace in Query Tool trips over multibyte characters