Re: [Cvslog] r18975 - /lyx-devel/trunk/src/CutAndPaste.cpp

2007-07-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: + // this is currently disabled because it eats too much resources + // while selecting (cf. bug 3877) (and I think I'd use #if 0; but that's just nitpicking). I did this to clarify the issue a bit. Thanks. Abdel.

Middle click to paste (Was: Status of LyX 1.5.0?)

2007-07-03 Thread christian . ridderstrom
On Wed, 4 Jul 2007, Uwe Stöhr wrote: Could you please test the attached patch? It limits the copied paragraphs to 10 so the cost of copySelection is constant when selecting large pieces of texts. But Georg opposed to this: http://bugzilla.lyx.org/show_bug.cgi?id=3877#c4 And what is the pro

Re: Lyx crashes while opening sub-documents

2007-07-03 Thread Abdelrazak Younes
Uwe Stöhr wrote: > Could you please create a bugzilla (bugzilla.lyx.org) entry and attach a sample file that > reproduce the problem? There is now bug 3970: http://bugzilla.lyx.org/show_bug.cgi?id=3970 I can confirm the crash with RC2. What is important is trunk as I fixed some issue since

Re: Status of LyX 1.5.0?

2007-07-03 Thread christian . ridderstrom
On Tue, 3 Jul 2007, Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Some of those regressions are 'fixedintrunk'. Abdelrazak> Unfortunately, bugzilla does not allow to filter upon two Abdelrazak> keyboards. One way to get a correct list wou

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: And what is the problem that the middle mouse button doesn't pste on Windows? It is not only windows. Abdel's patch disables persistent selection on all platforms. Jurgen was able to paste because of his desktop manager. Are you really sure of that? As far as I see this is a X1

Re: Status of LyX 1.5.0?

2007-07-03 Thread Joost Verburg
Peter Kümmel wrote: 3) In any case, I think that the proper windows way is to use AddFontResourceEx and, if it returns an error message (win9x), use AddFontResource instead. There is no need for explicit testing. I assume LyX will crash, because there is not such function on win9x, or couldn't

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: > or, you are not using the patched lyx. as said, it used to work with all versions of LyX I ever used. THis piece of code is platform independent, Abdel, could you test there? As I said in the comment my commit did disable the middle-mouse pasting under Windows. So there is

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Tue, Jul 03, 2007 at 10:36:22PM +0200, Jean-Marc Lasgouttes wrote: 2) I thought we already had abandonned hope of running under windows 98? That was with Qt3, Qt4 is supposed to work with ME and 98. And I got some report a while ago that it actually works under Wi

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: I do not see that behaviour. I'll test tomorrow under linux. Here, I select from firefox/gmail a long piece of code, paste to gnome-multi-terminal, and only about 1/3 is pasted. I'd prefer (if possible) 4. Do 1. for now and fix the bug properly as soon as possible. There is

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: > and you are disabling a feature that is in Wait, I just disabled the formatting preservation, not the persistent selection as Jurgen has reported. No. You are disabling the whole thing. On Windows and Mac yes. Abdel.

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Very clear, thanks a lot! Jurgen, Jose, do you want to wait for 1.5.1 or shall I commit this now as I reckon most Mac/PPC user will complain about the speed? I have extensively tested this and I could not see any drawing problem. I reckon that

Re: Status of LyX 1.5.0?

2007-07-03 Thread Pavel Sanda
> >I do not see that behaviour. I'll test tomorrow under linux. > > Here, I select from firefox/gmail a long piece of code, paste to > gnome-multi-terminal, and only about 1/3 is pasted. i tried it here with ~100 pages-book in firefox + Eterm and nothing is lost. actually - even if the loss is t

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Abdelrazak Younes
Bob Lounsbury wrote: On 7/3/07, Andreas Neustifter <[EMAIL PROTECTED]> wrote: On 03.07.2007, at 16:46, Abdelrazak Younes wrote: > I'm afraid I don't follow you :-( Does the patch improves the > situation significantly or not? Sorry, is was not aware that this could be confusing :-)) Okay, heres

Re: [Cvslog] r18975 - /lyx-devel/trunk/src/CutAndPaste.cpp

