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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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}[
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
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
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
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)
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
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
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
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
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
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
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
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
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'
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
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
On Wednesday 06 June 2007 15:01:57 Jean-Marc Lasgouttes wrote:
> Jose'?
>
> JMarc
OK.
--
José Abílio
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
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
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:
Richard> An improved version, per JMarc's suggestions. This one OK?
Yes (you tried it, right?)
JMarc
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
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
> 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
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.
> "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
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
--
===
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
> "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
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
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
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
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
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
> "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
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
> "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.
>>
>>
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
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-
> "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
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
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
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
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
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
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
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
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
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í
> "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
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
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,
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
> "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
> "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
> "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
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
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
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
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
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
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
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
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
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
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
> "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
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
> "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
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
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
> "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
> "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
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
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
> "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
> "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
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
> "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
> "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
> "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
> "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
> "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>
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 - 100 of 102 matches
Mail list logo