Re: Patch: fix X-selection for QT (updated patch)

2002-11-05 Thread Dekel Tsur
On Tue, Nov 05, 2002 at 04:41:18PM +, John Levon wrote: > On Tue, Nov 05, 2002 at 04:40:31PM +0200, Dekel Tsur wrote: > > > > Here is a better patch: I set the WorkArea pointer in haveSelection(). > > > > Ignore the first two patches. > > Here is the latest version of the patch. > > Wow this

Re: Patch: fix X-selection for QT (updated patch)

2002-11-05 Thread John Levon
On Tue, Nov 05, 2002 at 04:40:31PM +0200, Dekel Tsur wrote: > > Here is a better patch: I set the WorkArea pointer in haveSelection(). > > Ignore the first two patches. > Here is the latest version of the patch. Wow this is ugly. Isn't there some other way ? john -- "When a man has nothing to

Re: Patch: fix X-selection for QT (updated patch)

2002-11-05 Thread Angus Leeming
On Tuesday 05 November 2002 2:40 pm, Dekel Tsur wrote: > On Tue, Nov 05, 2002 at 04:28:16PM +0200, Dekel Tsur wrote: > > On Tue, Nov 05, 2002 at 04:17:28PM +0200, Dekel Tsur wrote: > > > Copying from/into LyX using he X selection mechanism doesn't work. > > > The following patch fixes that. > > > P

Re: Patch: fix X-selection for QT (updated patch)

2002-11-05 Thread Dekel Tsur
On Tue, Nov 05, 2002 at 04:28:16PM +0200, Dekel Tsur wrote: > On Tue, Nov 05, 2002 at 04:17:28PM +0200, Dekel Tsur wrote: > > Copying from/into LyX using he X selection mechanism doesn't work. > > The following patch fixes that. > > Please test that it works with QT2. > > > > Note that in lyxX11Ev

Re: Patch: fix X-selection for QT

2002-11-05 Thread Dekel Tsur
On Tue, Nov 05, 2002 at 04:17:28PM +0200, Dekel Tsur wrote: > Copying from/into LyX using he X selection mechanism doesn't work. > The following patch fixes that. > Please test that it works with QT2. > > Note that in lyxX11EventFilter(), I need a pointer to a the WorkArea class, > which is curren

Patch: fix X-selection for QT

2002-11-05 Thread Dekel Tsur
Copying from/into LyX using he X selection mechanism doesn't work. The following patch fixes that. Please test that it works with QT2. Note that in lyxX11EventFilter(), I need a pointer to a the WorkArea class, which is currently obtained using a hack. What is the correct way to obtain it ? pat