Re: r37595 - lyx-devel/trunk/src

2011-02-10 Thread Peter Kümmel
On 11.02.2011 03:16, Pavel Sanda wrote: kuem...@lyx.org wrote: Author: kuemmel Date: Fri Feb 11 03:09:22 2011 New Revision: 37595 URL: http://www.lyx.org/trac/changeset/37595 Log: seems the other have different compilers ;) this works here in both normal and monolithic case. p Is there als

Re: r37595 - lyx-devel/trunk/src

2011-02-10 Thread Pavel Sanda
kuem...@lyx.org wrote: > Author: kuemmel > Date: Fri Feb 11 03:09:22 2011 > New Revision: 37595 > URL: http://www.lyx.org/trac/changeset/37595 > > Log: > seems the other have different compilers ;) this works here in both normal and monolithic case. p

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Pavel Sanda
Peter Kümmel wrote: > Seeing all the problems with extern & Co. I think a macro is even better than > all the "extern const". in that case we can directly use PACKAGE_VERSION etc given from environment... pavel

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Peter Kümmel
As long as variables are declared const, it's not a real problem I guess. Technically, if they are const, they are no variables anymore. At least one knows immediately that the global "variables" are constants, otherwise we would have used functions for sure. And one never knows whether a funct

Re: r37594 - lyx-devel/trunk/src

2011-02-10 Thread Pavel Sanda
for...@lyx.org wrote: > Author: forenr > Date: Fri Feb 11 01:46:49 2011 > New Revision: 37594 > URL: http://www.lyx.org/trac/changeset/37594 > > Log: > So, let's constify all globals in version.cpp... and monolithic builds will go to hell now :) pavel

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Vincent van Ravesteijn
Op 11-2-2011 2:00, Peter Kümmel schreef: On 11.02.2011 00:34, Enrico Forestieri wrote: On Fri, Feb 11, 2011 at 12:06:00AM +0100, Pavel Sanda wrote: kuem...@lyx.org wrote: Author: kuemmel Date: Thu Feb 10 23:57:41 2011 New Revision: 37591 URL: http://www.lyx.org/trac/changeset/37591 Log: comp

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Peter Kümmel
On 11.02.2011 00:34, Enrico Forestieri wrote: On Fri, Feb 11, 2011 at 12:06:00AM +0100, Pavel Sanda wrote: kuem...@lyx.org wrote: Author: kuemmel Date: Thu Feb 10 23:57:41 2011 New Revision: 37591 URL: http://www.lyx.org/trac/changeset/37591 Log: compile. Modified: lyx-devel/trunk/src/version

Re: client

2011-02-10 Thread Peter Kümmel
On 11.02.2011 01:04, Pavel Sanda wrote: Enrico Forestieri wrote: On Fri, Feb 11, 2011 at 12:54:02AM +0100, Peter Kümmel wrote: Am I the only one where client does not build? I have to move TexRow.cpp/.h to support to fix it. Should I commit? It compiles and links fine here. +1 isn't it r

Re: client

2011-02-10 Thread Peter Kümmel
On 11.02.2011 01:05, Enrico Forestieri wrote: On Fri, Feb 11, 2011 at 01:02:03AM +0100, Enrico Forestieri wrote: On Fri, Feb 11, 2011 at 12:54:02AM +0100, Peter Kümmel wrote: Am I the only one where client does not build? I have to move TexRow.cpp/.h to support to fix it. Should I commit? I

Re: client

2011-02-10 Thread Vincent van Ravesteijn
Op 11-2-2011 1:02, Enrico Forestieri schreef: On Fri, Feb 11, 2011 at 12:54:02AM +0100, Peter Kümmel wrote: Am I the only one where client does not build? I have to move TexRow.cpp/.h to support to fix it. Should I commit? It compiles and links fine here. No problem here either, but that mi

Re: client

2011-02-10 Thread Pavel Sanda
Enrico Forestieri wrote: > On Fri, Feb 11, 2011 at 12:54:02AM +0100, Peter Kümmel wrote: > > Am I the only one where client does not build? > > > > I have to move TexRow.cpp/.h to support to fix it. > > > > Should I commit? > > It compiles and links fine here. +1 isn't it rather cmake issue? p

