Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-06 Thread Andre Poenitz
On Wed, Jun 06, 2007 at 12:39:32AM +0200, Enrico Forestieri wrote: On Wed, Jun 06, 2007 at 12:28:54AM +0200, Andre Poenitz wrote: On Tue, Jun 05, 2007 at 11:48:25PM +0200, Enrico Forestieri wrote: On Tue, Jun 05, 2007 at 11:37:48PM +0200, Jean-Marc Lasgouttes wrote: Bo == Bo Peng [EMAIL

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-06 Thread Andre Poenitz
On Wed, Jun 06, 2007 at 12:53:49AM +0200, Enrico Forestieri wrote: I tried that a while ago and this is no good as the corners cover part of the content, especially if you have a small font. Well, you can't eat your cake and still have it... We have to decide what is worse. The current

Re: Converter problem with Mac OS packages

2007-06-06 Thread Andre Poenitz
On Wed, Jun 06, 2007 at 01:01:30AM +0200, Mael Hilléreau wrote: Le 6 juin 07 à 00:40, Andre Poenitz a écrit : On Wed, Jun 06, 2007 at 12:37:31AM +0200, Mael Hilléreau wrote: Le 6 juin 07 à 00:23, Andre Poenitz a écrit : It would make sense to compute checksum only if the timestamp is

Re: Annoying Mac Bug....

2007-06-06 Thread Stefan Schimanski
Am 06.06.2007 um 00:03 schrieb Mael Hilléreau: Le 5 juin 07 à 19:20, Richard Heck a écrit : Can someone on Mac sort this out: http://bugzilla.lyx.org/ show_bug.cgi?id=3818? I think I know what needs to be done, but I'm not on Mac. See my comments. Should be simple. Tested on Intel Mac OS

Re: Fixing #3790, 3801, 3809 in the only right way, no further patchworks!

2007-06-06 Thread Stefan Schimanski
The reason for the crash: Index: src/Cursor.cpp === --- src/Cursor.cpp (Revision 18674) +++ src/Cursor.cpp (Arbeitskopie) @@ -1438,18 +1438,33 @@ Font Cursor::getFont() const { + // The logic here should more or less

Re: How to make Lyx DRAMATICALLY better.

2007-06-06 Thread José Matos
On Tuesday 05 June 2007 23:17:31 Andre Poenitz wrote: Buts it would be sufficient if only insets that _do_ have a variable background would have that member. OK. I did not notice that it was in the base member but then it makes sense to be static since that is a property of the class not of

Re: Converter problem with Mac OS packages

2007-06-06 Thread Jean-Marc Lasgouttes
Mael == Mael Hilléreau [EMAIL PROTECTED] writes: Mael Le 6 juin 07 à 00:04, Jean-Marc Lasgouttes a écrit : The complexity depends on the total size of the data. A big file is worse than a small directory. Mael Just a last word on this: the complexity doesn't depend on the Mael total size of

Re: How to make Lyx DRAMATICALLY better.

2007-06-06 Thread Jean-Marc Lasgouttes
Bo == Bo Peng [EMAIL PROTECTED] writes: No, you are making my problems ;-) When I want to change background I have to take into account mathhoverbg, too. Please, remove that. Bo This part is true, but the same goes to buttonbg and Bo buttonhoverbg. No because these do not use the window

Re: How to make Lyx DRAMATICALLY better.

2007-06-06 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Tue, Jun 05, 2007 at 10:07:40PM +0100, José Matos wrote: On Tuesday 05 June 2007 19:16:08 Andre Poenitz wrote: Right. Commit 17913 added  int InsetBase::background_color_ to InsetBase that used to be 16 bytes a while ago. Andre'

Re: How to make Lyx DRAMATICALLY better.

2007-06-06 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Or replace the corners by a change of color of the inset that is currently edited. Andre That would be the _outermost_ inset that's being edited? Don't know :) JMarc

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-06 Thread José Matos
On Tuesday 05 June 2007 23:53:49 Enrico Forestieri wrote: LyX screen into a Christmas tree (thanks for this definition meant for effect, Edwin :) What do you have against the Christmas tree? After all we always release the stable version on Christmas so I don't see any problem following the

Re: [PATCH] 3810 --add check for evince