2007-07-03 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > + // this is currently disabled because it eats too much resources > + // while selecting (cf. bug 3877) > > (and I think I'd use #if 0; but that's just nitpicking). I did this to clarify the issue a bit. Jürgen

Re: 1.5.0beta2: bibliography nuissances & window/dialog style not OK

2007-07-03 Thread Jürgen Spitzmüller
Mael Hilléreau wrote: > I think that closing the dialog isn't so unexpected, as when you   > click on the edit button, you know that the focus will go to a new   > window. I firstly also thought that such a behavior would be   > surprising, but perhaps if you test it, you'll observe that it is   >

Re: [PATCH] 3877:Highlighting text slows down LyX extremely

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > Solution: > > Instead of saveSelection when a selection is formed, this patch saves > a selection when it is cleared. This sounds strange so let me explain: I don't know the code for this persistent selection, but wouldn't it be better to save the selection on mouse _release_ onl

Re: Status of LyX 1.5.0?

2007-07-03 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, Jul 03, 2007 at 09:46:54PM +0200, Peter Kümmel wrote: > >> Ok, here with the changes for cygwin, BUT I couldn't test it. > > And here is the result of my tests. I uninstalled the bakoma fonts >>from the Windows fonts dir and reinstalled the same fonts that were

Re: Status of LyX 1.5.0?

2007-07-03 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> Jürgen Spitzmüller wrote: >>> Abdelrazak Younes wrote: 3962 cri (Math) Font problems on Windows This one is a packaging issue right? >>> No, AFAIU you need to replace AddFontRessource and >>

[PATCH] 3877:Highlighting text slows down LyX extremely

2007-07-03 Thread Bo Peng
Analysis: Previously, any selection action triggers saveSelection, which saves selection and calls theSelection().haveSelection(cur.selection());. Therefore, when selecting with page down, saveSelection will be called many times, with larger and larger selected texts saving to the selection buffe

compliation problems on mac osx with 1.5rc2

2007-07-03 Thread Oliver Johns
Folks, Anyone have a clue about this? I compiled the qt4.3 sources from TrollTech successfully. The qt4.3 files are under /usr/local/QT4 and look correct. Permissions are OK. I am compiling as root. I moved the *.la libraries out of the QT4 tree. I downloaded the lyx 1.5rc2 sources. I

Re: Status of LyX 1.5.0?

2007-07-03 Thread José Matos
On Tuesday 03 July 2007 11:34:35 [EMAIL PROTECTED] wrote: > I looked at the wiki page > http://wiki.lyx.org/Devel/BuglistsForLyX150 > > and saw the following: > > * 3 critical issues > * 29 regression issues > * 10 major issues > * 25 other issues > > /Christian I am sorry to say that I ha

Re: [PATCH] Toolbars

2007-07-03 Thread José Matos
On Monday 02 July 2007 20:36:02 Michael Gerz wrote: > José? > > Michael I was expecting Jean-Marc opinion on this. -- José Abílio

Re: Status of LyX 1.5.0?

2007-07-03 Thread Enrico Forestieri
On Tue, Jul 03, 2007 at 10:36:22PM +0200, Jean-Marc Lasgouttes wrote: > > "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> Jürgen Spitzmüller wrote: > >> Abdelrazak Younes wrote: > >>> 3962 cri (Math) Font problems on Windows > >>> This one is a packaging issue right? > >> > >>

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
And what is the problem that the middle mouse button doesn't pste on Windows? It is not only windows. Abdel's patch disables persistent selection on all platforms. Jurgen was able to paste because of his desktop manager. Bo

Re: Status of LyX 1.5.0?

2007-07-03 Thread Enrico Forestieri
On Tue, Jul 03, 2007 at 09:46:54PM +0200, Peter Kümmel wrote: > Ok, here with the changes for cygwin, BUT I couldn't test it. And here is the result of my tests. I uninstalled the bakoma fonts from the Windows fonts dir and reinstalled the same fonts that were giving problems with \kappa (with th

Re: Status of LyX 1.5.0?

2007-07-03 Thread Uwe Stöhr
> So you are facing three choices: > > 1. disable this feature like what Abdel does. > 2. with this 10 paragraph limit. This looks like a good compromise to > me. After all, middle button paste is not supposed to paste huge text. > 3. without this limit but with bug 3877 WONTFIX. Please consider

