Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-13 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Pavel Sanda <[EMAIL PROTECTED]> writes: > > > fyi this is the working code, when status check is put inside > > LyXFunc::getStatus in LyXFunc.cpp > > > > when i put equivalent code inside Text::getStatus in text3.cpp > > then flag settings are ignored. > > Could you

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-13 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > fyi this is the working code, when status check is put inside > LyXFunc::getStatus in LyXFunc.cpp > > when i put equivalent code inside Text::getStatus in text3.cpp > then flag settings are ignored. Could you show us this code? The lfun is already handled

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-07 Thread Andre Poenitz
On Wed, May 07, 2008 at 07:46:37PM +0200, Pavel Sanda wrote: > pavel > diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp > index 7bbeba7..b44a197 100644 > --- a/src/LyXFunc.cpp > +++ b/src/LyXFunc.cpp > @@ -453,6 +453,16 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) > const >

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-07 Thread Pavel Sanda
> > > the situation with settings is even more weird, because if you insert > > > picture into another inset, eg box, settings get enabled but also gets > > > checkbox. > > > > I am trying to work on it. > > i'm trying to do something similar but can't get it right. in short i would > like to put

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-07 Thread Pavel Sanda
> > the situation with settings is even more weird, because if you insert > > picture into another inset, eg box, settings get enabled but also gets > > checkbox. > > I am trying to work on it. i'm trying to do something similar but can't get it right. in short i would like to put checkbox in con

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-07 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > the situation with settings is even more weird, because if you insert > picture into another inset, eg box, settings get enabled but also gets > checkbox. I am trying to work on it. JMarc

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-07 Thread Pavel Sanda
> Jean-Marc Lasgouttes wrote: > > I'd be interested to know what other problems exist. > > Now, "Settings..." is greyed out for me in the inset context menus (e.g., > InsetSpace). the situation with settings is even more weird, because if you insert picture into another inset, eg box, settings g

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-04 Thread Pavel Sanda
> [EMAIL PROTECTED] writes: > > > Author: lasgouttes > > Date: Wed Apr 30 15:03:19 2008 > > New Revision: 24560 > > > > URL: http://www.lyx.org/trac/changeset/24560 > > Log: > > * BufferView.cpp (getStatus): fix NEXT_INSET(TOGGLE|MODIFY) in order > > to make context menus work. > > I'd be

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-04-30 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I'd be interested to know what other problems exist. Now, "Settings..." is greyed out for me in the inset context menus (e.g., InsetSpace). Jürgen

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-04-30 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: lasgouttes > Date: Wed Apr 30 15:03:19 2008 > New Revision: 24560 > > URL: http://www.lyx.org/trac/changeset/24560 > Log: > * BufferView.cpp (getStatus): fix NEXT_INSET(TOGGLE|MODIFY) in order > to make context menus work. I'd be interested to know