monolithic build linking problems

2008-02-29 Thread Pavel Sanda
hi, i started having these linking errs when using monolithic builds... ./.libs/liblyxcore.a(TextClass.o): In function `__static_initialization_and_destruction_0': /home/installer/lyx/dbg_1.6/src/TextClass.cpp:112: undefined reference to `lyx::InsetLayout::InsetLayout()' ./.libs/liblyxcore.a(Tex

Re: Crash in trunk

2008-02-29 Thread Pavel Sanda
> Pavel Sanda wrote: >> Open math manual. >> Ctrl+F and Find next "Because all" >> Toggle Search backwards >> Twice push Find next button >> Kaboom! >> > Can't reproduce this one difficult to reproduce, when its already fixed :D pavel

Re: another lyx1.6svn crash

2008-02-29 Thread Abdelrazak Younes
sebastian guttenberg wrote: No idea what happened this time. Was trying to write an 'A' in an equation in a footnote : Fixed. Abdel.

Re: crash in math

2008-02-29 Thread Abdelrazak Younes
Leuven, E. wrote: ctrl-m alt m f Fixed.

Inset Crashes

2008-02-29 Thread Richard Heck
From Andre, earlier: Problems can be solved by the following recipe: The LyX code 2 in the error can be 'translated' by using insets/InsetCode.h into 'QUOTE_CODE', and [EMAIL PROTECTED]:/data/lyx/trunk > g 'new InsetQuote' src/Text3.cpp: cur.insert(new

Re: another lyx1.6svn crash

2008-02-29 Thread Abdelrazak Younes
Stefan Schimanski wrote: It's the line which sets the buffer for a new inset. Yes, I added this line and there was not crash before. I guess the passed inset is null and it wasn't before. Why would we want to insert a null inset anyway? That seems like a bigger problem to me. I had a bad fe

Re: crash of lyx1.6svn upon copying footnotes

2008-02-29 Thread Richard Heck
sebastian guttenberg wrote: Hi all I get permanently crashes when trying to copy a text that contains footnotes. The same crash happens when I try to move the same text with the tools of outline. The backtrace below is from such a try. I am not 100% sure whether it's the footnote in general, or j

Re: Crash in trunk

2008-02-29 Thread Richard Heck
Pavel Sanda wrote: Open math manual. Ctrl+F and Find next "Because all" Toggle Search backwards Twice push Find next button Kaboom! Can't reproduce this one [EMAIL PROTECTED] ~]$ uname -r && rpm -q qt4 2.6.23.15-137.fc8 qt4-4.3.3-1.fc8 rh

Re: another lyx1.6svn crash

2008-02-29 Thread Stefan Schimanski
It's the line which sets the buffer for a new inset. I had a bad feeling about this Buffer* patch for insets and now it bites us with plenty of segfaults :-/ Stefan Am 29.02.2008 um 18:12 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Does it happen all the time? I cannot reproduce it

Re: another lyx1.6svn crash

2008-02-29 Thread Abdelrazak Younes
Stefan Schimanski wrote: Does it happen all the time? I cannot reproduce it. It would help a lot if you find a sequence of keypresses or so to trigger the crash. Alt-i f Ctrl-m A Happens all the time. Must be a recent commit because it didn't happen before I svn updated. Abdel. Stefan A

Re: [Cvslog] r23350 - in /lyx-devel/trunk/src: Color.cpp ColorCode.h m...

2008-02-29 Thread Pavel Sanda
> > Am 29.02.2008 um 16:46 schrieb Pavel Sanda: > >>> Author: sts >>> Date: Fri Feb 29 11:02:25 2008 >>> New Revision: 23350 >>> >>> URL: http://www.lyx.org/trac/changeset/23350 >>> Log: >>> * the automatic arity changing proposed by Uwe: you go into a macro and >>> type \#9. The arity is visually

Re: another lyx1.6svn crash

2008-02-29 Thread Stefan Schimanski
Does it happen all the time? I cannot reproduce it. It would help a lot if you find a sequence of keypresses or so to trigger the crash. Stefan Am 29.02.2008 um 16:48 schrieb sebastian guttenberg: No idea what happened this time. Was trying to write an 'A' in an equation in a footnote :

another lyx1.6svn crash

2008-02-29 Thread sebastian guttenberg
No idea what happened this time. Was trying to write an 'A' in an equation in a footnote : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1224735024 (LWP 18784)] 0x0926b0cd in ?? () (gdb) bt #0 0x0926b0cd in ?? () #1 0xbfc6007b in ?? () #2 0x08b746a0 in ?? () #3

Re: [Cvslog] r23350 - in /lyx-devel/trunk/src: Color.cpp ColorCode.h m...

2008-02-29 Thread Stefan Schimanski
Am 29.02.2008 um 16:46 schrieb Pavel Sanda: Author: sts Date: Fri Feb 29 11:02:25 2008 New Revision: 23350 URL: http://www.lyx.org/trac/changeset/23350 Log: * the automatic arity changing proposed by Uwe: you go into a macro and type \#9. The arity is visually adapted right away. The real

Re: [Cvslog] r23350 - in /lyx-devel/trunk/src: Color.cpp ColorCode.h m...

