On 11-Apr-2002 Juergen Spitzmueller wrote:
> if (!isOpen()) {
> draw_collapsed(pain, baseline, x);
> // x += TEXT_TO_INSET_OFFSET; <-- this one!
> return;
> }
>
> But don't ask me why I did this ;-)
Well I would say "good spoted" x is already se
Juergen Vigna wrote:
> This is probably because the inset is returning a wrong width. But this
> could only be caused by the Painter returning a wrong width for the drawed
> button. This is obviously a bug, we have to investigate.
Jug,
I can fix the cursor placement by commenting out line 570 in
Juergen Vigna wrote:
> On 10-Apr-2002 Juergen Spitzmueller wrote:
> > In pre3 (and recent CVS), I get a slightly misplaced cursor after several
> > ERT's with space commands ('\,' and '\ '). Testcase and screenshot
> > attached. Have a look at the cursor on the word "das". (is this related
> > to
Juergen Spitzmueller wrote:
> A small thing: after "make install", the splash screen disappears *very*
> fast (no change to have a look at it) (this is note the case if I start lyx
> from the source after "make").
Forget it. This is caused by KDE (when you start lyx from a desktop icon and
the m
On Wed, Apr 10, 2002 at 07:16:15PM +0300, Martin Vermeer wrote:
> > Actually, I'd just leave it as it is right now.
>
> OK... meaning: with the comment-out patch applied?
Yes.
> > The math panel is not meant to work outside mathed and currently
> > pressing the 'up' button outside mathed produ
On Wed, Apr 10, 2002 at 06:00:11PM +0200, Andre Poenitz wrote:
> On Wed, Apr 10, 2002 at 06:20:21PM +0300, Martin Vermeer wrote:
> >
> > virtual bool isInsideMathed() const { return (mathcursor != 0); }
> >
> > ... would that work?
>
> Yes. Thi would work, too.
>
> > BTW why static?
>
On Wed, Apr 10, 2002 at 06:20:21PM +0300, Martin Vermeer wrote:
>
> virtual bool isInsideMathed() const { return (mathcursor != 0); }
>
> ... would that work?
Yes. Thi would work, too.
> BTW why static?
Because it is independent of the concrete (LyX-) math inset...
BTW why virtual? ;-
On Wed, Apr 10, 2002 at 04:55:06PM +0200, Andre Poenitz wrote:
> On Wed, Apr 10, 2002 at 05:52:03PM +0300, Martin Vermeer wrote:
> > A proper fix would mean executing these statements only if not already
> > in mathed mode. But how to test for that?
>
> Check for mathcursor != 0, but that's a ha
On Wed, Apr 10, 2002 at 05:52:03PM +0300, Martin Vermeer wrote:
> A proper fix would mean executing these statements only if not already
> in mathed mode. But how to test for that?
Check for mathcursor != 0, but that's a hack. Maybe this should be wrapped
in some static function of InsetFormulaBa
On Wed, Apr 10, 2002 at 04:46:07PM +0200, Andre Poenitz wrote:
>
> On Wed, Apr 10, 2002 at 05:38:10PM +0300, Martin Vermeer wrote:
> > case MM_SUPER:
> > - lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE);
> > + //lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE);
> > lv_
On Wed, Apr 10, 2002 at 05:38:10PM +0300, Martin Vermeer wrote:
> case MM_SUPER:
> - lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE);
> + //lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE);
> lv_->getLyXFunc()->dispatch(LFUN_SUPERSCRIPT);
> break;
>
On Wed, Apr 10, 2002 at 11:48:38AM +0200, Helge Hafting wrote:
> Math oddity 1:
> Typing 5^2 of 5_2 in math mode gives the expected result as always.
> The new improved math panel offers another way of creating
> exponents and subscripts, but with a small difference:
> 5^2 using the math panel i
On Wed, Apr 10, 2002 at 01:09:06PM +0200, Lars Gullik Bjønnes wrote:
> Is pre3 good enought to be announced a bit more?
Isn't the issue with graphics paths still up in the air ?
I'd like to see fixes for that + Juergen's class apply patch and then
have a pre4 IMHO
john
--
"I never understood
On 10-Apr-2002 Juergen Spitzmueller wrote:
> In pre3 (and recent CVS), I get a slightly misplaced cursor after several
> ERT's with space commands ('\,' and '\ '). Testcase and screenshot attached.
> Have a look at the cursor on the word "das". (is this related to bug #262?)
This is probably b
On Wed, Apr 10, 2002 at 11:48:38AM +0200, Helge Hafting wrote:
> Math oddity 3:
> lyx math supports \gvertneqq.
Strage enough I fixed this some time ago already in my local tree, but the
change obviouly got lost before commiting somehow.
Fixed now. I'll have a look at the others.
Andre'
--
T
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 08-Apr-2002 Jean-Marc Lasgouttes wrote:
>> Note that I just translated all the xx_ffo.lyx docs to 1.2.0 in
>> cvs, except sk_UserGuide.lyx which seems to have a problem reading
>> a Formula inset. I decided not to touch it.
On 08-Apr-2002 Jean-Marc Lasgouttes wrote:
> Note that I just translated all the xx_ffo.lyx docs to 1.2.0 in cvs,
> except sk_UserGuide.lyx which seems to have a problem reading a
> Formula inset. I decided not to touch it.
We should obviously make sure that the produced files are more or less
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Apr 08, 2002 at 03:34:50PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> Not bugs, but things that should IMO be done
>>
John> * convert examples/ to 1.2.0 files if it isn't done already
Note that I just translated all the xx_
On Mon, Apr 08, 2002 at 03:59:55PM +0100, John Levon wrote:
> * convert examples/ to 1.2.0 files if it isn't done already
Attached is a patch which corrects quotes in de_beispiel_gelyxt.lyx.
Apart from that it looks ok.
Andre'
--
Those who desire to give up Freedom in order to gain Security
On Mon, Apr 08, 2002 at 03:34:50PM +0200, Jean-Marc Lasgouttes wrote:
> Not bugs, but things that should IMO be done
>
* convert examples/ to 1.2.0 files if it isn't done already
john
--
"I never understood what's so hard about picking a unique
first and last name - and not going beyond th
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Yes, I have put a pre3 on ftp.devel.lyx.org as well.
You could maybe announce it a bit on lyx-users... It would help catch
a few problems maybe. Or we could use 1.2.1 for that.
Lars> I now expect one more prerelease (new wee
21 matches
Mail list logo