Re: [patch] initial XeTeX support

2009-04-05 Thread Jürgen Spitzmüller
José Matos wrote: > > I think XeTeX supports would be a very nice addition to LyX. Especially > > now that we have so many unicode users. > > > > I say put it in, I am sure there would be many people testing this and > > polishing/requesting features :-) > > I agree. :-) OK, done. I do some furthe

Re: Web site, wiki site and file uploads now working

2009-04-05 Thread Christian Ridderström
On Sat, 4 Apr 2009, Pavel Sanda wrote: i started new section of TODOs for our server migration so we dont forget all problems we have reported. http://www.lyx.org/NewWebsiteDevelopment I've moved these TODOs to another page on the wiki, here: http://wiki.lyx.org/Devel/Administration#

Re: [patch] bug 3714: adjustable textcolor of lyxgreyedout

2009-04-05 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > > I think this is a file format change. On reversion, the greyedout stuff > > needs to be added to the preamble. > > > > Jürgen > > > > How can I do that ? The color is not put into the LyX file, so lyx2lyx > can't do anything for me. > > This is the same as for sh

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Hmm.. if I knew how... > to M-equal ? M-plus and M-minus, I guess. Jürgen

Re: r29118 - lyx-devel/trunk/src/mathed

2009-04-05 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > Log: > > Don't create nested text-in-math environments. > > Jürgen, Ok for branch? > > Without this, when pasting "\text{§}" you woud get "\text{\text{§}}". OK. Jürgen

Re: Buffer::Dispatch Patch

2009-04-05 Thread Pavel Sanda
Richard Heck wrote: > Pavel Sanda wrote: >> Richard Heck wrote: >> >>> @@ -1499,14 +1487,6 @@ >>> break; >>> } >>> - case LFUN_BRANCH_ACTIVATE: >>> - case LFUN_BRANCH_DEACTIVATE: >>> - if (cmd.argument().empty()) >>> - return false; >>> -

Re: Buffer::Dispatch Patch

2009-04-05 Thread rgheck
Pavel Sanda wrote: Richard Heck wrote: @@ -1499,14 +1487,6 @@ break; } - case LFUN_BRANCH_ACTIVATE: - case LFUN_BRANCH_DEACTIVATE: - if (cmd.argument().empty()) - return false; - buffer_.dispatch(cmd); -

Re: r29118 - lyx-devel/trunk/src/mathed

2009-04-05 Thread Enrico Forestieri
On Mon, Apr 06, 2009 at 01:34:22AM +0200, for...@lyx.org wrote: > Author: forenr > Date: Mon Apr 6 01:34:22 2009 > New Revision: 29118 > URL: http://www.lyx.org/trac/changeset/29118 > > Log: > Don't create nested text-in-math environments. Jürgen, Ok for branch? Without this, when pasting "\te

Re: r29114 - in lyx-devel/trunk: lib/ui src/mathed

2009-04-05 Thread Uwe Stöhr
> I am not criticizing the merge, perhaps this is needed and better but in effect you are replacing > many small functions by a single big fat one (metrics method I guess)... which is not so pretty. We already had the different fraction typed as kind of the InsetMathFraction inset, only the type

Re: r29114 - in lyx-devel/trunk: lib/ui src/mathed

2009-04-05 Thread Abdelrazak Younes
On 05/04/2009 21:52, uwesto...@lyx.org wrote: Author: uwestoehr Date: Sun Apr 5 21:52:53 2009 New Revision: 29114 URL: http://www.lyx.org/trac/changeset/29114 Log: major code cleanup for fractions: - InsetMathFrac.cpp/h: - InsetCFrac, InsetDFrac, and InsetTFrac are now included as kind of

Re: sk translations

2009-04-05 Thread Pavel Sanda
Kornel Benko wrote: > > You can always commit the changes. But please do not touch LINGUAS unless > > you have 50% "real" translations. > > I have now, but I am not touching this file. I hope, someone will check. > Pavel? no sorry, i'm not going to check slovak translation. maybe you can try som

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Vincent van Ravesteijn schreef: >> Jürgen Spitzmüller schreef: >>> Jürgen Spitzmüller wrote: >>> Or M-+/-, if it's not taken yet. >>> >>> I think M-+/- is a good candidate indeed. >>> >>> Jürgen >>> >> So, if Juergen agrees with Juergen, ... >> >>

Re: Buffer::Dispatch Patch

2009-04-05 Thread Pavel Sanda
Richard Heck wrote: > @@ -1499,14 +1487,6 @@ > break; > } > > - case LFUN_BRANCH_ACTIVATE: > - case LFUN_BRANCH_DEACTIVATE: > - if (cmd.argument().empty()) > - return false; > - buffer_.dispatch(cmd); > - processU

Re: [patch] bug 3714: adjustable textcolor of lyxgreyedout

