[friendly rant] current cvs status

2004-01-30 Thread Alfredo Braunstein
Current cvs is crashing everywhere. One of the problems is that we have lyxtext using the global cursor, when the relevant slice of this cursor can belong elsewhere. This can be a nightmare to debug (and maintain). IMVHO, we don't have enough willing manpower to afford that. For instance, in

LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Michael Lauer
Hi, I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). Before you question my sanity, let me reassure you that i.e. the Zaurus C7x0 has a 640x480 display and a usable keyboard, so it's more like a

Re: permanent loss of data during import of old LyX files

2004-01-30 Thread Jose' Matos
On Thursday 29 January 2004 22:57, Paul Stansell wrote: Hi, I previously reported a bug in lyx-1.3.1 to http://bugzilla.lyx.org/show_bug.cgi?id=1459 (I hope that was correct). Any, the bug is still present in lyx-1.3.3. I consider this bug to be very serious because data may be permanently

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Christian Ridderström
On Fri, 30 Jan 2004, Michael Lauer wrote: Hi, I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). Just out of curiosity... can you have a latex installation on one of those? /Christian --

Counters in latex8.layout

2004-01-30 Thread Ling Li
The standard counters (stdcounters.inc) don't work in latex8.layout. I couldn't figure out how to define a layout counter so I am not sure what the reason is. Here're what i know 1) latex8 uses \Section instead of \section so latexname is redefined in latex8.layout 2) LyX complains step:

Re: booktabs/tableaux support in 1.3.x ?

2004-01-30 Thread Jose' Matos
On Thursday 29 January 2004 20:47, Kuba Ober wrote: The problem is not the actual conversion, this would indeed be trivial. The problem is something else: File format changes without changing the file format version number will bring serious compatibility problems. Well, I do want to

Re: permanent loss of data during import of old LyX files

2004-01-30 Thread Paul Stansell
I will take a look into it, it shouldn't be too difficult to fix. Thanks! Do you know what is the purpose of the displaystyle in the file? How would a present file look like? Yes, it prevents fractions from being displayed using small fonts. Paul Stansell

[patch] More IU

2004-01-30 Thread Andre Poenitz
This fixes a few of the gaping holes of the previous changes (and opens a few new ones). On the good side: - most (all?) of the immediate 'click on inset crashes' are fixed. - mathed is working again (using the global cursor!) - C-m in mathed now opens some lightweight 'real' inset MBoxInset

Re: [patch] More IU

2004-01-30 Thread Alfredo Braunstein
Andre Poenitz wrote: [...] If your patch does half of what you say it does: good work! ;-) Alfredo, I certainly would not mind if you had a look at the coordinate business. It's currently somewhere in the limbo between 'screen absolute' and 'document absolute' and I wouldn't be surprised if

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Alfredo Braunstein
Christian Ridderstrm wrote: On Fri, 30 Jan 2004, Michael Lauer wrote: Hi, I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). Just out of curiosity... can you have a latex installation on one of

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Lars Gullik Bjønnes
Michael Lauer [EMAIL PROTECTED] writes: | Hi, | I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as | found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). | Before you question my sanity, let me reassure you that i.e. the Zaurus | C7x0 has a 640x480 display

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Christian Ridderström
On Fri, 30 Jan 2004, Alfredo Braunstein wrote: Christian Ridderström wrote: On Fri, 30 Jan 2004, Michael Lauer wrote: Hi, I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). Just out

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Tue, Jan 27, 2004 at 10:09:12PM +0100, Georg Baum wrote: I get this error when compiling latest CVS with gcc 2.95 + stlport: g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost -I/usr/include/stlport-I/usr/X11R6/include -DCXX_GLOBAL_CSTD -ftemplate-depth-30 -nostdinc++ -g -W

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Tue, Jan 27, 2004 at 09:58:19PM +, Angus Leeming wrote: Georg Baum wrote: It compiles if I change line 838 of src/Cursor.C from if (t.operator-() != anchor_[depth()].inset()) to if (t.operator-() != const_castInsetBase const *(anchor_[depth()].inset())) Is this

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Wed, Jan 28, 2004 at 12:10:48PM +0100, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Georg Baum wrote: It compiles if I change line 838 of src/Cursor.C from if (t.operator-() != anchor_[depth()].inset()) I wonder what has been smoked here to think this is a

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Wed, Jan 28, 2004 at 12:31:01PM +0100, Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Angus Leeming [EMAIL PROTECTED] writes: | | Georg Baum wrote: It compiles if I change line 838 of src/Cursor.C from if (t.operator-() != anchor_[depth()].inset())

