pgAdmin III commit: Add support for showing/hiding specific columns in

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add support for showing/hiding specific columns in
Date: 2010-08-17 21:15:03
Message-ID: 201008172115.o7HLF3Gf037715@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=05c0eba6bbac7c9f75d57821fbd6beaf2e1ba3bb

Log Message
-----------
Add support for showing/hiding specific columns in the server status window.
Implements #220.

Branch
------
master

Modified Files
--------------
CHANGELOG | 2 +
pgadmin/frm/frmStatus.cpp | 274 +++++++++++++++++++++++++++++++++------
pgadmin/include/frm/frmStatus.h | 18 +++
3 files changed, 256 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-17 21:15:15 Re: Ticket 220: Show/hide columns in frmStatus reports
Previous Message Guillaume Lelarge 2010-08-17 21:03:37 pgAdmin III commit: Add a shortcut to trigger a properties' window. Pat