pgAdmin III commit: Improved the sorting in Data editor - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Improved the sorting in Data editor
Date
Msg-id E1ZXOZ8-0000wg-TB@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Improved the sorting in Data editor

Earlier - a table is sorted by Primary Key/OID(s) by default (if any
exists). In order to sort on any column, user had to remove it from the
actual sort list before apply sort on any other column using context
menu.

Now - the default column will be removed from sorted columns (if no
sorting was applied initially) with this implementation.

[PATCH: J. F. Oster, Reviewed By: Sanket Mehta]

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7522ada6286a35217c91df2dab3309eba90e939f
Author: J.F. Oster <jinfroster@mail.ru>

Modified Files
--------------
CHANGELOG                         |    2 ++
pgadmin/frm/frmEditGrid.cpp       |   22 ++++++++++++++++++----
pgadmin/include/frm/frmEditGrid.h |    1 +
3 files changed, 21 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: "J.F. Oster"
Date:
Subject: Re: PATCH: improve sorting in the Data Editor
Next
From: Dave Page
Date:
Subject: Re: PATCH: improve sorting in the Data Editor