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
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
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
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
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
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