Re: Qt vs. Xforms dialogs; lots of differences

2002-08-09 Thread Michael Koziarski
On Sat, Aug 10, 2002 at 09:22:06AM +0900 or thereabouts, Rob Lahaye wrote: > > Hi, > > I'm quite suprised how much the Qt dialogs differ from the Xform > ones. I don't mean the way they look, but their contents. Some Qt > dialogs have a totally different layout and arrangement of items. > > Thi

Re: Qt vs. Xforms dialogs; lots of differences

2002-08-09 Thread John Levon
On Sat, Aug 10, 2002 at 09:22:06AM +0900, Rob Lahaye wrote: > This should be avoided. Explaining how to use LyX will be unnecessarily > complicated: > if you use Xforms, do blablabla, however, in Qt you should do. > > This UI layout definitely needs to be equalized eventually! This is up t

Qt vs. Xforms dialogs; lots of differences

2002-08-09 Thread Rob Lahaye
Hi, I'm quite suprised how much the Qt dialogs differ from the Xform ones. I don't mean the way they look, but their contents. Some Qt dialogs have a totally different layout and arrangement of items. This should be avoided. Explaining how to use LyX will be unnecessarily complicated: if you use

Qt vs. Xforms dialogs; lots of differences

2002-08-09 Thread Rob Lahaye
Hi, I'm quite suprised how much the Qt dialogs differ from the Xform ones. I don't mean the way they look, but their contents. Some Qt dialogs have a totally different layout and arrangement of items. This should be avoided. Explaining how to use LyX will be unnecessarily complicated: if you us

Re: [PATCH]: counters

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 8:41 pm, Martin Vermeer wrote: > Hmmm yes, why not? This should work. It might even fix the floats > problem as a side effect. But how would you set up the Buffer Counters? > I just didn't see how to do that. Well, a Counter, owned by a Paragraph would have type

mathed, support for Bmatrix

2002-08-09 Thread Herbert Voss
this gives support for missing Bmatrix, which is like {..} Herbert -- http://www.lyx.org/help/ Index: lib/symbols === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/symbols,v retrieving revision 1.22 diff -u -r1.22 symbols --- l

Re: [PATCH]: counters

2002-08-09 Thread Martin Vermeer
> So your paragraph would only touch the section counter from the buffer-wide > array, assign it to its own counter after stepping (incrementing) it. > Yes that works. Actually even better: I don't think that a paragraph should have its own counter at all. Just the buffer-wide counter array, use

Re: Short title inset: why doesn't this work?

2002-08-09 Thread Martin Vermeer
Sorry, forgot this: Martin Index: paragraph.h === RCS file: /cvs/lyx/lyx-devel/src/paragraph.h,v retrieving revision 1.39 diff -u -p -r1.39 paragraph.h --- paragraph.h 2002/08/07 16:31:45 1.39 +++ paragraph.h 2002/08/09 19:30:

Re: [PATCH]: counters

