Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Sun, 26 Aug 2007 16:57:16 -0500 Bo Peng [EMAIL PROTECTED] wrote: On 8/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: vermeer Date: Sun Aug 26 22:32:58 2007 New Revision: 19813 URL: http://www.lyx.org/trac/changeset/19813 Log: Move background colour into the layout

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sun, 26 Aug 2007 16:57:16 -0500 Bo Peng [EMAIL PROTECTED] wrote: On 8/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: vermeer Date: Sun Aug 26 22:32:58 2007 New Revision: 19813 URL: http://www.lyx.org/trac/changeset/19813 Log: Move background colour into

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Mon, 27 Aug 2007 09:43:19 +0200 Abdelrazak Younes [EMAIL PROTECTED] wrote: Martin Vermeer wrote: On Sun, 26 Aug 2007 16:57:16 -0500 Bo Peng [EMAIL PROTECTED] wrote: On 8/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: vermeer Date: Sun Aug 26 22:32:58 2007 New

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Abdelrazak Younes
Martin Vermeer wrote: On Mon, 27 Aug 2007 09:43:19 +0200 There is a way: you just need the Color::color enum AFAIS so the solution is to extract this enum from the Color class and give it its own header. This will enable us to get rid of the Color_color pseudoclass too. Not really true, I

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Bo Peng
Maybe scons/tex2lyx needs update but I still get try1/src/tex2lyx/TextClass.o(.text+0x542d): In function `lyx::TextClass::readInsetLayout(lyx::Lexer, std::basic_stringunsigned int, std::char_traitsunsigned int, std::allocatorunsigned int const)': try1/src/tex2lyx/TextClass.cpp:689: undefined

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Bo Peng
On 8/27/07, Bo Peng [EMAIL PROTECTED] wrote: Maybe scons/tex2lyx needs update but I still get try1/src/tex2lyx/TextClass.o(.text+0x542d): In function `lyx::TextClass::readInsetLayout(lyx::Lexer, std::basic_stringunsigned int, std::char_traitsunsigned int, std::allocatorunsigned int const)':

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Mon, 27 Aug 2007 10:14:07 -0500 Bo Peng [EMAIL PROTECTED] wrote: On 8/27/07, Bo Peng [EMAIL PROTECTED] wrote: Maybe scons/tex2lyx needs update but I still get try1/src/tex2lyx/TextClass.o(.text+0x542d): In function `lyx::TextClass::readInsetLayout(lyx::Lexer,

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Mon, 27 Aug 2007 10:54:34 +0200 Abdelrazak Younes [EMAIL PROTECTED] wrote: Martin Vermeer wrote: On Mon, 27 Aug 2007 09:43:19 +0200 There is a way: you just need the Color::color enum AFAIS so the solution is to extract this enum from the Color class and give it its own header. This

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Sun, 26 Aug 2007 16:57:16 -0500 Bo Peng <[EMAIL PROTECTED]> wrote: > On 8/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: vermeer > > Date: Sun Aug 26 22:32:58 2007 > > New Revision: 19813 > > > > URL: http://www.lyx.org/trac/changeset/19813 > > Log: > > Move background colour

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sun, 26 Aug 2007 16:57:16 -0500 Bo Peng <[EMAIL PROTECTED]> wrote: On 8/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: vermeer Date: Sun Aug 26 22:32:58 2007 New Revision: 19813 URL: http://www.lyx.org/trac/changeset/19813 Log: Move background colour

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Mon, 27 Aug 2007 09:43:19 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > On Sun, 26 Aug 2007 16:57:16 -0500 > > Bo Peng <[EMAIL PROTECTED]> wrote: > > > >> On 8/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>> Author: vermeer > >>> Date: Sun Aug 26

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Abdelrazak Younes
Martin Vermeer wrote: On Mon, 27 Aug 2007 09:43:19 +0200 There is a way: you just need the Color::color enum AFAIS so the solution is to extract this enum from the Color class and give it its own header. This will enable us to get rid of the Color_color pseudoclass too. Not really true, I

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Bo Peng
Maybe scons/tex2lyx needs update but I still get try1/src/tex2lyx/TextClass.o(.text+0x542d): In function `lyx::TextClass::readInsetLayout(lyx::Lexer&, std::basic_string, std::allocator > const&)': try1/src/tex2lyx/TextClass.cpp:689: undefined reference to `lyx::lcolor' Bo

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Bo Peng
On 8/27/07, Bo Peng <[EMAIL PROTECTED]> wrote: > Maybe scons/tex2lyx needs update but I still get > > try1/src/tex2lyx/TextClass.o(.text+0x542d): In function > `lyx::TextClass::readInsetLayout(lyx::Lexer&, > std::basic_string, > std::allocator > const&)': > try1/src/tex2lyx/TextClass.cpp:689:

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Mon, 27 Aug 2007 10:14:07 -0500 Bo Peng <[EMAIL PROTECTED]> wrote: > On 8/27/07, Bo Peng <[EMAIL PROTECTED]> wrote: > > Maybe scons/tex2lyx needs update but I still get > > > > try1/src/tex2lyx/TextClass.o(.text+0x542d): In function > > `lyx::TextClass::readInsetLayout(lyx::Lexer&, > >

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-27 Thread Martin Vermeer
On Mon, 27 Aug 2007 10:54:34 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > On Mon, 27 Aug 2007 09:43:19 +0200 > >> There is a way: you just need the Color::color enum AFAIS so the > >> solution is to extract this enum from the Color class and give it its > >>

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-26 Thread Bo Peng
On 8/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: vermeer Date: Sun Aug 26 22:32:58 2007 New Revision: 19813 URL: http://www.lyx.org/trac/changeset/19813 Log: Move background colour into the layout files -- for all collapsables I think this commit breaks tex2lyx. I get error

Re: r19813 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2007-08-26 Thread Bo Peng
On 8/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: vermeer > Date: Sun Aug 26 22:32:58 2007 > New Revision: 19813 > > URL: http://www.lyx.org/trac/changeset/19813 > Log: > Move background colour into the layout files -- for all collapsables I think this commit breaks tex2lyx. I