Re: Finishing up the LTR bias removal

2007-11-03 Thread Martin Vermeer
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: > Hi! > > Attached find the final patch (at least for now) which gets rid of LTR > bias in the code. I will commit in the next few days if there are no > objections. > > The only non-trivial change (i.e., more than just changing fun

Re: Finishing up the LTR bias removal

2007-11-03 Thread Martin Vermeer
On Sun, Nov 04, 2007 at 12:56:40AM +0200, Dov Feldstern wrote: > Hi! > > Attached find the final patch (at least for now) which gets rid of LTR > bias in the code. I will commit in the next few days if there are no > objections. > > The only non-trivial change (i.e., more than just changing fun

Re: Support request for Japanese without CJK

2007-11-03 Thread Koji Yokota
Uwe Stöhr wrote: > This file was broken. It seems you have copied the text manually with > and editor into the section about kluwer. Oops, sorry about that. > The CTAN paths you gave in your don't exist - I can't find a path > http://www.ctan.org/tex-archive/language/japanese/ptex-texmf/ > and >

Re: 1.5 branch won't compile

2007-11-03 Thread Darren Freeman
On Sat, 2007-11-03 at 10:17 +0100, Abdelrazak Younes wrote: > Darren Freeman wrote: > > On Sat, 2007-11-03 at 19:27 +1100, Darren Freeman wrote: > >> Today's revision that failed is r21399. I went backward to find the most > >> recent revision which compiles, which is r21356. The change which broke

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Kornel Benko
Am Sonntag 04 November 2007 schrieb Dov Feldstern: > Works for me, thanks Abdel! Here too. Thanx Abdel :) > > Abdel. > > > > PS: Sorry Juergen I didn't wait but this is an urgency. !! Kornel -- Kornel Benko [EMAIL PROTECTED] pgpsmKgeJPvzd.pgp Description: PGP signature

Re: Support request for Japanese without CJK

2007-11-03 Thread Uwe Stöhr
Koji Yokota schrieb: Sorry for being late. Please apply the attached patch to add description in LaTeXConfig.lyx. This file was broken. It seems you have copied the text manually with and editor into the section about kluwer. The CTAN paths you gave in your don't exist - I can't find a path

Re: [patch] pixmap cache goes rc

2007-11-03 Thread Uwe Stöhr
Uwe Stöhr schrieb: I need to describe this in the docs. What exactly does the pixmap? Is this description correct?: B.1.1.6 Pixmap Cache The option Enable Pixmap Cache activates a cache for screen fonts and icons like toolbar buttons. Using this cache improves the speed performance of LyX b

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Dov Feldstern
Abdelrazak Younes wrote: Kornel Benko wrote: Am Samstag 03 November 2007 schrieb Dov Feldstern: Dov Feldstern wrote: Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). Sorry, trunk is OK (I

Finishing up the LTR bias removal

2007-11-03 Thread Dov Feldstern
Hi! Attached find the final patch (at least for now) which gets rid of LTR bias in the code. I will commit in the next few days if there are no objections. The only non-trivial change (i.e., more than just changing function names) is that I merged idxLeft into idxPrev, and idxRight into idxN

Re: [patch] pixmap cache goes rc

2007-11-03 Thread Abdelrazak Younes
Bennett Helm wrote: On Nov 2, 2007, at 7:15 AM, Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: And I confirm that it works fine. Good. I applied the thing to branch. Will do trunk later. I just updated and recompiled branch, and found the preference setting, but I don't notice any dif

Re: [Cvslog] r21400 - in /lyx-devel/trunk/src: CutAndPaste.cpp insets/...

2007-11-03 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sat, Nov 03, 2007 at 09:03:09AM +, [EMAIL PROTECTED] wrote: Author: younes Date: Sat Nov 3 10:03:08 2007 New Revision: 21400 URL: http://www.lyx.org/trac/changeset/21400 Log: Transfer some code from InsetFlex to InsetCollapsable. Add some safeguards and FIXMEs. M

Re: What is the purpose of InsetFlexParams?

2007-11-03 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sat, Nov 03, 2007 at 10:39:44AM +0100, Abdelrazak Younes wrote: Is this going to be extended? If not I think it should be erased. Abdel. Hmmm, do we want to be able to rename a flex inset to one of another type, through a dialogue? Branch and Note have this. OK, if

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Abdelrazak Younes
Kornel Benko wrote: Am Samstag 03 November 2007 schrieb Dov Feldstern: Dov Feldstern wrote: Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). Sorry, trunk is OK (I hadn't updated); branch s

Re: Integration of my dynmacro patch

2007-11-03 Thread Stefan Schimanski
Am 03.11.2007 um 23:10 schrieb Stefan Schimanski: Am 03.11.2007 um 20:57 schrieb Uwe Stöhr: Stefan Schimanski schrieb: Works fine for me here. Can you send me a backtrace of the crash? Nein, ich kann leider keine Backtraces erzeugen - Win XPx64 und MSVC2005 wollen da nicht miteinander.

Re: Integration of my dynmacro patch

2007-11-03 Thread Stefan Schimanski
Am 03.11.2007 um 20:57 schrieb Uwe Stöhr: Stefan Schimanski schrieb: Works fine for me here. Can you send me a backtrace of the crash? Nein, ich kann leider keine Backtraces erzeugen - Win XPx64 und MSVC2005 wollen da nicht miteinander. Ach ja, ich erinnere mich. Du kompilierst mit Visu

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Kornel Benko
Am Samstag 03 November 2007 schrieb Dov Feldstern: > Dov Feldstern wrote: > > Hi! > > > > I'm also having compilation trouble in both trunk and branch. I'm using > > Qt 4.2.1 (which is the version that debian etch offers as far as I can > > tell). > > Sorry, trunk is OK (I hadn't updated); branch s

Re: [patch] pixmap cache goes rc

2007-11-03 Thread Bennett Helm
On Nov 2, 2007, at 7:15 AM, Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: And I confirm that it works fine. Good. I applied the thing to branch. Will do trunk later. I just updated and recompiled branch, and found the preference setting, but I don't notice any difference whether it's

Re: Integration of my dynmacro patch

2007-11-03 Thread Uwe Stöhr
Stefan Schimanski schrieb: Works fine for me here. Can you send me a backtrace of the crash? Nein, ich kann leider keine Backtraces erzeugen - Win XPx64 und MSVC2005 wollen da nicht miteinander. Gruß Uwe

Re: [patch] Putting ForceLTR to use

2007-11-03 Thread Dov Feldstern
Andre Poenitz wrote: On Thu, Nov 01, 2007 at 10:58:29PM +0200, Dov Feldstern wrote: Richard Heck wrote: Probably should be asInsetCollapsable(). Hmm, yes. I tried to conform to the example of asTextInset, but I now notice that asInsetMath goes the other way... Should I change asTextInset -> a

Re: Compilation problems (trunk & branch)

2007-11-03 Thread Dov Feldstern
Dov Feldstern wrote: Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). Sorry, trunk is OK (I hadn't updated); branch still problematic, though. * branch: g++ -DHAVE_CONFIG_H -I. -I. -I

Compilation problems (trunk & branch)

2007-11-03 Thread Dov Feldstern
Hi! I'm also having compilation trouble in both trunk and branch. I'm using Qt 4.2.1 (which is the version that debian etch offers as far as I can tell). * trunk: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_ST R -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -

Re: What is the purpose of InsetFlexParams?

2007-11-03 Thread Martin Vermeer
On Sat, Nov 03, 2007 at 10:39:44AM +0100, Abdelrazak Younes wrote: > Is this going to be extended? If not I think it should be erased. > > Abdel. Hmmm, do we want to be able to rename a flex inset to one of another type, through a dialogue? Branch and Note have this. The dialogue is lacking and

Re: [Cvslog] r21400 - in /lyx-devel/trunk/src: CutAndPaste.cpp insets/...

2007-11-03 Thread Martin Vermeer
On Sat, Nov 03, 2007 at 09:03:09AM +, [EMAIL PROTECTED] wrote: > Author: younes > Date: Sat Nov 3 10:03:08 2007 > New Revision: 21400 > > URL: http://www.lyx.org/trac/changeset/21400 > Log: > Transfer some code from InsetFlex to InsetCollapsable. Add some safeguards > and FIXMEs. > > Modifi

Re: [Cvslog] r21396 - in /lyx-devel/trunk/src: CutAndPaste.cpp TextCla...

2007-11-03 Thread Martin Vermeer
On Sat, Nov 03, 2007 at 10:09:52AM +0100, Abdelrazak Younes wrote: > Martin Vermeer wrote: > >>Modified: lyx-devel/trunk/src/TextClass.cpp > >>URL: > >>http://www.lyx.org/trac/file/lyx-devel/trunk/src/TextClass.cpp?rev=21396 > >>=

Re: Integration of my dynmacro patch

2007-11-03 Thread Stefan Schimanski
Am 03.11.2007 um 00:23 schrieb Uwe Stöhr: Stefan Schimanski schrieb: I have many test cases here: http://1stein.org/download/testcases.lyx With this file LyX crashes. Could you send me a file that I can open with current trunk? Works fine for me here. Can you send me a backtrace of the

Compile error, iconv and const

2007-11-03 Thread Stefan Schimanski
/Users/sts/Quellen/mac/lyx-devel/src/support/unicode.cpp: In member function 'int lyx::IconvProcessor::convert(const char*, size_t, char*, size_t)': /Users/sts/Quellen/mac/lyx-devel/src/support/unicode.cpp:138: error: invalid conversion from 'const char**' to 'char**' /Users/sts/Quellen/mac/l

Re: Todays 1.6svn crash in various ways when opening existing documents

2007-11-03 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sat, Nov 03, 2007 at 01:12:24AM +0200, Martin Vermeer wrote: On Sat, Nov 03, 2007 at 12:00:42AM +0100, Abdelrazak Younes wrote: ... OK, I've done some cleanup an the crashes are gone but the inset layouts are broken! Martin, Richard, do you have an idea here? I do

Re: [Bug 4318] New: crash when pasting to formula

2007-11-03 Thread Andre Poenitz
On Sat, Nov 03, 2007 at 01:36:56AM +0100, [EMAIL PROTECTED] wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=4318 > >Summary: crash when pasting to formula >Product: LyX >Version: 1.5.2 > Platform: Other > OS/Version: other > Status

Re: Todays 1.6svn crash in various ways when opening existing documents

2007-11-03 Thread Andre Poenitz
On Sat, Nov 03, 2007 at 12:29:39AM +0100, Uwe Stöhr wrote: > > During a fast-evolving period like this, with no public release in > > between, reversion of lyx2lyx is IMHO acceptable. > > But this introduces crashed: I can for example not open Stefan's macro > example file, see my just sent post o

What is the purpose of InsetFlexParams?

2007-11-03 Thread Abdelrazak Younes
Is this going to be extended? If not I think it should be erased. Abdel.

Re: Todays 1.6svn crash in various ways when opening existing documents

2007-11-03 Thread Andre Poenitz
On Sat, Nov 03, 2007 at 01:12:24AM +0200, Martin Vermeer wrote: > On Sat, Nov 03, 2007 at 12:00:42AM +0100, Abdelrazak Younes wrote: > > ... > > > >> OK, I've done some cleanup an the crashes are gone but the inset > > >> layouts > > >> are broken! > > >> > > >> Martin, Richard, do you have

Re: 1.5 branch won't compile

2007-11-03 Thread Abdelrazak Younes
Darren Freeman wrote: On Sat, 2007-11-03 at 19:27 +1100, Darren Freeman wrote: Today's revision that failed is r21399. I went backward to find the most recent revision which compiles, which is r21356. The change which broke it is therefore r21357. Sorry, I'm off-by-one. The version which compi

Re: [Cvslog] r21396 - in /lyx-devel/trunk/src: CutAndPaste.cpp TextCla...

2007-11-03 Thread Abdelrazak Younes
Martin Vermeer wrote: Modified: lyx-devel/trunk/src/TextClass.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/TextClass.cpp?rev=21396 == --- lyx-devel/trunk/src/TextClass.cpp (original) +++ lyx-devel/trunk/src/T

Re: 1.5 branch won't compile

2007-11-03 Thread Darren Freeman
On Sat, 2007-11-03 at 19:27 +1100, Darren Freeman wrote: > Today's revision that failed is r21399. I went backward to find the most > recent revision which compiles, which is r21356. The change which broke > it is therefore r21357. Sorry, I'm off-by-one. The version which compiles is r21357 and th

1.5 branch won't compile

2007-11-03 Thread Darren Freeman
Hi all, you'll love this :) The 1.5 "stable" branch won't compile for me today. See below for the relevant error. Today's revision that failed is r21399. I went backward to find the most recent revision which compiles, which is r21356. The change which broke it is therefore r21357. I'll now do a