Re: problems when switching to beamer

2006-01-23 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Jean-Marc Lasgouttes wrote: I guess we could just use \def Juergen instead of \renewcommand in this case, or some [EMAIL PROTECTED] Juergen check. Yes. A slightly less trivial fix (for 1.5) would be to have a variable ItemDepth

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Sun, 2006-01-22 at 20:43 +0100, Andre Poenitz wrote: The patch makes cursor movement a little more generous ;-) A comment stating this would be in order... Andre' OK, see attached. Would somebody test this, please? Further remarks: 1) I don't think it is possible to get this

Re: problems when switching to beamer

2006-01-23 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: It is not really a new problem, so in theory it can wait. OTOH, I do not see what could go wrong with it. Agreed to both points. It's no new problem. OTOH it is quite annoying and the fix is really safe. Did you test with beamer? Yes. I tested with beamer and

Re: LyX and the Wu Ming Revolution

2006-01-23 Thread Jean-Marc Lasgouttes
Charles == Charles de Miramon [EMAIL PROTECTED] writes: Charles Who said that LyX was only used to write boring academic Charles papers ;-) Charles You, LyX developers, are working for the Texas branch of the Charles Wu Ming Revolution. :) I am not sure I understood everything about what they

Re: Bug 2015 patch + profiling

2006-01-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: Attached the IMHO current best version of this patch, which was held up by a discussion about the best way to find the pit value of a given paragraph (loop, linear computation for vector, or some std::find thing). This proposal doesn't assume vector. I'm sorry to be a

Re: Update for GUII page

2006-01-23 Thread Jean-Marc Lasgouttes
John == John Spray [EMAIL PROTECTED] writes: Hi John, John Hi, Attached patch does the following: * Remove the 'Footnote' John and 'Marginal Note' entries, since they don't seem to correspond John to any dialog in any frontend. * Mark Ref, Citation and John Thesaurus as complete for GTK

Re: Bug reporting - disk full

2006-01-23 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak I see that you and Angus have a lot of Qt4 expertise. It Abdelrazak would be a pity for LyX to loose that IMO. Lars, Abdelrazak Jean-Marc, when do you think it would be possible to allow Abdelrazak me to commit what I have done

Re: Bug reporting - disk full

2006-01-23 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak For one it inherits QObject so it is more. The thing is Abdelrazak that it stores all useful properties of menu items and Abdelrazak toolbar buttons without being limited to that of course. Abdelrazak So the contents are

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin A patch for this is attached. An unbelievable story really... Martin when doing cursor up/down, the new y co-ordinate is just _one Martin pixel_ into the next/previous row! Therefore the test for Martin being inside a math inset will only

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin BTW, in Martin inset-cursorPos(it.top(), c.boundary() ((i+1) == Martin it.depth()), xo, inset- yo); Martin what precisely is the (i+1) == it.depth() condition for? Looks Martin nonsensical to me. i is the counter of dociterator

Three bugs in LyX math editor

