pgAdmin III commit: Allow more flexible selection/deselection of rows a

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow more flexible selection/deselection of rows a
Date: 2014-02-13 16:42:02
Message-ID: E1WDzMQ-0006Dx-Di@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow more flexible selection/deselection of rows and columns in Edit Grid

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=aca2885a49e0c69cf72860ad3ed99754dce64c73
Author: J.F. Oster <jinfroster(at)mail(dot)ru>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/ctl/ctlSQLGrid.cpp | 25 +++++++++++++++++++++++++
pgadmin/include/ctl/ctlSQLGrid.h | 1 +
3 files changed, 28 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-02-13 16:42:53 Re: PATCH: Enable deselecting in SQL Grid
Previous Message Dave Page 2014-02-13 10:34:31 Re: Add CREATE EXTENSION Support