Re: [PATCH] fix normalizePath

2008-05-04 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > No, sorry I was in holidays... No need to apologize for taking holidays. > Just distribute 1.5.5 without the > patch, since it _might_ break something. OK. If you find time, could you try to help Uwe with bug 4806? Jürgen

Re: [Cvslog] r24526 - in /lyx-devel/trunk/src: BufferView.cpp FuncCode...

2008-05-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > Juergen, are you sure this is correct syntax, yes. > i see in the code below it > touches cmd.argument() this is a leftover from the old graphics-edit and external-edit. I'm not sure about its use. Jürgen

Re: [Cvslog] r24560 - /lyx-devel/trunk/src/BufferView.cpp

2008-05-04 Thread Pavel Sanda
> [EMAIL PROTECTED] writes: > > > Author: lasgouttes > > Date: Wed Apr 30 15:03:19 2008 > > New Revision: 24560 > > > > URL: http://www.lyx.org/trac/changeset/24560 > > Log: > > * BufferView.cpp (getStatus): fix NEXT_INSET(TOGGLE|MODIFY) in order > > to make context menus work. > > I'd be

Re: Problems drawing diagonal lines in the main window. qt bug?

2008-05-04 Thread Pavel Sanda
> It is easy enough to correct for this stupidity, in order to make > perfect arrow-fills and brace-fills. I just want to know if everybody > sees the same first. No need if a really new qt is correct. yep, i can confirm that the tip of arrow is strange ( qt 4.3.3 ). pavel

Re: Time for alpha release (Take 4)

2008-05-04 Thread Pavel Sanda
> > This won't compile for me on Mac: > > > > libs/filesystem/src/exception.cpp -o exception.o > > libs/filesystem/src/exception.cpp:17:39: error: boost/filesystem/config.hpp: > > No such file or directory > > the whole boost/boost directory is missing in the tarbal. > we will need alpha3 ;) i h

Re: Time for alpha release (Take 4)

2008-05-04 Thread Pavel Sanda
> On Tuesday 22 April 2008 22:41:46 Pavel Sanda wrote: > > > I have placed the resulting packages at > > > http://www.lyx.org/~jamatos/lyx-1.6/ please test them. I have build > > > successfully in Fedora 9 (soon to be). Please test on other systems. > > > > i'm sorry to say, but the tarball still h

Unexpected scrolling jumps while calling context menu, scrolling problems

