Lyx Download Not Working

2007-12-08 Thread Joseph Pecoraro
Hello Lyx Developers, It appears as though ftp://ftp.lyx.org/pub/lyx/bin/ is unreachable right now. Hopefully this is only temporary however I'm notifying you in case this is something that might be fixable from your end. I hope to download and try out Lyx soon. Thanks, Joseph Pecoraro

Re: [patch] fix bug 75

2007-12-08 Thread Abdelrazak Younes
Angus Leeming wrote: Uwe Stöhr wrote: take this attached correct patch. regards Uwe Shouldn't global variables be declared in tex2lyx.h and defined in tex2lyx.cpp? I'd like to add that finding a solution without additional global variables is *much* preferred. Abdel.

Re: Approaching LyX 1.5.3 [status update #3]

2007-12-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: 4346 cri Synchronizing insets crash when two windows open http://bugzilla.lyx.org/show_bug.cgi?id=4346 As I understand Abdel's explanations, this bug is not easy to fix. So we have to postpone it (is it a WONTFIX in branch?) Basically, yes. Abdel.

Re: [patch] fix bug 75

2007-12-08 Thread Angus Leeming
Uwe Stöhr wrote: take this attached correct patch. regards Uwe Shouldn't global variables be declared in tex2lyx.h and defined in tex2lyx.cpp? Angus

Re: r21994 - /lyx-devel/trunk/src/tex2lyx/preamble.cpp

2007-12-08 Thread Angus Leeming
[EMAIL PROTECTED] wrote: // special columntypes extern std::map special_columns; @@ -218,8 +220,17 @@ h_font_sans = name; if (!opts.empty()) { scale = opts; - pos = scale.find("."); - h_font_sf_s

Re: [patch] full babel support for tex2lyx

2007-12-08 Thread Angus Leeming
Uwe Stöhr wrote: I'm still a bloody C++ beginner and lost when looking into your code. No need to be lost. Let's see if I can explain. The best thing would be to provide a patch tho make the void "handle_opt" work without the need to have a "delete_void" called afterwards. It's best to kee

Re: [patch] fix bug 75

2007-12-08 Thread Uwe Stöhr
take this attached correct patch. regards Uwe Index: preamble.cpp === --- preamble.cpp (revision 22027) +++ preamble.cpp (working copy) @@ -48,6 +48,9 @@ // special columntypes extern std::map special_columns; +// store the docum

Systemcall progress

2007-12-08 Thread Peter Kümmel
I've added the progress view of Systemcalls. The dock widget could be enabled by the menu entry in 'View'. Like SignalSlotPrivate the name of the Qt specific code is SystemcallPrivate. Hope I've fixed correctly the other build systems. Peter

[patch] fix bug 75

2007-12-08 Thread Uwe Stöhr
The attached patch adds support for the German babel hyphenation command: "= regards Uwe Index: preamble.cpp === --- preamble.cpp (revision 22027) +++ preamble.cpp (working copy) @@ -48,6 +48,9 @@ // special columntypes extern std:

Re: [patch] fix bug 2703 -- tex2lyx support for quotations

2007-12-08 Thread Uwe Stöhr
Attached is a test TeX-file to test my patch. \documentclass[ngerman]{article} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \makeatletter \usepackage{babel} \makeatother \begin{document} \fg{} \frqq \guillemotright >>test<< \flqq{} \guillemotleft \og \grqq{}{}``test'' \glqq{},,test

[patch] fix bug 2703 -- tex2lyx support for quotations

2007-12-08 Thread Uwe Stöhr
The attached patch introduces support for the missing quotations. It furthermore fixes a bug that the roundtrip of french quotations (guillemets) failed. Jürgen, OK also for branch? regards Uwe Index: text.cpp === --- text.cpp (re

Re: Approaching LyX 1.5.3 [status update #3]

2007-12-08 Thread Uwe Stöhr
Jürgen Spitzmüller schrieb: Developers, please let me know if you have pending patches I unfortunately introduced a crash bug in tex2lyx that should be fixed. For more infos and patch for this, see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133020.html regards Uwe

Re: [Cvslog] r22022 - /lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py

2007-12-08 Thread Martin Vermeer
On Sat, Dec 08, 2007 at 03:56:20PM +, [EMAIL PROTECTED] wrote: > Author: spitz > Date: Sat Dec 8 16:56:19 2007 > New Revision: 22022 > > URL: http://www.lyx.org/trac/changeset/22022 > Log: > * lib/lyx2lyx/lyx_1_1.py (revert_latexcommand_index): Surely lyx_1_6.py? > - umlauts must be r

Approaching LyX 1.5.3 [status update #3]

2007-12-08 Thread Jürgen Spitzmüller
1.5.3 has been delayed by many crash reports that came in during the last weeks. Since most of the crashes are now fixed and we have an impressive status.15x, I'd like get 1.5.3 out of the door. Developers, please let me know if you have pending patches; translators, please prepare for the relea

Branch-cmake-compilation error

2007-12-08 Thread Kornel Benko
I had to modify "development/cmake/config.h.cmake" in order to get it compile. Kornel -- Kornel Benko [EMAIL PROTECTED] Index: development/cmake/config.h.cmake === --- development/cmake/config.h.cmake (Revision 22011) +++ dev

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: OK, first part of the bug is fixed (LyXErr was not disabled during the encoding table initialisation). Is there a second part? I guess not. Your fix works for me. Cool! Abdel.

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > OK, first part of the bug is fixed (LyXErr was not disabled during the > encoding table initialisation). > > Is there a second part? I guess not. Your fix works for me. Many thanks. Jürgen

Re: lyx2lyx failure

2007-12-08 Thread Richard Heck
José Matos wrote: On Friday 07 December 2007 20:15:21 Richard Heck wrote: This is definitely a bug. I'm posting it to lyx-devel. Which version? I fixed this for 1.5.3, or at least I had a patch floating before I have been sidetracked with other issues. I've asked the reporter

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I guess I need to install something? Yes. CJK fonts (as described here: http://wiki.lyx.org/LyX/Unicode#toc2). I'm currently rebuilding and report back later. Jürgen

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I fixed this. Doesn't fix the CJK problem. Try to export the attached file to DVI (or open the view source dialog). View source now behave correctly but trying to compile to DVI generates those errors: Running makemf... makemf: The jsso

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I fixed this. Doesn't fix the CJK problem. Try to export the attached file to DVI (or open the view source dialog). OK, first part of the bug is fixed (LyXErr was not disabled during the encoding table initialisation). Is there a second

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I fixed this. Doesn't fix the CJK problem. Try to export the attached file to DVI (or open the view source dialog). I just fixed bug 4413 (which is about dialogs, not LateX), nothing else. I'll have a look at this file. Abdel.

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I fixed this. Doesn't fix the CJK problem. Try to export the attached file to DVI (or open the view source dialog). Jürgen cjk.lyx Description: application/lyx

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: spitz wrote: URL: http://www.lyx.org/trac/changeset/22011 Log: Sanitize CJK support (fix bug 3561, 4349 and 4337): I have forwardported this to trunk, because the branch patch got intensive testing from Koji Yokota and Uwe, and seems to work very well. The branch ve

Re: [patch] full babel support for tex2lyx

2007-12-08 Thread Uwe Stöhr
> Can't you use std::remove multiple times and then perform only one erase? > Should be much more efficient, no? I don't know. For me the most efficient way would be to reset the "what" char pointer to the beginning after running the for loop in the void "handle_opt". The I don't need the "delet

Re: [Cvslog] r22011 - in /lyx-devel/trunk/src: Buffer.cpp Font.cpp Par...

2007-12-08 Thread Jürgen Spitzmüller
spitz wrote: > URL: http://www.lyx.org/trac/changeset/22011 > Log: > Sanitize CJK support (fix bug 3561, 4349 and 4337): I have forwardported this to trunk, because the branch patch got intensive testing from Koji Yokota and Uwe, and seems to work very well. The branch version is postponed to 1.

Re: want to add new format options to cross-reference

2007-12-08 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > If so, then should we remove it? > > As I remember this, some voted for this. I disagree. I'm still using it in all my documents. > > Is there something newer and better? > > I don't know. No, there isn't (yet). That's the problem. Jürgen

Re: [patch] Re: "Content: all cited references"...?

2007-12-08 Thread Jürgen Spitzmüller
Bernhard Reiter wrote: > The attached adds basic \nocite functionality (as citation style option) > to the citation dialog; the inset then actually reads \nocite{key} (as I > wasn't able to come up with anything better; suggestions welcome) > the citation style option in the dialog is "Add to bibli

Re: lyx2lyx failure

2007-12-08 Thread José Matos
On Friday 07 December 2007 20:15:21 Richard Heck wrote: > > This is definitely a bug. I'm posting it to lyx-devel. Which version? I fixed this for 1.5.3, or at least I had a patch floating before I have been sidetracked with other issues. > Richard -- José Abílio