Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread Martin Vermeer
On Mon, 19 Nov 2007 23:30:04 + (UTC) Angus Leeming <[EMAIL PROTECTED]> wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > -# Put here the conversions needed from LaTeX string > > -# to LyXText: > > +# Put here the conversions needed from LaTeX string to LyXText: >

Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread Angus Leeming
Martin Vermeer <[EMAIL PROTECTED]> writes: > -# Put here the conversions needed from LaTeX string > -# to LyXText: > +# Put here the conversions needed from LaTeX string to LyXText: > +# Umlauted characters: > +fullcontent = fullcontent.replace(r'\\\"a', u'ä'

Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread Martin Vermeer
On Mon, Nov 19, 2007 at 09:02:01PM +0200, sebastian guttenberg wrote: > Hi Martin > Sorry for the late response, but I was very busy today. > > > The quotation patch is in bugzilla error nr. 4333, you could > > try that too. > > A while ago I have added another comment to this bug, that the patc

Re: dual editing -- one comment and one bug-report (freezing)

2007-11-19 Thread sebastian guttenberg
> no, i can not reproduce it. > actually i dont know if the file should be under view, when you closed it. > btw i found that file->new window open empty lyx window without file > opened in the first one. this is intentional change ? Oh hell! I still didn't reply to that one... Sorry! I am overch

Re: Windows Installer for 1.5.3svn?

2007-11-19 Thread Bo Peng
On Nov 20, 2007 1:00 PM, Michael Gerz <[EMAIL PROTECTED]> wrote: > Hi Bo, > > with your patch, the error message has gone. Great! Jurgen, Can I apply? Bo

Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread sebastian guttenberg
Hi Martin Sorry for the late response, but I was very busy today. > The quotation patch is in bugzilla error nr. 4333, you could > try that too. A while ago I have added another comment to this bug, that the patch doesn't work for me. I also attached an example file. Have you tried that? Does it

Re: Windows Installer for 1.5.3svn?

2007-11-19 Thread Michael Gerz
Hi Bo, with your patch, the error message has gone. Great! I think someone else should have a look at your patch, too. I don't really understand the magic that you applied :-) Thanks, Michael Bo Peng schrieb: That would be my wrong-doing, I do not see this under linux though. I will have

Re: Windows Installer for 1.5.3svn?

2007-11-19 Thread Bo Peng
> That would be my wrong-doing, I do not see this under linux though. > > I will have a look at this. There are actually two problems here: 1. pplatex is returned as the default latex command, and is used to test latex configurations. This program looks for some dvi file to postprocess it, and wi

Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread Martin Vermeer
On Mon, 19 Nov 2007 15:24:23 +0200 sebastian guttenberg <[EMAIL PROTECTED]> wrote: > Sorry!! I confused everything! Your patch was the fix for the > dollar-signs, right!? Yes that works now perfectly! Thanks! > I was always testing with the quotation marks ;-) > But the latter still doesn't work f

Re: Web fixes

2007-11-19 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> I do not think that moving mailing.php in a non-standard place and > > what do you mean by non standard ? news, feedback, donations, site_map are > on the same level. whats different about maillists ? You are right. Sorry about the noise. BTW, you do n

Re: Web fixes

2007-11-19 Thread Pavel Sanda
> > web has currently broken structure of navigation bar (try click to > > Alternate LyX Sites to see). > > > > i'll commit this patch later if nobody objects. > > I do not think that moving mailing.php in a non-standard place and what do you mean by non standard ? news, feedback, donations, site

Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread sebastian guttenberg
Sorry!! I confused everything! Your patch was the fix for the dollar-signs, right!? Yes that works now perfectly! Thanks! I was always testing with the quotation marks ;-) But the latter still doesn't work for me... - Sebastian P.S. The rest is just virus-message ;-) -- This message has been sc

Re: index-bug in 1.6.0svn with data loss

2007-11-19 Thread sebastian guttenberg
Hi Martin! Sorry, I have to ask you some more stupid questions. Thanks first for the description, how to remove the patch. That worked. And attaching z.diff worked also. Then I compiled again, but again I get the old behaviour!? Let me make sure that I am not doing s.th. very stupid: - I ran "make

Re: [Cvslog] r21647 - /lyx-devel/trunk/src/frontends/qt4/GuiApplicatio...

2007-11-19 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: younes Date: Fri Nov 16 23:21:40 2007 New Revision: 21647 URL: http://www.lyx.org/trac/changeset/21647 Log: add '-' between LyX and version. I'd rather use the following patch instead. The version number will be added only when th

Re: [Cvslog] r21647 - /lyx-devel/trunk/src/frontends/qt4/GuiApplicatio...

2007-11-19 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: younes > Date: Fri Nov 16 23:21:40 2007 > New Revision: 21647 > > URL: http://www.lyx.org/trac/changeset/21647 > Log: > add '-' between LyX and version. I'd rather use the following patch instead. The version number will be added only when the user used --with-

Re: Web fixes

2007-11-19 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > hi, > > web has currently broken structure of navigation bar (try click to > Alternate LyX Sites to see). > > i'll commit this patch later if nobody objects. I do not think that moving mailing.php in a non-standard place and adding ../ all over the place

Re: [PATCH] remove moc files on 'make clean'

2007-11-19 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Yes, you can commit. Done. JMarc

Re: Testing required on X11 for session management

2007-11-19 Thread Abdelrazak Younes
Helge Hafting wrote: Abdelrazak Younes wrote: It appears that there is absolutely _no_ way to satisfy every WM WRT the different modes of maximization... We should aim to satisfy at least KDE 3.X users and whatever Gnome WM is. How about just remembering the size? Err... that's what we do.

Re: Testing required on X11 for session management

2007-11-19 Thread Helge Hafting
Abdelrazak Younes wrote: It appears that there is absolutely _no_ way to satisfy every WM WRT the different modes of maximization... We should aim to satisfy at least KDE 3.X users and whatever Gnome WM is. How about just remembering the size? when LyX restarts, it can check if the size match

Re: drawing artifacts

2007-11-19 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Here is some correction. So I'm gonna commit the attached. Jürgen Index: src/ParagraphMetrics.cpp === --- src/ParagraphMetrics.cpp (Revision 21626) +++ src/ParagraphMetrics.cpp (Arbeitskopie) @@ -94,15 +94

Re: drawing artifacts

2007-11-19 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: Ouch! The problem was in our incorrect use of boost::crc! This problem is also in 1.5 Juergen. Is the attached patch correct? Here is some correction. Index: src/ParagraphMetrics.cpp ==

Re: drawing artifacts

2007-11-19 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Ouch! The problem was in our incorrect use of boost::crc! This problem > is also in 1.5 Juergen. Is the attached patch correct? Jürgen Index: src/ParagraphMetrics.cpp === --- src/ParagraphMetrics.cpp (Revi

Re: drawing artifacts

2007-11-19 Thread Abdelrazak Younes
Martin Vermeer wrote: http://www.lyx.org/trac/file/lyx-devel/trunk/src/ParagraphMetrics.cpp?rev=21666 == --- lyx-devel/trunk/src/ParagraphMetrics.cpp (original) +++ lyx-devel/trunk/src/ParagraphMetrics.cpp Sun Nov 18 22:4