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

2011-02-12 Thread Jean-Marc Lasgouttes
Le vendredi 11 février 2011, Richard Heck rgh...@comcast.net a écrit : I would have taken a shot, but I'm not sure what we want to do. In particular: Should PassThru layouts allow paragraph customization at all? It seems kind of contrary to what they are. This would not prevent you from

Re: [patch] Re: Cjk Lyx 1.4

2011-02-12 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: We could also merge the uiflags into the flags, but I feel that the two should be separated internally. After thinking a bit more, I think it's OK to use flags_ for all. The patch is now really small. I'll commit the attached if I get no objections. Jürgen Index:

More gcc 4.6 compile issues

2011-02-12 Thread Orion Poplawski
I've been working on getting lyx 2.0.0beta4 compiled for fedora rawhide with gcc 4.6. Latest compile failure that doesn't have an obvious (to me) proper solution is: insets/InsetCommandParams.cpp: In function 'const lyx::ParamInfo lyx::findInfo(lyx::InsetCode, const string)':

Re: Wiki Approve URL Password

2011-02-12 Thread Pavel Sanda
Kristle Chester wrote: Would someone please email me the wiki approve url password so I can approve the link for sffms lyx layouts on github? Thanks. sent privately p

Re: [patch] Controlling newlines on export

2011-02-12 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 Fixed at r37602. -- Enrico

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Pavel Sanda
for...@lyx.org wrote: Author: forenr Date: Sat Feb 12 21:24:09 2011 New Revision: 37602 URL: http://www.lyx.org/trac/changeset/37602 Log: Fix bug #7186 (Forward Search not working for Child Documents) thanks for fixing it. // FIXME: There is a possibility of concurrent access to texrow

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Enrico Forestieri
On Sat, Feb 12, 2011 at 10:03:30PM +0100, Pavel Sanda wrote: // FIXME: There is a possibility of concurrent access to texrow // here from the main GUI thread that should be securized. d-cloned_buffer_-d-texrow = d-texrow; can you be bit more verbose about the scenario? you fear the

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Pavel Sanda
Enrico Forestieri wrote: On Sat, Feb 12, 2011 at 10:03:30PM +0100, Pavel Sanda wrote: // FIXME: There is a possibility of concurrent access to texrow // here from the main GUI thread that should be securized. d-cloned_buffer_-d-texrow = d-texrow; can you be bit more verbose about

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Enrico Forestieri
On Sat, Feb 12, 2011 at 09:24:10PM +0100, for...@lyx.org wrote: Author: forenr Date: Sat Feb 12 21:24:09 2011 New Revision: 37602 URL: http://www.lyx.org/trac/changeset/37602 Log: Fix bug #7186 (Forward Search not working for Child Documents) [...] - dviCB-addItem(xdvi -sourceposition

books on c++ to get started

2011-02-12 Thread xuwang wangxu
Hi, I have looked here http://www.lyx.org/DeveloperResources But I have questions specific to myself: My only programming experience is with Perl (I know... strange one start with). I would say that I am an intermediate programmer in Perl. I also have a few years experience with R, and feel

Re: More gcc 4.6 compile issues

2011-02-12 Thread Pavel Sanda
Orion Poplawski wrote: I've been working on getting lyx 2.0.0beta4 compiled for fedora rawhide with gcc 4.6. Latest compile failure that doesn't have an obvious (to me) proper solution is: insets/InsetCommandParams.cpp: In function 'const lyx::ParamInfo lyx::findInfo(lyx::InsetCode, const

Re: r37604 - in lyx-devel/trunk/src: mathed support

2011-02-12 Thread Pavel Sanda
sa...@lyx.org wrote: Author: sanda Date: Sat Feb 12 23:10:56 2011 New Revision: 37604 URL: http://www.lyx.org/trac/changeset/37604 Log: Rest of gcc 4.6 issues from Orion Poplawski. this and previous should go to branch as well pavel

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Enrico Forestieri
On Sat, Feb 12, 2011 at 11:34:21PM +0100, Enrico Forestieri wrote: On Sat, Feb 12, 2011 at 09:24:10PM +0100, for...@lyx.org wrote: Author: forenr Date: Sat Feb 12 21:24:09 2011 New Revision: 37602 URL: http://www.lyx.org/trac/changeset/37602 Log: Fix bug #7186 (Forward Search not

Re: hebrew support in lyx 2.0?

2011-02-12 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) by the way, the hebrew translation of user interface is going to be killed for 2.0 if

Re: [patch] Re: Cjk Lyx 1.4

2011-02-12 Thread Richard Heck
On 02/12/2011 07:06 AM, Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: We could also merge the uiflags into the flags, but I feel that the two should be separated internally. After thinking a bit more, I think it's OK to use flags_ for all. The patch is now really small. I'll commit the

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

