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
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/
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
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
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
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
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
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
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
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
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.
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
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
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
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
[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
16 matches
Mail list logo