Re: Background LaTeX, Etc

2009-12-21 Thread Kornel Benko
Am Monday 21 December 2009 schrieb BH: > On Mon, Dec 21, 2009 at 10:08 AM, Vincent van Ravesteijn - TNW > wrote: > > > Right now I can't compile: > > >>> > >>> Can you compile now ? > >> > >>Not quite. (I should have run make -k before.) > >> > > > > And now ? > > Perfect -- thanks! > >

Fixing the trunk version_suffix for build_msvc.bat

2009-12-21 Thread Ben M.
In trunk, the two batch files build_msvc.bat build_msvs_debug.bat both specify "version_suffix=16" http://www.lyx.org/trac/browser/lyx-devel/trunk/development/Win32/packaging/build_msvs_debug.bat I assume it should be version_suffix=2 for trunk? -Ben fix-msvc-version-suffix.diff Descriptio

Re: instant preview for tikz pictures in lyx

2009-12-21 Thread Christian Ridderström
2009/12/21 Vincent van Ravesteijn - TNW : > > Christian, you're listed as a contributor to dvipng (so you must be an > expert). Do you have any info on this ? Sorry, I don't have any idea at all about this. (Actually, I wonder if you're talking to the right Christian:-) Best regards, Christian

Re: Background LaTeX, Etc

2009-12-21 Thread Pavel Sanda
Peter Kümmel wrote: > But I've removed the dialog, because ATM we don't have to > show anything interesting. Latex is running in batch mode. i hoped we could duplicate the terminal output into this dock widget and i even intended to add more capabilities for debug output fine tuning. could we ree

Re: svn:eol-style native

2009-12-21 Thread Pavel Sanda
Peter Kümmel wrote: > Is there any reason why no svn:eol-style native property is set an the src > files? without it there are problems wrt newlines when exchanging files between linux and windows. pavel

Re: Branch won't link: Mac 10.6

2009-12-21 Thread BH
On Mon, Dec 21, 2009 at 2:37 PM, Anders Ekberg wrote: > try the flags: > --with-included-gettext --without-aspell --without-pspell --enable-static > (haven't had time to nail down exactly which are needed, but I assume someone > has the answer to that) I already used --with-included-gettext and

Re: Branch won't link: Mac 10.6

2009-12-21 Thread Anders Ekberg
On 21 dec 2009, at 19.39, BH wrote: > I've just upgraded from Mac 10.5 to 10.6. Trunk compiles fine, but > branch gives me this error: > > /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O3 -isysroot > /Developer/SDKs/MacOSX10.5.sdk > -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk > -Wl,-dyl

Branch won't link: Mac 10.6

2009-12-21 Thread BH
I've just upgraded from Mac 10.5 to 10.6. Trunk compiles fine, but branch gives me this error: /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O3 -isysroot /Developer/SDKs/MacOSX10.5.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework

Re: Background LaTeX, Etc

2009-12-21 Thread Peter Kümmel
> > And then continuous update on each buffer change. > > > > I tried that on linux and it is bearable but crashy... This is on a 2 > year old laptop running Ubuntu 9.10. Isn't that bad on Linux with attached patch. We have to drop updates when the update is still busy. > > On Windows, forg

Re: Background LaTeX, Etc

2009-12-21 Thread Abdelrazak Younes
Peter Kümmel wrote: Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes: Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just need a new argument to exportAndDestroy() AFAIR. I mean... if you want to do some more work on this ;-) And then continuous updat

Re: Background LaTeX, Etc

2009-12-21 Thread Abdelrazak Younes
Peter Kümmel wrote: Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes: Peter Kümmel wrote: Abdelrazak Younes wrote: 2) Use the same signal/slot mechanism for Buffer::message(). Done, http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk

Re: Background LaTeX, Etc

2009-12-21 Thread Peter Kümmel
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes: > Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just > need a new argument to exportAndDestroy() AFAIR. I mean... if you want > to do some more work on this ;-) And then continuous update on each buffer change.

Re: Background LaTeX, Etc

2009-12-21 Thread Peter Kümmel
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes: > Peter Kümmel wrote: > > Abdelrazak Younes wrote: > > > >> 2) Use the same signal/slot mechanism for Buffer::message(). > >> > > > > Done, > > http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk > > > > Excellent. No

Re: #32597 breaks trunk

2009-12-21 Thread Peter Kümmel
Am Montag, den 21.12.2009, 10:30 -0500 schrieb Ben M.: > On Mon, Dec 21, 2009 at 9:30 AM, Vincent van Ravesteijn - TNW > wrote: > > Try adding "#include " to GuiProgress.cpp. > > > > PS. You can keep this on the list. > > > > (Peter, you compile with a single merged header file ?) > > > > Vincent

Re: #32597 breaks trunk

2009-12-21 Thread Ben M.
On Mon, Dec 21, 2009 at 9:30 AM, Vincent van Ravesteijn - TNW wrote: > Try adding "#include " to GuiProgress.cpp. > > PS. You can keep this on the list. > > (Peter, you compile with a single merged header file ?) > > Vincent Thanks! I also had to add QTime to GuiView.cpp. Now it compiles. -Ben

Re: Background LaTeX, Etc

2009-12-21 Thread BH
On Mon, Dec 21, 2009 at 10:08 AM, Vincent van Ravesteijn - TNW wrote: > Right now I can't compile: >>> >>> Can you compile now ? >> >>Not quite. (I should have run make -k before.) >> > > And now ? Perfect -- thanks! BH

RE: Background LaTeX, Etc

2009-12-21 Thread Vincent van Ravesteijn - TNW
>>>Right now I can't compile: >>> >> >> Can you compile now ? > >Not quite. (I should have run make -k before.) > And now ? Vincent

Re: Background LaTeX, Etc

2009-12-21 Thread BH
On Mon, Dec 21, 2009 at 9:55 AM, Vincent van Ravesteijn - TNW wrote: >>Right now I can't compile: >> > > Can you compile now ? Not quite. (I should have run make -k before.) Here's one more: GuiView.cpp: In member function ‘virtual bool lyx::frontend::GuiView::dispatch(const lyx::FuncRequest&)’

RE: Background LaTeX, Etc

2009-12-21 Thread Vincent van Ravesteijn - TNW
>Right now I can't compile: > Can you compile now ? Vincent

Re: Background LaTeX, Etc

2009-12-21 Thread BH
On Mon, Dec 21, 2009 at 6:56 AM, Peter Kümmel wrote: > Statusbar is now updated ehith the progress information. > But I've removed the dialog, because ATM we don't have to > show anything interesting. Latex is running in batch mode. Right now I can't compile: GuiProgress.cpp: In member function

Re: Tufte layout mising?

2009-12-21 Thread Joachim Osnabryg
Am 21.12.2009, 00:27 Uhr, schrieb José Matos : On Sunday 20 December 2009 16:51:07 bb wrote: As there are no Tufte files at all after an installation I suspect that your latex distribution does not have the tufte classes. I know > that the texlive-2009 does have them. At least not the brand

Re: Background LaTeX, Etc

2009-12-21 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: 2) Use the same signal/slot mechanism for Buffer::message(). Done, http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just need a new argument to exportAndDestroy()

Re: Background LaTeX, Etc

2009-12-21 Thread Peter Kümmel
Abdelrazak Younes wrote: > 2) Use the same signal/slot mechanism for Buffer::message(). Done, http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk Peter

Re: Old Qt libraries in lyx-windows-deps-msvc2008

2009-12-21 Thread Abdelrazak Younes
Ben M. wrote: The Qt version from lyx-windows-deps-msvc2008 (4.3.0) doesn't match the AltInstaller (4.5.3). Having a precompiled Qt is such a wonderful luxury. Is anyone so generous as to share their updated library files? Just download it from Nokia. Qt-4.6 is now available for MSVC2008 a

RE: instant preview for tikz pictures in lyx

2009-12-21 Thread Vincent van Ravesteijn - TNW
>>In both cases, this works out of Lyx, but unfortunately, i cannot see >>the tikz-picture inside lyx (using the magic of instant preview). My >>question therefore: >>- is there a simple way to do this, or if not >>- is this a problem of instant preview, or >>- should I put it on the "feature wan

Old Qt libraries in lyx-windows-deps-msvc2008

2009-12-21 Thread Ben M.
The Qt version from lyx-windows-deps-msvc2008 (4.3.0) doesn't match the AltInstaller (4.5.3). Having a precompiled Qt is such a wonderful luxury. Is anyone so generous as to share their updated library files? Qt versions from ftp://ftp.lyx.org/pub/lyx/contrib/ : 4.5.3: AltInstaller 1.6.5 4.4.2:

Re: Background LaTeX, Etc

2009-12-21 Thread Peter Kümmel
Abdelrazak Younes wrote: > On 20/12/2009 17:34, Peter Kümmel wrote: >> Abdelrazak Younes wrote: >> >>> 1) Replace all call to Alert::warning() related to some Buffer action >>> with a new Buffer::warning() method that will use the GuiDelegate to >>> send the warning to the GUI even when we are

Re: Background LaTeX, Etc

2009-12-21 Thread Peter Kümmel
BH wrote: > On Sun, Dec 20, 2009 at 11:23 AM, Peter Kümmel wrote: >> Peter Kümmel wrote: >>> Pavel Sanda wrote: Peter Kümmel wrote: > If it's really needed I could move it to trunk, would not be very > complicated. yes it would be nice to have it. i even imagine line of checkbox

Re: #32597 breaks trunk

2009-12-21 Thread Peter Kümmel
Vincent van Ravesteijn - TNW wrote: >> The latest trunk doesn't link for me with scons/win32. >> It does work if I roll back. > > So, you'll have to fix scons ;-).. Just like Peter did in r32600 for > autotools. Fixed it. I thought scons parses the .am files. Peter

RE: instant preview for tikz pictures in lyx

2009-12-21 Thread Vincent van Ravesteijn - TNW
>In both cases, this works out of Lyx, but unfortunately, >i cannot see the tikz-picture inside lyx (using the magic >of instant preview). My question therefore: >- is there a simple way to do this, or if not >- is this a problem of instant preview, or >- should I put it on the "feature wanted"-lis

RE: #32597 breaks trunk

2009-12-21 Thread Vincent van Ravesteijn - TNW
>The latest trunk doesn't link for me with scons/win32. >It does work if I roll back. So, you'll have to fix scons ;-).. Just like Peter did in r32600 for autotools. Vincent

instant preview for tikz pictures in lyx

2009-12-21 Thread H. Peter Gumm
Dear LyXers, i have had a lot of fun using LyX in combination with "xy-pic" and "instant preview". Whilst xy-pic is a lot of fun, it becomes hairy when trying to make more involved figures for presentations. Now I hit upon a package called “tikz” by Till Tantau (yes, the creator of beamer). Unfort

#32597 breaks trunk

2009-12-21 Thread Ben M.
The latest trunk doesn't link for me with scons/win32. It does work if I roll back. GuiView.obj : error LNK2019: unresolved external symbol "class lyx::frontend::Dialog * __cdecl lyx::frontend::createGuiProgress(class lyx::frontend::GuiView &)" (?createguiprogr...@frontend@lyx@@yapavdia...@12@aav