Re: [Patch] Fix bug 3356

2007-03-27 Thread Abdelrazak Younes
Bernhard Roider wrote: Hello! The crash happens on alt+up and alt+down if the position of the cursor in the moved paragraph is beyond the length of the target paragraph. To avoid it the Position of the iterators for the target paragraph must be corrected. I set it to 0 as i assume it is not

Re: Bug 3144

2007-03-27 Thread Richard Heck
Jean-Marc Lasgouttes wrote: > Richard> Here's another idea. Basically, what I've done is added an > Richard> optional "setFont" argument to editXY, so we can call it with > Richard> setFont = false during mere mouse movements and still take > Richard> advantage of its recursion without messing up t

Re: Syntax highlighting for LaTeX Log (QLog).

2007-03-27 Thread Enrico Forestieri
On Mon, Mar 26, 2007 at 09:00:45AM -0500, Bo Peng wrote: > > Though I think that in this case highlighting may be helpful, I find > > that the gray strains the eyes. Could you make it darker, please? > > I do not have any preference of which color to use. Please change > Qt::Gray (line 39, src/fr

[Patch] Fix bug 3356

2007-03-27 Thread Bernhard Roider
Hello! The crash happens on alt+up and alt+down if the position of the cursor in the moved paragraph is beyond the length of the target paragraph. To avoid it the Position of the iterators for the target paragraph must be corrected. I set it to 0 as i assume it is not really used. Bernhard

Re: CMake and the new merge option

2007-03-27 Thread José Matos
On Monday 26 March 2007 4:47:24 pm Andre Poenitz wrote: > > There is no need for an srpm when building an rpm. One can > put arbitrary files in the %files section of the spec file, > including binaries. So you are proposing to package the final product and the simply copy it to the final destin

Re: Bug status

2007-03-27 Thread Bernhard Roider
Peter Kümmel wrote: Andre Poenitz wrote: Can you figure out in what kind of inset the cursor sits at this point of time? I smell a macro with zero arguments... "macro with zero arguments" seems right: open attached cut-down userguide file, delete the \macro, open all insets and Crtl-z -> cra

Re: Bug status

2007-03-27 Thread Peter Kümmel
Andre Poenitz wrote: > > Can you figure out in what kind of inset the cursor sits at this point > of time? I smell a macro with zero arguments... "macro with zero arguments" seems right: open attached cut-down userguide file, delete the \macro, open all insets and Crtl-z -> crash. Peter cra

Re: Bug status

2007-03-27 Thread Bernhard Roider
Bernhard Roider wrote: Andre Poenitz wrote: ... Can you figure out in what kind of inset the cursor sits at this point of time? I smell a macro yes, it is. Its a \hookleftarrow in fact the crash happens when only one math inset with only this macro is placed in a file and open all insets

Re: Bug status

2007-03-27 Thread Bernhard Roider
Andre Poenitz wrote: ... Can you figure out in what kind of inset the cursor sits at this point of time? I smell a macro yes, it is. Its a \hookleftarrow

Re: Bug 3144

2007-03-27 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> editXY sets font. When mouse moves, it calls editXY to identify Bo> inner most nested inset so the current font changes unnecessary. Bo> The proper solution may be moving setCurrentFont out of editXY and Bo> setCurrentFont when needed, and an e

Re: cmake

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 11:44:43PM +0200, Peter Kümmel wrote: > Andre Poenitz wrote: > > On Tue, Mar 27, 2007 at 08:31:33PM +0200, Peter Kümmel wrote: > >>> Possibly, because thing get larger, the compiler process is ~520 MB than > >>> which means it goes to swap on this (512 MB) machine. [It is s

Re: Bug 3144

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 04:33:38PM -0500, Bo Peng wrote: > >I did not closely follow this bug hinting frenzy, but are you sure > >that what is missing is not just a LyXText::setCurrentFont(LCursor & > >cur) at the right place? I do not see why there would be a need to > >change fonts on a cursor mo

Re: cmake

2007-03-27 Thread Peter Kümmel
Andre Poenitz wrote: > On Tue, Mar 27, 2007 at 08:31:33PM +0200, Peter Kümmel wrote: >>> Possibly, because thing get larger, the compiler process is ~520 MB than >>> which means it goes to swap on this (512 MB) machine. [It is still fine >>> for the Release version...] >> OK, I've committed. >> >>

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 10:27:15PM +0200, Bernhard Roider wrote: > >>>This patch fixes the crash. If the currently entered macro consists of > >>>only a backslash when pressing backspace then this patch removes it > >>>silently without creating a change tracking entry. AFAICS this behavior > >>>

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 10:05:09PM +0200, Peter Kümmel wrote: > Andre Poenitz wrote: > > On Tue, Mar 27, 2007 at 05:01:48PM +0200, Abdelrazak Younes wrote: > >> Andre Poenitz wrote: > >>> On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: > By the way, there's a new mathed and

Re: Weird Save Dialog Behavior in 1.5.svn

2007-03-27 Thread Bernhard Roider
A test here gives the same result. It seems that there is no other influence on the behavior of the file save dialog. I wonder what you led you to that change ;-) Bernhard Richard Heck wrote: Absolutely sure, no, but I did test it pretty extensively. So I'm pretty sure. Richard Bernhard Roi

Re: cmake

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 08:31:33PM +0200, Peter Kümmel wrote: > > Possibly, because thing get larger, the compiler process is ~520 MB than > > which means it goes to swap on this (512 MB) machine. [It is still fine > > for the Release version...] > > OK, I've committed. > > > Looks like a bit of

Re: Bug 3144

2007-03-27 Thread Bo Peng
I did not closely follow this bug hinting frenzy, but are you sure that what is missing is not just a LyXText::setCurrentFont(LCursor & cur) at the right place? I do not see why there would be a need to change fonts on a cursor move. editXY sets font. When mouse moves, it calls editXY to identif

Re: Bug 3144

2007-03-27 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> Here's another idea. Basically, what I've done is added an Richard> optional "setFont" argument to editXY, so we can call it with Richard> setFont = false during mere mouse movements and still take Richard> advantage of its recur

Re: Weird Save Dialog Behavior in 1.5.svn

2007-03-27 Thread Richard Heck
Absolutely sure, no, but I did test it pretty extensively. So I'm pretty sure. Richard Bernhard Roider wrote: > Richard Heck wrote: >> When I go to save a file---save I choose save as---I get all the >> directories and file names in the dialog on a single line, with most of >> the dialog box emp

Bug 3358

2007-03-27 Thread Bernhard Roider
The crash happens in a math-macro inset. Math macros are broken and cause a crash btw. - is that known? Create a math macro with arguments. When you use it some text is overlapping when modifying the arguments -> Metrics are incorrect. Save the file, close and reopen it. When trying to edit the m

Re: Bug status

2007-03-27 Thread Bernhard Roider
Andre Poenitz wrote: On Tue, Mar 27, 2007 at 01:51:45PM +0200, Abdelrazak Younes wrote: Bernhard Roider wrote: Andre Poenitz wrote: On Mon, Mar 26, 2007 at 05:55:13PM +0200, Abdelrazak Younes wrote: 3189 Backspace in Mathed results in crash I tried hard to fix that one but failed. Andre,

Re: Weird Save Dialog Behavior in 1.5.svn

2007-03-27 Thread Bernhard Roider
Richard Heck wrote: When I go to save a file---save I choose save as---I get all the directories and file names in the dialog on a single line, with most of the dialog box empty. This is on FC6. Can anyone confirm this? If I comment out the line dlg.setFileMode(QFileDialog::AnyFile), then the di

Re: HELP NEEDED: Graphics Paths Broken on Windows

2007-03-27 Thread Bernhard Roider
Yes. We need to convert all file tools to docstring. The only reason why it has not happened so far is that we need the string versions in some parts of the code that cannot be changed to docstring because of regexes (some bibtex stuff). Is it really needed to search the bibtex entries with r

Re: Bug 3144

2007-03-27 Thread Bo Peng
How about this hugely ugly patch? It basically restore changed font after cursor move. Have not really tested. Bo Index: src/BufferView.C === --- src/BufferView.C(revision 17599) +++ src/BufferView.C(working copy) @@ -1100,

Re: Bug status

2007-03-27 Thread Peter Kümmel
Andre Poenitz wrote: > On Tue, Mar 27, 2007 at 05:01:48PM +0200, Abdelrazak Younes wrote: >> Andre Poenitz wrote: >>> On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: By the way, there's a new mathed and undo related crash (which your patch does not fix): http

Re: Bug 3144

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 02:27:21PM -0400, Richard Heck wrote: > > Here's another idea. Basically, what I've done is added an optional > "setFont" argument to editXY, so we can call it with setFont = false > during mere mouse movements and still take advantage of its recursion > without messing up

Weird Save Dialog Behavior in 1.5.svn

2007-03-27 Thread Richard Heck
When I go to save a file---save I choose save as---I get all the directories and file names in the dialog on a single line, with most of the dialog box empty. This is on FC6. Can anyone confirm this? If I comment out the line dlg.setFileMode(QFileDialog::AnyFile), then the dialog looks as expecte

Re: Bug 3144

2007-03-27 Thread Abdelrazak Younes
Bernhard Roider wrote: Richard Heck wrote: Here's another idea. Basically, what I've done is added an optional "setFont" argument to editXY I thought about that yesterday and i assume it to be the fastest solution for now - but i agree that it is not very nice: Anyway, it can be made pretty

Re: Bug 3144

2007-03-27 Thread Bernhard Roider
Richard Heck wrote: Here's another idea. Basically, what I've done is added an optional "setFont" argument to editXY I thought about that yesterday and i assume it to be the fastest solution for now - but i agree that it is not very nice: Anyway, it can be made pretty later. other ways i

Re: Regression list

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 04:16:14PM +, Jean-Pierre Chrétien wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > > Jean-Pierre Chrétien wrote: > > > > I don't understand why bug:2529 and bug:2995 do not appear in > > > the list. These regressions are targeted to 1.4.x, is it the rea

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 05:01:48PM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: > >>By the way, there's a new mathed and undo related crash (which your > >>patch does not fix): > >> > >>http://bugzilla.lyx.org/show_bug

Re: GPL Statement

2007-03-27 Thread Peter Kümmel
Richard Heck wrote: > Peter Kümmel wrote: >> Seems it's all about functions and arguments: >> >> "Wenn in einem Ausdrucke, dessen Inhalt nicht beurtheilbar zu sein >> braucht, ein einfaches oder zusammengesetztes Zeichen an einer oder >> an mehreren Stellen vorkommt, und wir denken es an allen oder

Re: GPL Statement

2007-03-27 Thread Jürgen Spitzmüller
Richard Heck wrote: > And, as it happens, I'm in the midst of a large project on, among other > things, Frege's changing views about function and argument, e.g.: > http://frege.brown.edu/heck/pdf/published/FregeContribution.pdf > with more to come. > > And hey, J"urgen, note the co-author:

Re: QT4.3beta

2007-03-27 Thread Anders Ekberg
On 27 mar 2007, at 21.13, Bennett Helm wrote: On Mar 27, 2007, at 2:50 PM, Anders Ekberg wrote: I am trying to compile the svn version of LyX with QT4.3beta on Mac PPC (OS X 10.4.8). During the configuration phase the qt- library is not detected (using the configuration string from the INS

Re: GPL Statement

2007-03-27 Thread Peter Kümmel
Peter Kümmel wrote: > Abdelrazak Younes wrote: >> Jürgen Spitzmüller wrote: >>> Richard Heck wrote: I hereby grant permission to license my contributions to LyX under the Gnu General Public Licence, version 2 or later. >>> Thanks, and welcome aboard! >> Ditto. >> >> I am puzzled as t

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 04:32:13PM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: > >>One tiny comment: maybe you could use a boost::scoped_ptr instead of a > >>raw pointer for undo::pars? > > > >*shrug* I don't see the

Re: GPL Statement

2007-03-27 Thread Richard Heck
Peter Kümmel wrote: > Seems it's all about functions and arguments: > > "Wenn in einem Ausdrucke, dessen Inhalt nicht beurtheilbar zu sein > braucht, ein einfaches oder zusammengesetztes Zeichen an einer oder > an mehreren Stellen vorkommt, und wir denken es an allen oder einigen > dieser Stellen d

Re: GPL Statement

2007-03-27 Thread Richard Heck
Peter Kümmel wrote: > Seems it's all about functions and arguments: > > "Wenn in einem Ausdrucke, dessen Inhalt nicht beurtheilbar zu sein > braucht, ein einfaches oder zusammengesetztes Zeichen an einer oder > an mehreren Stellen vorkommt, und wir denken es an allen oder einigen > dieser Stellen d

Re: QT4.3beta

2007-03-27 Thread Bennett Helm
On Mar 27, 2007, at 2:50 PM, Anders Ekberg wrote: I am trying to compile the svn version of LyX with QT4.3beta on Mac PPC (OS X 10.4.8). During the configuration phase the qt-library is not detected (using the configuration string from the INSTALL-file and the same string works with QT4.2.3

Re: GPL Statement

2007-03-27 Thread Peter Kümmel
Abdelrazak Younes wrote: > Jürgen Spitzmüller wrote: >> Richard Heck wrote: >>> I hereby grant permission to license my contributions to LyX under >>> the Gnu >>> General Public Licence, version 2 or later. >> >> Thanks, and welcome aboard! > > Ditto. > > I am puzzled as to how a professor of Phi

QT4.3beta

2007-03-27 Thread Anders Ekberg
I am trying to compile the svn version of LyX with QT4.3beta on Mac PPC (OS X 10.4.8). During the configuration phase the qt-library is not detected (using the configuration string from the INSTALL-file and the same string works with QT4.2.3). Does anyone have an idea what the problem could b

Re: GPL Statement

2007-03-27 Thread Bennett Helm
On Mar 27, 2007, at 1:43 PM, Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Richard Heck wrote: I hereby grant permission to license my contributions to LyX under the Gnu General Public Licence, version 2 or later. Thanks, and welcome aboard! Ditto. I am puzzled as to how a professor

Re: cmake

2007-03-27 Thread Peter Kümmel
Andre Poenitz wrote: > On Mon, Mar 26, 2007 at 10:30:06PM +0200, Peter Kümmel wrote: >> Andre Poenitz wrote: >>> On Mon, Mar 26, 2007 at 08:52:56PM +0200, Peter Kümmel wrote: Andre Poenitz wrote: > On Mon, Mar 26, 2007 at 12:09:35AM +0200, Peter Kümmel wrote: >> I've added the flags >>

Bug 3144

2007-03-27 Thread Richard Heck
Here's another idea. Basically, what I've done is added an optional "setFont" argument to editXY, so we can call it with setFont = false during mere mouse movements and still take advantage of its recursion without messing up the font. setFont then has to be carried through the whole editXY hierar

Re: GPL Statement

2007-03-27 Thread Martin Vermeer
On Tue, Mar 27, 2007 at 07:43:42PM +0200, Abdelrazak Younes wrote: > Jürgen Spitzmüller wrote: > >Richard Heck wrote: > >>I hereby grant permission to license my contributions to LyX under the Gnu > >>General Public Licence, version 2 or later. > > > >Thanks, and welcome aboard! > > Ditto. > > I

Re: GPL Statement

2007-03-27 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I am puzzled as to how a professor of Philosophy can program so well ;-) Now his light shines even brighter: http://www.lyx.org/trac/changeset/17597 Jürgen

Re: GPL Statement

2007-03-27 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Richard Heck wrote: I hereby grant permission to license my contributions to LyX under the Gnu General Public Licence, version 2 or later. Thanks, and welcome aboard! Ditto. I am puzzled as to how a professor of Philosophy can program so well ;-) Abdel.

Re: File Encodings

2007-03-27 Thread Jürgen Spitzmüller
Richard Heck wrote: > What format should I be using? Is it iso-8859-1? Yes. Or iso-8859-15, for that matter. Jürgen

File Encodings

2007-03-27 Thread Richard Heck
Just a quick question. When I run svn diff, I get a lot of this: @@ -4,10 +4,10 @@ * Licence details can be found in the file COPYING. * * \author Alfredo Braunstein - * \author Lars Gullik Bjnnes + * \author Lars Gullik Bjnnes * \author John Levon - * \author Andr�P�itz - * \author Jrgen

Re: GPL Statement

2007-03-27 Thread Jürgen Spitzmüller
Richard Heck wrote: > I hereby grant permission to license my contributions to LyX under the Gnu > General Public Licence, version 2 or later. Thanks, and welcome aboard! Jürgen

GPL Statement

2007-03-27 Thread Richard Heck
I hereby grant permission to license my contributions to LyX under the Gnu General Public Licence, version 2 or later. Richard Jürgen Spitzmüller wrote: > Richard Heck wrote: > >> Whoops. Well, do you want to have a quick look at the attached patch >> anyway? (This supersedes the previous one

Re: Patch for 3272

2007-03-27 Thread Jürgen Spitzmüller
Richard Heck wrote: > Whoops. Well, do you want to have a quick look at the attached patch > anyway? (This supersedes the previous one.) I made some slightly more > extensive changes than you did and did it in a slightly different way. I looks good and behaves significantly better than what we had

Re: Patch for 3272

2007-03-27 Thread Richard Heck
Whoops. Well, do you want to have a quick look at the attached patch anyway? (This supersedes the previous one.) I made some slightly more extensive changes than you did and did it in a slightly different way. Much of that was motivated by some trouble I had with the "/1.5" setting on my machine.

Re: Regression list

2007-03-27 Thread Abdelrazak Younes
Jean-Pierre Chrétien wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: Jean-Pierre Chrétien wrote: I don't understand why bug:2529 and bug:2995 do not appear in the list. These regressions are targeted to 1.4.x, is it the reason ? [...] Have you tried the beta 1? Maybe the situation is

Re: Regression list

2007-03-27 Thread Jean-Pierre Chrétien
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chrétien wrote: > > I don't understand why bug:2529 and bug:2995 do not appear in > > the list. These regressions are targeted to 1.4.x, is it the reason ? [...] > Have you tried the beta 1? Maybe the situation is better WRT those bug

Re: Patch for 3143

2007-03-27 Thread Abdelrazak Younes
Richard Heck wrote: Abdelrazak Younes wrote: Richard Heck wrote: Abdelrazak Younes wrote: Richard Heck wrote: Abdelrazak Younes wrote: 3143 new paragraph doesn't reset text style Patch for 3143 attached. Richard -

Re: Patch for 3143

2007-03-27 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >> Abdelrazak Younes wrote: >>> Richard Heck wrote: Abdelrazak Younes wrote: > 3143 new paragraph doesn't reset text style >> Patch for 3143 attached. >> >> Richard >> >> >> >>

Re: Table of contents crashes

2007-03-27 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Does the attached patch fixes the problem? Not for me. Jürgen

Re: Getting citep etc. to work for egs.cls

2007-03-27 Thread José Matos
On Tuesday 27 March 2007 2:32:50 pm Georg Baum wrote: > Writing > > match.group(1).lower() > > instead of > > match.group(1) should give you the lowercase version (or maybe > string.lower(match.group(1)), I don't know by heart if the former works). Both work, but as you said the former is prefer

Re: Patch for 3144

2007-03-27 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Bo Peng wrote: Also, I reopened the bug for the reason described in bugzilla. OK but maybe this is a bug of checkInsetHit() instead? Yes, I think the correct solution is to rewrite checkInsetHit() so that it descend recursively and give the innermost inset. Then,

Re: Patch for 3144

2007-03-27 Thread Abdelrazak Younes
Bo Peng wrote: Hum, then it is probably better to put it inside moveToPosition(), isn't it? Yes, although moveToPosition is used to update bookmarks Do you really need to move the cursor to save a bookmark? when a buffer is closed, so no change of font is needed in that case. (It does not m

Re: Bug status

2007-03-27 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: By the way, there's a new mathed and undo related crash (which your patch does not fix): http://bugzilla.lyx.org/show_bug.cgi?id=3358 I cannot reproduce this one. You tried with the UserGuide? Abdel.

Re: Patch for 3144

2007-03-27 Thread Bo Peng
Hum, then it is probably better to put it inside moveToPosition(), isn't it? Yes, although moveToPosition is used to update bookmarks when a buffer is closed, so no change of font is needed in that case. (It does not matter though.) Also, I reopened the bug for the reason described in bugzilla.

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: > By the way, there's a new mathed and undo related crash (which your > patch does not fix): > > http://bugzilla.lyx.org/show_bug.cgi?id=3358 I cannot reproduce this one. Andre'

Re: Regression list

2007-03-27 Thread Abdelrazak Younes
Jean-Pierre Chrétien wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: http://tinyurl.com/2lwwdx Hello Abdel, I don't understand why bug:2529 and bug:2995 do not appear in the list. These regressions are targeted to 1.4.x, is it the reason ? Yes. The top priority right now is to correc

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 01:51:45PM +0200, Abdelrazak Younes wrote: > Bernhard Roider wrote: > >Andre Poenitz wrote: > >>On Mon, Mar 26, 2007 at 05:55:13PM +0200, Abdelrazak Younes wrote: > >>>3189 Backspace in Mathed results in crash > >>> > >>>I tried hard to fix that one but failed. Andre, co

Re: Patch for 3144

2007-03-27 Thread Abdelrazak Younes
Bo Peng wrote: Ahah Bo, this one's your fault (partially) ;-) They are both mine. Anyway, moveToPosition is called also in the case of bookmark-goto, Should we set font after line 1736 of lyxfunc.C? Hum, then it is probably better to put it inside moveToPosition(), isn't it? Abdel.

Re: Regression list

2007-03-27 Thread Jean-Pierre Chrétien
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > http://tinyurl.com/2lwwdx > > Hello Abdel, I don't understand why bug:2529 and bug:2995 do not appear in the list. These regressions are targeted to 1.4.x, is it the reason ? As you will notice, I considered this regression list in the light o

Re: HELP NEEDED: Graphics Paths Broken on Windows

2007-03-27 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Mar 27, 2007 at 10:23:06AM +0200, Abdelrazak Younes wrote: JMarc, Jose, if Lars has disappeared again I strongly suggest to give this guy SVN access. Andel. What's that? Stick to your side! Abdre' :-)

Re: Bug status

2007-03-27 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: One tiny comment: maybe you could use a boost::scoped_ptr instead of a raw pointer for undo::pars? *shrug* I don't see the benefit. I put ASSERTs all over the place to make sure we walk on the safe side.

Re: Patch for 3144

2007-03-27 Thread Bo Peng
Ahah Bo, this one's your fault (partially) ;-) They are both mine. Anyway, moveToPosition is called also in the case of bookmark-goto, Should we set font after line 1736 of lyxfunc.C? Bo

Re: Bug status

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 02:00:13PM +0200, Abdelrazak Younes wrote: > One tiny comment: maybe you could use a boost::scoped_ptr instead of a > raw pointer for undo::pars? *shrug* I don't see the benefit. I put ASSERTs all over the place to make sure we walk on the safe side. If someone else wants

Re: HELP NEEDED: Graphics Paths Broken on Windows

2007-03-27 Thread Andre Poenitz
On Tue, Mar 27, 2007 at 10:23:06AM +0200, Abdelrazak Younes wrote: > JMarc, Jose, if Lars has disappeared again I strongly suggest to give > this guy SVN access. > > Andel. What's that? Stick to your side! Abdre'

Re: cmake

2007-03-27 Thread Andre Poenitz
On Mon, Mar 26, 2007 at 10:30:06PM +0200, Peter Kümmel wrote: > Andre Poenitz wrote: > > On Mon, Mar 26, 2007 at 08:52:56PM +0200, Peter Kümmel wrote: > >> Andre Poenitz wrote: > >>> On Mon, Mar 26, 2007 at 12:09:35AM +0200, Peter Kümmel wrote: > I've added the flags > debug, release, pro

Re: Table of contents crashes

2007-03-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: I decided to try again the table of contents (which was always disabled), and now it crashes LyX with file Intro.lyx. Backtrace follows. If I look at frame 2, lfun_name_ is not initialized correctly: Interesting... Does the attached patch fixes the problem? Abdel.

Re: Getting citep etc. to work for egs.cls

2007-03-27 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Georg, the layout2layout code does not work because the wanted syntax is > Provides amsmath > instead of > Provides Amsmath 1 > > There are two problems: > > - I did not keep the 0/1 value, because I do not think it is useful. IMHO it is. Otherwise it is not po

Re: [patch] avoid hex in lyxerr output

2007-03-27 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Georg, does the following patch look right? Without it, all integers > are in hex in lyxerr output, which is a real pain. Yes, this is correct, although I would move the std::hex out of the loop. Unfortunately I keep forgetting which modifiers are permanent and which

Table of contents crashes

2007-03-27 Thread Jean-Marc Lasgouttes
I decided to try again the table of contents (which was always disabled), and now it crashes LyX with file Intro.lyx. Backtrace follows. If I look at frame 2, lfun_name_ is not initialized correctly: (gdb) frame 2 #2 0x08b0ee5f in lyx::frontend::ControlCommand::initialiseParams ( this=0x934

Re: Getting citep etc. to work for egs.cls

2007-03-27 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> This is the updated patch with layout2layout support. I needed Georg> to change one other place as well (compile error due to Georg> Martin's recent natbib change). Georg, the layout2layout code does not work because the wanted syntax

[patch] avoid hex in lyxerr output

2007-03-27 Thread Jean-Marc Lasgouttes
Georg, does the following patch look right? Without it, all integers are in hex in lyxerr output, which is a real pain. JMarc Index: src/encoding.C === --- src/encoding.C (révision 17589) +++ src/encoding.C (copie de travail) @@ -16

Re: Beta 2

2007-03-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: To be more precise, I have not followed what is going on and what needs to be done. Abdelrazak> I'll do that if you trust me ;-) The ANNOUNCE file has to be updated for example. I can do the search-an

Re: Beta 2

2007-03-27 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> To be more precise, I have not followed what is going on and what >> needs to be done. Abdelrazak> I'll do that if you trust me ;-) The ANNOUNCE file has to be updated for example. I can do the search-and-replace part, but I

Re: Beta 2

2007-03-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> José Matos wrote: Hi all, I am having at the moment some health problems, nothing too serious but my availability has been red

Re: Beta 2

2007-03-27 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> José Matos wrote: Hi all, I am having at the moment some health problems, nothing too serious but my availability has been reduced (as well my mood). In order not to delay further beta-2 I wou

Re: Beta 2

2007-03-27 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> José Matos wrote: >>> Hi all, I am having at the moment some health problems, nothing >>> too serious but my availability has been reduced (as well

Re: Beta 2

2007-03-27 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> José Matos wrote: >> Hi all, I am having at the moment some health problems, nothing too >> serious but my availability has been reduced (as well my mood). In >> order not to delay further beta-2 I would like to sugges

Re: Bug status

2007-03-27 Thread Abdelrazak Younes
Andre Poenitz wrote: On Mon, Mar 26, 2007 at 05:55:13PM +0200, Abdelrazak Younes wrote: 3189Backspace in Mathed results in crash I tried hard to fix that one but failed. Andre, could you please have a look? I don't get a crash but "wrong pos 1, max is 0 at level 2. Trying to correct t

Re: Bug status

2007-03-27 Thread Abdelrazak Younes
Bernhard Roider wrote: Andre Poenitz wrote: On Mon, Mar 26, 2007 at 05:55:13PM +0200, Abdelrazak Younes wrote: 3189 Backspace in Mathed results in crash I tried hard to fix that one but failed. Andre, could you please have a look? This patch fixes the crash. If the currently entered mac

Re: Beta 2

2007-03-27 Thread Abdelrazak Younes
José Matos wrote: Hi all, I am having at the moment some health problems, nothing too serious but my availability has been reduced (as well my mood). In order not to delay further beta-2 I would like to suggest that someone else drives the release procedure for the second beta. JMarc?

Beta 2

2007-03-27 Thread José Matos
Hi all, I am having at the moment some health problems, nothing too serious but my availability has been reduced (as well my mood). In order not to delay further beta-2 I would like to suggest that someone else drives the release procedure for the second beta. I want to apologi

Re: Patch for 3144

2007-03-27 Thread Abdelrazak Younes
Richard Heck wrote: Abdelrazak Younes wrote: Richard Heck wrote: Abdelrazak Younes wrote: 3144 text style ignored in many cases Patch for 3144 attached. Ahah Bo, this one's your fault (partially) ;-) Good catch Richard, thanks a lot! Do you have SVN write access? I guess not... I'll c

Re: Patch for 3143

2007-03-27 Thread Abdelrazak Younes
Richard Heck wrote: Abdelrazak Younes wrote: Richard Heck wrote: Abdelrazak Younes wrote: 3143 new paragraph doesn't reset text style Patch for 3143 attached. Richard Index: text3.C ===

Re: Patch for 3272

2007-03-27 Thread Jürgen Spitzmüller
Richard Heck wrote: > Also at bugzilla Erm, I just fixed that (r17588). Jürgen

Patch for 3272

2007-03-27 Thread Richard Heck
Also at bugzilla The problem seems to have arisen from some changes made during the port to QT4. I've re-instated some of what was removed---basically, a timer---and cleaned up a few things as well. In particular, it seems to me it's not work tracking the location of the original double click

Patch for 3144

2007-03-27 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >> Abdelrazak Younes wrote: >>> 3144 text style ignored in many cases Patch for 3144 attached. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://freg

Patch for 3143

2007-03-27 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >> Abdelrazak Younes wrote: >>> 3143 new paragraph doesn't reset text style Patch for 3143 attached. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http

Re: Bug status

2007-03-27 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >> Abdelrazak Younes wrote: >>> 3144 text style ignored in many cases Patch for 3144 attached. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://freg

Re: Bug status

2007-03-27 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >> Abdelrazak Younes wrote: >>> 3143 new paragraph doesn't reset text style Patch for 3143 attached. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http

Re: Bug status

2007-03-27 Thread Abdelrazak Younes
Richard Heck wrote: Abdelrazak Younes wrote: 3143 new paragraph doesn't reset text style 3144 text style ignored in many cases I've sent patches to bugzilla that resolve these for me. They are really very simple in the end, but they'll need to be checked, especially the first one. H

  1   2   >