2007-06-06 Thread Jean-Marc Lasgouttes
Richard == Richard Heck [EMAIL PROTECTED] writes: Richard I didn't change the order except for inserting evince, but I Richard agree. I'd do this: Richard checkViewer('a Postscript previewer', ['evince', Richard 'kghostview', 'gv', 'ghostview -swap'], Yes, but I'd propose to put kghostview

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-06 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: I think it might be sufficient do color the innermost inset still containing the cursor. As I already said, what is the difference with respect to simply showing the corners without reserving space for them? Andre The corners would not

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-06 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: I don't know if there's a bug open on this issue, but if there is one, I think that this one of those WONTFIX cases. Andre Fine with me. +1 JMarc

Re: Fixing #3790, 3801, 3809 in the only right way, no further patchworks!

2007-06-06 Thread Stefan Schimanski
One relevant point from there to here, though: I'm not sure you'll be able to do away with bidi entirely. For example, as I suggest in that thread, for visual mode I think we'll have to use vis2log and log2vis. And once we're using anything Bidi related in cursor movement, we'll have to

Re: Bugzilla Bookmarklet

2007-06-06 Thread Juergen Spitzmueller
Richard Heck wrote: In Firefox, you can create a bookmark and put the above as the URL. Then choosing the bookmark will pop up a dialog asking for the bug number and send you there. FWIW, in Konqueror, you can define Web shortcuts. Defininig the shortcut lyxbug: http://bugzilla.lyx.org/[EMAIL

Re: Annoying Mac Bug....

2007-06-06 Thread Jean-Marc Lasgouttes
Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Stefan No, it doesn't. USE_NATIVE_FILEDIALOG is not defined in Stefan callback.cpp on any platform. Putting an #ifdef around the Stefan part is like #ifdef 0. The right patch is attached. +bool FileDialog::asksForOverwriteConfirmation() +{

Re: [PATCH] Part of Bug 3719 -- TOC out of sync

2007-06-06 Thread Jean-Marc Lasgouttes
Richard == Richard Heck [EMAIL PROTECTED] writes: Richard Jean-Marc Lasgouttes wrote: update toc and list of xxx seems to me an expensive operation. Can it be done on demand? I mean, maybe we can add a 'refresh'/'regenerate' button in the outline panel; and update 'list of listings' and such

Re: Converter problem with Mac OS packages

2007-06-06 Thread Mael Hilléreau
Le 6 juin 07 à 08:03, Andre Poenitz a écrit : This was joking. Nevertheless, IMHO the timestamp is a good solution for almost 99,% of time. The remaining 0,0001% being outdated screens, unless you can compile/modif/save/recompile in less than 1 sec... (however, assuming that file formats

Re: Annoying Mac Bug....

2007-06-06 Thread Stefan Schimanski
Am 06.06.2007 um 09:36 schrieb Jean-Marc Lasgouttes: Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Stefan No, it doesn't. USE_NATIVE_FILEDIALOG is not defined in Stefan callback.cpp on any platform. Putting an #ifdef around the Stefan part is like #ifdef 0. The right patch is

Re: Annoying Mac Bug....

2007-06-06 Thread Jean-Marc Lasgouttes
Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Stefan Well, at the moment confirmOverwrite is set to false for the Stefan non- native dialog. You might question this decision and set Stefan it to true, and change the asksForOverwriteConfirmation then Stefan accordingly. But that's not

Re: Annoying Mac Bug....

2007-06-06 Thread Stefan Schimanski
Am 06.06.2007 um 09:49 schrieb Jean-Marc Lasgouttes: Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Stefan Well, at the moment confirmOverwrite is set to false for the Stefan non- native dialog. You might question this decision and set Stefan it to true, and change the

Re: Annoying Mac Bug....

2007-06-06 Thread Jean-Marc Lasgouttes
Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: (2) we could force confirmation in the non-native case too and simplify our code. Stefan And force any frontend (even if we have only one currently) to Stefan do that overwrite dialog? Yes. Just document it. JMarc

Re: [PATCH] 3810 --add check for evince

2007-06-06 Thread Darren Freeman
On Wed, 2007-06-06 at 09:29 +0200, Jean-Marc Lasgouttes wrote: Richard == Richard Heck [EMAIL PROTECTED] writes: Richard I didn't change the order except for inserting evince, but I Richard agree. I'd do this: Richard checkViewer('a Postscript previewer', ['evince', Richard 'kghostview',

Re: Annoying Mac Bug....

2007-06-06 Thread Stefan Schimanski
Am 06.06.2007 um 09:55 schrieb Jean-Marc Lasgouttes: Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: (2) we could force confirmation in the non-native case too and simplify our code. Stefan And force any frontend (even if we have only one currently) to Stefan do that overwrite

Re: Change tracking and replace: unexpected behavior

2007-06-06 Thread Helge Hafting
Bennett Helm wrote: On Jun 5, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote: Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Bennett Helm wrote: Create a document with multiple occurrences of foo. Turn change tracking on, select a chunk of text (including some occurrences of

Re: How to make Lyx DRAMATICALLY better.

2007-06-06 Thread Helge Hafting
Enrico Forestieri wrote: Maybe we can try to avoid not having a space after math. I mean, when you leave a math inset by hitting the space bar, LyX does not insert a space after the math and perhaps it should. I think that this change would cure the vast majority of missing space after math

Re: WANTED: users of Right-To-Left languages who want proper support in LyX 1.5

2007-06-06 Thread Stefan Schimanski
I think we have basically two things to discuss now: 1) the space issue at the boundaries between RTL/LTR 2) the visual movement Maybe we should seperate it to keep the overview, using two different topics... Stefan PGP.sig Description: Signierter Teil der Nachricht

Spaces on RTL boundaries

2007-06-06 Thread Stefan Schimanski
Continuing the discussion about the space issue here. I have implemented Georg's idea/hint to allow spaces on both sides of the RTL/LTR boundary, but let the empty-paragraph-mechanism (EPM, the algorithm which among other things kills double spaces) take care of double spaces around

Re: Fixing #3790, 3801, 3809 in the only right way, no further patchworks!

2007-06-06 Thread Stefan Schimanski
The updated patches, to be applied in this order: no_bidi_isboundary.patch no_bidi_setcurrentfont.patch no_bidi_setcurrentfont.patch Description: Binary data no_bidi_isboundary.patch Description: Binary data As suggested by Dov, the discussion about spaces around RTL/LTR will be

[Fwd: keyboard issue with 1.5rc1]

2007-06-06 Thread Helge Hafting
This problem appeared on the user list. I can confirm that the problem is the same with a Norwegian keyboard. This is a regression. Original Message from [EMAIL PROTECTED] Hi everyone, This new version sure is really nice! I only have a little discomfort regarding key strokes. With

Outline panel hidden at inappropriate times

2007-06-06 Thread Mael Hilléreau
I'm on Mac OS 10.4.9, with 1.5.0rc1. In the two following situations, the outline panel is hidden whereas it should remain visible: 1. Open several documents (e.g. User's guide and Introduction), show the outline, and close one of the documents; 2. Open one or more documents, show the

[PATCH] bug 3799: View=Toolbars=XXX produces confusing output in status line

2007-06-06 Thread Jean-Marc Lasgouttes
http://bugzilla.lyx.org/show_bug.cgi?id=3799 I took a look at this bug and could not refrain from making some changes to the toolbar code in the process. This patch: - gets rid of toolbar-toggle-state lfun, and adds a parameter allowauto to toogle-toolbar instead. - adds useful status

[PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....)

2007-06-06 Thread Jean-Marc Lasgouttes
Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: http://bugzilla.lyx.org/show_bug.cgi?id=3818 Stefan You make a patch? OK. It turns out to be easier to disable overwrite control for the native dialog. Could some osx user test this patch? JMarc Index: src/frontends/qt4/FileDialog.cpp

Re: [PATCH] Textclass cleanup

2007-06-06 Thread Jean-Marc Lasgouttes
Michael == Michael Gerz [EMAIL PROTECTED] writes: Michael Hi, here comes a new version of an old patch. I took into Michael account comments by Jürgen Uwe. Michael OK? Yes. JMarc

Re: [patch] KeyMap bug (again)

2007-06-06 Thread Jean-Marc Lasgouttes
Dov == Dov Feldstern [EMAIL PROTECTED] writes: Dov Hi! I haven't gotten any responses to the patch I sent in Dov yesterday, so I took the opportunity to open a bug for this in Dov bugzilla (http://bugzilla.lyx.org/show_bug.cgi?id=3811). Dov There are explanations there regarding the patch

Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....)

2007-06-06 Thread Stefan Schimanski
Am 06.06.2007 um 12:21 schrieb Jean-Marc Lasgouttes: Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: http://bugzilla.lyx.org/show_bug.cgi?id=3818 Stefan You make a patch? OK. It turns out to be easier to disable overwrite control for the native dialog. Could some osx user test this

Re: Change tracking and replace: unexpected behavior

2007-06-06 Thread Bennett Helm
On Jun 6, 2007, at 4:38 AM, Helge Hafting wrote: Bennett Helm wrote: On Jun 5, 2007, at 9:52 AM, Jean-Marc Lasgouttes wrote: Jürgen == Jürgen Spitzmüller [EMAIL PROTECTED] writes: Jürgen Bennett Helm wrote: Create a document with multiple occurrences of foo. Turn change tracking on,

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Bennett Helm
On Jun 6, 2007, at 5:38 AM, Mael Hilléreau wrote: I'm on Mac OS 10.4.9, with 1.5.0rc1. In the two following situations, the outline panel is hidden whereas it should remain visible: 1. Open several documents (e.g. User's guide and Introduction), show the outline, and close one of the

Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....)