Re: Status of LyX 1.5.0?

2007-07-03 Thread Uwe Stöhr
> Could you please test the attached patch? It limits the copied > paragraphs to 10 so the cost of copySelection is constant when > selecting large pieces of texts. But Georg opposed to this: http://bugzilla.lyx.org/show_bug.cgi?id=3877#c4 And what is the problem that the middle mouse button doe

Re: Lyx crashes while opening sub-documents

2007-07-03 Thread Uwe Stöhr
> Could you please create a bugzilla (bugzilla.lyx.org) entry and attach a sample file that > reproduce the problem? There is now bug 3970: http://bugzilla.lyx.org/show_bug.cgi?id=3970 I can confirm the crash with RC2. regards Uwe

another lyx2lyx blocker

2007-07-03 Thread Uwe Stöhr
I found another serious 1.5rc2 problem when exporting files to LyX 1.4.x and 1.3.x format: I think this must have ben introduced the last two weeks, as I cannot remember to have this sen before. Jürgen, Anders, could this be a consequence of our tries to fix bug 3313? regards Uwe

Re: [PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-03 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: What do you mean? That it is saved in the file with id 0 for all his changes? Then I do not understand what happens when somebody else edits the file... This is precisely an area I do not understand. The active user (i.e. the one running LyX) always has author id

Re: Status of LyX 1.5.0?

2007-07-03 Thread Joost Verburg
Peter Kümmel wrote: Both functions are not supported by older Window versions. Therefore we have to decides at runtime which function to call. LyX only supports Windows 2000 and later, so there is no need to add these additional hacks. Joost

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
I do not see that behaviour. I'll test tomorrow under linux. Here, I select from firefox/gmail a long piece of code, paste to gnome-multi-terminal, and only about 1/3 is pasted. I'd prefer (if possible) 4. Do 1. for now and fix the bug properly as soon as possible. There is actually a prope

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Unfortunately this is not acceptable. We cannot afford to select >> only part of what the user thinks he has selected. This is a recipe >> for data loss. Bo> As I have said in the patch, this is what firefox/linux/xterm Bo> does. I am not sure

Re: 1.5.0beta2: bibliography nuissances & window/dialog style not OK

2007-07-03 Thread Mael Hilléreau
Le 3 juil. 07 à 18:01, Jürgen Spitzmüller a écrit : Mael Hilléreau wrote: Is somebody already working on this? No. We're in feature freeze. Yes, but I didn't mean in the scope of 1.5.0. Should I file an enhancement request? Yes. But please do separate requests for the object-edit lfun a

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
Unfortunately this is not acceptable. We cannot afford to select only part of what the user thinks he has selected. This is a recipe for data loss. As I have said in the patch, this is what firefox/linux/xterm does. I am not sure who is responsible for this behavior though. So you are facing th

Re: [PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-03 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Jean-Marc, thank you very much for stepping forward! I had the impression that nobody was going to do it :) Michael> A consequence of this patch is that the list of authors grows Michael> with every load-buffer-save-buffer cycl

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Jürgen Spitzmüller wrote: >> Abdelrazak Younes wrote: >>> 3962 cri (Math) Font problems on Windows >>> This one is a packaging issue right? >> >> No, AFAIU you need to replace AddFontRessource and >> RemoveFontRessourse in support/o

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Could you please test the attached patch? It limits the copied Bo> paragraphs to 10 so the cost of copySelection is constant when Bo> selecting large pieces of texts. Unfortunately this is not acceptable. We cannot afford to select only part o

Plastique

2007-07-03 Thread Peter Kümmel
And if someone doesn't like the current look of LyX on Windows then play with attached patch ;) Peter Index: src/frontends/qt4/GuiApplication.cpp === --- src/frontends/qt4/GuiApplication.cpp(revision 18974) +++ src/frontends/q

Updated logo

2007-07-03 Thread Peter Kümmel
Wasn't there an updated LyX logo? Have we decided to not use it? Peter

Re: Status of LyX 1.5.0?

2007-07-03 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, Jul 03, 2007 at 08:13:42PM +0200, Peter Kümmel wrote: > >> Peter Kümmel wrote: >>> Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: >> 3962 cri (Math) Font problems on Windows > This one is a packaging issue right? No, AFAIU you need to

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Bob Lounsbury
On 7/3/07, Andreas Neustifter <[EMAIL PROTECTED]> wrote: On 03.07.2007, at 16:46, Abdelrazak Younes wrote: > I'm afraid I don't follow you :-( Does the patch improves the > situation significantly or not? Sorry, is was not aware that this could be confusing :-)) Okay, heres the bottom line: The

