Am Samstag 09 Mai 2009 schrieb Kornel Benko:
...
> to the perl script. If there is
...
I meant python of course
Kornel
signature.asc
Description: This is a digitally signed message part.
Am Freitag 08 Mai 2009 schrieb you...@lyx.org:
> Log:
> Integrate mythes-1.1 into our source and remove support for aiksaurus. I
> have tested only the Cmake build system. Please test autotools and scons.
For cmake:
On systems, which have mythes native, there is now libmythes used twice.
So the t
Am Samstag 09 Mai 2009 schrieb José Matos:
> On Thursday 07 May 2009 20:12:39 Peter Kümmel wrote:
> > Thanks Jose, I also found the place we the files should be read, but I
> > don't know python ;)
> >
> > > You get the name of the file in args and then you need to read the file
> > > names from th
On Thursday 07 May 2009 20:12:39 Peter Kümmel wrote:
>
> Thanks Jose, I also found the place we the files should be read, but I
> don't know python ;)
>
> > You get the name of the file in args and then you need to read the file
> > names from there.
> >
> > input_files = []
> > for l in open(args[
On Friday 08 May 2009 22:20:40 Abdelrazak Younes wrote:
> I must have missed the purpose of Inset::plaintext()... ;-)
That is only half of the story. :-)
The other half is coded in the text classes (layout files).
Take the section style as an example (I took this chunk from stdsections.inc):
St
At work (university) we have a firewall that blocks ports above the 1024 (and
possibly other below).
Is it possible with the new scheme to work under this conditions?
I can access svn from home but most of my time is spent at work (not
necessarily sad but true nevertheless ;-) ) so I would like
On 08/05/2009 23:16, José Matos wrote:
On Friday 08 May 2009 20:18:31 Andre Poenitz wrote:
This is a general dilemma, but I think HTML is "important enough" to
justify the 'asHtml()' approach.
+1
If we go this way, using the special syntax for html then we should do it as
well for
On Friday 08 May 2009 20:18:31 Andre Poenitz wrote:
> This is a general dilemma, but I think HTML is "important enough" to
> justify the 'asHtml()' approach.
If we go this way, using the special syntax for html then we should do it as
well for plain text, this will simplify a lot of hardwired pla
On 08/05/2009 11:51, Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
Hum, I sent an email to the author of hunpell, not mythes. I still got
no news from him.
Kevin B. Hendricks seems to be the author of mythes but I don't have his
email address.
Me neither. So let's just include t
Pavel Sanda schrieb:
the patch is simple.
I trust you that you won't destroy anything and cannot test anything nor have a look the next days,
so put it in when it is needed or an improvement.
regards Uwe
On Fri, May 08, 2009 at 07:46:12PM +0200, Vincent van Ravesteijn - TNW wrote:
>
> >There are more and less complicated ways to do this. You could
> >have a new format, like DocBook, but I think >what's really
> >wanted is something that would work more like laintext, so
> >that you can output any
Pavel Sanda wrote:
> Uwe Stöhr wrote:
> > But we need a default setting, and this is white.
>
> which i guess is set in constructor without reading single line
> from the file and does not need to polute header then.
> i will look on this later.
the patch is simple. maybe i was not clear in my p
>Author: spitz
>Date: Fri May 8 17:12:28 2009
>New Revision: 29574
>URL: http://www.lyx.org/trac/changeset/29574
>
>Log:
>Compile fix.
>
>Modified:
> lyx-devel/trunk/src/Text3.cpp
>
I'm not really sure, but maybe it is a good idea to do the same for
branch ;-).
Vincent
>There are more and less complicated ways to do this. You could
>have a new format, like DocBook, but I think >what's really
>wanted is something that would work more like laintext, so
>that you can output any document as HTML. So we'd have a set
>of ashtml() routines in the insets, etc, pretty m
sp...@lyx.org wrote:
> Author: spitz
> Date: Fri May 8 12:07:32 2009
> New Revision: 29568
> URL: http://www.lyx.org/trac/changeset/29568
>
> Log:
> * configure.py:
> - add new method that records all available alternative programs
> as opposed to only the first found one.
>
> * Ly
for...@lyx.org wrote:
> Author: forenr
> Date: Thu May 7 12:57:52 2009
> New Revision: 29558
> URL: http://www.lyx.org/trac/changeset/29558
>
> Log:
> Avoid ugly macros in the preamble and protect underlined \cite commands
> in a clever way.
thanks for solving this.
pavel
Am Freitag 08 Mai 2009 schrieb Jürgen Spitzmüller:
> Kornel Benko wrote:
> > Hi Jürgen,
> > this last change makes the trunk uncompilable on ubuntu.
>
> Oops, sorry. Should work now.
It does :)
> Jürgen
Kornel
signature.asc
Description: This is a digitally signed message part.
Kornel Benko wrote:
> Hi Jürgen,
> this last change makes the trunk uncompilable on ubuntu.
Oops, sorry. Should work now.
Jürgen
Hi Jürgen,
this last change makes the trunk uncompilable on ubuntu.
...
[ 62%] Building CXX object src/CMakeFiles/lyx.dir/usr/src/lyx/lyx-
devel/src/Text3.o
cd /usr/BUILD/BuildLyx/src && /usr/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS -
DHAVE_GETTEXT -DENABLE_NLS=1 -DUSE_ASPELL=1 -DHAVE_ICONV=1 -Wall
Vincent van Ravesteijn wrote:
Richard,
I found another bug that is caused by an inset with an uninitialized
buffer.
Make a new document with a section heading a Note Inset
a section heading.
If you try to move down the first section with the down button in the
outliner, LyX crashes.
Thi
Jürgen Spitzmüller wrote:
#5888 Repeatable crash when pressing space while cursor out of view
I think this is a must-fix. Vincent had a kind of fix at one point, if I
remember, but I don't know if it was the proper fix.
Also, I think this is a severe issue:
#5702 tex2lyx cannot deal
On Fri, May 8, 2009 at 3:04 PM, Jürgen Spitzmüller wrote:
> Vincent van Ravesteijn - TNW wrote:
> > In short, I think we should backport these before 1.6.3.
>
> I think I should keep you motivated ...
>
> Go ahead.
wise decision ;-)
Abdel.
Vincent van Ravesteijn - TNW wrote:
> In short, I think we should backport these before 1.6.3.
I think I should keep you motivated ...
Go ahead.
Jürgen
On Thu, May 7, 2009 at 8:10 PM, Peter Kümmel wrote:
> Andre Poenitz wrote:
> > On Tue, May 05, 2009 at 09:51:15PM +0200, Peter Kümmel wrote:
> >> Andre Poenitz wrote:
> >>> On Sun, May 03, 2009 at 08:22:45PM +0200, Peter Kümmel wrote:
> Abdelrazak Younes wrote:
> >
> > I've been us
>Actually, I'd like to focus on severe issues now. None of these are really
>urgent, right?
>
>jürgen
I think these issues are pretty severe:
* Handle autosave files of unnamed documents correctly:
(dataloss)
* Bug #5131: Remember last file active.
(very annoying, frustrating, amateurish)
Stephan Witt wrote:
> Personally I prefer to change the LyX source to make it compileable again.
> But I cannot do it, because I don't know enough C++ (templates stuff etc.).
Me too (both)
> If nobody changes that I think the requirements should be updated.
Yes. Maybe someone has an idea.
Jürge
Jürgen Spitzmüller schrieb:
OK, I think it's time to think about another release.
We have already fixed several issues and we are almost ready, AFAICS.
Hello Jürgen,
I don't know if it's a several issue...
Some time ago I tried to build LyX on SLES9 with the system compiler
[gcc version 3.3.
On Fri, May 8, 2009 at 11:51 AM, Jürgen Spitzmüller
wrote:
> Abdelrazak Younes wrote:
> > Hum, I sent an email to the author of hunpell, not mythes. I still got
> > no news from him.
> > Kevin B. Hendricks seems to be the author of mythes but I don't have his
> > email address.
>
> Me neither.
Vincent van Ravesteijn - TNW wrote:
> * Fix some toc ui glitches:
> http://www.lyx.org/trac/changeset/29477
>
> * Bind M-plus(M-equal) and M-minus to buffer-zoom-in/out.
> http://www.lyx.org/trac/changeset/29208
These two, however, look straightforward enough.
Jürgen
Vincent van Ravesteijn - TNW wrote:
> I've the following issues that I still would like to solve in branch:
>
> * Bug #5131: Remember last file active.
> http://www.lyx.org/trac/changeset/29546
>
> * Revision r29532: Close tabs in reverse order.
> http://www.lyx.org/trac/changeset/29539
> This remo
>Please let me know if you think there are other issues that should be
>considered for 1.6.3.
>
>Jürgen
I've the following issues that I still would like to solve in branch:
* Bug #5131: Remember last file active.
http://www.lyx.org/trac/changeset/29546
* Revision r29532: Close tabs in reverse
>Please let me know if you think there are other issues that should be
>considered for 1.6.3.
>
>Jürgen
I've the following issues that I still would like to solve in branch:
* Bug #5131: Remember last file active.
http://www.lyx.org/trac/changeset/29546
* Revision r29532: Close tabs in reverse
Uwe Stöhr wrote:
> But we need a default setting, and this is white.
which i guess is set in constructor without reading single line
from the file and does not need to polute header then.
i will look on this later.
pavel
Vincent van Ravesteijn - TNW wrote:
> >this one?
> >
> >http://www.lyx.org/trac/changeset/29498/lyx-devel/trunk
> >
> >working with child documents is a pain here...
> >
> >ed.
>
> It's already in (since yesterday).
And it was on my list of must-fixes.
Jürgen
vincent wrote:
> It's already in (since yesterday).
good news, thanks...
ed.
>jürgen wrote:
>> OK, I think it's time to think about another release.
>> Please let me know if you think there are other issues that should be
>> considered for 1.6.3.
>
>this one?
>
>http://www.lyx.org/trac/changeset/29498/lyx-devel/trunk
>
>working with child documents is a pain here...
>
>e
jürgen wrote:
> OK, I think it's time to think about another release.
> Please let me know if you think there are other issues that should be
> considered for 1.6.3.
this one?
http://www.lyx.org/trac/changeset/29498/lyx-devel/trunk
working with child documents is a pain here...
ed.
OK, I think it's time to think about another release.
We have already fixed several issues and we are almost ready, AFAICS.
Here are the critical issues I'm aware of. Is anybody planning to work on
(some of) these?
#5046 shift select makes lyx assert when cursor follow scrollbar is enabled
#5
Abdelrazak Younes wrote:
> Hum, I sent an email to the author of hunpell, not mythes. I still got
> no news from him.
> Kevin B. Hendricks seems to be the author of mythes but I don't have his
> email address.
Me neither. So let's just include this as is. Can anybody do this? (I don't
know what t
rgheck wrote:
> Jurgen, are you planning to backport r29255? including toolTips for
> InsetIndex?
backport to branch? No, it's a file format change.
Jürgen
40 matches
Mail list logo