2007-06-06 Thread Jean-Marc Lasgouttes
Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Could some osx user test this patch? JMarc bug3818.diff Stefan OK, looks good and works. Jose, can I commit? Stefan One question: why is overwrite written over- write in the Stefan dialog? Good question. It looks like it is not

Re: Fixing #3790, 3801, 3809 in the only right way, no further patchworks!

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 10:17:42 Stefan Schimanski wrote: As suggested by Dov, the discussion about spaces around RTL/LTR will   be continued in the other thread. I have also posted these two   patches there because the following RTL advances are based on this. Stefan OK. -- José Abílio

Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....)

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 13:06:34 Jean-Marc Lasgouttes wrote: Stefan OK, looks good and works. Jose, can I commit? OK. -- José Abílio

Re: [PATCH] bug 3799: View=Toolbars=XXX produces confusing output in status line

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 10:43:10 Jean-Marc Lasgouttes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3799 I took a look at this bug and could not refrain from making some changes to the toolbar code in the process. This patch: - gets rid of toolbar-toggle-state lfun, and adds a parameter

Implement a function to collapse/expand Chapters

2007-06-06 Thread Thomas Schmidt
Hello I'm new to this list and hope i subscribed correctly to read the answers to my proposal. I'm a LyX user for one year now and think that LyX is the best way to write Documents with LaTeX/MikTeX. Beside all the good functions that LyX have, i miss one little function which can be really

Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....)