crash with user defined external templates

2007-07-03 Thread Bernhard Roider
hello, the file external_templates contains the following comment: # This file contains the definitions of those External Templates that are # part of the official LyX distribution. # Feel free to create your own External Templates, storing them in # .lyx/external_templates if you do so (at lea

Re: [PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-03 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: http://bugzilla.lyx.org/show_bug.cgi?id=3764 This is an important privacy bug, that should be fixed before 1..50 IMO. In the following patch, I tried to be as unintrusive as possible. Jean-Marc, thank you very much for stepping forward! The other authors of t

Re: Status of LyX 1.5.0?

2007-07-03 Thread Enrico Forestieri
On Tue, Jul 03, 2007 at 08:13:42PM +0200, Peter Kümmel wrote: > Peter Kümmel wrote: > > Jürgen Spitzmüller wrote: > >> Abdelrazak Younes wrote: > 3962 cri (Math) Font problems on Windows > >>> This one is a packaging issue right? > >> No, AFAIU you need to replace AddFontRessource and

bug, Lyx 1.5

2007-07-03 Thread Póta György
Dear Developers, Lyx 1.5 rc2 collapsed second time during loading of a file. Before crashing Lyx apparently opened an unwanted directory. Unfortunately, I cannot reproduce this more closely. I use Win XP srvpack 2. Lyx produced the following debug log: lyx: Disabling LyX socket. lyx: SIGS

Re: [Cvslog] r18966 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2007-07-03 Thread Bernhard Roider
Jürgen Spitzmüller schrieb: My compiler complains: InsetBibtex.cpp: In function 'bool lyxreadTypeOrKey(lyx::docstring&, lyx::idocfstream&, const lyx::docstring&, const lyx::docstring&, lyxcharCase)': InsetBibtex.cpp:415: warning: 'legalChar' may be used uninitialized in this function

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
On 7/3/07, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Bo Peng wrote: >> Yes, that's exactly what I proposed in my solution 2. Hopefully for >> 1.5.1. I mean, 1.5.0 was supposed to be released yesterday... > > It should not be that hard, Be my guest ;-) Abdel, Could you please test the attac

Re: Status of LyX 1.5.0?

2007-07-03 Thread Peter Kümmel
Peter Kümmel wrote: > Jürgen Spitzmüller wrote: >> Abdelrazak Younes wrote: 3962 cri (Math) Font problems on Windows >>> This one is a packaging issue right? >> No, AFAIU you need to replace AddFontRessource and RemoveFontRessourse in >> support/os_win32.spp with AddFontResourceEx and Rem

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
Yes, this is what I already said Sorry that I did not follow this thread closely. : it does not preserve formatting, it's just good old Unix middle mouse behaviour. Then, in general, Abdel's patch disables this feature. Bo

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > There is an easy way to test: can you persistently paste lyx format > (tables etc)? If not, your desktop manager holds a text version of the > selection for you. Yes, this is what I already said: it does not preserve formatting, it's just good old Unix middle mouse behaviour. Jü

Re: Status of LyX 1.5.0?

2007-07-03 Thread Peter Kümmel
Jürgen Spitzmüller wrote: > Abdelrazak Younes wrote: >>> 3962 cri (Math) Font problems on Windows >> This one is a packaging issue right? > > No, AFAIU you need to replace AddFontRessource and RemoveFontRessourse in > support/os_win32.spp with AddFontResourceEx and RemoveFontResourceEx. Doe

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
as said, it used to work with all versions of LyX I ever used. There is an easy way to test: can you persistently paste lyx format (tables etc)? If not, your desktop manager holds a text version of the selection for you. Bo

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
> or, you are not using the patched lyx. as said, it used to work with all versions of LyX I ever used. THis piece of code is platform independent, Abdel, could you test there? Bo

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > It should not. copySelectionToStack(cur, selectionBuffer) is the only > place we put selection to a buffer. If your lyx works, you must be > using some external persistent selection buffer (what desktop manger > are you using?), KDE. > or, you are not using the patched lyx. as

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
On 7/3/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: Bo Peng wrote: > No. You are disabling the whole thing. I do not know how Jurgen tested > your patch but here, selection, left click, middle button click does > not paste. It surely does on Unix. It should not. copySelectionToStack(cur,

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > No. You are disabling the whole thing. I do not know how Jurgen tested > your patch but here, selection, left click, middle button click does > not paste. It surely does on Unix. Jürgen

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
> and you are disabling a feature that is in Wait, I just disabled the formatting preservation, not the persistent selection as Jurgen has reported. No. You are disabling the whole thing. I do not know how Jurgen tested your patch but here, selection, left click, middle button click does not pa

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Very clear, thanks a lot! > > Jurgen, Jose, do you want to wait for 1.5.1 or shall I commit this now > as I reckon most Mac/PPC user will complain about the speed? > > I have extensively tested this and I could not see any drawing problem. > I reckon that the improved spe

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: Yes, that's exactly what I proposed in my solution 2. Hopefully for 1.5.1. I mean, 1.5.0 was supposed to be released yesterday... It should not be that hard, Be my guest ;-) and you are disabling a feature that is in Wait, I just disabled the formatting preservation, not th

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Abdelrazak Younes
Andreas Neustifter wrote: On 03.07.2007, at 16:46, Abdelrazak Younes wrote: I'm afraid I don't follow you :-( Does the patch improves the situation significantly or not? Sorry, is was not aware that this could be confusing :-)) Okay, heres the bottom line: There is a noticeable difference!

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
Yes, that's exactly what I proposed in my solution 2. Hopefully for 1.5.1. I mean, 1.5.0 was supposed to be released yesterday... It should not be that hard, and you are disabling a feature that is in 1.5.0rc1 and rc2 and you have not changed announcement. Bo

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: Jürgen> to be more precise: if the feature really costs that much, it Jürgen> is obviously not yet ready. Then I vote for commenting it out Jürgen> and explain the situation in the code. I apologize but what 'cost' are you talking about? Is it slow page up/down with selection?

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > I apologize but what 'cost' are you  talking about? http://bugzilla.lyx.org/show_bug.cgi?id=3877 Jürgen

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Andreas Neustifter
On 03.07.2007, at 16:46, Abdelrazak Younes wrote: I'm afraid I don't follow you :-( Does the patch improves the situation significantly or not? Sorry, is was not aware that this could be confusing :-)) Okay, heres the bottom line: There is a noticeable difference! *) In equations its good

