pgAdmin III commit: Redesign the options window

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Redesign the options window
Date: 2011-08-15 14:27:22
Message-ID: E1Qsy8Q-0006En-Tc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Redesign the options window

We now use a treeview on the left. An item selected in the treeview will
display a panel on the right side of the window. The panel shows every options
related to the treeview's item.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/ctl/ctlColourPicker.cpp | 241 +-
pgadmin/frm/frmOptions.cpp | 187 ++-
pgadmin/include/ctl/ctlColourPicker.h | 96 +-
pgadmin/include/frm/frmOptions.h | 1 +
pgadmin/ui/frmOptions.xrc | 1354 ++++++-----
pgadmin/ui/xrcDialogs.cpp | 4533 ++++++++++++++++++---------------
7 files changed, 3588 insertions(+), 2825 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-08-15 14:29:12 Re: [pgAdmin III] #305: Mac OS X UI Bug with columns' size
Previous Message Guillaume Lelarge 2011-08-15 14:23:52 pgAdmin III commit: Fix Select All to accept Cmd-A on Mac OS X