[patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3909 http://bugzilla.lyx.org/show_bug.cgi?id=3943 Printing and view-source of read-only files (such as the documentation of an installed LyX) is disallowed, since we block the passing of params and viewing restrictively for read-only buffers (if

1.5.0beta2: bibliography nuissances window/dialog style not OK

2007-07-02 Thread Rob
Hi, I've been writing my document in 1.4.4; but got confronted with 1.5.0beta2 after upgrading my Fedora 6 to Fedora 7. Loading my previous 1.4.4 document into LyX 1.5.0beta2 causes lots of trouble for my bibtex bibliography references. These references with the previous 1.4.4 lyx file, look

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

2007-07-02 Thread Jürgen Spitzmüller
Rob wrote: I noticed, that for the old style references the Citation style is blanked out in the Citation dialog, but for newly added references, there is suddenly a list of citation styles; how do a disable that? Document-Settings-Bibliography. Set Citation Style to Default (numerical). This

Bug: Right click on some buttons makes the program crash

2007-07-02 Thread Antoine Morand
Hello, I would like to submit a (heavy) bug: When i right-click on some buttons (as far as i tested: Table of Contents, List of algorithms, List of figures.) the program crashes (goes back to the desktop without any error message). I use the french version of Lyx 1.5.0 rc1 patch1 on ubuntu.

Re: [patch] set language inside new inset to current language (bug 3959)

2007-07-02 Thread Jean-Marc Lasgouttes
Dov == Dov Feldstern [EMAIL PROTECTED] writes: Dov Hi! Attached find a patch fixing Dov http://bugzilla.lyx.org/show_bug.cgi?id=3959 (which I just opened Dov tonight). Dov Please note that there appears to have been an attempt to Dov explicitly do the opposite of what I'm trying to do here,

Re: [Cvslog] r18919 - in /lyx-devel/trunk/development/Win32/packaging/...

2007-07-02 Thread Jean-Marc Lasgouttes
Uwe == Uwe Stöhr [EMAIL PROTECTED] writes: Uwe The resource of checking every 500ms for a change is indeed low, Uwe but I got a complaint about this: Bad programming style, etc. Well, if we are sure it is better technically, we should not let people impress us :) However, I can see that it is a

Re: User guide inaccuracy

2007-07-02 Thread Jean-Marc Lasgouttes
Darren == Darren Freeman [EMAIL PROTECTED] writes: Darren On Thu, 2007-06-28 at 18:09 +0200, Uwe Stöhr wrote: Darren Freeman schrieb: This is a completely different case and a known bug btw. (consequence of bug 1435). Presing C-m in mathed should create another formula inside the formula. To

Re: [patch] Re: RC2 is a total catastrophe

2007-07-02 Thread Joost Verburg
Uwe Stöhr wrote: But I thought that the problem is the doubled file name. How are you sure that the problem is the font name? The filename does not have to be changed. Font loading is based on font names, not on file names. The problem is that the LyX fonts have the same font name as

Re: [patch] Re: RC2 is a total catastrophe

2007-07-02 Thread Jean-Marc Lasgouttes
Joost == Joost Verburg [EMAIL PROTECTED] writes: Joost Uwe Stöhr wrote: But I thought that the problem is the doubled file name. How are you sure that the problem is the font name? Joost The filename does not have to be changed. Font loading is based Joost on font names, not on file names.

Re: [patch] Re: RC2 is a total catastrophe

2007-07-02 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: What about using AddFontResourceEx with flag FR_PRIVATE instead? http://msdn2.microsoft.com/en-us/library/ms533937.aspx Good idea! That should solve the problem. Joost

Re: cusorsX speedup?

2007-07-02 Thread Alfredo Braunstein
Andre Poenitz wrote: On Fri, Jun 29, 2007 at 11:17:51AM +0300, Dov Feldstern wrote: Right now it's being called on every cursor blink, I think (I put in a debug printout, and it prints on every blink); and what it's doing every time is to loop over all the characters from the beginning of the

Re: Bug: Right click on some buttons makes the program crash