Re: [Cvslog] r18975 - /lyx-devel/trunk/src/CutAndPaste.cpp

2007-07-03 Thread Jürgen Spitzmüller
Am Dienstag, 3. Juli 2007 schrieb [EMAIL PROTECTED]: > +   // FIXME: The two lines below would allow middle-mouse > +   // pasting that preserves the LyX formatting when the selection > +   // is internal. They would also allow to use the feature on > +   // Windows and Mac. In the

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
Jürgen> to be more precise: if the feature really costs that much, it Jürgen> is obviously not yet ready. Then I vote for commenting it out Jürgen> and explain the situation in the code. I apologize but what 'cost' are you talking about? Is it slow page up/down with selection? If so, the easies

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jürgen Spitzmüller wrote: Obviously, I wouldn't miss the feature. Jürgen> to be more precise: if the feature really costs that much, it Jürgen> is obviously not yet ready. Then I vote for commentin

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: I do not know what patch Abdel wants to commit and why it is relevant to r17022. r17022 enables persistent selection, which I am 99.9% sure *not* available in 1.4.x. Also, r17022 is the result of long discussions (Abdel should remember) and is related to some later patches. I mean,

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jürgen Spitzmüller wrote: >> Obviously, I wouldn't miss the feature. Jürgen> to be more precise: if the feature really costs that much, it Jürgen> is obviously not yet ready. Then I vote for commenting it out Jürgen> and exp

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Obviously, I wouldn't miss the feature. to be more precise: if the feature really costs that much, it is obviously not yet ready. Then I vote for commenting it out and explain the situation in the code. Jürgen

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
I do not know what patch Abdel wants to commit and why it is relevant to r17022. r17022 enables persistent selection, which I am 99.9% sure *not* available in 1.4.x. Also, r17022 is the result of long discussions (Abdel should remember) and is related to some later patches. I mean, it is *not* eas

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Are you sure that formatting is preserved? No, it's not (I wasn't aware of that feature). But I suspect that the answer is going to be _no_, in which case we will have to make a decision how what we want. I can see two solution: 1) we remov

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Are you sure that formatting is preserved? No, it's not (I wasn't aware of that feature). > But I suspect that the answer is going to be _no_, in which case we will > have to make a decision how what we want. I can see two solution: > > 1) we remove the code: this means

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I think there's a misunderstanding here. Persistent selection is when you: 1) select something (mouse or keyboard) 2) left-click somewhere: selection is gone) 3) middle-click somewhere: the selected text in 1) is past