2006-01-23 Thread H. Peter Gumm
Dear developers, first of all let me congratulate you and thank you for the wonderful environment that you have provided with LyX. I have now completely switched to LyX in all my publications and am currently using it for writing a book. Let me also mention, that for me the point to switch to

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Ah yes... thanks. The attached should be OK in this respect. I do not think so: - for ( ; it != et; it.forwardPos()) { + for ( ; it != et it.pit() from + 2; it.forwardPos()) { This code compares pits,

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin This is nice and snappy. (Why would using the cache be Martin better?) Using the cache is better for fixing bruteFind. You approach fixes a different problem, in some sense. JMarc

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 09:34 +0100, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin A patch for this is attached. An unbelievable story really... Martin when doing cursor up/down, the new y co-ordinate is just _one Martin pixel_ into the next/previous

Re: bug reading math macros with 1.4.0cvs

2006-01-23 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Also sprach Jean-Marc Lasgouttes: What about the following patch? Juergen Looks good and works for me. However, given your explanation, Juergen I think there's also an initMath() call missing in Juergen math_hullinset. See

Re: Bug reporting - disk full

2006-01-23 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak I see that you and Angus have a lot of Qt4 expertise. It Abdelrazak would be a pity for LyX to loose that IMO. Lars, Abdelrazak Jean-Marc, when do you think it would be possible to allow

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-23 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I tested the attached patch on my home machine now quite Juergen intensely and discovered no problems. Change tracking works Juergen fine, beamer works fine. With the new code Juergen (\PassOptionsToPackage), even change tracking

Re: copying and pasting a LyX environment? (like Word's Format Painter)

2006-01-23 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak And what's wrong with that? I mean, if it doesn't eat up Abdelrazak CPU cycles, the less hard-coded code the better. Think Abdelrazak about the possibilities for an experimented (and Abdelrazak imaginative) user who will be

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 09:59 +0100, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Ah yes... thanks. The attached should be OK in this respect. I do not think so: - for ( ; it != et; it.forwardPos()) { + for ( ; it != et

Re: [announce] final release of LyXWinInstaller

2006-01-23 Thread Uwe Stöhr
Massimo Lucci wrote: sorry to say that when I try to execute the complete file I got the error you see in the attached picture. The complete installer is indeed corrupted. This seems to be a problem of berlios.de and its shell server, because my local version works fine. I'll upload a new

Re: Bug reporting - disk full

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 10:16 +0100, Abdelrazak Younes wrote: Jean-Marc Lasgouttes a écrit : Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak I see that you and Angus have a lot of Qt4 expertise. It Abdelrazak would be a pity for LyX to loose that IMO. Lars,

Re: 1.4pre3 feature requests

2006-01-23 Thread Helge Hafting
Juergen Spitzmueller wrote: Helge Hafting wrote: I would _hate_ that to happen in lyx - then I'd simply have to disable toolbars. You are aware that we are talking about something that *was* available in LyX 1.3.x, but will disappear in 1.4? Guess I have been lucky then. :-) Or

Re: Bug 2015 patch + profiling

2006-01-23 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I'm sorry to be a pain in the neck, but I think this patch Juergen really should go in. It fixes bug 2015 and the most important Juergen part of bug 2019, both of which are must-fixes for 1.4.0 IMO. Juergen

[PATCH] blue line problem fix

2006-01-23 Thread Martin Vermeer
The attached is an attempt to fix the blue underline problem that occurs, e.g, with tabulars, and a few more irritating places. It also removes the kludge that semi-fixed it before (yes, I am to blame for that one). Explanation: 1) The chunk to text.C makes the font that's handed to insets of

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-23 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: I am not sure I understand. I thought the problem was that beamer loads xcolor by itself. In this case, what is the difference between \PassOptionToPackage{usenames}{color} \usepackage{color} and \usepackage[usenames]{color} Beamer apparently loads color. Either

Re: Bug 2015 patch + profiling

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 10:42 +0100, Jean-Marc Lasgouttes wrote: Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I'm sorry to be a pain in the neck, but I think this patch Juergen really should go in. It fixes bug 2015 and the most important Juergen part of bug 2019, both of

Re: [PATCH] blue line problem fix

2006-01-23 Thread Martin Vermeer
...and here (drum roll) is the patch... On Mon, 2006-01-23 at 11:50 +0200, Martin Vermeer wrote: The attached is an attempt to fix the blue underline problem that occurs, e.g, with tabulars, and a few more irritating places. It also removes the kludge that semi-fixed it before (yes, I am

[PATCH] Re: 1.4cvs BUG 2232: caption inside minipage in float suddenly meanlingless

2006-01-23 Thread Helge Hafting
Martin Vermeer wrote: On Sat, Jan 21, 2006 at 02:09:29AM +0100, Helge Hafting wrote: Create a memoir document. Insert a figure float, with picture and caption. Mark everything inside the float, insert a minipage. Observe that the lyx GUI now call the caption meaningless instead of the usual

Re: [PATCH] blue line problem fix - failure in testing

2006-01-23 Thread Helge Hafting
Martin Vermeer wrote: ...and here (drum roll) is the patch... I appreciate the effort, for the issue is annoying when writing in a nondefault language. Something is missing though: 1. Create new document. (Default language here is Norwegian) 2. Set the Document language to Swedish before

Re: Screen update improvements

2006-01-23 Thread Helge Hafting
Michael Gerz wrote: Lars Gullik Bjønnes wrote: | Is it really so horrible on windows that this cannot wait? | | Yes, I think so. Ok, then. Lars, you can relax! One of the latest qtwin patches resolved the flickering problem. There is no need to fix flickering in LyX any more. I still

Re: [PATCH] Re: 1.4cvs BUG 2232: caption inside minipage in float suddenly meanlingless

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 11:11 +0100, Helge Hafting wrote: Martin Vermeer wrote: On Sat, Jan 21, 2006 at 02:09:29AM +0100, Helge Hafting wrote: Create a memoir document. Insert a figure float, with picture and caption. Mark everything inside the float, insert a minipage. Observe that

Re: Screen update improvements

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 11:30 +0100, Helge Hafting wrote: Michael Gerz wrote: Lars Gullik Bjønnes wrote: | Is it really so horrible on windows that this cannot wait? | | Yes, I think so. Ok, then. Lars, you can relax! One of the latest qtwin patches resolved the

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Juergen Spitzmueller
Jean-Pierre Chrétien wrote: I just find out that the --with-version-suffix=-1.4.0cvs-qt does not works anymore for lyx, lyxclient and tex2lyx, which clobber the current installed lyx working version. Does this deserve a bugzilla message ? IMO yes. What is wrong? For once, it seems to work

Re: bug reading math macros with 1.4.0cvs

2006-01-23 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: I do not think this one is needed: if you already have a hullinset object to copy from, math has to be initialized already, methinks. You obviously know this constructor stuff much better than me. So I'd say apply your patch if it works for you (it does for me).

Patch: in-text buttons

2006-01-23 Thread Martin Hinsch
Hi This tiny patch fixes the drawing of the in-text buttons (for Notes, citations etc.) in Painter.C. -- Martin Hinsch [EMAIL PROTECTED] +31 50 363 8097 CEES Centre for Ecological and Evolutionary Studies Biologisch Centrum Kerklaan 30 Postbus 14 9750 AA Haren 43,45c43,45 x1[0] = x +

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Enrico Forestieri
Juergen Spitzmueller [EMAIL PROTECTED] writes: Jean-Pierre Chrétien wrote: I just find out that the --with-version-suffix=-1.4.0cvs-qt does not works anymore for lyx, lyxclient and tex2lyx, which clobber the current installed lyx working version. Does this deserve a bugzilla message ?

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Juergen Spitzmueller
Enrico Forestieri wrote: I also observed this. In practice the specified suffix does not get attached to the installed binaries. They are installed as lyx, lyxclient and tex2lyx instead of lyx-1.4.0cvs-qt etc. This also happens when not explicitly specifying a suffix, i.e., when merely using

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Jean-Pierre Chrétien
Juergen Spitzmueller [EMAIL PROTECTED] writes: Jean-Pierre Chrétien wrote: I just find out that the --with-version-suffix=-1.4.0cvs-qt does not works anymore for lyx, lyxclient and tex2lyx, which clobber the current installed lyx working version. Does this deserve a bugzilla message

Re: problems when switching to beamer

2006-01-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: | | Juergen Jean-Marc Lasgouttes wrote: I guess we could just use \def | Juergen instead of \renewcommand in this case, or some [EMAIL PROTECTED] | Juergen check. | Yes. A slightly less

Bookmark Problems

2006-01-23 Thread samar j. singh
Hi It seems that if a Bookmark is set on one version of a document which is then closed, then, when working on a later version of the document, calling that bookmark will open the previous document. This happens quite rapidly and it is very possible that one then starts working on that older

Re: Three bugs in LyX math editor

2006-01-23 Thread Stephen Harris
Hello Professor Gumm, I noticed that the url you posted is incorrect, http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic.pdf you left out the xypic directory in the url. http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic/xypic.pdf Also I noticed that in LyX1.4.0pre3 compiled with Mingw for

Re: 1.4pre3 feature requests

2006-01-23 Thread John Levon
On Mon, Jan 23, 2006 at 10:46:51AM +0100, Helge Hafting wrote: Thunderbird 1.0.7 seems to get this stuff right. Normally, you can't drag any part of the toolbar. But there is a customize mode for those who want to do such things. I am not against customizing, but I think such things

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Andre Poenitz
On Mon, Jan 23, 2006 at 11:29:02AM +0200, Martin Vermeer wrote: On Mon, 2006-01-23 at 09:59 +0100, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin Ah yes... thanks. The attached should be OK in this respect. I do not think so: -

Re: [announce] final release of LyXWinInstaller

2006-01-23 Thread Uwe Stöhr
Massimo Lucci wrote: sorry to say that when I try to execute the complete file I got the error you see in the attached picture. I just uploaded the complete version again and tested that it is this time not corrupted. Sorry for the inconvenience and regards Uwe

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Mon, Jan 23, 2006 at 08:05:48PM +0100, Andre Poenitz wrote: On Mon, Jan 23, 2006 at 11:29:02AM +0200, Martin Vermeer wrote: On Mon, 2006-01-23 at 09:59 +0100, Jean-Marc Lasgouttes wrote: Martin == Martin Vermeer [EMAIL PROTECTED] writes: ... This code compares pits, but you do not

Re: Three bugs in LyX math editor

2006-01-23 Thread Georg Baum
Am Montag, 23. Januar 2006 09:29 schrieb H. Peter Gumm: [xymatrix problems] Do you have any solutions to this ? At this stage, a workaround would also be very welcome to me. Dear H. Peter Gumm, xy-pic support in LyX is not complete. LyX stores equations in TeX syntax in .lyx files. The

[Patch] Gtk Image class

2006-01-23 Thread John Spray
Hi, Today I've got rid of the Gtk frontend's dependency on the xformsImage class. That means that the only xforms-dependence remaining in the Gtk frontend is the placeholder dialogs. It also removes (I think) the last of the X-specific calls apart from Xft. The image handling is not yet

Losing the document

2006-01-23 Thread samar j. singh
Hi On several occasions while working on a document, I have found that the document dissappears suddenly and Lyx is no longer loaded. It appears that this follows the use of the Page Up and Page Down keys. However, Lyx creates an emergency version before quitting so one does not actually lose

Problems with Longtable 1.4.0pre3

2006-01-23 Thread samar j. singh
Hi Long table does not split when inside a Table float. I am not sure this is unique to this version of Lyx though I seem to think I have used this successfully before. samar

Re: Losing the document

2006-01-23 Thread Martin Vermeer
On Tue, Jan 24, 2006 at 07:31:39AM +0530, samar j. singh wrote: Hi On several occasions while working on a document, I have found that the document dissappears suddenly and Lyx is no longer loaded. It appears that this follows the use of the Page Up and Page Down keys. However, Lyx creates

Re: [PATCH] blue line problem fix - failure in testing

2006-01-23 Thread Martin Vermeer
On Mon, Jan 23, 2006 at 11:27:18AM +0100, Helge Hafting wrote: Martin Vermeer wrote: ...and here (drum roll) is the patch... I appreciate the effort, for the issue is annoying when writing in a nondefault language. Something is missing though: 1. Create new document. (Default

Re: problems when switching to beamer

2006-01-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: I guess we could just use \def Juergen> instead of \renewcommand in this case, or some [EMAIL PROTECTED] Juergen> check. >> Yes. A slightly less trivial fix (for 1.5) would be to have a >>

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Sun, 2006-01-22 at 20:43 +0100, Andre Poenitz wrote: > > The patch makes cursor movement a little more generous ;-) > > A comment stating this would be in order... > > Andre' OK, see attached. Would somebody test this, please? Further remarks: 1) I don't think it is possible to get this

Re: problems when switching to beamer

2006-01-23 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > It is not really a new problem, so in theory it can wait. OTOH, I do > not see what could go wrong with it. Agreed to both points. It's no new problem. OTOH it is quite annoying and the fix is really safe. > Did you test with beamer? Yes. I tested with beamer and

Re: LyX and the Wu Ming Revolution

2006-01-23 Thread Jean-Marc Lasgouttes
> "Charles" == Charles de Miramon <[EMAIL PROTECTED]> writes: Charles> Who said that LyX was only used to write boring academic Charles> papers ;-) Charles> You, LyX developers, are working for the Texas branch of the Charles> Wu Ming Revolution. :) I am not sure I understood everything

Re: Bug 2015 patch + profiling

2006-01-23 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Attached the IMHO "current best" version of this patch, which was held > up by a discussion about the best way to find the pit value of a given > paragraph (loop, linear computation for , or some std::find > thing). This proposal doesn't assume . I'm sorry to be a pain in

Re: Update for GUII page

2006-01-23 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: Hi John, John> Hi, Attached patch does the following: * Remove the 'Footnote' John> and 'Marginal Note' entries, since they don't seem to correspond John> to any dialog in any frontend. * Mark Ref, Citation and John> Thesaurus as complete

Re: Bug reporting - disk full

2006-01-23 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I see that you and Angus have a lot of Qt4 expertise. It Abdelrazak> would be a pity for LyX to loose that IMO. Lars, Abdelrazak> Jean-Marc, when do you think it would be possible to allow Abdelrazak> me to commit

Re: Bug reporting - disk full

2006-01-23 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> For one it inherits QObject so it is more. The thing is Abdelrazak> that it stores all useful properties of menu items and Abdelrazak> toolbar buttons without being limited to that of course. Abdelrazak> So the

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> A patch for this is attached. An unbelievable story really... Martin> when doing cursor up/down, the new y co-ordinate is just _one Martin> pixel_ into the next/previous row! Therefore the test for Martin> being inside a math

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> BTW, in Martin> inset->cursorPos(it.top(), c.boundary() && ((i+1) == Martin> it.depth()), xo, inset-> yo); Martin> what precisely is the (i+1) == it.depth() condition for? Looks Martin> nonsensical to me. i is the counter of

Three bugs in LyX math editor

2006-01-23 Thread H. Peter Gumm
Dear developers, first of all let me congratulate you and thank you for the wonderful environment that you have provided with LyX. I have now completely switched to LyX in all my publications and am currently using it for writing a book. Let me also mention, that for me the point to switch to

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Ah yes... thanks. The attached should be OK in this respect. I do not think so: - for ( ; it != et; it.forwardPos()) { + for ( ; it != et && it.pit() < from + 2; it.forwardPos()) { This code

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> This is nice and snappy. (Why would using the cache be Martin> better?) Using the cache is better for fixing bruteFind. You approach fixes a different problem, in some sense. JMarc

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 09:34 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> A patch for this is attached. An unbelievable story really... > Martin> when doing cursor up/down, the new y co-ordinate is just _one > Martin> pixel_ into the

Re: bug reading math macros with 1.4.0cvs

2006-01-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Also sprach Jean-Marc Lasgouttes: >> What about the following patch? Juergen> Looks good and works for me. However, given your explanation, Juergen> I think there's also an initMath() call missing in Juergen>

Re: Bug reporting - disk full

2006-01-23 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> I see that you and Angus have a lot of Qt4 expertise. It Abdelrazak> would be a pity for LyX to loose that IMO. Lars, Abdelrazak> Jean-Marc, when do you think it would be possible to allow

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I tested the attached patch on my home machine now quite Juergen> intensely and discovered no problems. Change tracking works Juergen> fine, beamer works fine. With the new code Juergen> (\PassOptionsToPackage), even

Re: copying and pasting a LyX environment? (like Word's Format Painter)

2006-01-23 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> And what's wrong with that? I mean, if it doesn't eat up Abdelrazak> CPU cycles, the less hard-coded code the better. Think Abdelrazak> about the possibilities for an experimented (and Abdelrazak> imaginative) user

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 09:59 +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Ah yes... thanks. The attached should be OK in this respect. > > > I do not think so: > - for ( ; it != et; it.forwardPos()) { > +

Re: [announce] final release of LyXWinInstaller

2006-01-23 Thread Uwe Stöhr
Massimo Lucci wrote: sorry to say that when I try to execute the complete file I got the error you see in the attached picture. The complete installer is indeed corrupted. This seems to be a problem of berlios.de and its shell server, because my local version works fine. I'll upload a new

Re: Bug reporting - disk full

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 10:16 +0100, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes a écrit : > >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > Abdelrazak> I see that you and Angus have a lot of Qt4 expertise. It > > Abdelrazak> would be a pity for LyX to loose that

Re: 1.4pre3 feature requests

2006-01-23 Thread Helge Hafting
Juergen Spitzmueller wrote: Helge Hafting wrote: I would _hate_ that to happen in lyx - then I'd simply have to disable toolbars. You are aware that we are talking about something that *was* available in LyX 1.3.x, but will disappear in 1.4? Guess I have been lucky then. :-) Or

Re: Bug 2015 patch + profiling

2006-01-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I'm sorry to be a pain in the neck, but I think this patch Juergen> really should go in. It fixes bug 2015 and the most important Juergen> part of bug 2019, both of which are must-fixes for 1.4.0 IMO. Juergen>

[PATCH] blue line problem fix

2006-01-23 Thread Martin Vermeer
The attached is an attempt to fix the blue underline problem that occurs, e.g, with tabulars, and a few more irritating places. It also removes the kludge that semi-fixed it before (yes, I am to blame for that one). Explanation: 1) The chunk to text.C makes the font that's handed to insets of

Re: About bug 2169: Inserted \usepackage[usenames]{color} clashes with beamer/xcolor

2006-01-23 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I am not sure I understand. I thought the problem was that beamer > loads xcolor by itself. In this case, what is the difference between > \PassOptionToPackage{usenames}{color} > \usepackage{color} > and > \usepackage[usenames]{color} Beamer apparently loads color.

Re: Bug 2015 patch + profiling

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 10:42 +0100, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> I'm sorry to be a pain in the neck, but I think this patch > Juergen> really should go in. It fixes bug 2015 and the most important > Juergen> part of

Re: [PATCH] blue line problem fix

2006-01-23 Thread Martin Vermeer
...and here (drum roll) is the patch... On Mon, 2006-01-23 at 11:50 +0200, Martin Vermeer wrote: > The attached is an attempt to fix the blue underline problem that > occurs, e.g, with tabulars, and a few more irritating places. > > It also removes the kludge that semi-fixed it before (yes, I

[PATCH] Re: 1.4cvs BUG 2232: caption inside minipage in float suddenly "meanlingless"

2006-01-23 Thread Helge Hafting
Martin Vermeer wrote: On Sat, Jan 21, 2006 at 02:09:29AM +0100, Helge Hafting wrote: Create a memoir document. Insert a figure float, with picture and caption. Mark everything inside the float, insert a minipage. Observe that the lyx GUI now call the caption "meaningless" instead of the

Re: [PATCH] blue line problem fix - failure in testing

2006-01-23 Thread Helge Hafting
Martin Vermeer wrote: ...and here (drum roll) is the patch... I appreciate the effort, for the issue is annoying when writing in a nondefault language. Something is missing though: 1. Create new document. (Default language here is Norwegian) 2. Set the Document language to Swedish before

Re: Screen update improvements

2006-01-23 Thread Helge Hafting
Michael Gerz wrote: Lars Gullik Bjønnes wrote: | >Is it really so horrible on windows that this cannot wait? | > | Yes, I think so. Ok, then. Lars, you can relax! One of the latest qtwin patches resolved the flickering problem. There is no need to fix flickering in LyX any more. I

Re: [PATCH] Re: 1.4cvs BUG 2232: caption inside minipage in float suddenly "meanlingless"

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 11:11 +0100, Helge Hafting wrote: > Martin Vermeer wrote: > > >On Sat, Jan 21, 2006 at 02:09:29AM +0100, Helge Hafting wrote: > > > > > >>Create a memoir document. > >>Insert a figure float, with picture and caption. > >>Mark everything inside the float, insert a minipage.

Re: Screen update improvements

2006-01-23 Thread Martin Vermeer
On Mon, 2006-01-23 at 11:30 +0100, Helge Hafting wrote: > Michael Gerz wrote: > > > Lars Gullik Bjønnes wrote: > > > >> | >Is it really so horrible on windows that this cannot wait? > >> | > > >> | Yes, I think so. > >> > >> Ok, then. > >> > >> > > Lars, you can relax! One of the latest qtwin

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Juergen Spitzmueller
Jean-Pierre Chrétien wrote: > I just find out that the --with-version-suffix=-1.4.0cvs-qt does not > works anymore for lyx, lyxclient and tex2lyx, which clobber the > current installed lyx working version. > > Does this deserve a bugzilla message ? IMO yes. What is wrong? For once, it seems to

Re: bug reading math macros with 1.4.0cvs

2006-01-23 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I do not think this one is needed: if you already have a hullinset > object to copy from, math has to be initialized already, methinks. You obviously know this constructor stuff much better than me. So I'd say apply your patch if it works for you (it does for me).

Patch: in-text buttons

2006-01-23 Thread Martin Hinsch
Hi This tiny patch fixes the drawing of the in-text buttons (for Notes, citations etc.) in Painter.C. -- Martin Hinsch [EMAIL PROTECTED] +31 50 363 8097 CEES Centre for Ecological and Evolutionary Studies Biologisch Centrum Kerklaan 30 Postbus 14 9750 AA Haren 43,45c43,45 < x1[0] = x +

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Enrico Forestieri
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chrétien wrote: > > I just find out that the --with-version-suffix=-1.4.0cvs-qt does not > > works anymore for lyx, lyxclient and tex2lyx, which clobber the > > current installed lyx working version. > > > > Does this deserve a

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Juergen Spitzmueller
Enrico Forestieri wrote: > I also observed this. In practice the specified suffix does not get > attached to the installed binaries. They are installed as > lyx, lyxclient and tex2lyx instead of lyx-1.4.0cvs-qt etc. > This also happens when not explicitly specifying a suffix, i.e., when > merely

Re: Version-suffix with 1.4.0.cvs

2006-01-23 Thread Jean-Pierre Chrétien
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chrétien wrote: > > I just find out that the --with-version-suffix=-1.4.0cvs-qt does not > > works anymore for lyx, lyxclient and tex2lyx, which clobber the > > current installed lyx working version. > > > > Does this deserve a

Re: problems when switching to beamer

2006-01-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | | Juergen> Jean-Marc Lasgouttes wrote: I guess we could just use \def | Juergen> instead of \renewcommand in this case, or some [EMAIL PROTECTED] | Juergen> check. | >> Yes.

Bookmark Problems

2006-01-23 Thread samar j. singh
Hi It seems that if a Bookmark is set on one version of a document which is then closed, then, when working on a later version of the document, calling that bookmark will open the previous document. This happens quite rapidly and it is very possible that one then starts working on that older

Re: Three bugs in LyX math editor

2006-01-23 Thread Stephen Harris
Hello Professor Gumm, I noticed that the url you posted is incorrect, http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic.pdf you left out the xypic directory in the url. http://www.mathematik.uni-marburg.de/~gumm/LyX/xypic/xypic.pdf Also I noticed that in LyX1.4.0pre3 compiled with Mingw for

Re: 1.4pre3 feature requests

2006-01-23 Thread John Levon
On Mon, Jan 23, 2006 at 10:46:51AM +0100, Helge Hafting wrote: > Thunderbird 1.0.7 seems to get this stuff right. Normally, you can't drag > any part of the toolbar. But there is a "customize mode" for those who > want to do such things. I am not against customizing, but I think such > things

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Andre Poenitz
On Mon, Jan 23, 2006 at 11:29:02AM +0200, Martin Vermeer wrote: > On Mon, 2006-01-23 at 09:59 +0100, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > Martin> Ah yes... thanks. The attached should be OK in this respect. > > > > > > I do not

Re: [announce] final release of LyXWinInstaller

2006-01-23 Thread Uwe Stöhr
Massimo Lucci wrote: sorry to say that when I try to execute the complete file I got the error you see in the attached picture. I just uploaded the complete version again and tested that it is this time not corrupted. Sorry for the inconvenience and regards Uwe

Re: [PATCH] get rid of some debug output

2006-01-23 Thread Martin Vermeer
On Mon, Jan 23, 2006 at 08:05:48PM +0100, Andre Poenitz wrote: > On Mon, Jan 23, 2006 at 11:29:02AM +0200, Martin Vermeer wrote: > > On Mon, 2006-01-23 at 09:59 +0100, Jean-Marc Lasgouttes wrote: > > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: ... > > > This code compares

Re: Three bugs in LyX math editor

2006-01-23 Thread Georg Baum
Am Montag, 23. Januar 2006 09:29 schrieb H. Peter Gumm: [xymatrix problems] > Do you have any solutions to this ? At this stage, a > workaround would also be very welcome to me. Dear H. Peter Gumm, xy-pic support in LyX is not complete. LyX stores equations in TeX syntax in .lyx files. The

[Patch] Gtk Image class

2006-01-23 Thread John Spray
Hi, Today I've got rid of the Gtk frontend's dependency on the xformsImage class. That means that the only xforms-dependence remaining in the Gtk frontend is the placeholder dialogs. It also removes (I think) the last of the X-specific calls apart from Xft. The image handling is not yet

Losing the document

2006-01-23 Thread samar j. singh
Hi On several occasions while working on a document, I have found that the document dissappears suddenly and Lyx is no longer loaded. It appears that this follows the use of the Page Up and Page Down keys. However, Lyx creates an emergency version before quitting so one does not actually lose

Problems with Longtable 1.4.0pre3

2006-01-23 Thread samar j. singh
Hi Long table does not split when inside a Table float. I am not sure this is unique to this version of Lyx though I seem to think I have used this successfully before. samar

  1   2   >