Bernhard Roider wrote:
Hello,
Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the
default constructor from class OutputParams but it is needed by the
local variable runparams in the method InsetMathMBox::write(..)
i did the attached to make it compile. haven't seen any regr
Updating po files does not sound very difficult, I will have a look.
I had a look at po/Makefile. po/lyx.po is generated by a bunch of
awk/sed commands (ui_l10n.pot etc). This basically means that the po
files can only be updated under *nux, and it is meaningless to port
this Makefile to scons,
Hello,
Changeset 17470 (http://www.lyx.org/trac/changeset/17470) removed the default constructor from class
OutputParams but it is needed by the local variable runparams in the method InsetMathMBox::write(..)
Bernhard
Edwin Leuven wrote:
Edwin Leuven wrote:
José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any
Edwin Leuven wrote:
José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any objection to this pa
Am Sonntag, 18. März 2007 18:58 schrieb Jürgen Spitzmüller:
> Georg Baum wrote:
> > It turns out that the boost::filesystem::native path check is unusable,
> > because it disallows absolute paths on unix and spaces on windows.
>
> How did you find this out? By testing? I searched the boost docs, a
[EMAIL PROTECTED] schrieb:
Author: bpeng
Date: Sun Mar 18 07:03:28 2007
New Revision: 17468
URL: http://www.lyx.org/trac/changeset/17468
Log:
SCons: build TOC.lyx during installation
Bo, if you want to make scons a true first-class LyX citizen, you should
also add the functionality to upda
José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any objection to this patch?
As far as I rem
Bennett Helm schrieb:
Are there others who prefer 1.5's style of bookmarks? (If so, how do
you use bookmarks that makes this advantageous?)
I am not happy with it, neither. However, I don't use bookmarks often,
so I don't care to some degree :-)
We had some discussion on "labelled" bookmarks.
Georg Baum wrote:
> It turns out that the boost::filesystem::native path check is unusable,
> because it disallows absolute paths on unix and spaces on windows.
How did you find this out? By testing? I searched the boost docs, and found
next to nothing about fs::native.
> Therefore we have to go
On Sunday 18 March 2007 5:50:22 pm Georg Baum wrote:
> This goes in tomorrow unless I get objections.
OK.
> Georg
--
José Abílio
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
> >
> > The patch sent by Bernhard some days ago is supposed to fix this. It
> > would be nice if you could give it a try.
>
> fixes the bug
>
> perhaps it is time to commit the patch?
Is there any objection to this patch?
As far as I remembe
See http://bugzilla.lyx.org/show_bug.cgi?id=3348.
It turns out that the boost::filesystem::native path check is unusable,
because it disallows absolute paths on unix and spaces on windows.
Therefore we have to go back to the exception solution (but a slightly
better one). This goes in tomorrow un
On Sun, Mar 18, 2007 at 06:26:27PM +0100, Michael Gerz wrote:
> The difficulties are partly caused by the many helper methods that
> result in a high degree of indirection. It is very difficult to get to
> the core. Less (similar) methods would be better.
I am open for concrete proposals.
Andre
Abdelrazak Younes schrieb:
Andre Poenitz wrote:
On Thu, Mar 15, 2007 at 06:36:15PM +0100, Abdelrazak Younes wrote:
My point is that is not equivalent. A tree-like approach will
inevitably lead to cleaner and shorter code, I am 100% sure of that.
Besides, I still have difficulty to grasp the cu
John McCabe-Dansted schrieb:
Hi, I have a crash with data loss with the latest 1.4.x SVN. Open
http://www.csse.uwa.edu.au/~john/lyx/modal_MF2.lyx
in lyx. Do an "accept all". LyX will lock up, it will not write an
".emergency" file, unless you go to the console and press Cntl-C. Even
then, LyX w
Georg Baum wrote:
Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven:
i am looking at
http://bugzilla.lyx.org/show_bug.cgi?id=3293
and found that commenting out the 'if' on line 260 in insetvspace.C:
- if (lex.isOK())
+ //if (lex.isOK())
vspace = VSpace(vsp);
so
I got no objections and I think its obvious, so I put it in.
Uwe
On Sun, Mar 18, 2007 at 04:41:53PM +0100, Enrico Forestieri wrote:
> Committed. When I find some more time I will address a remaining issue.
> Currently, the character widths used in mathed are the same as those
> used in normal text, i.e., they are logical and not actual widths as
> explained here
> Therefore I'd like to see a true boolean flag instead, e.g.
> ViewInLyX true
> And of course documentation.
OK, I'll do this when I'm back.
regards Uwe
Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven:
> i am looking at
>
> http://bugzilla.lyx.org/show_bug.cgi?id=3293
>
> and found that commenting out the 'if' on line 260 in insetvspace.C:
>
> - if (lex.isOK())
> + //if (lex.isOK())
> vspace = VSpace(vsp);
>
> solves
Am Sonntag, 18. März 2007 15:35 schrieb Andre Poenitz:
> Can't we use a pattern here?
>
>
> %/TOC.lyx: $(srcdir)/EmbeddedObjects.lyx $(srcdir)/%/Customization.lyx
$(srcdir)/%/Extended.lyx $(srcdir)/%/FAQ.lyx $(srcdir)/%/Intro.lyx
$(srcdir)/%/Tutorial.lyx $(srcdir)/%/UserGuide.lyx
> PYTH
On Sun, Mar 18, 2007 at 04:41:53PM +0100, Enrico Forestieri wrote:
> The second one would be caching
> the right bearings (in the Qt meaning, not the one documented in
> src/frontends/FontMetrics.h) such that when the right bearing is
> negative, its absolute value gets added to the width reported
On Sun, Mar 18, 2007 at 07:55:36AM +0100, Andre Poenitz wrote:
> On Sun, Mar 18, 2007 at 06:42:34AM +0100, Enrico Forestieri wrote:
> > On Sat, Mar 17, 2007 at 01:28:21AM +0100, Uwe Stöhr wrote:
> >
> > > > With the attached patch LyX is also closer to TeX, at least for
> > > > super/subscript
On Sun, 18 Mar 2007, Martin Vermeer wrote:
I'm not sure what you'd like help with, please expand and I'll help.
If you'd like to delete a page, just replace the text of the page with
the single word
delete
and the page will be deleted[*].
OK, I did this (and in addition [[!Uncateg
On Sun, Mar 18, 2007 at 10:44:28AM -, [EMAIL PROTECTED] wrote:
> URL:
> http://www.lyx.org/trac/file/lyx-devel/trunk/lib/doc/Makefile.depend?rev=17469
> ==
> --- lyx-devel/trunk/lib/doc/Makefile.depend (original)
> +++
i am looking at
http://bugzilla.lyx.org/show_bug.cgi?id=3293
and found that commenting out the 'if' on line 260 in insetvspace.C:
- if (lex.isOK())
+ //if (lex.isOK())
vspace = VSpace(vsp);
solves the bug since lex.isOK() seems to return false even when things
are
See http://bugzilla.lyx.org/show_bug.cgi?id=2932. This goes in tomorrow
unless I get objections.
Georg
Index: src/mathed/InsetMathGrid.C
===
--- src/mathed/InsetMathGrid.C (Revision 17470)
+++ src/mathed/InsetMathGrid.C (Arbeitskopi
Am Sonntag, 18. März 2007 04:55 schrieb Uwe Stöhr:
> When you have chosen the template "Date" in the external material dialog,
you can access the "LyX
> View" tab and set there to view the date in LyX although it won't be
shown.
> As the Date is not designed to be shown in LyX as such, the tab s
Am Sonntag, 18. März 2007 07:02 schrieb Bo Peng:
> Dear all,
>
> Scons now builds TOC.lyx and lang/TOC.lyx during installation.
> depend.py and doc_toc.py have been modified to accommendate this.
Great!
> Because I can not test autotools, please check if these two files
> still work with autotoo
On Thu, Mar 01, 2007 at 01:27:17PM +0100, Juergen Spitzmueller wrote:
> Martin Vermeer wrote:
>
> > Yes, indeed. Still, the question remains, is this sensible.
>
> No. Numerical needs the styles as well, so it should be supported likewise.
>
> Jürgen
Attached an updated version of this patch, s
Il giorno ven, 16/03/2007 alle 17.17 +0100, Abdelrazak Younes ha scritto:
Please try my newer patch (attached) and report back.
>
I did. Speed ok, but multiplication of matches (was two with the first
patch): as you go on typing your string you end up having a huge list of
equal keys. This is clear
On Sat, Mar 17, 2007 at 09:54:45PM +0100, [EMAIL PROTECTED] wrote:
> On Sat, 17 Mar 2007, Martin Vermeer wrote:
>
> >OK, clear enough. Anyway, we should just have
> >prepared this better, over a longer time and
> >as a community. And it didn't help that the
> >server was down with my draft mate
33 matches
Mail list logo