2008-02-29 Thread Pavel Sanda
> Author: sts > Date: Fri Feb 29 11:02:25 2008 > New Revision: 23350 > > URL: http://www.lyx.org/trac/changeset/23350 > Log: > * the automatic arity changing proposed by Uwe: you go into a macro and type > \#9. The arity is visually adapted right away. The real change though takes > place when y

crash in math

2008-02-29 Thread Leuven, E.
ctrl-m alt m f 1 lyx.exe!lyx::InsetMathNest::doDispatch(lyx::Cursor & cur={...}, lyx::FuncRequest & cmd={...}) Line 764 + 0x34 bytesC++ lyx.exe!lyx::Inset::dispatch(lyx::Cursor & cur={...}, lyx::FuncRequest & cmd={...}) Line 197 + 0x1a bytes C++ lyx.exe!lyx::C

crash of lyx1.6svn upon copying footnotes

2008-02-29 Thread sebastian guttenberg
Hi all I get permanently crashes when trying to copy a text that contains footnotes. The same crash happens when I try to move the same text with the tools of outline. The backtrace below is from such a try. I am not 100% sure whether it's the footnote in general, or just a special content in the f

Re: Crash in trunk

2008-02-29 Thread Pavel Sanda
> Fixed in r23354. thanks pavel

Re: Crash in trunk

2008-02-29 Thread Stefan Schimanski
Fixed in r23354. Stefan Am 29.02.2008 um 16:02 schrieb Pavel Sanda: Open math manual. Ctrl+F and Find next "Because all" Toggle Search backwards Twice push Find next button Kaboom!

Re: Crash in trunk

2008-02-29 Thread Stefan Schimanski
Backtraces make life easier: #4 0x95f756f9 in __gnu_debug::_Error_formatter::_M_error () #5 0x00114512 in __gnu_debug ::_Safe_iterator<__gnu_cxx::__normal_iterator__gnu_norm::vector > >, __gnu_debug_def::vector > >::operator-> (this=0xbfffce04) at safe_iterator.h:191 #6 0x00113182 in ly

Crash in trunk

2008-02-29 Thread Pavel Sanda
Open math manual. Ctrl+F and Find next "Because all" Toggle Search backwards Twice push Find next button Kaboom!

Re: Configuration error MacOSX 10.4

2008-02-29 Thread Bennett Helm
On Feb 29, 2008, at 1:53 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 28, 2008, at 7:55 PM, Pavel Sanda wrote: you really mean --enable-optimization=-Os ? why not O2 ? With LyX-1.3, I did some systematic tests. O3 was not noticeably faster than O2 or Os, and we thought at the t

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-02-29 Thread Uwe Stöhr
Stefan Schimanski schrieb: I wonder whether it would make sense to make the math toolbar automatic as well by default. Opinions? I absolutely agree to this, also for the table toolbar. This was often requested by users, so that I already did this in my installer via a default session file. H

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-02-29 Thread Stefan Schimanski
> Why do you remove this? It is supposed to be there. I was confused by this and thought this is one of the reasons that the macro toolbar dioesn't popup automatically as it should, Sorry. As discussed in bug 4592 you reverted it already and thanks that you added a note there to explain tha

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-02-29 Thread Uwe Stöhr
> Why do you remove this? It is supposed to be there. I was confused by this and thought this is one of the reasons that the macro toolbar dioesn't popup automatically as it should, Sorry. As discussed in bug 4592 you reverted it already and thanks that you added a note there to explain that it

Re: [patch] fix bug 2461 for branch

2008-02-29 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > The attached patch backports the fixes for bug 2461 from trunk to branch. > OK to go in Jürgen? Yes (I suppose it's tested well). Jürgen

Re: Completion and painting performance

2008-02-29 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 29.02.2008 um 09:40 schrieb Abdelrazak Younes: Stefan, It seems that typing while the completion combo is open trigger a full redraw each time. I don't know what is the cause of this, it's either the combo or the grey completion text. In the first case, the combo

Re: Completion and painting performance

2008-02-29 Thread Stefan Schimanski
Am 29.02.2008 um 09:40 schrieb Abdelrazak Younes: Stefan, It seems that typing while the completion combo is open trigger a full redraw each time. I don't know what is the cause of this, it's either the combo or the grey completion text. In the first case, the combo is an external widget

Completion and painting performance

2008-02-29 Thread Abdelrazak Younes
Stefan, It seems that typing while the completion combo is open trigger a full redraw each time. I don't know what is the cause of this, it's either the combo or the grey completion text. In the first case, the combo is an external widget so it should be independent from the work area drawing

Re: r23341 - /lyx-devel/trunk/lib/ui/default.ui

2008-02-29 Thread Stefan Schimanski
Am 28.02.2008 um 23:23 schrieb [EMAIL PROTECTED]: Author: uwestoehr Date: Thu Feb 28 23:23:15 2008 New Revision: 23341 URL: http://www.lyx.org/trac/changeset/23341 Log: default.ui: delete a spurious parameter Modified: lyx-devel/trunk/lib/ui/default.ui Modified: lyx-devel/trunk/lib/ui/def