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

2007-06-06 Thread Martin Vermeer
On Wed, 06 Jun 2007 22:05:38 +0100 José Matos <[EMAIL PROTECTED]> wrote: > 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 on

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

2007-06-06 Thread Guy Rutenberg
Hi, Dov Feldstern <[EMAIL PROTECTED]> writes: Hi Ran (and any other would-be Bidi testers), Please try out the patches from http://permalink.gmane.org/gmane.editors.lyx.devel/86921 and let us know (preferably in a reply to that thread, but I reply to here is also fine) how you feel about the

Re: Bugzilla Bookmarklet

2007-06-06 Thread christian . ridderstrom
On Tue, 5 Jun 2007, Richard Heck wrote: PS. In Opera, I'd just define a dedicated "search" for it, so that entering e.g. b 232 will get you to bug 232. 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

[PATCH] 3782 Crash with selection of table cells

2007-06-06 Thread Bo Peng
Finally, a patch that fixes a critical bug (as opposed to fixing WONTFIX). :-) Description: Create a 2 by 1 table with several characters in the lower cell, select both cells and S-Right when the cursor is in the upper cell. This crashes lyx. Problem: Text3.cpp: LFUN_CHAR_FORWARD_SELECT: Ente

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

2007-06-06 Thread Darren Freeman
On Wed, 2007-06-06 at 21:50 -0500, Bo Peng wrote: > > 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

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

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] 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 explana

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 follo

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 doubl

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: [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] 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] 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

[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 al

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 J"urgen 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, th

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] 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 > > \newcommand{\lyxadded}[

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 J"urgen nor I knew these existed. > > Richard > > -- > == > Richard G Heck, Jr > Professor of Philosophy > Brown University > http://frege.brown.edu

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

[PATCH] Add Framed and Shaded to Notes Menu

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

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 regenerate)

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 sh

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: 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:", ""); if(x!=null){document.location.href="http://bugzilla.lyx.org/show_bug.cgi

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

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. \pr

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

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: [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 in

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'

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-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] 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

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 fil

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 Naviga

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

[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

[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

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] 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 selections.

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

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] 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 highli

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

[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 from

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

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: [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

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 clo

[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> "Ove

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 l

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. >> >>

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 cur

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, "buffer-

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 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: 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 m

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: .) I know that, but I encountered th

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 w

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 Stefan> OK, looks good and works. Jose, can I commit? Stefan> One question: why is overwrite written over- write in the Stefan> d

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 usef

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 pa

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: 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í

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 >> >> 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

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 docu

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: [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 t

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

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

[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/FileDial

[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 mes

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 outli

[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

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 continue

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 boundar

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

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" ca

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

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: [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', > Richa

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: 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 asksForOv

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 th

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: 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 are

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 'l

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::asksForOverwriteConfir

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/[E

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 s

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: [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

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 k

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: 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

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 t

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>

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

  1   2   >