Re: Compile error

2004-01-30 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | This intention of this 'nucleus/operator-' pair instead of the usual | 'nucleus/nucleus' pair was to be able to find the non-const accesses | with grep. [They are sort of 'unwanted' in the light of potential | shared_ptr usage and each use should be

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Alfredo Braunstein
Christian Ridderstrm wrote: Wouldn't it require a (minor?) fix because lyx won't find any latex classes? I think this has been fixed by Michael at some point Have a look at http://marc.theaimsgroup.com/?l=lyx-develm=105113574231480w=2 Alfredo

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Christian Ridderström
On Fri, 30 Jan 2004, Alfredo Braunstein wrote: Christian Ridderström wrote: Wouldn't it require a (minor?) fix because lyx won't find any latex classes? I think this has been fixed by Michael at some point Have a look at http://marc.theaimsgroup.com/?l=lyx-develm=105113574231480w=2

Re: permanent loss of data during import of old LyX files

2004-01-30 Thread Jose' Matos
On Friday 30 January 2004 10:55, Paul Stansell wrote: I will take a look into it, it shouldn't be too difficult to fix. Thanks! Do you know what is the purpose of the displaystyle in the file? How would a present file look like? Yes, it prevents fractions from being displayed

Re: [patch] More IU

2004-01-30 Thread Kayvan A. Sylvan
The lyx crashes situation is better. Thanks. Lyx still crashes on: 1. C-N (New document) 2. C-M (Insert math inset) 3. type X^Y in the math inset The ^ causes the crash on some of my machines, but the C-m causes the crash on my Solaris box. ---Kayvan -- Kayvan A.

[friendly rant] current cvs status

2004-01-30 Thread Alfredo Braunstein
Current cvs is crashing everywhere. One of the problems is that we have lyxtext using the global cursor, when the relevant slice of this cursor can belong elsewhere. This can be a nightmare to debug (and maintain). IMVHO, we don't have enough willing manpower to afford that. For instance, in

LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Michael Lauer
Hi, I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). Before you question my sanity, let me reassure you that i.e. the Zaurus C7x0 has a 640x480 display and a usable keyboard, so it's more like a

Re: permanent loss of data during import of old LyX files

2004-01-30 Thread Jose' Matos
On Thursday 29 January 2004 22:57, Paul Stansell wrote: > Hi, > > I previously reported a bug in lyx-1.3.1 to > http://bugzilla.lyx.org/show_bug.cgi?id=1459 (I hope that was correct). > Any, the bug is still present in lyx-1.3.3. I consider this bug to be > very serious because data may be

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Christian Ridderström
On Fri, 30 Jan 2004, Michael Lauer wrote: > Hi, > > I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as > found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). Just out of curiosity... can you have a latex installation on one of those? /Christian --

Counters in latex8.layout

2004-01-30 Thread Ling Li
The standard counters (stdcounters.inc) don't work in latex8.layout. I couldn't figure out how to define a layout counter so I am not sure what the reason is. Here're what i know 1) latex8 uses "\Section" instead of "\section" so latexname is redefined in latex8.layout 2) LyX complains "step:

Re: booktabs/tableaux support in 1.3.x ?

2004-01-30 Thread Jose' Matos
On Thursday 29 January 2004 20:47, Kuba Ober wrote: > > > > The problem is not the actual conversion, this would indeed be trivial. > > The problem is something else: > > File format changes without changing the file format version number > > will bring serious compatibility problems. > > Well, I

Re: permanent loss of data during import of old LyX files

2004-01-30 Thread Paul Stansell
>I will take a look into it, it shouldn't be too difficult to fix. Thanks! >Do you know what is the purpose of the displaystyle in the file? How > would a present file look like? Yes, it prevents fractions from being displayed using small fonts. Paul Stansell

[patch] More IU

2004-01-30 Thread Andre Poenitz
This fixes a few of the gaping holes of the previous changes (and opens a few new ones). On the good side: - most (all?) of the immediate 'click on inset crashes' are fixed. - mathed is working again (using the global cursor!) - C-m in mathed now opens some lightweight 'real' inset MBoxInset