2007-07-02 Thread Jürgen Spitzmüller
Antoine Morand wrote: When i right-click on some buttons (as far as i tested: Table of Contents, List of algorithms, List of figures.) the program crashes (goes back to the desktop without any error message). This has been fixed for rc2, which was just released:

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3909 http://bugzilla.lyx.org/show_bug.cgi?id=3943 Printing and view-source of read-only files (such as the documentation of an installed LyX) is disallowed, since we block the passing of params and viewing restrictively for

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: I think it would be less confusing to have one test per controller and so integrate the kernel().isBufferReadonly() call to canApplyToReadOnly(). I don't think so. These two conditions might be used independent from each other. Jürgen

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I think it would be less confusing to have one test per controller and so integrate the kernel().isBufferReadonly() call to canApplyToReadOnly(). I don't think so. These two conditions might be used independent from each other. OK then.

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

2007-07-02 Thread Abdelrazak Younes
Rob wrote: The Window/dialog style as it is now is very annoying!! This should be changed before final release, as it can cause very annoying situations. I confirm the bug for the Citation dialog. I will try to correct before 1.5.0. Is there any other dialog behaving this way? Abdel.

[PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File - Open dialog needs many seconds before it opens). OK? Abdel. Index: FileDialog.cpp ===

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File - Open dialog needs many seconds before it opens). Sorry, here is a correct patch. Abdel. Index: FileDialog.cpp

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

2007-07-02 Thread Mael Hilléreau
Selon Abdelrazak Younes [EMAIL PROTECTED]: Rob wrote: The Window/dialog style as it is now is very annoying!! This should be changed before final release, as it can cause very annoying situations. I confirm the bug for the Citation dialog. I will try to correct before 1.5.0. Is there

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

2007-07-02 Thread Rob
abdel younes wrote: I confirm the bug for the Citation dialog. I will try to correct before 1.5.0. Is there any other dialog behaving this way? This is kind of a general behaviour with dialogs, I suppose; I haven't checked other dialogs though. However, there should be a toggle (TRUE/FALSE)

Re: Enhancement

2007-07-02 Thread Mael Hilléreau
Le 27 juin 07 à 13:21, Abdelrazak Younes a écrit : Mael Hilléreau wrote: Great! BTW, do you have an opinion (better, an explanation) on whether it is needed to perform a CRC for graphics? I'm referring to a previous discussion entitled Converter problem with Mac OS packages

Re: [PATCH] bug 3947 (was: bug RC2)

2007-07-02 Thread José Matos
On Monday 02 July 2007 06:46:49 Jürgen Spitzmüller wrote: I didn't test it, but it looks ok. OK then Bernhard. Jürgen -- José Abílio

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Bennett Helm
On Jul 2, 2007, at 7:32 AM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File - Open dialog needs many seconds before it opens). Sorry, here is a

Re: issues building LyX-1.5.0rc2 on FreeBSD

2007-07-02 Thread José Matos
On Monday 02 July 2007 04:48:59 Mikhail Teterin wrote: Hello! I maintain the port of LyX on FreeBSD and was checking, how the new version is built, so I can update the port quicker, when you make the final release of 1.5.0 (it is currently at 1.4.4). Here are the problems I had to work

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread José Matos
On Monday 02 July 2007 12:02:32 Abdelrazak Younes wrote: OK then. +1 Abdel. -- José Abílio

Re: An Icon...

2007-07-02 Thread christian . ridderstrom
On Fri, 29 Jun 2007, Alexander Streit wrote: I've just installed Lyx1.5rc2... So far its great, but something has been bothering me since about beta2: the icon for demoting a heading in the outline panel says '2.1' instead of '1.1'. I know it is a small thing, but I look at it all the time and

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Jean-Marc Lasgouttes
Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File - Open dialog needs many seconds before it opens).

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File - Open dialog needs many

Re: An Icon...