Re: client

2011-02-10 Thread Enrico Forestieri
On Fri, Feb 11, 2011 at 01:02:03AM +0100, Enrico Forestieri wrote: > On Fri, Feb 11, 2011 at 12:54:02AM +0100, Peter Kümmel wrote: > > Am I the only one where client does not build? > > > > I have to move TexRow.cpp/.h to support to fix it. > > > > Should I commit? > > It compiles and links fine

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Enrico Forestieri
On Fri, Feb 11, 2011 at 12:49:22AM +0100, Peter Kümmel wrote: > On 11.02.2011 00:34, Enrico Forestieri wrote: > >No, const variables have internal linkage, so they will not be seen outside > >their compile unit. Simply declare them as "extern" also in version.cpp. > > > > You mean declaring it in

Re: client

2011-02-10 Thread Enrico Forestieri
On Fri, Feb 11, 2011 at 12:54:02AM +0100, Peter Kümmel wrote: > Am I the only one where client does not build? > > I have to move TexRow.cpp/.h to support to fix it. > > Should I commit? It compiles and links fine here. -- Enrico

client

2011-02-10 Thread Peter Kümmel
Am I the only one where client does not build? I have to move TexRow.cpp/.h to support to fix it. Should I commit? Peter Index: development/scons/scons_manifest.py === --- development/scons/scons_manifest.py (revision 37592) +++ de

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Peter Kümmel
On 11.02.2011 00:34, Enrico Forestieri wrote: On Fri, Feb 11, 2011 at 12:06:00AM +0100, Pavel Sanda wrote: kuem...@lyx.org wrote: Author: kuemmel Date: Thu Feb 10 23:57:41 2011 New Revision: 37591 URL: http://www.lyx.org/trac/changeset/37591 Log: compile. Modified: lyx-devel/trunk/src/version

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Enrico Forestieri
On Fri, Feb 11, 2011 at 12:06:00AM +0100, Pavel Sanda wrote: > kuem...@lyx.org wrote: > > Author: kuemmel > > Date: Thu Feb 10 23:57:41 2011 > > New Revision: 37591 > > URL: http://www.lyx.org/trac/changeset/37591 > > > > Log: > > compile. > > > > Modified: lyx-devel/trunk/src/version.cpp > > ===

Re: r37353 - lyx-devel/trunk/lib/lyx2lyx

2011-02-10 Thread Richard Heck
On 02/10/2011 05:32 PM, Richard Heck wrote: On 02/10/2011 06:03 AM, Jean-Marc Lasgouttes wrote: Le 28/01/11 20:48, rgh...@lyx.org a écrit : Author: rgheck Date: Fri Jan 28 20:48:03 2011 New Revision: 37353 URL: http://www.lyx.org/trac/changeset/37353 Log: Fix lyx2lyx problem with sweave files

Re: r37364 - lyx-devel/trunk/development/autotests

2011-02-10 Thread Enrico Forestieri
On Thu, Feb 10, 2011 at 11:44:13PM +0100, Tommaso Cucinotta wrote: > Il 09/02/2011 09:52, Enrico Forestieri ha scritto: > >On Tue, Feb 08, 2011 at 10:53:34PM +0100, Pavel Sanda wrote: > >>having cs_CZ locales setup on system level sometimes locales does not work > >>either when make install is not

Re: r37591 - in lyx-devel/trunk/src: . mathed

2011-02-10 Thread Pavel Sanda
kuem...@lyx.org wrote: > Author: kuemmel > Date: Thu Feb 10 23:57:41 2011 > New Revision: 37591 > URL: http://www.lyx.org/trac/changeset/37591 > > Log: > compile. > > Modified: lyx-devel/trunk/src/version.cpp > == > --- l

Re: r37364 - lyx-devel/trunk/development/autotests

