José, I'd like to apply this patch. I agree with Jean-Marc that this whole
bibitem handling is a mess (and the patch is thus not really nice), but it
seems we're not gonna find anything better for 1.5 (see discussion on
bugzilla).
OK?
Jürgen
Jürgen Spitzmüller wrote:
> http://bugzilla.lyx.org/
Herbert Voss wrote:
> \textcolor{blue}{{ foo }}bar baz
> has a space as first character. This makes no sense at the beginning of
> a line.
>
> {\color{blue}{ foo }}bar baz
>
> is correct, no space at the beginning of a line but a space in a
> line:
>
> foo{\color{blue}{ foo }}bar baz
>
> this color
It's definitely not a non standard. I'll try to find the place where the
paste function uses getUChar and replace it with getChar
On 5/14/07, Dov Feldstern <[EMAIL PROTECTED]> wrote:
Dov Feldstern wrote:
> Elazar Leibovich wrote:
>> The attached patch disable Paragraph::getUChar functionality o
Sorry for the delay.
Problem:
Be in a hebrew paragraph, start a formula with some under score (say a_1)
copy it, paste it in some mathematical inset. It comes out garbled.
That what it solves;
On 5/13/07, Dov Feldstern <[EMAIL PROTECTED]> wrote:
Elazar Leibovich wrote:
> The attached patch disa
Thanks, Uwe.
On 5/12/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> PS. I guess it is safe to close the bug 3377.
Done.
regards uwe
Hi all,
I believe this is a bug since it always worked for me under 1.3.x, but
it doesn't work under SVN from a few days ago.
Enter mathed (ctrl-M). Type something like: "1\mu m" (one micron).
It is possible to view the output from this. It is in italics though,
which doesn't suit me, so then I
Martin,
Thanks for the help! (Also to Jean-Marc.)
I think we should think carefully about the dependence on this package
for 1.5.0. There will be people who are used to LyX working on their
system who try out the 1.4 or 1.5 series and can't work this out on
their own.
You could (nay should?) bla
On May 13, 2007, at 5:15 PM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> Is there a good reason why I shouldn't use the most recent
Bennett> Qt4.3 snapshot for the next beta release and all subsequent
Bennett> releases? (TOC would be problematic w
On May 9, 2007, at 8:58 AM, Bennett Helm wrote:
On May 9, 2007, at 5:37 AM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> But for official releases we'd only need this:
Bennett> ./configure --prefix=/path/to/LyX.app
Bennett> --with-version-suffi
On Sun, 13 May 2007, Bo Peng wrote:
I too now have to report that, at least in Lyx 1.4 3-4 running under
windows on my computer, the option for changing the colour of the math
background does not change anything.
Hi, Dr. Cwikel,
Support for math background and math corners have been added
On Sun, 13 May 2007, Pavel Sanda wrote:
Someone (trama ngs.ru) attached a spam attachment to
http://bugzilla.lyx.org/show_bug.cgi?id=993
I don't know how to remove the attachment, does anyone else?
afaik bugzilla has not such functionality. but if you have enough
permissions you sh
On Sunday 13 May 2007 12:07:23 Peter Kümmel wrote:
> I also saw his patches all over the place.
> Isn't Jürgen also a longterm contributor to LyX?
Notice that there is another Jürgen (Vigna) responsible for most of the
table related code in LyX. :-)
--
José Abílio
On Sunday 13 May 2007 00:29:42 Bo Peng wrote:
> I like it and I do not see any side effect.
>
> Jose, can it be applied?
Yes.
> Bo
--
José Abílio
On Sunday 13 May 2007 21:20:51 Bo Peng wrote:
> Hi, Jose,
>
> See http://bugzilla.lyx.org/show_bug.cgi?id=3600 .
>
> Can I submit the following patch before a proper solution is
> implemented? My understand is that a proper solution will be
> difficult, but avoiding such a crash for now is necessar
On 5/13/07, Peter Kümmel <[EMAIL PROTECTED]> wrote:
Bo Peng wrote:
> Please test this listings dialog, which looks more like Herbert's
Nice!
The dialog is wider than in the designer, so could
you add a spacer on the left of the style group box?
I do have a spacer there. You can see it if you e
On 13 maj 2007, at 21.44, Bo Peng wrote:
On 5/13/07, Anders Ekberg <[EMAIL PROTECTED]> wrote:
Compilation using a fresh svn check-out as of today and QT4.3rc1
results in:
I have fixed a lib/language issue and updated the po files. Could you
please try again?
Cheers,
Bo
Thanks Bo, that did
Dov Feldstern wrote:
Dov Feldstern wrote:
Fixed. Everything seems to be working fine now. I would still appreciate
it if someone could review the whole patch carefully, because this does
affect general code (not just RTL).
Not everything: I just ran into a new crash which was introduced by m
thanks, compilation works now.
btw is there some makefile target which would clean the po directory and
thus force this part to be regenerated (namely lyx.pot and gmo files).
make clean or distclean wont do the job.
Yes. make update-po will update po files. However, to avoid excessive
svn traff
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
>> Attached is a patch that fixed bug 3571: ...
Uwe> As the patch is trivial and I got no objections, I put it in:
Uwe> http://www.lyx.org/trac/changeset/18273
Yes, good catch.
JMarc
Dov Feldstern wrote:
Elazar Leibovich wrote:
The attached patch disable Paragraph::getUChar functionality of
inversing the paranthesis. I grep'ed for the function and it seems to
be used only by math inset's pasting getPlainText mechanism, and
indeed it has no effect on regular paranthesis.
Pl
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
Uwe> Jean-Marc Lasgouttes schrieb:
>> So I would be very pleased if you could test my lang2.diff patch
>> and tell me what does not work.
Uwe> I did, see my last post to the original thread. You might think
Uwe> I'm not good enough to sent patc
> "Mostafa" == Mostafa Vahedi <[EMAIL PROTECTED]> writes:
Mostafa> Considering the concerns about whether to keep ArabTeX or
Mostafa> not, I have modified the patch so that it will only use ARABI
Mostafa> package for Farsi. Therefore Arabic remains the same as
Mostafa> before with no change. I
> "Elazar" == Elazar Leibovich <[EMAIL PROTECTED]> writes:
Elazar> Can anyone *PLEASE* have a look at it? It's a very crucial
Elazar> bugfix, the patch has nothing to do with no RTL text, and I
Elazar> really like it to be included in the beta. It's three days and
Elazar> no one has made any r
> Someone (trama ngs.ru) attached a spam attachment to
>
> http://bugzilla.lyx.org/show_bug.cgi?id=993
>
> I don't know how to remove the attachment, does anyone else?
afaik bugzilla has not such functionality. but if you have enough
permissions you should be able to hide it by private/ob
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> Is there a good reason why I shouldn't use the most recent
Bennett> Qt4.3 snapshot for the next beta release and all subsequent
Bennett> releases? (TOC would be problematic without it.) ... How
Bennett> conservative are we wantin
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Fri, May 11, 2007 at 01:12:14AM +0200, Uwe Stöhr wrote:
>> - } - return lang_pack; + } else + return lang_pack;
>> }
Andre> Everytime I see
Andre> if (...) { ... } else return ...;
Andre> I get the feeling that it'd better ch
> "Dov" == Dov Feldstern <[EMAIL PROTECTED]> writes:
Dov> The complicated part is: what did the user *mean* by doing this?
Dov> Can you think of a realistic case in which the user would want to
Dov> do what you're describing (namely, switch from LyX-Code to
Dov> standard text)
The user should
> I have fixed a lib/language issue and updated the po files. Could you
> please try again?
thanks, compilation works now.
btw is there some makefile target which would clean the po directory and
thus force this part to be regenerated (namely lyx.pot and gmo files).
make clean or distclean wont
> "Koji" == Koji Yokota <[EMAIL PROTECTED]> writes:
Koji> Jean-Marc Lasgouttes wrote:
>> What architecture is it?
Koji> Sorry, architecture is all i386 (one is amd64 running in i386
Koji> mode).
So it is not a problem of endianness.
JMarc
Bo Peng wrote:
I will submit a patch to prevent such a crash with a FIXME in its
comment. A bugzilla entry will also be created.
Hi, Jose,
See http://bugzilla.lyx.org/show_bug.cgi?id=3600 .
Bo, can I add a comment to bugzilla pointing to this thread? I feel that
often there are discussions
Can you not select the LyX-Code directly, and inset->program listing?
That would at least be clearer on the conceptual level, because you're
going from verbatim to verbatim...
Actually, if I go from lyx-code to listings directly, this problem
will not happen. I removed the lyx-code environment a
I will submit a patch to prevent such a crash with a FIXME in its
comment. A bugzilla entry will also be created.
Hi, Jose,
See http://bugzilla.lyx.org/show_bug.cgi?id=3600 .
Can I submit the following patch before a proper solution is
implemented? My understand is that a proper solution will
Bo Peng wrote:
The complicated part is: what did the user *mean* by doing this? Can you
think of a realistic case in which the user would want to do what you're
describing (namely, switch from LyX-Code to standard text) --- and if
so, what does the user mean by it? And how would the user want the
The complicated part is: what did the user *mean* by doing this? Can you
think of a realistic case in which the user would want to do what you're
describing (namely, switch from LyX-Code to standard text) --- and if
so, what does the user mean by it? And how would the user want the
spaces to be tr
I too now have to report that, at least in Lyx 1.4 3-4 running under
windows on my computer, the option for changing the colour of the math
background does not change anything.
Hi, Dr. Cwikel,
Support for math background and math corners have been added to lyx.
You should be able to adjust back
Bo Peng wrote:
1. lyx-code
2. enter
a
123456 (there are four leading spaces)
3. change environment to standard
4. select a and 1
5. cut
a, 12345 are removed.
It is pretty easy to avoid the crash by adding something like right =
min(right, par[pit].size() + 1) after line 304 of
On 5/13/07, Anders Ekberg <[EMAIL PROTECTED]> wrote:
Compilation using a fresh svn check-out as of today and QT4.3rc1
results in:
I have fixed a lib/language issue and updated the po files. Could you
please try again?
Cheers,
Bo
On Fri, 11 May 2007, Helge Hafting wrote:
José Matos wrote:
Well that never stopped us before, did it? ;-)
What are the features that you think are underdocumented or not
documented at all?
Please make a list and post it here.
I would if I could - I have only used LyX once in the la
Bo Peng wrote:
Isn't every crash a critical bug?
i would say that it depends on the probability of it happening.
some "critical" bugs are p=0 critical for me personally...
Why nobody is interested?
i don't think people are uninterested, but either busy with other stuff
or unfamiliar with
On Fri, 11 May 2007, Abdelrazak Younes wrote:
[EMAIL PROTECTED] wrote:
[*] I honestly don't think we'll have time to do anything before 1.5.0,
but what about after? How are we to deal with the documentation?
I think we (you ;-)) should do a call for help in the users list.
I could ask,
On Sat, 12 May 2007, Michael Gerz wrote:
this patch brings change tracking output to the PDF world.
What's up with the long lines?
/Christian
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr
On Sun, 13 May 2007, Bernhard Roider wrote:
Look at development/scons/scons_manifest.py and lib/Makefile.am
Thanks. Damn windows search: it says it searchs in files but it simply
doesn't!
You have my symapthies, I've been bitten by that a few times as well.
Tip: Just use a command line v
Compilation using a fresh svn check-out as of today and QT4.3rc1
results in:
msguniq -o LyX-1.5.po && rm -f qt4_l10n.pot layouts_l10n.pot
languages_l10n.pot ui_l10n.pot
: warning: Charset missing in header.
Message conversion to user's charset will not work.
: warning: Cha
Someone (trama ngs.ru) attached a spam attachment to
http://bugzilla.lyx.org/show_bug.cgi?id=993
I don't know how to remove the attachment, does anyone else?
/C
1. lyx-code
2. enter
a
123456 (there are four leading spaces)
3. change environment to standard
4. select a and 1
5. cut
a, 12345 are removed.
It is pretty easy to avoid the crash by adding something like right =
min(right, par[pit].size() + 1) after line 304 of CutAndPaste.cpp,
Was the intention that when there is a long line followed by a short
line, followed by a long line and you press down twice, starting
torwards the end of the first long line, then you wanted to the cursor
to be torwards the end of the second long line?
eg. start at s, press down twice, land
Elazar Leibovich wrote:
The attached patch disable Paragraph::getUChar functionality of
inversing the paranthesis. I grep'ed for the function and it seems to be
used only by math inset's pasting getPlainText mechanism, and indeed it
has no effect on regular paranthesis.
Please have a look at th
Abdelrazak Younes schrieb:
Bernhard Roider wrote:
Michael Gerz schrieb:
[EMAIL PROTECTED] schrieb:
Author: broider
Date: Sat May 12 22:59:21 2007
New Revision: 18280
URL: http://www.lyx.org/trac/changeset/18280
Log:
fix bug 2453
change of behavior of rotate-tabular and rotate-cell toolbar but
Jürgen Spitzmüller wrote:
> Herbert Voss wrote:
>> where is the sense having the spaces inside the argument?
>
> The macro embraces all newly added text. So if I have a phrase
> "this is it."
> and add
> "this is it now."
> the lyxdeleted macro includes the preceding blank, because it belongs to t
Ok, Bo sent me a yes. If nobody complains until tomorrow, I will put
it in.
Stefan
Hi!
Here is a patch to fix the source view to update also in mathed.
This really got onto my nerves for quite some time. Hope the patch
is not too simple and there are some other consequences I don't
see
Andre Poenitz wrote:
> This looks strange.
Indeed. Fixed already.
Jürgen
On Sun, May 13, 2007 at 04:24:05PM -, [EMAIL PROTECTED] wrote:
> Author: spitz
> Date: Sun May 13 18:24:03 2007
> New Revision: 18285
>
> URL: http://www.lyx.org/trac/changeset/18285
> Log:
> * src/Color.cpp:
> - add proper x11 colors for lyxadded and lyxdeleted (preventing an
> assert
Herbert Voss wrote:
> where is the sense having the spaces inside the argument?
The macro embraces all newly added text. So if I have a phrase
"this is it."
and add
"this is it now."
the lyxdeleted macro includes the preceding blank, because it belongs to the
added text (and must not be output if
On Sun, May 13, 2007 at 06:27:29PM +0200, Andre Poenitz wrote:
> On Sun, May 13, 2007 at 06:52:18PM +0300, Martin Vermeer wrote:
> > On Sat, May 12, 2007 at 10:07:06PM +0100, José Matos wrote:
> > > As the subject says, it would be nice to find a place for the post 1.5.0
> > > scenario. :-) Or are
On Sat, May 12, 2007 at 07:11:17PM +0100, José Matos wrote:
> On Saturday 12 May 2007 18:29:00 Martin Vermeer wrote:
> > On Fri, May 11, 2007 at 02:37:55PM +0100, Jos Matos wrote:
> > > Hi all,
> > > Michael asked for more time to finish some code CT-related. Since I have
> > > not so much time a
Jürgen Spitzmüller wrote:
> Michael Gerz wrote:
>> After Wednesday. Currently, I am swamped with work.
>
> I'll do that. Furthermore, I have fixed an assert because lyxasserted and
> lyxdeleted did not have proper x11 names. I wonder why you did not run
> accross that.
>
> I detected another pr
On Sun, May 13, 2007 at 06:52:18PM +0300, Martin Vermeer wrote:
> On Sat, May 12, 2007 at 10:07:06PM +0100, José Matos wrote:
> > As the subject says, it would be nice to find a place for the post 1.5.0
> > scenario. :-) Or are we all traumatised by the last year meeting? ;-)
Copenhagen was nice.
Michael Gerz wrote:
> After Wednesday. Currently, I am swamped with work.
I'll do that. Furthermore, I have fixed an assert because lyxasserted and
lyxdeleted did not have proper x11 names. I wonder why you did not run
accross that.
I detected another problem: preceeding blanks are swallowed by
On Sat, May 12, 2007 at 10:07:06PM +0100, José Matos wrote:
> As the subject says, it would be nice to find a place for the post 1.5.0
> scenario. :-) Or are we all traumatised by the last year meeting? ;-)
>
> Best regards,
> --
> José Abílio
Proposal: Bromarv, Västra Nyland. Lars can come wit
On Sat, May 12, 2007 at 09:42:00PM +0300, Dov Feldstern wrote:
> Hi!
>
> Uwe (or anyone else who's been playing around with output_latex lately):
> do you think you could provide some help with bug 1820
> (http://bugzilla.lyx.org/show_bug.cgi?id=1820)? This bug is not a
> regression, but I thin
Jürgen Spitzmüller schrieb:
Michael Gerz wrote:
Thanks, Jürgen. Are you happy with the attached patch?
Looks good. You need to add documentation for xcolor and soul in
LaTeXConfig.lyx.in (at least), though.
After Wednesday. Currently, I am swamped with work.
Michael
Michael Gerz wrote:
> Thanks, Jürgen. Are you happy with the attached patch?
Looks good. You need to add documentation for xcolor and soul in
LaTeXConfig.lyx.in (at least), though.
Jürgen
Herbert Voss schrieb:
Michael Gerz wrote:
+\TestPackage{pdfcolmk}
is senseless for the current pdftex, which has it already builtin
But there are people with elder versions of pdflatex, I guess. The
latest MikTeX has
MiKTeX-pdfetex 2.5.2645 (1.30.6) (MiKTeX 2.5)
\TestPacka
Bernhard Roider wrote:
Abdelrazak Younes schrieb:
Dov Feldstern wrote:
Bernhard Roider wrote:
As i said this is a more general issue: when the cursor is
positioned at the end of the first (last) line in an inset then the
up (down) arrows do not what they are expected to: move out of the
ins
> Is there an easier way to fire QListings dialog and let it edit given
> param string? I ask this because I also want to call it from
> textlayout dialog.
>
Seeing all the trouble to simply add a new insert the idea pops up
in my head that the insert stuff needs a redesign...
It seems that I n
Michael Gerz wrote:
> +\TestPackage{pdfcolmk}
is senseless for the current pdftex, which has it already builtin
> \TestPackage{prettyref}
> \TestPackage{preview}
> \TestPackage{rotating}
> \TestPackage{setspace}
> +\TestPackage{soul}
> \TestPackage{subfigure}
subfigure is superseeded by su
The dialog is wider than in the designer, so could
you add a spacer on the left of the style group box?
Will this work? The eidtBoxes are bigger than they are in the designer
and I do not know what to do. I will try to add a spacer.
From the file import dialog?
Child document and file->setti
Jürgen Spitzmüller schrieb:
Michael Gerz wrote:
After some (short) investigation, I came to the conclusion that using
the colors defined within LyX is not that trivial.
Why? Look at shadecolor (in LaTeXFeatures.cpp) for a model.
Something like (untested):
Ah, learning from the expe
Michael Gerz wrote:
> After some (short) investigation, I came to the conclusion that using
> the colors defined within LyX is not that trivial.
Why? Look at shadecolor (in LaTeXFeatures.cpp) for a model.
Something like (untested):
RGBColor c = RGBColor(lcolor.getX11Name(Color::strikeout)
On May 13, 2007, at 7:16 AM, Bernhard Roider wrote:
Abdelrazak Younes schrieb:
I also don't think so. It may be different (buggy?) behavior of
stl or boost. Compiler optimization does not seem to be the
reason (look at Bennetts post at the bug page).
Or maybe some difference in the font me
Michael Gerz schrieb:
Herbert Voss schrieb:
better, _after_ the user preamble:
\providecolor{lyxinserted}{rgb}{1,0,0}
\providecolor{lyxdeleted}{rgb}{0,0,1}
+"\\newcommand{\\lyxinserted}[3]{\\textcolor{lyxinserted}{#3}}\n"
+
"\\newcommand{\\lyxdeleted}[3]{\\textcolor{lyxdeleted}{\\s
Abdelrazak Younes schrieb:
Dov Feldstern wrote:
Bernhard Roider wrote:
As i said this is a more general issue: when the cursor is positioned
at the end of the first (last) line in an inset then the up (down)
arrows do not what they are expected to: move out of the inset.
An investigation in
Michael Gerz wrote:
> [EMAIL PROTECTED] schrieb:
>> Author: kuemmel
>> Date: Thu May 10 19:55:07 2007
>> New Revision: 18259
>>
>> URL: http://www.lyx.org/trac/changeset/18259
>> Log:
>> fix crash: change empty line to paragraph and press a key
>>
>> Modified:
>> lyx-devel/trunk/src/TocBackend.
Bo Peng wrote:
> On 5/12/07, Bo Peng <[EMAIL PROTECTED]> wrote:
>> Please test this listings dialog, which looks more like Herbert's
>> original one.
>> I plan to add it before beta3.
>
> The patch has been committed after some more testing.
>
>> I would appreciate it if someone can show me how t
Bo Peng wrote:
> Please test this listings dialog, which looks more like Herbert's
Nice!
The dialog is wider than in the designer, so could
you add a spacer on the left of the style group box?
> original one. I would appreciate it if someone can show me how to call
> this dialog from Include dia
Abdelrazak Younes schrieb:
I also don't think so. It may be different (buggy?) behavior of stl or
boost. Compiler optimization does not seem to be the reason (look at
Bennetts post at the bug page).
Or maybe some difference in the font metrics on the Mac platform...
Yes, that may be. Benne
José Matos wrote:
Hi all,
while preparing the release of 1.5.0 one of the important tasks in my TODO
list was to find a a release manager to the stable series of 1.5.x releases.
After the discussion that happened here in this list a couple of months ago
(propably November/December last year).
Michael Gerz wrote:
> José Matos schrieb:
>> This week I sent a private message to Jürgen (CC'ed to Jean-Marc)
>> asking if he would accepted that role. After an exchange of messages
>> Jürgen accepted the job. :-)
>>
> Excellent! Jürgen, will you handle the stable branch in the spirit of
>
Bernhard Roider wrote:
Abdelrazak Younes schrieb:
The idea is that when the cursor is at the end of a text line, if the
next (or previous) line is shorter you don't want to remember that
position because the cursor will jump two lines below instead where
the x-target is met.
I cannot rep
Bernhard Roider wrote:
Michael Gerz schrieb:
[EMAIL PROTECTED] schrieb:
Author: broider
Date: Sat May 12 22:59:21 2007
New Revision: 18280
URL: http://www.lyx.org/trac/changeset/18280
Log:
fix bug 2453
change of behavior of rotate-tabular and rotate-cell toolbar buttons
such that they toggle
José Matos wrote:
> Hi all,
> while preparing the release of 1.5.0 one of the important tasks in my
> TODO
> list was to find a a release manager to the stable series of 1.5.x releases.
> After the discussion that happened here in this list a couple of months ago
> (propably November/Dece
Michael Gerz wrote:
> Excellent! Jürgen, will you handle the stable branch in the spirit of
> JMarc, or are you going to go your own way?
I will try to handle it much in Jean-Marc's spirit, with the focus on
stabilizing the series.
Jürgen
Michael Gerz schrieb:
[EMAIL PROTECTED] schrieb:
Author: broider
Date: Sat May 12 22:59:21 2007
New Revision: 18280
URL: http://www.lyx.org/trac/changeset/18280
Log:
fix bug 2453
change of behavior of rotate-tabular and rotate-cell toolbar buttons
such that they toggle the rotation. Therefore
Herbert Voss wrote:
> why are the colors hardcoded?
>
> better, _after_ the user preamble:
>
> \providecolor{lyxinserted}{rgb}{1,0,0}
> \providecolor{lyxdeleted}{rgb}{0,0,1}
Even better: use the colors that are specified in Prefs->Colors.
Jürgen
Abdelrazak Younes schrieb:
The idea is that when the cursor is at the end of a text line, if the
next (or previous) line is shorter you don't want to remember that
position because the cursor will jump two lines below instead where the
x-target is met.
I cannot reproduce it when i remove
Bernhard Roider schrieb:
Michael Gerz schrieb:
[EMAIL PROTECTED] schrieb:
Author: broider
Date: Sat May 12 22:59:21 2007
New Revision: 18280
URL: http://www.lyx.org/trac/changeset/18280
Log:
fix bug 2453
change of behavior of rotate-tabular and rotate-cell toolbar buttons
such that they toggl
Dov Feldstern wrote:
Bernhard Roider wrote:
As i said this is a more general issue: when the cursor is positioned
at the end of the first (last) line in an inset then the up (down)
arrows do not what they are expected to: move out of the inset.
An investigation in case of the tabular inset s
Abdelrazak Younes schrieb:
Elazar Leibovich wrote:
Can anyone *PLEASE* have a look at it?
It's a very crucial bugfix, the patch has nothing to do with no RTL
text,
and I really like it to be included in the beta.
It's three days and no one has made any remark.
Sorry Elazar, please forgive us
[EMAIL PROTECTED] schrieb:
Author: kuemmel
Date: Thu May 10 19:55:07 2007
New Revision: 18259
URL: http://www.lyx.org/trac/changeset/18259
Log:
fix crash: change empty line to paragraph and press a key
Modified:
lyx-devel/trunk/src/TocBackend.cpp
lyx-devel/trunk/src/frontends/qt4/ui/Lis
Elazar Leibovich wrote:
Can anyone *PLEASE* have a look at it?
It's a very crucial bugfix, the patch has nothing to do with no RTL text,
and I really like it to be included in the beta.
It's three days and no one has made any remark.
Sorry Elazar, please forgive use.
The problem is that not en
Can anyone *PLEASE* have a look at it?
It's a very crucial bugfix, the patch has nothing to do with no RTL text,
and I really like it to be included in the beta.
It's three days and no one has made any remark.
Please.
On 5/10/07, Elazar Leibovich <[EMAIL PROTECTED]> wrote:
The attached patch di
Michael Gerz schrieb:
[EMAIL PROTECTED] schrieb:
Author: broider
Date: Sat May 12 22:59:21 2007
New Revision: 18280
URL: http://www.lyx.org/trac/changeset/18280
Log:
fix bug 2453
change of behavior of rotate-tabular and rotate-cell toolbar buttons
such that they toggle the rotation. Therefore
Herbert Voss schrieb:
better, _after_ the user preamble:
\providecolor{lyxinserted}{rgb}{1,0,0}
\providecolor{lyxdeleted}{rgb}{0,0,1}
+"\\newcommand{\\lyxinserted}[3]{\\textcolor{lyxinserted}{#3}}\n"
+
"\\newcommand{\\lyxdeleted}[3]{\\textcolor{lyxdeleted}{\\st{#3}}}\n";
then the
[EMAIL PROTECTED] schrieb:
Author: broider
Date: Sat May 12 22:59:21 2007
New Revision: 18280
URL: http://www.lyx.org/trac/changeset/18280
Log:
fix bug 2453
change of behavior of rotate-tabular and rotate-cell toolbar buttons such that
they toggle the rotation. Therefore a toggle feature is add
José Matos schrieb:
This week I sent a private message to Jürgen (CC'ed to Jean-Marc) asking if
he would accepted that role. After an exchange of messages Jürgen accepted
the job. :-)
Excellent! Jürgen, will you handle the stable branch in the spirit of
JMarc, or are you going to go your ow
95 matches
Mail list logo