2009-04-05 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef: Uwe Stöhr wrote: This patch customizes the color of the greyed-out-notes. Fine with me and this should also go to branch if possible. I think this is a file format change. On reversion, the greyedout stuff needs to be added to the preamble. Jürgen

Re: Some remaining Trac problems

2009-04-05 Thread Pavel Sanda
Uwe Stöhr wrote: > (I currently don't get emails when bugs are changed that I reported or > where I'm on the CC list.) i also don't get email notification. this is a mustfix. pavel

Re: id-ui view problem

2009-04-05 Thread Uwe Stöhr
Waluyo Adi Siswanto schrieb: Besides this, it is necessary what version of the babel package you are using. I have here version 3.81. To find this out, compile your file to PDF and then use the menu Document -> LaTeX log. (Indonesian support was added about a year ago in babel, so when you are u

Re: Cursor::setCursorToAnchor() ?

2009-04-05 Thread Andre Poenitz
On Sun, Apr 05, 2009 at 09:22:32PM +0200, Vincent van Ravesteijn wrote: > Hi all, > > Would it be possible to add this function to the Cursor class ? Sure. Andre'

help needed with cursor position handling

2009-04-05 Thread Uwe Stöhr
Today I cleaned up and simplified the fraction in mathed. This way I also added support for the optional argument of \cfrac. The LaTeX part and the metrics/drawing works so, but I am unable to set the cursor correctly. Therefore it is currently not possible to set the cursor to the cell of the o

Cursor::setCursorToAnchor() ?

2009-04-05 Thread Vincent van Ravesteijn
Hi all, Would it be possible to add this function to the Cursor class ? Vincent Index: C:/Users/Vincent/OpenSource/LyX/svn-trunk/src/Cursor.cpp === --- C:/Users/Vincent/OpenSource/LyX/svn-trunk/src/Cursor.cpp (revision 29107) ++

Re: [patch] initial XeTeX support

2009-04-05 Thread José Matos
On Sunday 05 April 2009 20:02:53 Abdelrazak Younes wrote: > I think XeTeX supports would be a very nice addition to LyX. Especially > now that we have so many unicode users. > > I say put it in, I am sure there would be many people testing this and > polishing/requesting features :-) I agree. :-)

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Hartmann Sybill
and which I as a regular user really like :D hartmann 2009/4/5 Abdelrazak Younes > >> On 05/04/2009 17:31, Hartmann Sybill wrote: >> >>> btw. MS Office uses CRTL + Mouse Wheel as the shortcut for zooming >>> >> >> Yes, this is also what we do since 1.6.0 :-) >> >> Abdel. >> >> >

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Abdelrazak Younes
On 05/04/2009 17:31, Hartmann Sybill wrote: btw. MS Office uses CRTL + Mouse Wheel as the shortcut for zooming Yes, this is also what we do since 1.6.0 :-) Abdel.

Re: [patch] initial XeTeX support

2009-04-05 Thread Abdelrazak Younes
On 05/04/2009 17:57, Jürgen Spitzmüller wrote: Since I do not use (nor intend to use) XeTeX myself (and consequently, I am only superficially familiar with XeTeX) and since my time is limited, I propose to put this to trunk, provided that someone volunteers to test and polish the feature. XeTeX i

Re: cvs

2009-04-05 Thread Vincent van Ravesteijn
Kornel Benko schreef: Hi, I commited a version of sk.mo, but now I got a message from mailer-dae...@wierdlmpc.msci.memphis.edu about not being able to deliver to : because of too large message. (> 30 bytes) Ok, I can understand this. But, if my commits have made it into this list, why o

cvs

2009-04-05 Thread Kornel Benko
Hi, I commited a version of sk.mo, but now I got a message from mailer-dae...@wierdlmpc.msci.memphis.edu about not being able to deliver to : because of too large message. (> 30 bytes) Ok, I can understand this. But, if my commits have made it into this list, why on earth there is n

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Vincent van Ravesteijn
Vincent van Ravesteijn schreef: Jürgen Spitzmüller schreef: Jürgen Spitzmüller wrote: Or M-+/-, if it's not taken yet. I think M-+/- is a good candidate indeed. Jürgen So, if Juergen agrees with Juergen, ... and the thread comes to a silent end, I think I'll add the M-+/- shortc

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread rgheck
Vincent van Ravesteijn wrote: Jürgen Spitzmüller schreef: Jürgen Spitzmüller wrote: Or M-+/-, if it's not taken yet. I think M-+/- is a good candidate indeed. Jürgen So, if Juergen agrees with Juergen, ... and the thread comes to a silent end, I think I'll add the M-+/- shortcut

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef: Jürgen Spitzmüller wrote: Or M-+/-, if it's not taken yet. I think M-+/- is a good candidate indeed. Jürgen So, if Juergen agrees with Juergen, ... and the thread comes to a silent end, I think I'll add the M-+/- shortcuts... Vincent