2007-07-02 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: which icon do you mean? (I can't test LyX here, but better ask you than forget about it). patch attached... i am off for the holidays so perhaps someone can take care of it. good luck with 1.5 guys, i know you can do it!! ;-) Index: lib/images/promote.xpm

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Enrico Forestieri
On Mon, Jul 02, 2007 at 05:02:03PM +0200, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file

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

2007-07-02 Thread Abdelrazak Younes
Hello, FYI, I think I have solved the speed issue under Mac (which will allow us to get rid of the wide() thing). This is not really a bug but it surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon (today?), I propose to postpone the fix to 1.5.1. Opinions? I don't want to steal

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Jul 02, 2007 at 05:02:03PM +0200, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but

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

2007-07-02 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: FYI, I think I have solved the speed issue under Mac (which will allow us to get rid of the wide() thing). Which would be great. This is not really a bug but it surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon (today?), I propose to postpone the

Re: RC2 coming soon

2007-07-02 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Friday 29 June 2007 12:06:42 Georg Baum wrote: Perfect! Georg José +1 I applied it. JMarc

Re: issues building LyX-1.5.0rc2 on FreeBSD

2007-07-02 Thread Jean-Marc Lasgouttes
Mikhail == Mikhail Teterin [EMAIL PROTECTED] writes: Mikhail 2. -lc -- explicitly linking with libc is wrong, AFAIK, but Mikhail the configure-generated Makefiles do this. This was an issue Mikhail with earlier LyX versions as well. Would the attached patch be OK? (the tex2lyx part is unrelated

Re: An Icon...

2007-07-02 Thread Stefan Schimanski
Am 29.06.2007 um 04:13 schrieb Alexander Streit: I've just installed Lyx1.5rc2... So far its great, but something has been bothering me since about beta2: the icon for demoting a heading in the outline panel says '2.1' instead of '1.1'. I know it is a small thing, but I look at it all the

Re: issues building LyX-1.5.0rc2 on FreeBSD

2007-07-02 Thread Mikhail T.
Jean-Marc Lasgouttes wrote: Mikhail 2. -lc -- explicitly linking with libc is wrong, AFAIK, but Mikhail the configure-generated Makefiles do this. This was an issue Mikhail with earlier LyX versions as well. Would the attached patch be OK? (the tex2lyx part is unrelated but should not hurt).

Re: [patches] unicode decomposition (bugs 3313, 3498)

2007-07-02 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3313 http://bugzilla.lyx.org/show_bug.cgi?id=3498 Bugs 3313 and 3498 have shown that we are using the wrong normalization routine within LyX. We are using Compatibility Decomposition (NFKC/NFKD), whereas we should use

Re: [patch] fix default encoding

2007-07-02 Thread Georg Baum
Dov Feldstern wrote: Index: lyx-devel/src/output_latex.cpp === --- lyx-devel.orig/src/output_latex.cpp2007-06-29 16:02:45.0 +0300 +++ lyx-devel/src/output_latex.cpp2007-07-01 20:52:31.0 @@ -315,7

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

2007-07-02 Thread Bennett Helm
On Jul 2, 2007, at 11:37 AM, Abdelrazak Younes wrote: Hello, FYI, I think I have solved the speed issue under Mac (which will allow us to get rid of the wide() thing). This is not really a bug but it surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon (today?), I propose to

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

2007-07-02 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: This is not really a bug but it surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon (today?), I propose to postpone the fix to 1.5.1. Opinions? If this gets well tested, I wouldn't object against putting this in 1.5.1 (or 1.5.2, depending on the issues

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

2007-07-02 Thread Abdelrazak Younes
Bennett Helm wrote: On Jul 2, 2007, at 11:37 AM, Abdelrazak Younes wrote: Hello, FYI, I think I have solved the speed issue under Mac (which will allow us to get rid of the wide() thing). This is not really a bug but it surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon

Re: [patch] fix default encoding

2007-07-02 Thread Dov Feldstern
Georg Baum wrote: Dov Feldstern wrote: Index: lyx-devel/src/output_latex.cpp === --- lyx-devel.orig/src/output_latex.cpp2007-06-29 16:02:45.0 +0300 +++ lyx-devel/src/output_latex.cpp2007-07-01

Re: issues building LyX-1.5.0rc2 on FreeBSD

2007-07-02 Thread Jean-Marc Lasgouttes
Mikhail == Mikhail T [EMAIL PROTECTED] writes: Mikhail The patch is for configure.ac, which I don't use :) I don't Mikhail even have autoconf-2.61 (only 2.59), which is needed to Mikhail regenerate configure after applying your patch. Actually, any autoconf = 2.52 would do. Anyway the existing

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

2007-07-02 Thread Abdelrazak Younes
Bennett Helm wrote: I'm not sure exactly what I'm supposed to be testing. With my Intel Mac and current svn (18963), I don't notice any speedups when typing in normal text or in footnotes or in LyX Notes (even with multiple notes nested inside each other). That's normal, the development

Re: issues installing/running lyx-1.5.0rc2

2007-07-02 Thread Jean-Marc Lasgouttes
Mikhail == Mikhail Teterin [EMAIL PROTECTED] writes: Mikhail P.S. The file in question is in Russian (KOI8-R), which also Mikhail may be the source of trouble -- in addition or instead of the Mikhail image-caching. If I can get a copy of the file, I can try to run valgrind on it. JMarc

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

2007-07-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Or you could just replace the two attached files in your tree. Sorry, those won't compile, try these instead. Abdel. /** * \file qt4/GuiApplication.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * *

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

2007-07-02 Thread Mael Hilléreau
Selon Mael Hilléreau [EMAIL PROTECTED]: It's not exactly the same problem, but perhaps the graphics dialog could be automatically closed after clicking on the edit button. Once the editor is launched, the dialog is no more useful (IMO, more than 90% of time), and actually the user has to

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

2007-07-02 Thread Mael Hilléreau
Selon Mael Hilléreau [EMAIL PROTECTED]: Selon Abdelrazak Younes [EMAIL PROTECTED]: Rob wrote: The Window/dialog style as it is now is very annoying!! This should be changed before final release, as it can cause very annoying situations. I confirm the bug for the Citation dialog.

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

2007-07-02 Thread Dov Feldstern
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Or you could just replace the two attached files in your tree. Sorry, those won't compile, try these instead. Abdel. Abdel, the attached files seem to be working just fine for me, I don't see anything wrong with the RTL. Is there anything

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

2007-07-02 Thread Bennett Helm
On Jul 2, 2007, at 1:50 PM, Abdelrazak Younes wrote: Bennett Helm wrote: I'm not sure exactly what I'm supposed to be testing. With my Intel Mac and current svn (18963), I don't notice any speedups when typing in normal text or in footnotes or in LyX Notes (even with multiple notes

Re: Arabic Wiki Page

2007-07-02 Thread Dov Feldstern
Uwe Stöhr wrote: Dov Feldstern schrieb: Concerning the page: I would not mention the bind file because this is unnecessary. New users will be scared about every preferences fiddling. We don't use special bind files for the other languages, and when the user is experianced enough, he can

Re: [patch] for bug 2928: make arabic_arabtex correctly usable

2007-07-02 Thread Dov Feldstern
Uwe Stöhr wrote: First, sorry for the delay. This mail never reached me, I found it by chance in the mail-archive. All of the problems you're describing are because you haven't performed the one-time setup required for Arabtex, see http://permalink.gmane.org/gmane.editors.lyx.devel/88100

Re: Untranslateable strings in LyX (toolbar tooltip, TOC dialog, source preview)

2007-07-02 Thread Bo Peng
Testing other languages isn't that hard, if you want to try. Example for debian linux: 1. Ensure that the linux distribution itself has language support. The reason for this is that LyX will not be allowed to select a GUI language not also supported by the distribution. a) apt-get

Re: [PATCH] Toolbars

2007-07-02 Thread Michael Gerz
Michael Gerz schrieb: New (tested) patch attached. Any other comments and/or OKs? José? Michael

Re: An Icon...

2007-07-02 Thread Michael Gerz
Edwin Leuven schrieb: [EMAIL PROTECTED] wrote: which icon do you mean? (I can't test LyX here, but better ask you than forget about it). patch attached... OK, I will apply it in a minute. Michael

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

2007-07-02 Thread Bennett Helm
On May 18, 2007, at 10:37 AM, José Matos wrote: Public release of LyX version 1.5.0 (release candidate 2) I've posted a universal binary for Mac here: http://edisk.fandm.edu/bennett.helm/LyX/LyX-1.5.0-RC2-Mac.dmg Could someone please put it on the server? Thanks. Bennett

Re: XPM images --- a thought

2007-07-02 Thread Bernhard Roider
I just saw that starting with version 4.2 qt supports svg icons. What about this format? Angus Leeming schrieb: LyX still uses XPM images in lib/images. The XPM format is plain text, so it still makes sense to store XPM files in the SVN repository because we get versioning history for free.

Keymaps

2007-07-02 Thread Dov Feldstern
Hi! [Don't worry, this is for post-1.5.0] A few times in the past month or two, the issue of whether or not keymaps should be used has come up. I would like to defend the position which says: yes, keymaps are good! and suggest an improvement in how they're used. Let me just start out by

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Joost Verburg
Abdelrazak Younes wrote: Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File - Open dialog needs many seconds before it opens). There are more bugs related to the Qt file dialog. Sometimes it doesn't even show

Bind files for Hebrew Arabic

2007-07-02 Thread Dov Feldstern
Hi! We would like to add some keybindings for switching languages for Hebrew and Arabic, but I'm not sure where in the tree they belong, so that they will be automatically used (based on the locale?). Also, will the inclusion of cua.bind work correctly (I know it works when I do it in my lyx

Re: Arabic Wiki Page

2007-07-02 Thread Uwe Stöhr
* latex preamble: instead of \usepackage{babel}, should be \usepackage[arabic,english]{babel} I also don't understand this, because you can put every package option to the documentclass options and it works, no matter what package you are using. The the given option is used for all

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Uwe Stöhr
Nope, I use Qt4.2.1 so Qt4.2 _is_ impacted. I do not know about Qt4.3. Uwe, Edwin, Joost, Peter, do you use Qt4.3? Due to various Qt bugs I still use Qt 4.2.2. But your patch is THE solution for one of the most annoying problems with LyX 1.5 on Windows, according how often this was reported

Re: [patch] set language inside new inset to current language (bug 3959)

2007-07-02 Thread Dov Feldstern
Jean-Marc Lasgouttes wrote: Dov == Dov Feldstern dfeldstern-rhxOsnTko2JWk0Htik3J/[EMAIL PROTECTED] writes: Dov Hi! Attached find a patch fixing Dov http://bugzilla.lyx.org/show_bug.cgi?id=3959 (which I just opened Dov tonight). Dov Please note that there appears to have been an attempt to

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

2007-07-02 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: URL: http://www.lyx.org/trac/changeset/18966 Log: Fix Bug 3947: BibTeX allows parentheses in the key (even if the whole entry is delimited by parentheses) My compiler complains: InsetBibtex.cpp: In function 'bool lyx::unnamed::readTypeOrKey(lyx::docstring,

[patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3909 http://bugzilla.lyx.org/show_bug.cgi?id=3943 Printing and view-source of read-only files (such as the documentation of an installed LyX) is disallowed, since we block the passing of params and viewing restrictively for read-only buffers (if

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

2007-07-02 Thread Rob
Hi, I've been writing my document in 1.4.4; but got confronted with 1.5.0beta2 after upgrading my Fedora 6 to Fedora 7. Loading my previous 1.4.4 document into LyX 1.5.0beta2 causes lots of trouble for my bibtex bibliography references. These references with the previous 1.4.4 lyx file, look

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

2007-07-02 Thread Jürgen Spitzmüller
Rob wrote: > I noticed, that for the old style references the "Citation style" is > blanked out in the Citation dialog, but for newly added references, > there is suddenly a list of citation styles; how do a disable that? Document->Settings->Bibliography. Set Citation Style to "Default

Bug: Right click on some buttons makes the program crash

2007-07-02 Thread Antoine Morand
Hello, I would like to submit a (heavy) bug: When i right-click on some buttons (as far as i tested: "Table of Contents", "List of algorithms", "List of figures".) the program crashes (goes back to the desktop without any error message). I use the french version of Lyx 1.5.0 rc1 patch1 on

Re: [patch] set language inside new inset to current language (bug 3959)

2007-07-02 Thread Jean-Marc Lasgouttes
> "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes: Dov> Hi! Attached find a patch fixing Dov> http://bugzilla.lyx.org/show_bug.cgi?id=3959 (which I just opened Dov> tonight). Dov> Please note that there appears to have been an attempt to Dov> explicitly do the opposite of what I'm trying

Re: [Cvslog] r18919 - in /lyx-devel/trunk/development/Win32/packaging/...

2007-07-02 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> The resource of checking every 500ms for a change is indeed low, Uwe> but I got a complaint about this: Bad programming style, etc. Well, if we are sure it is better technically, we should not let people impress us :) However, I can see

Re: User guide inaccuracy

2007-07-02 Thread Jean-Marc Lasgouttes
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: Darren> On Thu, 2007-06-28 at 18:09 +0200, Uwe Stöhr wrote: >> Darren Freeman schrieb: >> This is a completely different case and a known bug btw. >> (consequence of bug 1435). Presing C-m in mathed should create >> another formula

Re: [patch] Re: RC2 is a total catastrophe

2007-07-02 Thread Joost Verburg
Uwe Stöhr wrote: But I thought that the problem is the doubled file name. How are you sure that the problem is the font name? The filename does not have to be changed. Font loading is based on font names, not on file names. The problem is that the LyX fonts have the same font name as

Re: [patch] Re: RC2 is a total catastrophe

2007-07-02 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Uwe Stöhr wrote: >> But I thought that the problem is the doubled file name. How are >> you sure that the problem is the font name? Joost> The filename does not have to be changed. Font loading is based Joost> on font names, not

Re: [patch] Re: RC2 is a total catastrophe

2007-07-02 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: What about using AddFontResourceEx with flag FR_PRIVATE instead? http://msdn2.microsoft.com/en-us/library/ms533937.aspx Good idea! That should solve the problem. Joost

Re: cusorsX speedup?

2007-07-02 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Fri, Jun 29, 2007 at 11:17:51AM +0300, Dov Feldstern wrote: >> Right now it's being called on every cursor blink, I think (I put in a >> debug printout, and it prints on every blink); and what it's doing every >> time is to loop over all the characters from the beginning

Re: Bug: Right click on some buttons makes the program crash

2007-07-02 Thread Jürgen Spitzmüller
Antoine Morand wrote: > When i right-click on some buttons (as far as i tested: "Table of > Contents", "List of algorithms", "List of figures".) the program crashes > (goes back to the desktop without any error message). This has been fixed for rc2, which was just released:

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3909 http://bugzilla.lyx.org/show_bug.cgi?id=3943 Printing and view-source of read-only files (such as the documentation of an installed LyX) is disallowed, since we block the passing of params and viewing restrictively for

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I think it would be less confusing to have one test per controller and > so integrate the kernel().isBufferReadonly() call to > canApplyToReadOnly(). I don't think so. These two conditions might be used independent from each other. Jürgen

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I think it would be less confusing to have one test per controller and so integrate the kernel().isBufferReadonly() call to canApplyToReadOnly(). I don't think so. These two conditions might be used independent from each other. OK then.

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

2007-07-02 Thread Abdelrazak Younes
Rob wrote: The Window/dialog style as it is now is very annoying!! This should be changed before final release, as it can cause very annoying situations. I confirm the bug for the Citation dialog. I will try to correct before 1.5.0. Is there any other dialog behaving this way? Abdel.

[PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). OK? Abdel. Index: FileDialog.cpp

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). Sorry, here is a correct patch. Abdel. Index: FileDialog.cpp

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

2007-07-02 Thread Mael Hilléreau
Selon Abdelrazak Younes <[EMAIL PROTECTED]>: > Rob wrote: > > The Window/dialog style as it is now is very annoying!! > > This should be changed before final release, as it can cause very > > annoying situations. > > I confirm the bug for the Citation dialog. I will try to correct before > 1.5.0.

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

2007-07-02 Thread Rob
abdel younes wrote: > I confirm the bug for the Citation dialog. I will try to correct before > 1.5.0. > Is there any other dialog behaving this way? This is kind of a general behaviour with dialogs, I suppose; I haven't checked other dialogs though. However, there should be a toggle

Re: Enhancement

2007-07-02 Thread Mael Hilléreau
Le 27 juin 07 à 13:21, Abdelrazak Younes a écrit : Mael Hilléreau wrote: Great! BTW, do you have an opinion (better, an explanation) on whether it is needed to perform a CRC for graphics? I'm referring to a previous discussion entitled "Converter problem with Mac OS packages"

Re: [PATCH] bug 3947 (was: bug RC2)

2007-07-02 Thread José Matos
On Monday 02 July 2007 06:46:49 Jürgen Spitzmüller wrote: > I didn't test it, but it looks ok. OK then Bernhard. > Jürgen -- José Abílio

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Bennett Helm
On Jul 2, 2007, at 7:32 AM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds before it opens). Sorry, here is a

Re: issues building LyX-1.5.0rc2 on FreeBSD

2007-07-02 Thread José Matos
On Monday 02 July 2007 04:48:59 Mikhail Teterin wrote: > Hello! > > I maintain the port of LyX on FreeBSD and was checking, how the new version > is built, so I can update the port quicker, when you make the final release > of 1.5.0 (it is currently at 1.4.4). > > Here are the problems I had to

Re: [patch] allow printing and view-source for read-only files (bugs 3909, 3943)

2007-07-02 Thread José Matos
On Monday 02 July 2007 12:02:32 Abdelrazak Younes wrote: > > OK then. +1 > Abdel. -- José Abílio

Re: An Icon...

2007-07-02 Thread christian . ridderstrom
On Fri, 29 Jun 2007, Alexander Streit wrote: I've just installed Lyx1.5rc2... So far its great, but something has been bothering me since about beta2: the icon for demoting a heading in the outline panel says '2.1' instead of '1.1'. I know it is a small thing, but I look at it all the time and

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >> Hello, >> >> Even though I like our file dialog, I think we have no choice but >> using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs many seconds

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice but using native file dialog on Windows in order to fix bug 3907 (File -> Open dialog needs

Re: An Icon...

2007-07-02 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: which icon do you mean? (I can't test LyX here, but better ask you than forget about it). patch attached... i am off for the holidays so perhaps someone can take care of it. good luck with 1.5 guys, i know you can do it!! ;-) Index: lib/images/promote.xpm

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Enrico Forestieri
On Mon, Jul 02, 2007 at 05:02:03PM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > Abdelrazak> Abdelrazak Younes wrote: > >>> Hello, > >>> > >>> Even though I like our file dialog, I think we have no

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

2007-07-02 Thread Abdelrazak Younes
Hello, FYI, I think I have solved the speed issue under Mac (which will allow us to get rid of the wide() thing). This is not really a bug but it surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon (today?), I propose to postpone the fix to 1.5.1. Opinions? I don't want to steal

Re: [PATCH] use native file dialog on windows (fix major bug 3907)

2007-07-02 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Jul 02, 2007 at 05:02:03PM +0200, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Hello, Even though I like our file dialog, I think we have no choice

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

2007-07-02 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > FYI, I think I have solved the speed issue under Mac (which will allow > us to get rid of the wide() thing). Which would be great. > This is not really a bug but it > surely is a regression WRT 1.4. But, as 1.5.0 is supposedly soon > (today?), I propose to postpone

Re: RC2 coming soon

2007-07-02 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 29 June 2007 12:06:42 Georg Baum wrote: >> Perfect! >> >> >> Georg José> +1 I applied it. JMarc

Re: issues building LyX-1.5.0rc2 on FreeBSD

2007-07-02 Thread Jean-Marc Lasgouttes
> "Mikhail" == Mikhail Teterin <[EMAIL PROTECTED]> writes: Mikhail> 2. -lc -- explicitly linking with libc is wrong, AFAIK, but Mikhail> the configure-generated Makefiles do this. This was an issue Mikhail> with earlier LyX versions as well. Would the attached patch be OK? (the tex2lyx part

  1   2   >