2007-06-06 Thread Bennett Helm
On Jun 6, 2007, at 8:06 AM, Jean-Marc Lasgouttes wrote: Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Could some osx user test this patch? JMarc bug3818.diff Stefan OK, looks good and works. Jose, can I commit? Stefan One question: why is overwrite written over- write in the

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Mael Hilléreau
Le 6 juin 07 à 14:44, Bennett Helm a écrit : On Jun 6, 2007, at 8:31 AM, Mael Hilléreau wrote: Le 6 juin 07 à 13:58, Bennett Helm a écrit : On Jun 6, 2007, at 5:38 AM, Mael Hilléreau wrote: I'm on Mac OS 10.4.9, with 1.5.0rc1. In the two following situations, the outline panel is hidden

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Bennett Helm
On Jun 6, 2007, at 8:57 AM, Mael Hilléreau wrote: 2. Open one or more documents, show the outline, and execute a buffer-switch command (M-x, buffer-switch, enter) with or without the optional parameter. (Quicker way to switch documents with mac.bind: opttab.) I know that, but I

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Mael Hilléreau
Le 6 juin 07 à 15:12, Bennett Helm a écrit : On Jun 6, 2007, at 8:57 AM, Mael Hilléreau wrote: 2. Open one or more documents, show the outline, and execute a buffer-switch command (M-x, buffer-switch, enter) with or without the optional parameter. (Quicker way to switch documents with

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Bennett Helm
On Jun 6, 2007, at 9:24 AM, Mael Hilléreau wrote: Le 6 juin 07 à 15:12, Bennett Helm a écrit : On Jun 6, 2007, at 8:57 AM, Mael Hilléreau wrote: 2. Open one or more documents, show the outline, and execute a buffer-switch command (M-x, buffer-switch, enter) with or without the optional

Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....)