Re: id-ui view problem

2009-04-05 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote: > ...It could be my system ..? > I am attaching a sample file, and see what I get in pdf (Contents and > Chapter #, failed to translate) Works for me. I guess you need to setup indonesian babel support on your system. Look here for instructions: http://www.tex.ac.uk/cgi

[patch] initial XeTeX support

2009-04-05 Thread Jürgen Spitzmüller
Attached is what I have done to start XeTeX support in LyX. What it currently does, is: * check and configure xetex. * provide a basic xetex backend (with its own output flavor XETEX) * provide a simple checkbox "use XeTeX" in Document>Settings * if this is selected, - set the correct enc

Re: r28879 - in /lyx-devel/trunk/src/frontends/qt4/ui: Delimi...

2009-04-05 Thread Enrico Forestieri
On Sun, Apr 05, 2009 at 05:20:21PM +0200, Enrico Forestieri wrote: > On Sun, Apr 05, 2009 at 05:13:29PM +0200, Jürgen Spitzmüller wrote: > > > Enrico Forestieri wrote: > > > Jürgen, may I commit the attached to branch? > > > > > > I'm willing to take care that ui files remain compatible with Qt 4

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Hartmann Sybill
btw. MS Office uses CRTL + Mouse Wheel as the shortcut for zooming

Re: r28879 - in /lyx-devel/trunk/src/frontends/qt4/ui: Delimi...

2009-04-05 Thread Enrico Forestieri
On Sun, Apr 05, 2009 at 05:13:29PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Jürgen, may I commit the attached to branch? > > > > I'm willing to take care that ui files remain compatible with Qt 4.2, > > so, may I commit such kind of tweaks to branch without asking? > > Yes,

Re: r28879 - in /lyx-devel/trunk/src/frontends/qt4/ui: Delimi...

2009-04-05 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Jürgen, may I commit the attached to branch? > > I'm willing to take care that ui files remain compatible with Qt 4.2, > so, may I commit such kind of tweaks to branch without asking? Yes, OK. The strange thing is, though, that I have edited this file myself with design

Re: r28879 - in /lyx-devel/trunk/src/frontends/qt4/ui: Delimi...

2009-04-05 Thread Enrico Forestieri
On Fri, Mar 20, 2009 at 05:19:59PM +0100, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Jürgen, may I do the same on branch? > > OK. Jürgen, may I commit the attached to branch? I'm willing to take care that ui files remain compatible with Qt 4.2, so, may I commit such kind of tweaks

Re: id-ui view problem

2009-04-05 Thread Uwe Stöhr
> In 1.6.x id user interface, I have found this problem. > When I use document class "book", all seems translated correctly in LyX > working area (on the screen). > ... > When I view DVI, PDF or PS, they are not translated but still in its > original "Contents" and "Chapter #" This works for me h

Re: id-ui view problem

2009-04-05 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote: > When I view DVI, PDF or PS, they are not translated but still in its > original "Contents" and "Chapter #" Did you set the document language to Indonesian in Document>Settings>Language? Jürgen

id-ui view problem

2009-04-05 Thread Waluyo Adi Siswanto
In 1.6.x id user interface, I have found this problem. When I use document class "book", all seems translated correctly in LyX working area (on the screen). The "Table of Contents" translated correctly to "Daftar Isi" The "Chapter" when I choose"Chapter" environment also translated to "Bab". When

Re: sk translations

2009-04-05 Thread Kornel Benko
Am Sonntag 05 April 2009 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > > You can do it step-by-step. A ratio of 50% is needed to get it shipped > > > with a release (i.e, enable it in LINGUAS), quite a bit more is > > > probably needed for it to be really useful. However, note that many > >

Re: [patch] bug 3038: LFUN_BUFFER_ZOOM_IN/OUT

2009-04-05 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Or M-+/-, if it's not taken yet. I think M-+/- is a good candidate indeed. Jürgen

Re: sk translations

2009-04-05 Thread Jürgen Spitzmüller
Kornel Benko wrote: > > You can do it step-by-step. A ratio of 50% is needed to get it shipped > > with a release (i.e, enable it in LINGUAS), quite a bit more is probably > > needed for it to be really useful. However, note that many translations > > are not 100%. > > Thanks, the ratio as of now i

Re: r29096 - lyx-devel/trunk/src/mathed

2009-04-05 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > Unicode symbols entered or pasted in math are wrapped in \text{} by > > default. Unwrapped symbols can be obtained either by dissolving the text > > inset or by verbatim paste (Ctrl+Shift+V). In such a case, the symbols > > are wrapped in \lyxmathsym when exporting to l