2008-05-04 Thread Pavel Sanda
hi, insert picture which is bigger than current lyx window. after the picture is covnerted and showed: 1. scrollbar is wrong 2. when clicking to right mouse to get context menu the whole view jump, so the cursor is shown. (this confusing behaviour is already in 1.5, one is never sure aft

Re: Alt-M and S E X

2008-05-04 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sun, May 04, 2008 at 09:39:43AM +0200, Abdelrazak Younes wrote: Jonathan Hall wrote: To Whom It May Concern: When you press Alt-M to use a math shortcut, take a look at the options listed at the bottom of the screen. I do not know what inspired the order the opt

Re: [Cvslog] r24548 - /lyx-devel/trunk/src/tex2lyx/text.cpp

2008-05-04 Thread Andre Poenitz
On Sun, May 04, 2008 at 09:52:10PM +0200, Uwe Stöhr wrote: > Andre Poenitz schrieb: > >> And, instead of assuming 7 bit ASCII we should assume UTF-8. This would >> be a uniformly better guess. > > No it won't, most programs still produces TeX-output in plain ASCII. Sure, and all plain ASCII is als

Re: [Cvslog] r24526 - in /lyx-devel/trunk/src: BufferView.cpp FuncCode...

2008-05-04 Thread Pavel Sanda
> Author: spitz > Date: Sun Apr 27 18:20:12 2008 > New Revision: 24526 > > URL: http://www.lyx.org/trac/changeset/24526 > Log: > * merge LFUN_EDIT_EXTERNAL and LFUN_EDIT_GRAPHICS to one LFUN_EDIT_INSET (bug > 3975) ... > { LFUN_EXTERNAL_EDIT, "external-edit", Noop, Edit }, >

Re: [Cvslog] r24559 - in /lyx-devel/trunk: development/scons/scons_man...

2008-05-04 Thread Andre Poenitz
On Wed, Apr 30, 2008 at 08:26:42AM -, [EMAIL PROTECTED] wrote: > Author: lasgouttes > Date: Wed Apr 30 10:26:40 2008 > New Revision: 24559 > > URL: http://www.lyx.org/trac/changeset/24559 > Log: > rename assert.h to lassert.h Thanks. Andre'

Re: Alt-M and S E X

2008-05-04 Thread Andre Poenitz
On Sun, May 04, 2008 at 09:39:43AM +0200, Abdelrazak Younes wrote: > Jonathan Hall wrote: >> To Whom It May Concern: >> >> When you press Alt-M to use a math shortcut, take a look at the options >> listed at the bottom of the screen. I do not know what inspired the order >> the options were listed

Re: Alt-M and S E X

2008-05-04 Thread Andre Poenitz
On Sat, May 03, 2008 at 08:01:32PM -0500, Jonathan Hall wrote: > To Whom It May Concern: > > When you press Alt-M to use a math shortcut, take a look at the options > listed at the bottom of the screen. I do not know what inspired the order > the options were listed in, but the letters S, E, and X

Re: [PATCH] fix normalizePath

2008-05-04 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Jürgen Spitzmüller wrote: >> Fixing make check is a good idea. So I'd say: commit. > > You haven't done yet, have you? (I'm trying to get to 1.5.5 now). No, sorry I was in holidays... Just distribute 1.5.5 without the patch, since it _might_ break

Re: [Cvslog] r24548 - /lyx-devel/trunk/src/tex2lyx/text.cpp

2008-05-04 Thread Uwe Stöhr
Andre Poenitz schrieb: And, instead of assuming 7 bit ASCII we should assume UTF-8. This would be a uniformly better guess. No it won't, most programs still produces TeX-output in plain ASCII. We assume currently 8-bit latin1 btw. regards Uwe

Re: [Cvslog] r24548 - /lyx-devel/trunk/src/tex2lyx/text.cpp

2008-05-04 Thread Andre Poenitz
On Wed, Apr 30, 2008 at 08:14:54PM +0200, Uwe Stöhr wrote: > rgheck schrieb: > >>> Concerning Unicode, I have asked for help several times but nobody could >>> help me to implement this - so I guess it will not happen the next years. >>> >> I'd be happy to help with this, if I knew what it was abo

Re: Fonts problem with RHEL and Windows workstation

2008-05-04 Thread Rainer Dorsch
After not getting an answer to my post and rereading it again I noticed that I should mention that the headline was not intentionally written in Greek letters, but I expected Latin :-( Here is the screenshot: http://marc.info/?l=lyx-devel&m=120956357813024&q=p3 So the Greek letters come out of

Re: [PATCH] Improved arrow and brace fills, including menu accelerators

2008-05-04 Thread Andre Poenitz
On Wed, Apr 30, 2008 at 02:23:50PM +0200, Helge Hafting wrote: > Helge Hafting wrote: >> Now with: >> * New file format version >> * Conversion back to ERT when necessary >> * Context menus >* menu accelerators - although not very logical ones as the > obvious keys r-right, u-up, d-down

Re: Alt-M and S E X

2008-05-04 Thread christian . ridderstrom
On Sat, 3 May 2008, Jonathan Hall wrote: To Whom It May Concern: When you press Alt-M to use a math shortcut, take a look at the options listed at the bottom of the screen. I do not know what inspired the order the options were listed in, but the letters S, E, and X are right in a row. Perhaps

Re: compilation fails with current svn (po error)

2008-05-04 Thread Jürgen Spitzmüller
N. B. wrote: > Now, apparently the routine "qt4_l10n(input_files, output, base)" starting > on line 145 of the file "po/lyx_pot.py" has to be modified. But I cannot be > sure: I do not know python language. Just wanted to bring it to attention > so that one of you masters can fix it. Thanks for th

Re: Alt-M and S E X

2008-05-04 Thread Abdelrazak Younes
Jonathan Hall wrote: To Whom It May Concern: When you press Alt-M to use a math shortcut, take a look at the options listed at the bottom of the screen. I do not know what inspired the order the options were listed in, but the letters S, E, and X are right in a row. Perhaps some programmer thoug