Re: [patch] More IU

2004-01-30 Thread Alfredo Braunstein
Andre Poenitz wrote: > [...] If your patch does half of what you say it does: good work! ;-) > Alfredo, I certainly would not mind if you had a look at the coordinate > business. It's currently somewhere in the limbo between 'screen > absolute' and 'document absolute' and I wouldn't be

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Alfredo Braunstein
Christian RidderstrÃm wrote: > On Fri, 30 Jan 2004, Michael Lauer wrote: > >> Hi, >> >> I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as >> found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). > > Just out of curiosity... can you have a latex

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Lars Gullik Bjønnes
Michael Lauer <[EMAIL PROTECTED]> writes: | Hi, > | I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as | found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad, etc.). > | Before you question my sanity, let me reassure you that i.e. the Zaurus | C7x0 has a 640x480

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Christian Ridderström
On Fri, 30 Jan 2004, Alfredo Braunstein wrote: > Christian Ridderström wrote: > > > On Fri, 30 Jan 2004, Michael Lauer wrote: > > > >> Hi, > >> > >> I want to allow LyX to be built against Qt/Embedded and Qtopia/Opie as > >> found on recent Sharp Zaurus PDAs and others (e.g. ipaq, SIMpad,

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Tue, Jan 27, 2004 at 10:09:12PM +0100, Georg Baum wrote: > I get this error when compiling latest CVS with gcc 2.95 + stlport: > > g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost > -I/usr/include/stlport-I/usr/X11R6/include -DCXX_GLOBAL_CSTD > -ftemplate-depth-30 -nostdinc++ -g

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Tue, Jan 27, 2004 at 09:58:19PM +, Angus Leeming wrote: > Georg Baum wrote: > > It compiles if I change line 838 of src/Cursor.C from > > > > if (t.operator->() != anchor_[depth()].inset()) > > > > to > > > > if (t.operator->() != > > const_cast(anchor_[depth()].inset())) > > > > Is this

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Wed, Jan 28, 2004 at 12:10:48PM +0100, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Georg Baum wrote: > >> It compiles if I change line 838 of src/Cursor.C from > >> > >> if (t.operator->() != anchor_[depth()].inset()) > > I wonder what has been smoked here to

Re: Compile error

2004-01-30 Thread Andre Poenitz
On Wed, Jan 28, 2004 at 12:31:01PM +0100, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > > | Angus Leeming <[EMAIL PROTECTED]> writes: > > > | | Georg Baum wrote: > >>> It compiles if I change line 838 of src/Cursor.C from > >>> > >>> if (t.operator->() !=

Re: Compile error

2004-01-30 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | This intention of this 'nucleus/operator->' pair instead of the usual | 'nucleus/nucleus' pair was to be able to find the non-const accesses | with grep. [They are sort of 'unwanted' in the light of potential | shared_ptr usage and each use should be

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Alfredo Braunstein
Christian RidderstrÃm wrote: > Wouldn't it require a (minor?) fix because lyx won't find any latex > classes? I think this has been fixed by Michael at some point Have a look at http://marc.theaimsgroup.com/?l=lyx-devel=105113574231480=2 Alfredo

Re: LyX on Qt/Embedded + Qtopia/Opie

2004-01-30 Thread Christian Ridderström
On Fri, 30 Jan 2004, Alfredo Braunstein wrote: > Christian Ridderström wrote: > > > Wouldn't it require a (minor?) fix because lyx won't find any latex > > classes? > > I think this has been fixed by Michael at some point > > Have a look at >

Re: permanent loss of data during import of old LyX files

2004-01-30 Thread Jose' Matos
On Friday 30 January 2004 10:55, Paul Stansell wrote: > >I will take a look into it, it shouldn't be too difficult to fix. > > Thanks! > > >Do you know what is the purpose of the displaystyle in the file? How > > would a present file look like? > > Yes, it prevents fractions from being

Re: [patch] More IU

2004-01-30 Thread Kayvan A. Sylvan
The lyx crashes situation is better. Thanks. Lyx still crashes on: 1. C-N (New document) 2. C-M (Insert math inset) 3. type X^Y in the math inset The "^" causes the crash on some of my machines, but the C-m causes the crash on my Solaris box. ---Kayvan -- Kayvan A.