2011-02-10 Thread Tommaso Cucinotta
Il 09/02/2011 09:52, Enrico Forestieri ha scritto: On Tue, Feb 08, 2011 at 10:53:34PM +0100, Pavel Sanda wrote: having cs_CZ locales setup on system level sometimes locales does not work either when make install is not done or something like that... i'm not able to give exact recipy and frankly

Re: r37353 - lyx-devel/trunk/lib/lyx2lyx

2011-02-10 Thread Richard Heck
On 02/10/2011 06:03 AM, Jean-Marc Lasgouttes wrote: Le 28/01/11 20:48, rgh...@lyx.org a écrit : Author: rgheck Date: Fri Jan 28 20:48:03 2011 New Revision: 37353 URL: http://www.lyx.org/trac/changeset/37353 Log: Fix lyx2lyx problem with sweave files and ParBreakIsNewline. Richard, I was abou

Re: hebrew support in lyx 2.0?

2011-02-10 Thread Vincent van Ravesteijn
On Thu, Feb 10, 2011 at 1:49 PM, Richman Reuven wrote: > hi, i can't seem to find any info on possible changes of hebrew support > in the new version (2.0), was there something supposed to happen? (i'd > gladly test it if i knew what to look for) > > If you like to bughunt: http://www.lyx.org/tra

Re: [patch] Controlling newlines on export

2011-02-10 Thread Enrico Forestieri
On Thu, Feb 10, 2011 at 10:02:18PM +0100, Pavel Sanda wrote: > > Enrico, could you have possibly look on bug #7186 when you are after > forw/rev search now? thats much worse issue and i have really no time > on it It's not any better here, but I'll try to have a look. -- Enrico

Re: [patch] Controlling newlines on export

2011-02-10 Thread Pavel Sanda
Enrico Forestieri wrote: > Given that the patch is quite strightforward, is more accurate in > the line counting task, does not introduce regressions, and can be > seen as the completion of previous work, I am going to commit it. Enrico, could you have possibly look on bug #7186 when you are after

Re: [patch] Controlling newlines on export

2011-02-10 Thread Enrico Forestieri
On Thu, Feb 10, 2011 at 01:58:07AM +0100, Enrico Forestieri wrote: > > I have a working patch (see attached). It integrates texrow with > otexstream and the line counting is thus automatic. I tested it > quite thoroughly, and it seems to be better than what we have now, > in the sense that it seem

Re: Cjk Lyx 1.4

2011-02-10 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > "Send exported file to command" > > A bit verbose for a label, but OK, we have enough space here. I've committed this now. Jesper, does your plan to implement export menu disabling still stand? Jürgen

Re: hebrew support in lyx 2.0?

2011-02-10 Thread Pavel Sanda
Richman Reuven wrote: > hi, i can't seem to find any info on possible changes of hebrew support > in the new version (2.0), was there something supposed to happen? (i'd > gladly test it if i knew what to look for) the thing which could be good to test is that all hebrew stuff you used in 1.6 still

hebrew support in lyx 2.0?

2011-02-10 Thread Richman Reuven
hi, i can't seem to find any info on possible changes of hebrew support in the new version (2.0), was there something supposed to happen? (i'd gladly test it if i knew what to look for) thanks, reuven r.

Re: r37580 - lyx-devel/trunk/development/cmake

2011-02-10 Thread Pavel Sanda
kor...@lyx.org wrote: > Author: kornel > Date: Thu Feb 10 07:16:12 2011 > New Revision: 37580 > URL: http://www.lyx.org/trac/changeset/37580 > > Log: > Define LYX_(MAJOR|MINOR)_VERSION also for cmake build > > Modified: >lyx-devel/trunk/development/cmake/config.h.cmake > > Modified: lyx-deve

Re: r37353 - lyx-devel/trunk/lib/lyx2lyx

2011-02-10 Thread Jean-Marc Lasgouttes
Le 28/01/11 20:48, rgh...@lyx.org a écrit : Author: rgheck Date: Fri Jan 28 20:48:03 2011 New Revision: 37353 URL: http://www.lyx.org/trac/changeset/37353 Log: Fix lyx2lyx problem with sweave files and ParBreakIsNewline. Richard, I was about to revert the workaround in sweave.lyx example file