pgAdmin III commit: Fix copy bug in the edit grid

From: Timon <timosha(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix copy bug in the edit grid
Date: 2011-01-21 14:41:21
Message-ID: AANLkTik8jJhPK_zZyHSN_EftADCrMwRr2L+wKtrkyCmh@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

seem that this commit broke ability to copy whole query result from
result grid in query tool.

result of git bisect:
267c594ae6663becb29de3955f94d37d7705fcfb is the first bad commit
commit 267c594ae6663becb29de3955f94d37d7705fcfb
Author: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Date:   Wed Dec 22 00:04:54 2010 +0100

   Fix copy bug in the edit grid

   If you select only a part of the text in a cell, and try to copy
it, it really
   copies all the cell. This patch makes sure that only the selected text is
   copied.

   Report from Mauro Bertoli.

:100644 100644 f0cbd7e9923010078a30a82e9d51a5147fb28c34
c37af2b9f58c3cfd12f57365e5e7045d46b517c2 M      CHANGELOG
:040000 040000 e4d8821d61d19f34e152e9e743f6d1ffbcc3ce43
118f5b08516ca7837cf5748e6d1071f31d7e1da1 M      pgadmin

2010/12/22 Guillaume Lelarge <guillaume(at)lelarge(dot)info>:
> Fix copy bug in the edit grid
>
> If you select only a part of the text in a cell, and try to copy it, it really
> copies all the cell. This patch makes sure that only the selected text is
> copied.
>
> Report from Mauro Bertoli.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=267c594ae6663becb29de3955f94d37d7705fcfb
>
> Modified Files
> --------------
> CHANGELOG                   |    2 ++
> pgadmin/frm/frmEditGrid.cpp |   13 ++++++++++++-
> 2 files changed, 14 insertions(+), 1 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-21 18:05:44 pgAdmin III commit: Add a guru hint explaining why VACUUM FULL is bad
Previous Message Dave Page 2011-01-21 14:14:32 Re: Vacuum full warning