2011-02-12 Thread Jean-Marc Lasgouttes
Le vendredi 11 février 2011, Richard Heck a écrit : > I would have taken a shot, but I'm not sure what we want to do. In > particular: Should PassThru layouts allow paragraph customization at all? It > seems kind of contrary to what they are. This would not prevent you from

Re: [patch] Re: Cjk Lyx 1.4

2011-02-12 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > We could also merge the uiflags into the flags, but I feel that the two > should be separated internally. After thinking a bit more, I think it's OK to use flags_ for all. The patch is now really small. I'll commit the attached if I get no objections. Jürgen Index:

More gcc 4.6 compile issues

2011-02-12 Thread Orion Poplawski
I've been working on getting lyx 2.0.0beta4 compiled for fedora rawhide with gcc 4.6. Latest compile failure that doesn't have an obvious (to me) proper solution is: insets/InsetCommandParams.cpp: In function 'const lyx::ParamInfo& lyx::findInfo(lyx::InsetCode, const string&)':

Re: Wiki Approve URL Password

2011-02-12 Thread Pavel Sanda
Kristle Chester wrote: > Would someone please email me the wiki approve url password so I can > approve the link for sffms lyx layouts on github? Thanks. sent privately p

Re: [patch] Controlling newlines on export

2011-02-12 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 Fixed at r37602. -- Enrico

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Pavel Sanda
for...@lyx.org wrote: > Author: forenr > Date: Sat Feb 12 21:24:09 2011 > New Revision: 37602 > URL: http://www.lyx.org/trac/changeset/37602 > > Log: > Fix bug #7186 (Forward Search not working for Child Documents) thanks for fixing it. > // FIXME: There is a possibility of concurrent access to

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Enrico Forestieri
On Sat, Feb 12, 2011 at 10:03:30PM +0100, Pavel Sanda wrote: > > // FIXME: There is a possibility of concurrent access to texrow > > // here from the main GUI thread that should be securized. > > d->cloned_buffer_->d->texrow = d->texrow; > > can you be bit more verbose about the scenario? > you

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Pavel Sanda
Enrico Forestieri wrote: > On Sat, Feb 12, 2011 at 10:03:30PM +0100, Pavel Sanda wrote: > > > > // FIXME: There is a possibility of concurrent access to texrow > > > // here from the main GUI thread that should be securized. > > > d->cloned_buffer_->d->texrow = d->texrow; > > > > can you be bit

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Enrico Forestieri
On Sat, Feb 12, 2011 at 09:24:10PM +0100, for...@lyx.org wrote: > Author: forenr > Date: Sat Feb 12 21:24:09 2011 > New Revision: 37602 > URL: http://www.lyx.org/trac/changeset/37602 > > Log: > Fix bug #7186 (Forward Search not working for Child Documents) [...] > - dviCB->addItem("xdvi

books on c++ to get started

2011-02-12 Thread xuwang wangxu
Hi, I have looked here http://www.lyx.org/DeveloperResources But I have questions specific to myself: My only programming experience is with Perl (I know... strange one start with). I would say that I am an intermediate programmer in Perl. I also have a few years experience with R, and feel

Re: More gcc 4.6 compile issues

2011-02-12 Thread Pavel Sanda
Orion Poplawski wrote: > I've been working on getting lyx 2.0.0beta4 compiled for fedora rawhide with > gcc 4.6. Latest compile failure that doesn't have an obvious (to me) proper > solution is: > > insets/InsetCommandParams.cpp: In function 'const lyx::ParamInfo& > lyx::findInfo(lyx::InsetCode,

Re: r37604 - in lyx-devel/trunk/src: mathed support

2011-02-12 Thread Pavel Sanda
sa...@lyx.org wrote: > Author: sanda > Date: Sat Feb 12 23:10:56 2011 > New Revision: 37604 > URL: http://www.lyx.org/trac/changeset/37604 > > Log: > Rest of gcc 4.6 issues from Orion Poplawski. this and previous should go to branch as well pavel

Re: r37602 - in lyx-devel/trunk/src: . frontends/qt4

2011-02-12 Thread Enrico Forestieri
On Sat, Feb 12, 2011 at 11:34:21PM +0100, Enrico Forestieri wrote: > On Sat, Feb 12, 2011 at 09:24:10PM +0100, for...@lyx.org wrote: > > > Author: forenr > > Date: Sat Feb 12 21:24:09 2011 > > New Revision: 37602 > > URL: http://www.lyx.org/trac/changeset/37602 > > > > Log: > > Fix bug #7186

Re: hebrew support in lyx 2.0?

2011-02-12 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) by the way, the hebrew translation of user interface is going to be killed for 2.0

Re: [patch] Re: Cjk Lyx 1.4

2011-02-12 Thread Richard Heck
On 02/12/2011 07:06 AM, Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: We could also merge the uiflags into the flags, but I feel that the two should be separated internally. After thinking a bit more, I think it's OK to use flags_ for all. The patch is now really small. I'll commit the