Re: [patch] fix "default" encoding

2007-07-03 Thread Georg Baum
Dov Feldstern wrote: > Right, thanks. So here's the question: Do we assume that the count can > only be greater than 0 if there was an encoding switch, or is even that > assuming too much? That is not assuming too much IMO. Why should swicthEncoding output anything if it did not change the encodi

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I think there's a misunderstanding here. Persistent selection is when you: 1) select something (mouse or keyboard) 2) left-click somewhere: selection is gone) 3) middle-click somewhere: the selected text in 1) is pasted 4) left-click somewhere

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Bob Lounsbury
On 7/3/07, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Andreas Neustifter wrote: > LyX 1.5.0 beta3: inside equation: CPU load 100% and quite a big > rendering lag at normal typing. > LyX 1.5.0 beta3: inside caption: Same as inside equations. > > LyX 1.5.0 svn rev. 18974 and patches: inside equa

Unicode characters don't display properly in citations

2007-07-03 Thread Lyx user
I have a citation where the author has the first name Angélique. The citation key in the text shows (Angélique M Lastname et al., 2001). It shows up properly in the PDF output. I also have a bibliography item with a Unicode character in the title. When I view it within the citation dialog, it show

Re: 1.5.0beta2: bibliography nuissances & window/dialog style not OK

2007-07-03 Thread Jürgen Spitzmüller
Mael Hilléreau wrote: > Is somebody already working on this? No. We're in feature freeze. > Should I file an enhancement   > request? Yes. But please do separate requests for the object-edit lfun and for context menus (if te latter is not yet filed). Jürgen

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I think there's a misunderstanding here. Persistent selection is when you: > > 1) select something (mouse or keyboard) > 2) left-click somewhere: selection is gone) > 3) middle-click somewhere: the selected text in 1) is pasted > 4) left-click somewhere else. > 5) middle-

Re: Any idea about bug 3971: Can not display Chinese characters in menus and dialogs under linux?

2007-07-03 Thread Abdelrazak Younes
Bo Peng wrote: Without this, I can not continue with my zh_CN.po translation. Georg? Abdel? No idea sorry (and I am not the gettext expert here ;-)) Abdel.

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Some of those regressions are 'fixedintrunk'. Abdelrazak> Unfortunately, bugzilla does not allow to filter upon two Abdelrazak> keyboards. One way to get a correct list would be to set Abdelraz

Windows installer bundling runtime libraries?

2007-07-03 Thread Bo Peng
Joost, I build a snapshot of windows installer today and can not install it on another windows computer. The error message is the all familiar R6034: An application has made an attempt to load the C runtime library correctly... Do you know what is happening? I guess the problem is that the build

Re: 1.5.0beta2: bibliography nuissances & window/dialog style not OK