2007-06-06 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Wednesday 06 June 2007 13:06:34 Jean-Marc Lasgouttes wrote: Stefan OK, looks good and works. Jose, can I commit? José OK. Applied. JMarc

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Mael Hilléreau
Le 6 juin 07 à 15:40, Bennett Helm a écrit : On Jun 6, 2007, at 9:24 AM, Mael Hilléreau wrote: Le 6 juin 07 à 15:12, Bennett Helm a écrit : On Jun 6, 2007, at 8:57 AM, Mael Hilléreau wrote: 2. Open one or more documents, show the outline, and execute a buffer-switch command (M-x,

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Richard Heck
Mael Hilléreau wrote: I'm on Mac OS 10.4.9, with 1.5.0rc1. In the two following situations, the outline panel is hidden whereas it should remain visible: 1. Open several documents (e.g. User's guide and Introduction), show the outline, and close one of the documents; This has been fixed in

Re: [PATCH] bug 3799: View=Toolbars=XXX produces confusing output in status line

2007-06-06 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Wednesday 06 June 2007 10:43:10 Jean-Marc Lasgouttes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3799 I took a look at this bug and could not refrain from making some changes to the toolbar code in the process. This patch: - gets

Re: Implement a function to collapse/expand Chapters

2007-06-06 Thread Richard Heck
Thomas Schmidt wrote: Hello I'm new to this list and hope i subscribed correctly to read the answers to my proposal. We shall see. I'm a LyX user for one year now and think that LyX is the best way to write Documents with LaTeX/MikTeX. Beside all the good functions that LyX have, i miss one

[PATCH] over-write=overwrite (was Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....))

2007-06-06 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Good question. It looks like it is not plain English. I propose to make a separate patch for that, but before I do so, could some native English speaker chime in? Bennett You mean take over Angus' job? Exact :) Bennett Overwrite is better.

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Mael Hilléreau
Le 6 juin 07 à 15:54, Richard Heck a écrit : Mael Hilléreau wrote: I'm on Mac OS 10.4.9, with 1.5.0rc1. In the two following situations, the outline panel is hidden whereas it should remain visible: 1. Open several documents (e.g. User's guide and Introduction), show the outline, and

Re: [PATCH] Hover over mathed show mathed corners.

2007-06-06 Thread Bo Peng
I deem that this will be more acceptable than my previous patch. I was wrong so this is now http://bugzilla.lyx.org/show_bug.cgi?id=3825 . Cheers, Bo

dictionary

2007-06-06 Thread Filippo Ottone
hello, i try to install lyx 1.5 but it' impossible to download aspell dictionary(english or italian). i tried to install them before or after lyx installation but they don't work Filippo

Re: Outline panel hidden at inappropriate times

2007-06-06 Thread Richard Heck
Mael Hilléreau wrote: Le 6 juin 07 à 15:54, Richard Heck a écrit : Mael Hilléreau wrote: I'm on Mac OS 10.4.9, with 1.5.0rc1. In the two following situations, the outline panel is hidden whereas it should remain visible: 1. Open several documents (e.g. User's guide and Introduction), show

[PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Richard Heck
The patch fixes the bug. OK to commit? Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/ == Get my public key

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Jean-Marc Lasgouttes
Richard == Richard Heck [EMAIL PROTECTED] writes: Richard The patch fixes the bug. OK to commit? It would be nice to round the values to 2 decimal places. JMarc

Re: [PATCH] Part of Bug 3719 -- TOC out of sync

2007-06-06 Thread Richard Heck
Jean-Marc Lasgouttes wrote: The navigation menu is regenerated just before displaying it. At least this is what it used to do, without much overhead. Well, it doesn't do this now. Open the Embedded Objects manual; go to some figure, and delete some characters from the caption. (Do not

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Richard == Richard Heck [EMAIL PROTECTED] writes: Richard The patch fixes the bug. OK to commit? It would be nice to round the values to 2 decimal places. Can you tell me off-hand how to do that here? rh --

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Jean-Marc Lasgouttes
Richard == Richard Heck [EMAIL PROTECTED] writes: Richard Jean-Marc Lasgouttes wrote: Richard == Richard Heck [EMAIL PROTECTED] writes: Richard The patch fixes the bug. OK to commit? It would be nice to round the values to 2 decimal places. Richard Can you tell me off-hand how to do that

[PATCH] Bug 3821: Odd middle-click behavior

2007-06-06 Thread Richard Heck
The issue here is that middle-click of external material pastes where the cursor WAS, not where one clicks. This works, but I don't know if it's best. I can't seem to figure out where the cursor position is set in the other branch: You don't get this behavior with pastes of internal

Re: dictionary

2007-06-06 Thread Pavel Sanda
i try to install lyx 1.5 but it' impossible to download aspell dictionary(english or italian). i tried to install them before or after lyx installation but they don't work if you are on win arch maybe this can help you http://www.mail-archive.com/[EMAIL PROTECTED]/msg56072.html pavel

[PATCH-updateded] Bug 3823

2007-06-06 Thread Richard Heck
An improved version, per JMarc's suggestions. This one OK? rh -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/ == Get my

[PATCH] Add \varrho and its icon to toolbar

2007-06-06 Thread hzluo
LyX supports \varrho, but there is no this symbol on the toolbar. I made a patch to add this one. Please see attached. varrho.diff Description: Binary data

Re: [PATCH-updateded] Bug 3823

2007-06-06 Thread Jean-Marc Lasgouttes
Richard == Richard Heck [EMAIL PROTECTED] writes: Richard An improved version, per JMarc's suggestions. This one OK? Yes (you tried it, right?) JMarc

Re: [PATCH] Part of Bug 3719 -- TOC out of sync

2007-06-06 Thread Bo Peng
Well, it doesn't do this now. Open the Embedded Objects manual; go to some figure, and delete some characters from the caption. (Do not highlight and delete. That regenerates. Just delete.) Exit the caption (again, you have to be careful how you do this, as some actions regenerate) and open

import Chinese TeX file issue

2007-06-06 Thread hzluo
I suppose you use a class file different than those default lyx-supported classes, such as ctexartutf8.cls. In this case, you must install the layout file before you can convert a .tex file to lyx. Only putting the layout file in the dir of the .tex file does not work. In addition, the layout

Re: [PATCH] over-write=overwrite (was Re: [PATCH] Bug 3818: Save and replace asks twice whether to overwrite (Re: Annoying Mac Bug....))

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 15:01:57 Jean-Marc Lasgouttes wrote: Jose'? JMarc OK. -- José Abílio

Re: [PATCH-updateded] Bug 3823

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 17:02:01 Richard Heck wrote: An improved version, per JMarc's suggestions. This one OK? rh OK. -- José Abílio

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Juergen Spitzmueller
Richard Heck wrote: c.r/255.0 ',' c.g/255.0 ',' c.b/255.0 An alternative would be to require xcolor instead of color (we require this anyway nowadays) and use \definecolor{shadecolor}{RGB}{}. Then you don't have to do any calculation. Jürgen

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Richard Heck
Juergen Spitzmueller wrote: Richard Heck wrote: c.r/255.0 ',' c.g/255.0 ',' c.b/255.0 An alternative would be to require xcolor instead of color (we require this anyway nowadays) and use \definecolor{shadecolor}{RGB}{}. Then you don't have to do any calculation. I don't really

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Juergen Spitzmueller
Richard Heck wrote: I don't really know anything about LaTeX color handling, so I'm happy to have you (and others who do) make this call. I guess the only other thing that would need changing is the InsetNote::validate() routine. Yes, just requiring xcolor should do. By the way, is it

Re: How to make Lyx DRAMATICALLY better.

2007-06-06 Thread Andre Poenitz
On Wed, Jun 06, 2007 at 09:24:48AM +0200, Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Tue, Jun 05, 2007 at 10:07:40PM +0100, José Matos wrote: On Tuesday 05 June 2007 19:16:08 Andre Poenitz wrote: Right. Commit 17913 added  int

Re: Annoying Mac Bug....

2007-06-06 Thread Andre Poenitz
On Wed, Jun 06, 2007 at 09:54:37AM +0200, Stefan Schimanski wrote: Am 06.06.2007 um 09:49 schrieb Jean-Marc Lasgouttes: Stefan == Stefan Schimanski [EMAIL PROTECTED] writes: Stefan Well, at the moment confirmOverwrite is set to false for the Stefan non- native dialog. You might question

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Herbert Voss
Juergen Spitzmueller wrote: Richard Heck wrote: c.r/255.0 ',' c.g/255.0 ',' c.b/255.0 An alternative would be to require xcolor instead of color (we require this anyway nowadays) and use \definecolor{shadecolor}{RGB}{}. Then you don't have to do any calculation.

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Herbert Voss
Herbert Voss wrote: Juergen Spitzmueller wrote: Richard Heck wrote: c.r/255.0 ',' c.g/255.0 ',' c.b/255.0 An alternative would be to require xcolor instead of color (we require this anyway nowadays) and use \definecolor{shadecolor}{RGB}{}. Then you don't have to do any calculation.

Re: Bugzilla Bookmarklet

2007-06-06 Thread Bernhard Roider
Richard Heck schrieb: [EMAIL PROTECTED] wrote: On Tue, 5 Jun 2007, Bernhard Roider wrote: Richard Heck schrieb: I finally got around to writing this: javascript:(function(){var x; x=prompt(Enter bug number:, );

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Juergen Spitzmueller
Herbert Voss wrote: \providecolor{LyXshadecolor}{RGB}{...}    to be save BTW, Herbert, which definition is to be preferred to fix bug 3817: http://bugzilla.lyx.org/show_bug.cgi?id=3817 \newcommand{\lyxadded}[3]{{\color{lyxadded}#3}} \newcommand{\lyxdeleted}[3]{{\color{lyxdeleted}\st{#3}}} or

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Richard Heck
Juergen Spitzmueller wrote: Richard Heck wrote: I don't really know anything about LaTeX color handling, so I'm happy to have you (and others who do) make this call. I guess the only other thing that would need changing is the InsetNote::validate() routine. Yes, just requiring xcolor

Re: [PATCH] Part of Bug 3719 -- TOC out of sync

2007-06-06 Thread Richard Heck
Bo Peng wrote: Well, it doesn't do this now. Open the Embedded Objects manual; go to some figure, and delete some characters from the caption. (Do not highlight and delete. That regenerates. Just delete.) Exit the caption (again, you have to be careful how you do this, as some actions

[PATCH] Add Framed and Shaded to Notes Menu

2007-06-06 Thread Richard Heck
As said. Neither Jurgen nor I knew these existed. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/ == Get my

Re: [PATCH] Part of Bug 3719 -- TOC out of sync

2007-06-06 Thread Bo Peng
Anything that fixed the TOC behavior would also fix this. But it would be possible to separate these and have the TOC update only by explicit request (say) whereas the menu updated when it was shown. When I insert 'update toc' message to 'TocBackend::update()', I find that it is called whenever

Re: [PATCH] Add Framed and Shaded to Notes Menu

2007-06-06 Thread Martin Vermeer
On Wed, Jun 06, 2007 at 03:43:55PM -0400, Richard Heck wrote: As said. Neither Jurgen nor I knew these existed. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Enrico Forestieri
On Wed, Jun 06, 2007 at 08:53:36PM +0200, Juergen Spitzmueller wrote: Herbert Voss wrote: \providecolor{LyXshadecolor}{RGB}{...}    to be save BTW, Herbert, which definition is to be preferred to fix bug 3817: http://bugzilla.lyx.org/show_bug.cgi?id=3817

Re: [PATCH] Bug 3823 -- bad color output for LyXNotes

2007-06-06 Thread Juergen Spitzmueller
Enrico Forestieri wrote: Both forms are equivalent, indeed \bgroup and \egroup are defined as \let\bgroup={ \let\egroup=} by TeX. The macro forms are useful because you can include them in a definition without worrying about how they nest. I see. Many thanks for the explanation. (time to

Re: [PATCH] Add Framed and Shaded to Notes Menu

2007-06-06 Thread Richard Heck
Martin Vermeer wrote: On Wed, Jun 06, 2007 at 03:43:55PM -0400, Richard Heck wrote: As said. Neither Jurgen nor I knew these existed. I came up simultaneously with the attached... why the different order? I thought I'd alphabetize the ones after LyX Note. It doesn't much matter,

[PATCH] Update Toc when navigation menu is clicked.

2007-06-06 Thread Bo Peng
As discussed in another thread, it is not a good idea to update Toc whenever, e.g., the caption of an InsetListings is changed. This is because 1. TocBackend::update() is expensive by my standard 2. Too many things will break Toc (such as removal of an inset). 3. Toc does not need to be updated

Re: [PATCH] Add Framed and Shaded to Notes Menu

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 21:26:22 Richard Heck wrote: I thought I'd alphabetize the ones after LyX Note. It doesn't much matter, though. Feel free to commit whichever one you like. +1 Please, could one of you toss a coin and submit that option? ;-) rh -- José Abílio

Re: [PATCH] Update Toc when navigation menu is clicked.

2007-06-06 Thread José Matos
On Wednesday 06 June 2007 21:49:56 Bo Peng wrote: OK to apply? (The attached patch also show caption, not filename for InsetInclude, a minor correction of the Toc behavior). Cheers, Bo OK OK. :-) -- José Abílio

Re: [PATCH] Update Toc when navigation menu is clicked.

2007-06-06 Thread Bo Peng
On 6/6/07, José Matos [EMAIL PROTECTED] wrote: On Wednesday 06 June 2007 21:49:56 Bo Peng wrote: OK to apply? (The attached patch also show caption, not filename for InsetInclude, a minor correction of the Toc behavior). Cheers, Bo OK OK. :-) Done. Bo

Re: [PATCH] Part of Bug 3719 -- TOC out of sync

2007-06-06 Thread Bo Peng
The way to solve this might be to put some appropriate code into InsetCaption::notifyCursorLeaves(). I do not think it is a good idea to update Toc during editing, because simple add/remove of sections, change of environment will break Toc, so it is close to impossible to consider all cases and

Re: Spaces on RTL boundaries

2007-06-06 Thread Dov Feldstern
Stefan Schimanski wrote: Continuing the discussion about the space issue here. I have implemented Georg's idea/hint to allow spaces on both sides of the RTL/LTR boundary, but let the empty-paragraph-mechanism (EPM, the algorithm which among other things kills double spaces) take care of

Re: Fixing #3790, 3801, 3809 in the only right way, no further patchworks!

2007-06-06 Thread Dov Feldstern
Stefan Schimanski wrote: The updated patches, to be applied in this order: no_bidi_isboundary.patch no_bidi_setcurrentfont.patch As suggested by Dov, the discussion about spaces around RTL/LTR will be continued in the other thread. I have also posted these two patches there because the

Re: [patch] KeyMap bug (again)

2007-06-06 Thread Dov Feldstern
Jean-Marc Lasgouttes wrote: Dov == Dov Feldstern [EMAIL PROTECTED] writes: Dov Hi! I haven't gotten any responses to the patch I sent in Dov yesterday, so I took the opportunity to open a bug for this in Dov bugzilla (http://bugzilla.lyx.org/show_bug.cgi?id=3811). Dov There are explanations

Re: WANTED: users of Right-To-Left languages who want proper support in LyX 1.5

2007-06-06 Thread Dov Feldstern
Hi, If you need help testing the RTL support I'm willing to help as much as I can. I write most of my files in Hebrew and therefore I use RTL a lot. I may need a bit of guiding on how to compile the patches... (I don't have much experience in using patches). Sincerely, Ran Rutenberg Hi Ran

Re: [PATCH] 3810 --add check for evince

2007-06-06 Thread Bo Peng
I was sitting there, in bewilderment, because my overview of all the pages on the left was missing! I tried, oh how I tried. Couldn't be anything I did since five minutes ago, could it? Hmm. Wasn't using evince before! I had the same experience! My beamer slide suddenly does not display in full

  1   2   3   >