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

2012-12-13 Thread Vincent van Ravesteijn
Op 11-12-2012 13:09, Pavel Sanda schreef: 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

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

2012-12-12 Thread Tommaso Cucinotta
On 12/12/12 19:40, Tommaso Cucinotta wrote: > On 12/12/12 10:20, Jean-Marc Lasgouttes wrote: >> Le 12/12/2012 01:13, Tommaso Cucinotta a écrit : >>> I see, it seems we opened a "Pandora" box here. Well, if any Xmas presents >>> come out of it, then it's not too bad :-). However, so far, it seems >

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

2012-12-12 Thread Tommaso Cucinotta
On 12/12/12 10:20, Jean-Marc Lasgouttes wrote: > Le 12/12/2012 01:13, Tommaso Cucinotta a écrit : >> I see, it seems we opened a "Pandora" box here. Well, if any Xmas presents >> come out of it, then it's not too bad :-). However, so far, it seems >> only a lot of work with likely disruption of th

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

2012-12-12 Thread Jean-Marc Lasgouttes
Le 12/12/2012 01:13, Tommaso Cucinotta a écrit : 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 se

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: 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

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