2007-07-03 Thread Mael Hilléreau
Le 3 juil. 07 à 12:12, Mael Hilléreau a écrit : Le 3 juil. 07 à 10:14, Jürgen Spitzmüller a écrit : Jean-Marc Lasgouttes wrote: The right solution (if we want that, which I am not sure) would be a object- edit lfun that would launch the editor for the graphics or external inset at cursor.

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Bo Peng wrote: Persistent selection also means that you can paste even if the selection is cleared. For example, select, left button click (selection cleared), middle button paste. I can't remember that this ever _didn't_ work here, actually. I think there's a misun

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Abdelrazak Younes
Andreas Neustifter wrote: LyX 1.5.0 beta3: inside equation: CPU load 100% and quite a big rendering lag at normal typing. LyX 1.5.0 beta3: inside caption: Same as inside equations. LyX 1.5.0 svn rev. 18974 and patches: inside equation: CPU load high (but not always 100%) at normal typing, min

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > Persistent selection > also means that you can paste even if the selection is cleared. For > example, select, left button click (selection cleared), middle button > paste. I can't remember that this ever _didn't_ work here, actually. Jürgen

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
Hm, what you describe seems to work here (linux) with and without Abdel's patch (however, it also works with 1.4, so I probably still miss the point). Strange, I do not think it is backported to 1.4. Persistent selection also means that you can paste even if the selection is cleared. For example

Any idea about bug 3971: Can not display Chinese characters in menus and dialogs under linux?

2007-07-03 Thread Bo Peng
Without this, I can not continue with my zh_CN.po translation. Georg? Abdel? Bo

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Bo Peng wrote: > When you select, you can paste with middle button many times, across > multiple windows and multiple buffers. Previously, middle button paste > only pastes a current selection. Hm, what you describe seems to work here (linux) with and without Abdel's patch (however, it also works

Re: Status of LyX 1.5.0?

2007-07-03 Thread Bo Peng
Yes. Could you tell me once more what "persistent selection" is supposed to be? When you select, you can paste with middle button many times, across multiple windows and multiple buffers. Previously, middle button paste only pastes a current selection. This also works under windows. Cheers, Bo

[PATCH] Bug 3764: Implicit \author field in .lyx files

2007-07-03 Thread Jean-Marc Lasgouttes
http://bugzilla.lyx.org/show_bug.cgi?id=3764 This is an important privacy bug, that should be fixed before 1..50 IMO. In the following patch, I tried to be as unintrusive as possible. The idea is that before writing the buffer params, the whole document is scanned to determine what are the author

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Andreas Neustifter
On 03.07.2007, at 14:41, Abdelrazak Younes wrote: Andreas Neustifter wrote: When madly hacking into my keyboard all three more or less behave the same: CPU goes to 100 percent and it takes a while after the typing is done to finish the rendering. System: Mac OS 10.4.10, all patches. I have c

LyX-1.5.0 release candidate 2 for Mac now available

2007-07-03 Thread Bennett Helm
LyX-1.5.0, release candidate 2 for Mac is now available as a universal binary. You can find the link to it off the Mac page of the wiki: Bennett

Re: LyX version 1.5.0 (release candidate 2) is released

2007-07-03 Thread Bennett Helm
On Jul 3, 2007, at 5:23 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On May 18, 2007, at 10:37 AM, José Matos wrote: Public release of LyX version 1.5.0 (release candidate 2) Bennett> I've posted a universal binary for Mac here: Bennett>

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > > 3962   cri   (Math) Font problems on Windows > > This one is a packaging issue right? No, AFAIU you need to replace AddFontRessource and RemoveFontRessourse in support/os_win32.spp with AddFontResourceEx and RemoveFontResourceEx. > > 3404   maj   lyx2lyx adds too man

Re: Status of LyX 1.5.0?

2007-07-03 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Some of those regressions are 'fixedintrunk'. Abdelrazak> Unfortunately, bugzilla does not allow to filter upon two Abdelrazak> keyboards. One way to get a correct list would be to set Abdelrazak> the target milestone

Re: Status of LyX 1.5.0?

2007-07-03 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Why don't we release now 1.5.0? IMO at least those bugs should be fixed (for some, there are patches available). 3313 cri unicode error when invoking lyx2lyx 3962 cri (Math) Font problems on Windows This one is a packaging issue

Re: Need for Mac and RTL beta testers for screen painting performance boost

2007-07-03 Thread Abdelrazak Younes
Andreas Neustifter wrote: When madly hacking into my keyboard all three more or less behave the same: CPU goes to 100 percent and it takes a while after the typing is done to finish the rendering. System: Mac OS 10.4.10, all patches. I have cleared the user settings folder before performing t

  1   2   >