Re: Collaborative real-time editing (#7859)

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 06:45, Liviu Andronic ha scritto: On Sun, Dec 4, 2011 at 12:02 AM, Tommaso Cucinottatomm...@lyx.org wrote: Even if not being so much of an interactive editing, I thought several times that a LyX-enabled *chat* would also be a nice toy (and probably a bit easier to implement).

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 10:46, Stefan Endres ha scritto: I hope I right answering by mail. Just put all the time lyx-devel in cc, this may be useful for other developers as well (or there might be just someone else who knows what the problem is). I'm using OpenSuSE 12.1 with libboost-regex

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 16:26, Stefan Endres ha scritto: Ok, I checked it out twice and configured it with ./configure '--disable-debug' '--disable-stdlib-debug' '--with-included-boost' and ./configure '--disable-debug' '--disable-stdlib-debug' There is no memory leak in both configurations. I

Re: Export Stylesheet as Separate File

2011-12-04 Thread Richard Heck
On 12/04/2011 01:09 AM, Rob Oakes wrote: Hi Richard, Thanks for getting back to me. This file should be written to the *temporary* directory, in the first instance---all files for export should first be written there---and registered as an included file. This would be something like:

Re: r40364 - in lyx-devel/branches/BRANCH_2_0_X: . development/cmake/src/tex2lyx development/scons lib src src/frontends/qt4 src/support src/tex2lyx src/tex2lyx/test

2011-12-04 Thread Richard Heck
On 12/04/2011 11:16 AM, b...@lyx.org wrote: Author: baum Date: Sun Dec 4 17:16:32 2011 New Revision: 40364 URL: http://www.lyx.org/trac/changeset/40364 Log: Mass backport tex2lyx bug fixes. tex2lyx is no identical with the version in trunk (except for cosmetic changes and file formats

Re: Collaborative real-time editing (#7859)

2011-12-04 Thread Liviu Andronic
On Sun, Dec 4, 2011 at 3:44 PM, Tommaso Cucinotta tomm...@lyx.org wrote: Il 04/12/2011 06:45, Liviu Andronic ha scritto: Wouldn't a chat be overkill for LyX? I never quite needed this, but wouldn't it suffice to chat/talk via Pidgin/Skype and work in LyX? Depends on what you're writing of

Git Error

2011-12-04 Thread Richard Heck
Anyone know why I would get this or what to do about it? W: -empty_dir: lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/preamble.cpp Couldn't find revmap for svn://svn.lyx.org/lyx/lyx-devel/trunk/src/tex2lyx W:svn cherry-pick ignored

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Stefan Endres
So, if I understand well, this means that the problem only shows up in the distributed binary version 2.0.1, but not on the re-compiled trunk. Yes, but I think, this is not meaningful because I can't find any shared libboost used by lyx when I open my task manager. I assume that lyx is still

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Stefan Endres
Ok, I can reproduce the bug now even if i compile lyx from source. I looked in the OpenSuse Buildservice. OBS uses --without-included-boost. With this option, I can reproduce the bug with 2.0.2 from svn. Branch 2_0_x doesn't run: terminate called after throwing an instance of

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Pavel Sanda
jri...@lyx.org wrote: Author: jrioux Date: Wed Nov 30 00:03:08 2011 New Revision: 40319 URL: http://www.lyx.org/trac/changeset/40319 Log: Provide our own patched AM_PYTHON_CHECK_VERSION that requires python 3.0 Use the python found by configure to build po files. Modified:

Re: Review of SourceCodeExploration wiki page

2011-12-04 Thread Pavel Sanda
Nicu Tofan wrote: Hello. http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 If anyone has time to review what I've put together there, it would be great. Please edit, suggest different layout, ... There is, of course, a great deal of work ahead. I'm thinking

Re: Git Error

2011-12-04 Thread Vincent van Ravesteijn
Op 4-12-2011 19:06, Richard Heck schreef: Anyone know why I would get this or what to do about it? W: -empty_dir: lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/preamble.cpp Couldn't find revmap for svn://svn.lyx.org/lyx/lyx-devel/trunk/src/tex2lyx This seems to be normal when a file is deleted.

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Julien Rioux
On 04/12/2011 3:18 PM, Pavel Sanda wrote: jri...@lyx.org wrote: Author: jrioux Date: Wed Nov 30 00:03:08 2011 New Revision: 40319 URL: http://www.lyx.org/trac/changeset/40319 Log: Provide our own patched AM_PYTHON_CHECK_VERSION that requires python3.0 Use the python found by configure to build

Re: r40348 - lyx-devel/trunk/src/insets

2011-12-04 Thread Julien Rioux
On Sat, Dec 3, 2011 at 10:16 PM, Richard Heck rgh...@comcast.net wrote: On 12/03/2011 05:24 PM, jri...@lyx.org wrote: Author: jrioux Date: Sat Dec 3 23:24:38 2011 New Revision: 40348 URL: http://www.lyx.org/trac/changeset/40348 Log: Show insets as text in the formatted

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

2011-12-04 Thread Julien Rioux
On Sat, Dec 3, 2011 at 10:24 PM, Richard Heck rgh...@comcast.net wrote: On 12/03/2011 05:58 PM, jri...@lyx.org wrote: Author: jrioux Date: Sat Dec 3 23:58:38 2011 New Revision: 40355 URL: http://www.lyx.org/trac/changeset/40355 Log: Remove the .aux and .bbl files when we switch

Re: r40347 - lyx-devel/trunk/src/insets

2011-12-04 Thread Julien Rioux
On Sat, Dec 3, 2011 at 10:13 PM, Richard Heck rgh...@comcast.net wrote: On 12/03/2011 05:24 PM, jri...@lyx.org wrote: Author: jrioux Date: Sat Dec 3 23:24:30 2011 New Revision: 40347 URL: http://www.lyx.org/trac/changeset/40347 Log: Update a bibitem label also when it is emptied.

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Pavel Sanda
Julien Rioux wrote: For NEWS, how about: yes, that looks good. What's new in version 2.0.3? LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken to avoid problems on systems where python 3 is the default python interpreter. A python 2

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Julien Rioux
On 04/12/2011 4:36 PM, Pavel Sanda wrote: Julien Rioux wrote: For NEWS, how about: yes, that looks good. Good. We should commit the changes to NEWS and RELEASE-NOTES soon after the rest of the work on python support is backported. -- Julien

Re: r40348 - lyx-devel/trunk/src/insets

2011-12-04 Thread Richard Heck
On 12/04/2011 04:27 PM, Julien Rioux wrote: On Sat, Dec 3, 2011 at 10:16 PM, Richard Heck rgh...@comcast.net mailto:rgh...@comcast.net wrote: On 12/03/2011 05:24 PM, jri...@lyx.org mailto:jri...@lyx.org wrote: Author: jrioux Date: Sat Dec 3 23:24:38 2011 New Revision:

Re: r40347 - lyx-devel/trunk/src/insets

2011-12-04 Thread Richard Heck
On 12/04/2011 04:32 PM, Julien Rioux wrote: On Sat, Dec 3, 2011 at 10:13 PM, Richard Heck rgh...@comcast.net mailto:rgh...@comcast.net wrote: On 12/03/2011 05:24 PM, jri...@lyx.org mailto:jri...@lyx.org wrote: Author: jrioux Date: Sat Dec 3 23:24:30 2011 New Revision:

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Richard Heck
On 12/04/2011 04:21 PM, Julien Rioux wrote: On 04/12/2011 3:18 PM, Pavel Sanda wrote: jri...@lyx.org wrote: Author: jrioux Date: Wed Nov 30 00:03:08 2011 New Revision: 40319 URL: http://www.lyx.org/trac/changeset/40319 Log: Provide our own patched AM_PYTHON_CHECK_VERSION that requires

Re: LyX and Kindle books

2011-12-04 Thread Alex Fernandez
Hi Rob, On Sat, Dec 3, 2011 at 7:45 PM, Rob Oakes lyx-de...@oak-tree.us wrote: I also usually fine-tune my CSS by hand. The talk, though, is to designers and publishers who may wish to modify the CSS rather dramatically. To the sort of people who are want to create a unique feel to every

Re: Export Stylesheet as Separate File

2011-12-04 Thread Rob Oakes
Hi Richard and Others, Thanks for the clarification. I've rewritten the export CSS to export CSS as a separate file. It now uses the export machinery correctly to copy the files. I've also tried to structure it so that it fails more gracefully, per your recommendations. It still isn't quite

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread José Matos
On 12/04/2011 09:31 PM, Jean-Marc Lasgouttes wrote: You have to compile with --disable-stdlib-debug when using without-included-boost. JMarc Is this needed also for stable releases? Case in point, usually for Fedora we compile lyx using the system-wide boost. Most of the version compiled

Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: D:\LyXSVN\lyx-devel\compile-result\lyx.sln (LyX;tex2lyx target) (1) - D:\LyXSVN\lyx-devel\compile-result\src\LyX.vcxproj.metaproj (default target) (2) -

Re: CMake problems was: removing scons

2011-12-04 Thread Uwe Stöhr
Am 29.11.2011 10:27, schrieb Kornel Benko: In cmake build ... The po-files are recreated only if there are changes in some relevant source. But it is difficult to see, if changes are relevant for the po-files before actually creating them. OK, but the po files are also created if I change

Re: Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON But the result is still a lyx.exe without

pasting into table

2011-12-04 Thread Jack Tanner
Just got an assertion trying to paste some text into a table. Not sure how to reproduce it, so not filing a bug, but thought you might like to know. C:\LyX\lyx-2.0.2\src\support\lassert.cpp(35): ASSERTION anchor_.depth() = depth() VIOLATED IN C:\LyX\lyx-2.0.2\src\Cursor.cpp:1065

Re: pasting into table

2011-12-04 Thread Richard Heck
On 12/04/2011 08:40 PM, Jack Tanner wrote: Just got an assertion trying to paste some text into a table. Not sure how to reproduce it, so not filing a bug, but thought you might like to know. C:\LyX\lyx-2.0.2\src\support\lassert.cpp(35): ASSERTION anchor_.depth() = depth() VIOLATED IN

Re: pasting into table

2011-12-04 Thread Jack Tanner
Richard Heck rgheck at comcast.net writes: Was this in a list somehow? No list. Sorry, wish I had a way to reproduce it.

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Jean-Marc Lasgouttes
Le 05/12/11 01:46, José Matos a écrit : On 12/04/2011 09:31 PM, Jean-Marc Lasgouttes wrote: You have to compile with --disable-stdlib-debug when using without-included-boost. JMarc Is this needed also for stable releases? No, stdlib-debug is only true for development releases. While we

Re: Collaborative real-time editing (#7859)

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 06:45, Liviu Andronic ha scritto: On Sun, Dec 4, 2011 at 12:02 AM, Tommaso Cucinotta wrote: Even if not being so much of an interactive editing, I thought several times that a LyX-enabled *chat* would also be a nice toy (and probably a bit easier to implement).

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 10:46, Stefan Endres ha scritto: I hope I right answering by mail. Just put all the time lyx-devel in cc, this may be useful for other developers as well (or there might be just someone else who knows what the problem is). I'm using OpenSuSE 12.1 with libboost-regex

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Tommaso Cucinotta
Il 04/12/2011 16:26, Stefan Endres ha scritto: Ok, I checked it out twice and configured it with ./configure '--disable-debug' '--disable-stdlib-debug' '--with-included-boost' and ./configure '--disable-debug' '--disable-stdlib-debug' There is no memory leak in both configurations. I

Re: Export Stylesheet as Separate File

2011-12-04 Thread Richard Heck
On 12/04/2011 01:09 AM, Rob Oakes wrote: > Hi Richard, > > Thanks for getting back to me. > >> This file should be written to the *temporary* directory, in the first >> instance---all files for export should first be written there---and >> registered as an included file. This would be something

Re: r40364 - in lyx-devel/branches/BRANCH_2_0_X: . development/cmake/src/tex2lyx development/scons lib src src/frontends/qt4 src/support src/tex2lyx src/tex2lyx/test

2011-12-04 Thread Richard Heck
On 12/04/2011 11:16 AM, b...@lyx.org wrote: > Author: baum > Date: Sun Dec 4 17:16:32 2011 > New Revision: 40364 > URL: http://www.lyx.org/trac/changeset/40364 > > Log: > Mass backport tex2lyx bug fixes. > tex2lyx is no identical with the version in trunk (except for cosmetic changes > and file

Re: Collaborative real-time editing (#7859)

2011-12-04 Thread Liviu Andronic
On Sun, Dec 4, 2011 at 3:44 PM, Tommaso Cucinotta wrote: > Il 04/12/2011 06:45, Liviu Andronic ha scritto: >> Wouldn't a chat be overkill for LyX? I never quite needed this, but >> wouldn't it suffice to chat/talk via Pidgin/Skype and work in LyX? > > > Depends on what you're

Git Error

2011-12-04 Thread Richard Heck
Anyone know why I would get this or what to do about it? W: -empty_dir: lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/preamble.cpp Couldn't find revmap for svn://svn.lyx.org/lyx/lyx-devel/trunk/src/tex2lyx W:svn cherry-pick ignored

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Stefan Endres
> So, if I understand well, this means that the problem only shows up in > the distributed binary version 2.0.1, but not on the re-compiled trunk. Yes, but I think, this is not meaningful because I can't find any shared libboost used by lyx when I open my task manager. I assume that lyx is

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Stefan Endres
Ok, I can reproduce the bug now even if i compile lyx from source. I looked in the OpenSuse Buildservice. OBS uses --without-included-boost. With this option, I can reproduce the bug with 2.0.2 from svn. Branch 2_0_x doesn't run: "terminate called after throwing an instance of

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Pavel Sanda
jri...@lyx.org wrote: > Author: jrioux > Date: Wed Nov 30 00:03:08 2011 > New Revision: 40319 > URL: http://www.lyx.org/trac/changeset/40319 > > Log: > Provide our own patched AM_PYTHON_CHECK_VERSION that requires python <3.0 > Use the python found by configure to build po files. > > Modified: >

Re: Review of SourceCodeExploration wiki page

2011-12-04 Thread Pavel Sanda
Nicu Tofan wrote: > Hello. > > http://wiki.lyx.org/Devel/SourceCodeExploration#sDevel.SourceCodeExploration_18 > If anyone has time to review what I've put together there, it would be great. > Please edit, suggest different layout, ... > There is, of course, a great deal of work ahead. I'm

Re: Git Error

2011-12-04 Thread Vincent van Ravesteijn
Op 4-12-2011 19:06, Richard Heck schreef: Anyone know why I would get this or what to do about it? W: -empty_dir: lyx-devel/branches/BRANCH_2_0_X/src/tex2lyx/preamble.cpp Couldn't find revmap for svn://svn.lyx.org/lyx/lyx-devel/trunk/src/tex2lyx This seems to be normal when a file is deleted.

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Julien Rioux
On 04/12/2011 3:18 PM, Pavel Sanda wrote: jri...@lyx.org wrote: Author: jrioux Date: Wed Nov 30 00:03:08 2011 New Revision: 40319 URL: http://www.lyx.org/trac/changeset/40319 Log: Provide our own patched AM_PYTHON_CHECK_VERSION that requires python<3.0 Use the python found by configure to

Re: r40348 - lyx-devel/trunk/src/insets

2011-12-04 Thread Julien Rioux
On Sat, Dec 3, 2011 at 10:16 PM, Richard Heck wrote: > On 12/03/2011 05:24 PM, jri...@lyx.org wrote: > > Author: jrioux > > Date: Sat Dec 3 23:24:38 2011 > > New Revision: 40348 > > URL: http://www.lyx.org/trac/changeset/40348 > > > > Log: > > Show insets as text in the

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

2011-12-04 Thread Julien Rioux
On Sat, Dec 3, 2011 at 10:24 PM, Richard Heck wrote: > On 12/03/2011 05:58 PM, jri...@lyx.org wrote: > > Author: jrioux > > Date: Sat Dec 3 23:58:38 2011 > > New Revision: 40355 > > URL: http://www.lyx.org/trac/changeset/40355 > > > > Log: > > Remove the .aux and .bbl files

Re: r40347 - lyx-devel/trunk/src/insets

2011-12-04 Thread Julien Rioux
On Sat, Dec 3, 2011 at 10:13 PM, Richard Heck wrote: > On 12/03/2011 05:24 PM, jri...@lyx.org wrote: > > Author: jrioux > > Date: Sat Dec 3 23:24:30 2011 > > New Revision: 40347 > > URL: http://www.lyx.org/trac/changeset/40347 > > > > Log: > > Update a bibitem label also

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Pavel Sanda
Julien Rioux wrote: > For NEWS, how about: yes, that looks good. > What's new in version 2.0.3? > > > LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken > to avoid problems on systems where python 3 is the default python > interpreter. A

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Julien Rioux
On 04/12/2011 4:36 PM, Pavel Sanda wrote: Julien Rioux wrote: For NEWS, how about: yes, that looks good. Good. We should commit the changes to NEWS and RELEASE-NOTES soon after the rest of the work on python support is backported. -- Julien

Re: r40348 - lyx-devel/trunk/src/insets

2011-12-04 Thread Richard Heck
On 12/04/2011 04:27 PM, Julien Rioux wrote: > On Sat, Dec 3, 2011 at 10:16 PM, Richard Heck > wrote: > > On 12/03/2011 05:24 PM, jri...@lyx.org wrote: > > Author: jrioux > > Date: Sat Dec 3 23:24:38 2011 > >

Re: r40347 - lyx-devel/trunk/src/insets

2011-12-04 Thread Richard Heck
On 12/04/2011 04:32 PM, Julien Rioux wrote: > > On Sat, Dec 3, 2011 at 10:13 PM, Richard Heck > wrote: > > On 12/03/2011 05:24 PM, jri...@lyx.org wrote: > > Author: jrioux > > Date: Sat Dec 3 23:24:30 2011 >

Re: r40319 - in lyx-devel/branches/BRANCH_2_0_X: . config po

2011-12-04 Thread Richard Heck
On 12/04/2011 04:21 PM, Julien Rioux wrote: > On 04/12/2011 3:18 PM, Pavel Sanda wrote: >> jri...@lyx.org wrote: >>> Author: jrioux >>> Date: Wed Nov 30 00:03:08 2011 >>> New Revision: 40319 >>> URL: http://www.lyx.org/trac/changeset/40319 >>> >>> Log: >>> Provide our own patched

Re: LyX and Kindle books

2011-12-04 Thread Alex Fernandez
Hi Rob, On Sat, Dec 3, 2011 at 7:45 PM, Rob Oakes wrote: > I also usually fine-tune my CSS by hand. The talk, though, is to > designers and publishers who may wish to modify the CSS rather > dramatically. To the sort of people who are want to create a unique feel > to

Re: Export Stylesheet as Separate File

2011-12-04 Thread Rob Oakes
Hi Richard and Others, Thanks for the clarification. I've rewritten the export CSS to export CSS as a separate file. It now uses the export machinery correctly to copy the files. I've also tried to structure it so that it fails more gracefully, per your recommendations. It still isn't quite

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread José Matos
On 12/04/2011 09:31 PM, Jean-Marc Lasgouttes wrote: > You have to compile with --disable-stdlib-debug when using > without-included-boost. > > JMarc Is this needed also for stable releases? Case in point, usually for Fedora we compile lyx using the system-wide boost. Most of the version

Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: "D:\LyXSVN\lyx-devel\compile-result\lyx.sln" (LyX;tex2lyx target) (1) -> "D:\LyXSVN\lyx-devel\compile-result\src\LyX.vcxproj.metaproj" (default target) (2) ->

Re: CMake problems was: removing scons

2011-12-04 Thread Uwe Stöhr
Am 29.11.2011 10:27, schrieb Kornel Benko: In cmake build ... The po-files are recreated only if there are changes in some relevant source. But it is difficult to see, if changes are relevant for the po-files before actually creating them. OK, but the po files are also created if I change

Re: Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON But the result is still a lyx.exe without

pasting into table

2011-12-04 Thread Jack Tanner
Just got an assertion trying to paste some text into a table. Not sure how to reproduce it, so not filing a bug, but thought you might like to know. C:\LyX\lyx-2.0.2\src\support\lassert.cpp(35): ASSERTION anchor_.depth() >= depth() VIOLATED IN C:\LyX\lyx-2.0.2\src\Cursor.cpp:1065

Re: pasting into table

2011-12-04 Thread Richard Heck
On 12/04/2011 08:40 PM, Jack Tanner wrote: > Just got an assertion trying to paste some text into a table. Not sure how to > reproduce it, so not filing a bug, but thought you might like to know. > > C:\LyX\lyx-2.0.2\src\support\lassert.cpp(35): ASSERTION anchor_.depth() >= > depth() VIOLATED IN

Re: pasting into table

2011-12-04 Thread Jack Tanner
Richard Heck comcast.net> writes: > > Was this in a list somehow? No list. Sorry, wish I had a way to reproduce it.

Re: #7920: Memory consumption searching several lyx-files

2011-12-04 Thread Jean-Marc Lasgouttes
Le 05/12/11 01:46, José Matos a écrit : On 12/04/2011 09:31 PM, Jean-Marc Lasgouttes wrote: You have to compile with --disable-stdlib-debug when using without-included-boost. JMarc Is this needed also for stable releases? No, stdlib-debug is only true for development releases. While we