Re: Multiple Body Tags in XHTML Export

2012-12-11 Thread Jim Smilanich
Rob Oakes oak-tree.us> writes: > > On 4/30/2012 4:27 PM, Richard Heck wrote: > > I don't know if this is possible. The svn repo still exists, but it's > > been closed to commits for a while, and I don't myself know how to > > reactivate it locally. > Okay. I think I may have worked out a way to

Re: autotests with cmake

2012-12-11 Thread Tommaso Cucinotta
On 11/12/12 11:36, Kornel Benko wrote: > Hi, > > I am trying to make autotests run under cmake. So far I made some progress. Hi, good to hear. As a start, do you know whether invoking these tests by the normal: ./run-tests.sh findadv-06-in.txt works ? Also, please, check the README file in

Re: Export-to fails for xhtml

2012-12-11 Thread Tommaso Cucinotta
On 11/12/12 14:08, Jean-Marc Lasgouttes wrote: > Le 11/12/2012 10:12, Tommaso Cucinotta a écrit : >> Yes, everything compiles fine. Also ColorCache.h was not giving any trouble, >> till I included it in graphics/PreviewLoader.cpp, because then gcc >> complained it cannot find QColor nor QPalette (

Re: Where to use qt4 (Re: Export-to fails for xhtml)

2012-12-11 Thread Tommaso Cucinotta
On 11/12/12 14:57, Abdelrazak Younes wrote: > Ah... a flameware just in time before Christmas! :-P [...] > And of course we should get rid of frontend/* (not qt4) and use signal/slot > connection for communication with the core (src/). I see, it seems we opened a "Pandora" box here. Well, if any

Re: [LyX master] Cmake build: First try to use autotests. Many test are not running, but if changed the '-dbg xxx' to '-dbg any' then all of sudden they pass ... (The buffered output of lyx is often d

2012-12-11 Thread Stephan Witt
Am 11.12.2012 um 16:06 schrieb Kornel Benko: > Am Dienstag, 11. Dezember 2012 um 15:32:43, schrieb Stephan Witt > > > Are you able to fix this, please? > > OK. I am surprised, X11 is not available an MAC. It may be available or not. The cmake build of LyX is with Q_WS_MAC anyway and the xvkbd

Re: [RFC] New beamer frames / conversion

2012-12-11 Thread Jürgen Spitzmüller
Richard Heck wrote: > Is it worth trying to do a proper conversion? I will actually have some > time to work on this in the near future. If that failed, we could go > with this. A proper conversion would certainly be preferred, but it's hard since there are so many ways now to "end" a frame and

Re: [RFC] New beamer frames / conversion

2012-12-11 Thread Richard Heck
On 12/11/2012 08:40 AM, Jürgen Spitzmüller wrote: Dear all It was quite easy to implement proper beamer frame layouts (i.e. using the real frame environments and getting rid of all lyxframe hacks and limitations, e.g. wrt fragile frames). There is still some polishment to to (e.g. wrt the outlin

Re: Re: [LyX master] Cmake build: First try to use autotests. Many test are not running, but if changed the '-dbg xxx' to '-dbg any' then all of sudden they pass ... (The buffered output of lyx is oft

2012-12-11 Thread Kornel Benko
Am Dienstag, 11. Dezember 2012 um 15:32:43, schrieb Stephan Witt > Are you able to fix this, please? OK. I am surprised, X11 is not available an MAC. > CMake Error at /opt/local/share/cmake-2.8/Modules/FindX11.cmake:420 (MESSAGE): > Could not find X11 > Call Stack (most recent call first): >

Re: Where to use qt4 (Re: Export-to fails for xhtml)

2012-12-11 Thread Abdelrazak Younes
On Tue, Dec 11, 2012 at 3:57 PM, Abdelrazak Younes wrote: > > A while ago, I proposed a flatter directory structure, I will look for it. > Here is it: src/lyx/ : basically one C++ file with main() using the other libraries below or not src/boost/ : to be removed later when we get rid of boost.

Re: Where to use qt4 (Re: Export-to fails for xhtml)

2012-12-11 Thread Abdelrazak Younes
Ah... a flameware just in time before Christmas! :-P On Tue, Dec 11, 2012 at 1:09 PM, Pavel Sanda wrote: > Tommaso Cucinotta wrote: > > Yes, everything compiles fine. Also ColorCache.h was not giving any > trouble, till I included it in graphics/PreviewLoader.cpp, because then gcc > > complained

Re: Undo crash in InsetTabular with "spellcheck continuously" enabled

2012-12-11 Thread Jean-Marc Lasgouttes
Le 11/12/2012 15:38, Stephan Witt a écrit : Can you try again to see whether it is checked? In general, there are other things for which I am not sure whether they should be kept in CursorData (that is, restored by Undo). For example, should we restore the transient mark setting? On my system i

Re: Undo crash in InsetTabular with "spellcheck continuously" enabled

2012-12-11 Thread Stephan Witt
Am 11.12.2012 um 10:17 schrieb Jean-Marc Lasgouttes : > Le 08/12/12 08:08, Scott Kostyshak a écrit : >> I'm hoping others can reproduce this. I can reproduce in current trunk >> with Ubuntu 12.04 as follows: >> >> - Enable "spellcheck continuously" >> - Insert a table, say 4x4. >> - Click on the

Re: [LyX master] Cmake build: First try to use autotests. Many test are not running, but if changed the '-dbg xxx' to '-dbg any' then all of sudden they pass ... (The buffered output of lyx is often d

2012-12-11 Thread Stephan Witt
Are you able to fix this, please? CMake Error at /opt/local/share/cmake-2.8/Modules/FindX11.cmake:420 (MESSAGE): Could not find X11 Call Stack (most recent call first): development/autotests/xvkbd/CMakeLists.txt:8 (find_package) Stephan Am 11.12.2012 um 15:25 schrieb Kornel Benko : > The br

Re: Export-to fails for xhtml

2012-12-11 Thread Jean-Marc Lasgouttes
Le 11/12/2012 10:12, Tommaso Cucinotta a écrit : Yes, everything compiles fine. Also ColorCache.h was not giving any trouble, till I included it in graphics/PreviewLoader.cpp, because then gcc complained it cannot find QColor nor QPalette (and I had to add the QtGui/). Just by curiosity:why do

[RFC] New beamer frames / conversion

2012-12-11 Thread Jürgen Spitzmüller
Dear all It was quite easy to implement proper beamer frame layouts (i.e. using the real frame environments and getting rid of all lyxframe hacks and limitations, e.g. wrt fragile frames). There is still some polishment to to (e.g. wrt the outliner movement), but in general the attached works w

Where to use qt4 (Re: Export-to fails for xhtml)

2012-12-11 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Yes, everything compiles fine. Also ColorCache.h was not giving any trouble, > till I included it in graphics/PreviewLoader.cpp, because then gcc > complained it cannot find QColor nor QPalette (and I had to add the QtGui/). Yes I understand the issue now. Qt4 creeping

autotests with cmake

2012-12-11 Thread Kornel Benko
Hi, I am trying to make autotests run under cmake. So far I made some progress. Until now, some of the tests are working. One has to make some prepares though. 1.) I could not find the place where the lyx (in automake) is started. This is needed, since the call to `pidof lyx` cannot work

Re: Undo crash in InsetTabular with "spellcheck continuously" enabled

2012-12-11 Thread Jean-Marc Lasgouttes
Le 08/12/12 08:08, Scott Kostyshak a écrit : I'm hoping others can reproduce this. I can reproduce in current trunk with Ubuntu 12.04 as follows: - Enable "spellcheck continuously" - Insert a table, say 4x4. - Click on the upper-left cell. - Enter "a". - Undo twice, then redo twice, then undo on

Re: Export-to fails for xhtml

2012-12-11 Thread Tommaso Cucinotta
On 11/12/12 00:47, Pavel Sanda wrote: > Tommaso Cucinotta wrote: >> Don't know why I had to add "QtGui/" in a couple of includes in >> ColorCache.h. Different CPPFLAGS are provided for the objects in graphics/ >> and > > What Qt version do you use, what build system (autotools/cmake, merged buil