Re: [Cvslog] r25285 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 11:30:25PM +0200, Andre Poenitz wrote: > > == > > --- lyx-devel/trunk/src/mathed/InsetMathNest.cpp (original) > > +++ lyx-devel/trunk/src/mathed/InsetMathNest.cpp Mon Jun 16 22:39:40 2008 > > @@ -33

Re: [Cvslog] r25285 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-06-16 Thread Andre Poenitz
On Mon, Jun 16, 2008 at 08:39:41PM -, [EMAIL PROTECTED] wrote: > Author: forenr > Date: Mon Jun 16 22:39:40 2008 > New Revision: 25285 > > URL: http://www.lyx.org/trac/changeset/25285 > Log: > Ops > > Modified: > lyx-devel/trunk/src/mathed/InsetMathNest.cpp > > Modified: lyx-devel/trunk/

Re: [Cvslog] r25273 - in /lyx-devel/trunk/src/mathed: CommandInset.cpp...

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 09:27:12PM +0200, Andre Poenitz wrote: > There is no inherent cost of "constructing and destructing" an object. In this case I will implement your suggestion without fear. > In which cases is an \ensuremath needed when the dsurrounding > InsetMathNest doesn't have/need it

Re: [Cvslog] r25273 - in /lyx-devel/trunk/src/mathed: CommandInset.cpp...

2008-06-16 Thread Andre Poenitz
On Mon, Jun 16, 2008 at 07:16:45PM +0200, Enrico Forestieri wrote: > > void InsetMathSqrt::write(WriteStream & os) const > > { > > MathEnsurer ensurer(os); > > os << "\\sqrt{" << cell(0) << '}'; > > } > > I understand that this relieves you from the need of the final > pendingBrace call, b

Re: [Cvslog] r25273 - in /lyx-devel/trunk/src/mathed: CommandInset.cpp...

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 07:12:37PM +0200, Andre Poenitz wrote: > On Mon, Jun 16, 2008 at 02:32:52PM -, [EMAIL PROTECTED] wrote: > > [...] > > Slightly related: > > > void InsetMathNest::write(WriteStream & os) const > { > bool textmode = os.textMode(); > docstring const latex_name = nam

Re: [Cvslog] r25273 - in /lyx-devel/trunk/src/mathed: CommandInset.cpp...

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 06:50:21PM +0200, Andre Poenitz wrote: > On Mon, Jun 16, 2008 at 02:32:52PM -, [EMAIL PROTECTED] wrote: > > Author: forenr > > Date: Mon Jun 16 16:32:51 2008 > > New Revision: 25273 > > > > URL: http://www.lyx.org/trac/changeset/25273 > > Log: > > Use a helper method i

Re: [Cvslog] r25273 - in /lyx-devel/trunk/src/mathed: CommandInset.cpp...

2008-06-16 Thread Andre Poenitz
On Mon, Jun 16, 2008 at 02:32:52PM -, [EMAIL PROTECTED] wrote: > [...] Slightly related: void InsetMathNest::write(WriteStream & os) const { bool textmode = os.textMode(); docstring const latex_name = name().c_str(); for (int i = 0; i < num_text_commands; ++i) { if (latex_name == f

Re: [Cvslog] r25273 - in /lyx-devel/trunk/src/mathed: CommandInset.cpp...

2008-06-16 Thread Andre Poenitz
On Mon, Jun 16, 2008 at 02:32:52PM -, [EMAIL PROTECTED] wrote: > Author: forenr > Date: Mon Jun 16 16:32:51 2008 > New Revision: 25273 > > URL: http://www.lyx.org/trac/changeset/25273 > Log: > Use a helper method in order to avoid code repetition. > URL: > http://www.lyx.org/trac/file/lyx-d

Re: [Cvslog] r25171 - in /lyx-devel/trunk: configure.ac po/Makefile.in.in

2008-06-16 Thread Enrico Forestieri
On Thu, Jun 12, 2008 at 12:17:03AM +0200, Enrico Forestieri wrote: > So, I think that the removed patch to po.m4 should be restored. I restored it as an empty POTFILES.in was causing problems: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg141327.html -- Enrico

Re: [Cvslog] r25274 - in /lyx-devel/trunk/po: ca.po cs.po de.po es.po ...

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 05:22:23PM +0200, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Maybe this is due to the missing po.m4 patch: > > http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg141298.html > > Probably yes. Anyway, after deleting an empty POTFILES.in, the entries got

Re: GuiWorkArea - bottom 1/3 of window all grey

2008-06-16 Thread Abdelrazak Younes
Bennett Helm wrote: Abdel - Your last change to GuiWorkArea leaves the bottom 1/3 of document windows all grey -- even if there's text there. (Of course, this is true for me on Mac.) Weird, I see that now, but I didn't see it when I committed... I'll fix that. Abdel.

Re: [Cvslog] r25274 - in /lyx-devel/trunk/po: ca.po cs.po de.po es.po ...

2008-06-16 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Maybe this is due to the missing po.m4 patch: > http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg141298.html Probably yes. Anyway, after deleting an empty POTFILES.in, the entries got restored. Jürgen

Re: [Cvslog] r25274 - in /lyx-devel/trunk/po: ca.po cs.po de.po es.po ...

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 02:39:39PM -, [EMAIL PROTECTED] wrote: > Author: spitz > Date: Mon Jun 16 16:39:37 2008 > New Revision: 25274 > > URL: http://www.lyx.org/trac/changeset/25274 > Log: > * po/*.po: > - remerge. This restores some entries that got lost on the last remerge. Maybe th

Re: r25270 - in /lyx-devel/trunk/src: Encoding.cpp Encoding.h...

2008-06-16 Thread Enrico Forestieri
On Mon, Jun 16, 2008 at 09:17:07AM +0200, Abdelrazak Younes wrote: > Maybe you could create a helper method in InsetMath to avoid the code > repetition in all inset? Good idea. Thank you! -- Enrico

GuiWorkArea - bottom 1/3 of window all grey

2008-06-16 Thread Bennett Helm
Abdel - Your last change to GuiWorkArea leaves the bottom 1/3 of document windows all grey -- even if there's text there. (Of course, this is true for me on Mac.) Bennett

Re: r25270 - in /lyx-devel/trunk/src: Encoding.cpp Encoding.h...

2008-06-16 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: forenr Date: Mon Jun 16 03:21:17 2008 New Revision: 25270 URL: http://www.lyx.org/trac/changeset/25270 Log: Fix bug 1527 http://bugzilla.lyx.org/show_bug.cgi?id=1527 Modified: lyx-devel/trunk/src/mathed/CommandInset.cpp