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