Thread: Re: Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

Re: Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

From
"Dave Page"
Date:
-----Original Message-----
From: "Raphaël Enrici"<blacknoz@club-internet.fr>
Sent: 01/05/06 19:38:32
To: "Dave Page"<dpage@vale-housing.co.uk>
Cc: "PgAdmin Hackers"<pgadmin-hackers@postgresql.org>
Subject: Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

> Did you apply the stuff to trunk only or did you also apply this to the
> current stable branch?

Trunk only (it's a feature, not a bugfix albeit a minor one.

> If not in stable do you think it's easy to backport? And could you point
> me to the files?

It's a 3 liner - see
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/src/frm/frmEditGrid.cpp?rev=5093&r1=5057&r2=5093
/D

-----Unmodified Original Message-----
Dave Page wrote:
>
>>-----Original Message-----
>>From: pgadmin-hackers-owner@postgresql.org
>>[mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
>>Raphaël Enrici
>>Sent: 26 April 2006 19:50
>>To: PgAdmin Hackers
>>Cc: Emil Nowak; 364787-forwarded@bugs.debian.org
>>Subject: Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing
>>delete key on selected rows doesn't
>>
>>Emil Nowak wrote:
>>
>>>Package: pgadmin3
>>>Version: 1.4.2-1
>>>Severity: normal
>>>
>>>If you do something like this:
>>>1. Right-click on table->View Data
>>>2. Select few rows
>>>3. Try pressing delete key
>>>And selected rows are not deleted
>>
>>
>>@Emil: please, note that you can press the delete button in
>>the view data window. Btw, I forward this upstream as it
>>maybe interesting to implement this.
>>
>>@pgadmin-hackers: any possibilities to map the delete key to
>>the delete button?
>
>
> Done in SVN trunk - thanks for the suggestion.

Did you apply the stuff to trunk only or did you also apply this to the
current stable branch?
If not in stable do you think it's easy to backport? And could you point
me to the files?

Thanks,
Raph

Re: Bug#364787: pgadmin3: pressing delete key on

From
Raphaël Enrici
Date:
Dave Page wrote:
> -----Original Message-----
> From: "Raphaël Enrici"<blacknoz@club-internet.fr>
> Sent: 01/05/06 19:38:32
> To: "Dave Page"<dpage@vale-housing.co.uk>
> Cc: "PgAdmin Hackers"<pgadmin-hackers@postgresql.org>
> Subject: Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't
>
>
>>Did you apply the stuff to trunk only or did you also apply this to the
>>current stable branch?
>
>
> Trunk only (it's a feature, not a bugfix albeit a minor one.

Maybe we could "forget" the rules for such a small patch?

>
>
>>If not in stable do you think it's easy to backport? And could you point
>>me to the files?
>
>
> It's a 3 liner - see
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/src/frm/frmEditGrid.cpp?rev=5093&r1=5057&r2=5093
> /D

Thanks. I may add it to Debian 1.4.x version.

Raph