2002-08-09 Thread Martin Vermeer
On Fri, Aug 09, 2002 at 08:09:19PM +0100, Angus Leeming wrote: > > On Friday 09 August 2002 7:24 pm, Martin Vermeer wrote: > > Float counters fail to count, but that is quite unrelated to this: I > > believe it is due to float captions not being part of the same > > linked list of paragraphs (as

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Herbert Voss
Angus Leeming wrote: > On Friday 09 August 2002 7:39 pm, Herbert Voss wrote: > >>Angus Leeming wrote: >> >>>So, let me ask again, does the patch I sent you fix the problem? I >>>believe it does, but am rapidly reaching the "don't care" point. >>> >>I can't see any problem I meant your patch ..

Re: [PATCH]: counters

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 7:24 pm, Martin Vermeer wrote: > Float counters fail to count, but that is quite unrelated to this: I > believe it is due to float captions not being part of the same > linked list of paragraphs (as linear text with sectioning headers, or > even nested enumerated lists, ar

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 7:39 pm, Herbert Voss wrote: > Angus Leeming wrote: > > So, let me ask again, does the patch I sent you fix the problem? I > > believe it does, but am rapidly reaching the "don't care" point. > > I can't see any problem Let me spell it out then: LyX 1.3 does not parse th

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Herbert Voss
Angus Leeming wrote: > So, let me ask again, does the patch I sent you fix the problem? I believe it > does, but am rapidly reaching the "don't care" point. I can't see any problem Herbert -- http://www.lyx.org/help/

Re: [PATCH]: counters

2002-08-09 Thread Martin Vermeer
On Fri, Aug 09, 2002 at 06:55:22PM +0100, Angus Leeming wrote: > On Friday 09 August 2002 6:50 pm, Martin Vermeer wrote: > > On Fri, Aug 09, 2002 at 01:05:04PM +0100, Angus Leeming wrote: > > > I believe that this makes more sense (and in the case of copy is probably > > > correct too ;-) than t

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 7:22 pm, Herbert Voss wrote: > Angus Leeming wrote: > > On Friday 09 August 2002 6:52 pm, Herbert Voss wrote: > >>http://marc.theaimsgroup.com/?l=lyx-devel&m=102737398526073&w=2 > > > > No, this one is already in. > > > > I'm talking about lyxsize_kind, not size_kind. > >

Short title inset: why doesn't this work?

2002-08-09 Thread Martin Vermeer
This should work, shouldn't it? Why doesn't it? The conditional where the insets are created is entered as witnessed by the lyxerr. The insets don't even show up on screen; yet they appear to save correctly using the write method. Also latex works, but not right. I have experimented by creatin

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Herbert Voss
Angus Leeming wrote: > On Friday 09 August 2002 6:52 pm, Herbert Voss wrote: > >>http://marc.theaimsgroup.com/?l=lyx-devel&m=102737398526073&w=2 >> > > No, this one is already in. > > I'm talking about lyxsize_kind, not size_kind. > > Is the attached patch correct? I believe that it will do t

Re: [PATCH]: counters

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 6:50 pm, Martin Vermeer wrote: > On Fri, Aug 09, 2002 at 01:05:04PM +0100, Angus Leeming wrote: > > I believe that this makes more sense (and in the case of copy is probably > > correct too ;-) than the current code. > > I believe it is correct, though I had to re-read you

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 6:52 pm, Herbert Voss wrote: > http://marc.theaimsgroup.com/?l=lyx-devel&m=102737398526073&w=2 No, this one is already in. I'm talking about lyxsize_kind, not size_kind. Is the attached patch correct? I believe that it will do the trick. Angus Index: src/insets/ins

Re: [PATCH]: counters

2002-08-09 Thread Martin Vermeer
On Fri, Aug 09, 2002 at 01:05:04PM +0100, Angus Leeming wrote: > > I believe that this makes more sense (and in the case of copy is probably > correct too ;-) than the current code. I believe it is correct, though I had to re-read your use of *this's it->second a few times before actually belie

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Herbert Voss
Angus Leeming wrote: > On Friday 09 August 2002 5:50 pm, Herbert Voss wrote: > >>Angus Leeming wrote: >> >>>It's not documented by being placed in the mail archive. It's not >>>documented unless someone at some future date can "deal" with the >>>difference between two versions of the LyX file fo

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 5:50 pm, Herbert Voss wrote: > Angus Leeming wrote: > > It's not documented by being placed in the mail archive. It's not > > documented unless someone at some future date can "deal" with the > > difference between two versions of the LyX file format. > > > > Perhaps, sinc

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Herbert Voss
Angus Leeming wrote: > It's not documented by being placed in the mail archive. It's not documented > unless someone at some future date can "deal" with the difference between two > versions of the LyX file format. > > Perhaps, since this one is yours, you'd add something to development/FORMA

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 5:05 pm, Herbert Voss wrote: > Angus Leeming wrote: > > On Friday 09 August 2002 4:24 pm, Kornel Benko wrote: > >>On Friday 09 August 2002 14:57, Angus Leeming wrote: > >>>Kornel, I notice that loading up your document gives an error > >>> > >>>Unknown token, lyxsize_type,

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Herbert Voss
Angus Leeming wrote: > On Friday 09 August 2002 4:24 pm, Kornel Benko wrote: > >>On Friday 09 August 2002 14:57, Angus Leeming wrote: >> >>>Kornel, I notice that loading up your document gives an error >>> >>>Unknown token, lyxsize_type, skipping. >>>Unknown token, 1, skipping. >>> >>>You should

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 4:24 pm, Kornel Benko wrote: > On Friday 09 August 2002 14:57, Angus Leeming wrote: > > Kornel, I notice that loading up your document gives an error > > > > Unknown token, lyxsize_type, skipping. > > Unknown token, 1, skipping. > > > > You should "fix" this with > > > > s

Re: Kornel's example and lyxsize_type

2002-08-09 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Friday 09 August 2002 14:57, Angus Leeming wrote: > Kornel, I notice that loading up your document gives an error > > Unknown token, lyxsize_type, skipping. > Unknown token, 1, skipping. > > You should "fix" this with > > sed 's/lyxsize_type/lyxsize_kind/g' <

Re: Support for LyX in design recovery tool?

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 03:32:56PM +1000, Amir Michail wrote: > I looked into getting rid of cursor blinking for the design recovery tool. > (This makes it easier to track the cursor from screenshots.) Apparently, > it's not easy to do since every inset has its own cursor blinking code, some

Re: Fwd: Visitor ...

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 3:42 pm, Andre Poenitz wrote: > On Fri, Aug 09, 2002 at 02:07:04PM +0100, Angus Leeming wrote: > > Look what I dug out of my mailbox. Did anything ever come of this? > > Nothing that I am aware of. > > And I am still undecided whether this "regrouping of functionailty" is

Re: Fwd: Visitor ...

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 02:48:06PM +0100, John Levon wrote: > this is so much better than the current virtual method everywhere mess, > IMHO. This is not really different. You have an array Insets x Methods, "classical virtual functions" group things by rows, "Visitors" by columns. Only if #cols

Re: Fwd: Visitor ...

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 02:07:04PM +0100, Angus Leeming wrote: > Look what I dug out of my mailbox. Did anything ever come of this? Nothing that I am aware of. And I am still undecided whether this "regrouping of functionailty" is worthwhile... Andre' -- Those who desire to give up Freedom in

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
John Levon wrote: > On Fri, Aug 09, 2002 at 10:44:59PM +0900, Rob Lahaye wrote: > > >> libqt-mt.so -> libqt-mt.so.3.0.5 >> >>I'm afraid, all that pthread stuff is necessary on FreeBSD when the library >>is threaded. > > > FreeBSD do not ship an unthreaded Qt library ? Nope. Qt is considered

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 10:44:59PM +0900, Rob Lahaye wrote: > libqt-mt.so -> libqt-mt.so.3.0.5 > > I'm afraid, all that pthread stuff is necessary on FreeBSD when the library > is threaded. FreeBSD do not ship an unthreaded Qt library ? Lars, what can we do about this ? Looks like we really

Re: Fwd: Visitor ...

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 02:07:04PM +0100, Angus Leeming wrote: > Look what I dug out of my mailbox. Did anything ever come of this? Not from me. Not sure about Ben. He pops into to #lyx every now and then, but he's still busy writing up. Maybe when he gets some free time again he might be inter

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
John Levon wrote: > > Ah, never heard of it before. I understood you as saying this was the > name of the qt library on freeBsd. That's much saner then. Yes, I was wrong. That info was also new to me. Somehow, though, I managed to produce an executble that does not crash! > Exactly. We don't w

PATCH latex fixes

2002-08-09 Thread Herbert Voss
this loads by default the _official_ latex fixes, which will never get in the latex source. Herbert -- http://www.lyx.org/help/ Index: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v retrieving revis

Fwd: Visitor ...

2002-08-09 Thread Angus Leeming
Look what I dug out of my mailbox. Did anything ever come of this? Angus -- Forwarded Message -- Subject: Visitor ... Date: Fri, 14 Dec 2001 05:15:44 + From: John Levon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] here's a working example of what Ben had designed (did this s

Kornel's example and lyxsize_type

2002-08-09 Thread Angus Leeming
Kornel, I notice that loading up your document gives an error Unknown token, lyxsize_type, skipping. Unknown token, 1, skipping. You should "fix" this with sed 's/lyxsize_type/lyxsize_kind/g' < ColMathXLII.lyx > temp mv temp ColMathXLII.lyx I know that you can now load the document fine, but y

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 10:22:50PM +0900, Rob Lahaye wrote: > Forwarded that to FreeBSD qt3 package maintainers. This is the response of > one of them: > Quote: "As far as I know, and certainly on my FreeBSD computers, the library > is named libqt-mt.so. It's compiled as a multithreaded

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
John Levon wrote: > On Fri, Aug 09, 2002 at 05:05:25PM +0900, R. Lahaye wrote: > > >> linking: -lqui (linking with /usr/X11R6/lib/libqui.so) > > > Oh sweet. Really nice. What is it with FreeBSD and stupid renamings of > libraries ? Don't they realise how painful qt2.m4 is ? Forwarded that to

Re: LFUNs for mouse events

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 03:17:31PM +0200, Andre Poenitz wrote: > What is 'state'? Actually we don't use it yet but it was going to be key state (ctrl alt shift) so scrub that john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: LFUNs for mouse events

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 02:06:00PM +0100, John Levon wrote: > > Maybe a single LFUN_MOUSE? > > no > > LFUN_PRESS(x,y,button,state) > LFUN_RELEASE(x,y,button,state) > LFUN_MOVE(x,y,...) > > but with better names What is 'state'? Andre' -- Those who desire to give up Freedom in order to gain

Re: [PATCH]: counters

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 1:53 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | +void Counters::reset() > | +{ > | + CounterList::iterator it = counterList.begin(); > | + CounterList::iterator end = counterList.end(); > | + > | + for (; it != end; ++it) { > | +

Re: LFUNs for mouse events

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 02:34:28PM +0200, Andre Poenitz wrote: > But I have no strong opinion on how the lfuns should look like. > > Maybe a single LFUN_MOUSE? no LFUN_PRESS(x,y,button,state) LFUN_RELEASE(x,y,button,state) LFUN_MOVE(x,y,...) but with better names IMO regards john -- "It i

Re: [PATCH]: counters

2002-08-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | +void Counters::reset() | +{ | + CounterList::iterator it = counterList.begin(); | + CounterList::iterator end = counterList.end(); | + | + for (; it != end; ++it) { | + it->second.reset(); | + } | +} So my std::memfun didn

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 1:30 pm, John Levon wrote: > On Fri, Aug 09, 2002 at 12:51:03PM +0100, Angus Leeming wrote: > > either way, LyX shouldn't crash... > > That's true. It usually involves some horrid BadDrawable, as if the > execvp failure is still trying to draw a non-existent pixmap or > so

[PATCH]: counters

2002-08-09 Thread Angus Leeming
I believe that this makes more sense (and in the case of copy is probably correct too ;-) than the current code. Martin, since I don't know the code at all or even fully understand what it is meant to be doing, perhaps you could have a look at the patch and ascertain that it is doing what you

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 1:30 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Friday 09 August 2002 12:14 pm, Angus Leeming wrote: > >> 2. Alternatively, it could be a non-member function > >> > >> void Counters::copy(Counters const & from, Counters & to) > | > |

Re: LFUNs for mouse events

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 01:28:26PM +0100, John Levon wrote: > > I'd use such thing for interanal use in mathed but it looks as the "real" > > inset could use them, too. > > Please. We have : > > insetButtonPress > insetButtonRelease > edit() (1) > edit() (2) > > and the

Re: nasty eqns lead to crash

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 12:51:03PM +0100, Angus Leeming wrote: > either way, LyX shouldn't crash... That's true. It usually involves some horrid BadDrawable, as if the execvp failure is still trying to draw a non-existent pixmap or something john -- "It is unbecoming for young men to utter ma

Re: nasty eqns lead to crash

2002-08-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 09 August 2002 12:14 pm, Angus Leeming wrote: >> 2. Alternatively, it could be a non-member function >> >> void Counters::copy(Counters const & from, Counters & to) > | That's | void copy(Counters const & from, Counters & to) How is this the

Re: LFUNs for mouse events

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 02:17:16PM +0200, Andre Poenitz wrote: > Has anybody any opinion on that topic? > > I'd use such thing for interanal use in mathed but it looks as the "real" > inset could use them, too. Please. We have : insetButtonPress insetButtonRelease edit(

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 05:05:25PM +0900, R. Lahaye wrote: > linking: -lqui (linking with /usr/X11R6/lib/libqui.so) Oh sweet. Really nice. What is it with FreeBSD and stupid renamings of libraries ? Don't they realise how painful qt2.m4 is ? > checking for Qt... configure: error: Qt2 (libra

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 1:18 pm, John Levon wrote: > On Fri, Aug 09, 2002 at 11:27:52AM +0200, Kornel Benko wrote: > > It loads here now, after making some scripts executable. > > (Yes, I am using the non-installed version from the src-directory. > > anyone remember how we get them +x in the repo

Re: [PATCH] graphics

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 08:30:09AM +0200, Herbert Voss wrote: > that is what I called "the nice committing policy of LyX" ... I don't like to apply patches that I don't understand of code I don't know, that's all ... no need to get het up about it. The stuff gets in eventually doesn't it ? reg

Re: nasty eqns lead to crash

2002-08-09 Thread John Levon
On Fri, Aug 09, 2002 at 11:27:52AM +0200, Kornel Benko wrote: > It loads here now, after making some scripts executable. > (Yes, I am using the non-installed version from the src-directory. anyone remember how we get them +x in the repository ? Do we have to re-add them or is there a cvs thingy

LFUNs for mouse events

2002-08-09 Thread Andre Poenitz
Has anybody any opinion on that topic? I'd use such thing for interanal use in mathed but it looks as the "real" inset could use them, too. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread Rob Lahaye
R. Lahaye wrote: > > /usr/X11R6/lib/libqt-mt.so.3: undefined reference to `pthread_cond_timedwait' > gmake[3]: *** [lyx] Error 1 > > This is because -pthread is somewhere missing in the compilation process. This > is a typical FreeBSD issue. > Only on FreeBSD the compiler needs (sometimes?)

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 12:14 pm, Angus Leeming wrote: > 2. Alternatively, it could be a non-member function > > void Counters::copy(Counters const & from, Counters & to) That's void copy(Counters const & from, Counters & to)

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 11:59 am, Angus Leeming wrote: > On Friday 09 August 2002 12:23 pm, Andre Poenitz wrote: > > On Fri, Aug 09, 2002 at 11:36:13AM +0100, Angus Leeming wrote: > > > and can therefore be simplified to > > > > > > void Counters::copy(Counters & from, Counters & to) > > > { > >

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 12:23 pm, Andre Poenitz wrote: > On Fri, Aug 09, 2002 at 11:36:13AM +0100, Angus Leeming wrote: > > and can therefore be simplified to > > > > void Counters::copy(Counters & from, Counters & to) > > { > > CounterList::iterator it = counterList.begin(); > > CounterL

Re: nasty eqns lead to crash

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 11:36:13AM +0100, Angus Leeming wrote: > and can therefore be simplified to > > void Counters::copy(Counters & from, Counters & to) > { > CounterList::iterator it = counterList.begin(); > CounterList::iterator end = counterList.end(); > for (; it != end;

Re: nasty eqns lead to crash

2002-08-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Amazing what happens if you dig deeper > | aleem@pneumon:src-> grep "counters()" *.C */*.C | grep copy | text2.C:par->counters().copy(par->previous()->counters(), | par->counters(), ""); | aleem@pneumon:src-> grep "counters()" *.C */*.C

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
Amazing what happens if you dig deeper aleem@pneumon:src-> grep "counters()" *.C */*.C | grep copy text2.C:par->counters().copy(par->previous()->counters(), par->counters(), ""); aleem@pneumon:src-> grep "counters()" *.C */*.C | grep reset text2.C:par->cou

Re: nasty eqns lead to crash

2002-08-09 Thread Martin Vermeer
On Fri, Aug 09, 2002 at 10:37:10AM +0100, Angus Leeming wrote: ... > > > Andre ? Martin ? > > > > Seems correct to me. The first dozen lines or so in LyXText::setCounter > > are: if a par has no previous(), it resets its counter array, otherwise it > > copies the one of its predecessor. Should c

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 11:30 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Friday 09 August 2002 10:37 am, Angus Leeming wrote: > >> Incidentally, why not: > >> > >> void Counters::reset(string const & match) > >> { > >>CounterList::iterator it = counterLi

Re: nasty eqns lead to crash

2002-08-09 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 09 August 2002 10:37 am, Angus Leeming wrote: > >> Incidentally, why not: >> >> void Counters::reset(string const & match) >> { >> CounterList::iterator it = counterList.begin(); >> CounterList::iterator end = counterList.end(); >>

Re: nasty eqns lead to crash

2002-08-09 Thread Andre Poenitz
On Fri, Aug 09, 2002 at 10:37:10AM +0100, Angus Leeming wrote: > (I believe that they're executed in order). They have to. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 10:37 am, Angus Leeming wrote: > Incidentally, why not: > > void Counters::reset(string const & match) > { > CounterList::iterator it = counterList.begin(); > CounterList::iterator end = counterList.end(); > if (match.empty()) { > for (; it

Re: nasty eqns lead to crash

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 10:39 am, Martin Vermeer wrote: > On Thu, Aug 08, 2002 at 07:15:23PM +0100, John Levon wrote: > > On Thu, Aug 08, 2002 at 01:26:32PM +0100, Angus Leeming wrote: > > > Kornel Benko sent me this file because we thought that the crash was > > > caused by the previewing. Howev

Re: nasty eqns lead to crash

2002-08-09 Thread Martin Vermeer
On Thu, Aug 08, 2002 at 07:15:23PM +0100, John Levon wrote: > > On Thu, Aug 08, 2002 at 01:26:32PM +0100, Angus Leeming wrote: > > > Kornel Benko sent me this file because we thought that the crash was caused > > by the previewing. However, I can't load it at all with current, with or > > with

Re: nasty eqns lead to crash

2002-08-09 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Thursday 08 August 2002 15:06, Andre Poenitz wrote: > On Thu, Aug 08, 2002 at 01:26:32PM +0100, Angus Leeming wrote: > > Kornel Benko sent me this file because we thought that the crash was > > caused by the previewing. However, I can't load it at all with cu

Re: Support for LyX in design recovery tool?

2002-08-09 Thread Angus Leeming
On Friday 09 August 2002 6:32 am, Amir Michail wrote: > Also, I tried changing the cursor color using the dialog in the GUI. > (Again, a unique cursor color makes it easier to track the cursor from > screenshots.) For some reason, the cursor color changes were always ignored > (lyx 1.2). The col

[Paolo.Saggese@libero.it] Feedback from www.lyx.org

2002-08-09 Thread Lars Gullik Bjønnes
I forwarded your message to the lyx mailinglist, to possibly get some wider attention and discussion. --- Begin Message --- Paolo Saggese ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: -

Qt frontend trouble on FreeBSD /w qt3.

2002-08-09 Thread R. Lahaye
Hi, I'm using the "2.53" and "1.5" autotools. The qt3 package (from qt-x11-free-3.0.5.tar.bz2) on my FreeBSD PC, requires following: includes-dir: /usr/X11R6/include libraries-dir: /usr/X11R6/lib linking: -lqui (linking with /usr/X11R6/lib/libqui.so) The -lqui is tricky because I don't kn