Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

2006-05-15 Thread Dave Page
 

> -Original Message-
> From: Raphaël Enrici [mailto:[EMAIL PROTECTED] 
> Sent: 14 May 2006 10:56
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing 
> delete key on selected rows doesn't
> 
> I've just tried the patch and it seems not to be working. At 
> least for me. Did you try it or was it a blind patch? I'll do 
> further testing and give feedback.

I'm sure that was working, but I grant you it's not now. I'm not sure how to 
make it work now though - what appears to be happening is that the individual 
cell is capturing the delete event and using it to delete the contents rather 
than the selected row.

Ed ran into a similar problem recently - I wonder if he has any ideas?

Regards, Dave.

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

2006-05-02 Thread Dave Page
 

> -Original Message-
> From: Raphaël Enrici [mailto:[EMAIL PROTECTED] 
> Sent: 02 May 2006 08:27
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing 
> delete key on selected rows doesn't
> 
> > Done - just this once!
> 
> Wahou! My persuasion power seems to grow in the time... or 
> may be you are just aging a bit? ;)

Tired from arguing with Andreas.

:-)

/D

---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

2006-05-02 Thread Dave Page
 

> -Original Message-
> From: Raphaël Enrici [mailto:[EMAIL PROTECTED] 
> Sent: 01 May 2006 20:17
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing 
> delete key on selected rows doesn't
> 
> Dave Page wrote:
> > -Original Message-
> > From: "Raphaël Enrici"<[EMAIL PROTECTED]>
> > Sent: 01/05/06 19:38:32
> > To: "Dave Page"
> > Cc: "PgAdmin Hackers"
> > 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?

Done - just this once!

/D

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

2006-05-01 Thread Dave Page

-Original Message-
From: "Raphaël Enrici"<[EMAIL PROTECTED]>
Sent: 01/05/06 19:38:32
To: "Dave Page"
Cc: "PgAdmin Hackers"
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: [EMAIL PROTECTED] 
>>[mailto:[EMAIL PROTECTED] On Behalf Of 
>>Raphaël Enrici
>>Sent: 26 April 2006 19:50
>>To: PgAdmin Hackers
>>Cc: Emil Nowak; [EMAIL PROTECTED]
>>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

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

2006-04-27 Thread Dave Page
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Raphaël Enrici
> Sent: 26 April 2006 19:50
> To: PgAdmin Hackers
> Cc: Emil Nowak; [EMAIL PROTECTED]
> 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.

Regards Dave.

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [pgadmin-hackers] Bug#364787: pgadmin3: pressing delete key on selected rows doesn't

2006-04-26 Thread Raphaël Enrici
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?

Regards,
Raph

> 
> 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.16-1-686
> Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
> 
> Versions of packages pgadmin3 depends on:
> ii  libc6   2.3.6-7  GNU C Library: Shared libraries
> ii  libgcc1 1:4.1.0-1+b1 GCC support library
> ii  libpq4  8.1.3-4  PostgreSQL C client library
> ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3
> ii  libwxgtk2.6-0   2.6.1.2-0.1  wxWidgets Cross-platform C++ GUI 
> t
> ii  pgadmin3-data   1.4.2-1  Graphical administration tool 
> for 
> 
> pgadmin3 recommends no packages.
> 
> -- no debconf information

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq