Re: [LyX master] Fix bug #8166: Crash on clicking away from empty paragraph

2012-05-22 Thread Vincent van Ravesteijn
Op 23-5-2012 2:28, Pavel Sanda schreef: Vincent van Ravesteijn wrote: commit 0a33374c0d8125e27666fe513506fb6069df453c Author: Vincent van Ravesteijn Date: Wed May 23 01:31:43 2012 +0200 Fix bug #8166: Crash on clicking away from empty paragraph We rely on the 'or' operator to preve

Re: [LyX master] Fix bug #8166: Crash on clicking away from empty paragraph

2012-05-22 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > commit 0a33374c0d8125e27666fe513506fb6069df453c > Author: Vincent van Ravesteijn > Date: Wed May 23 01:31:43 2012 +0200 > > Fix bug #8166: Crash on clicking away from empty paragraph > > We rely on the 'or' operator to prevent us from calling > '

Re: [lyx/refs/heads/2.0.x] status.20x for last commit.

2012-05-22 Thread Vincent van Ravesteijn
Op 22-5-2012 14:42, Jean-Marc Lasgouttes schreef: Le 25/03/2012 17:27, Richard Heck a écrit : After you've cherry-picked, do: 1. Modify status.20x 2. git add status.20x 3. git commit --amend -- at this stage you can modify the commit message if you wish. -- whether you do or not, the changes to

RE: [patch] ampersand + shortcut leaves an underscore in menu

2012-05-22 Thread Scott Kostyshak
From: Tommaso Cucinotta [tomm...@lyx.org] Sent: Tuesday, May 22, 2012 7:17 PM >> In any case, it doesn't look like anyone has reproduced this and no one has >> complained about it before so I guess we should not do anything about it? >FYI, I cannot reproduce on my Ubuntu 12.04: Good to know. Th

Re: [patch] ampersand + shortcut leaves an underscore in menu

2012-05-22 Thread Tommaso Cucinotta
On 21/05/12 07:02, Scott Kostyshak wrote: In any case, it doesn't look like anyone has reproduced this and no one has complained about it before so I guess we should not do anything about it? FYI, I cannot reproduce on my Ubuntu 12.04: ii libqt4-dev 4:4.8.1-0ubun

plan for the next LyX developer meeting

2012-05-22 Thread Uwe Stöhr
Dear colleagues, it has been several years now without a developer meeting and I think we should meet again. It is in my opinion time to plan what to do in future, to drink some beers together, discuss the things that usually end up in a flamewar when only discussed on the list and of course to

Re: [HELP] Canceling Background Export, Again

2012-05-22 Thread Vincent van Ravesteijn
Op 22-5-2012 21:30, Richard Heck schreef: Hi, all, Back to trying to get some way of canceling background export reliably. I'm playing with patches Peter attached earlier, but am also working on a different sort of solution. The attached is some playing, but it won't compile. I keep getting

[PATCH] Deal With Memory Issue

2012-05-22 Thread Richard Heck
The attached patch deals with the memory leak (not quite) reported a while ago, connected with the creation and non-destruction of DocumentClass objects. It uses a shared_ptr instead of a storehouse. Comments? I wouldn't think this was for 2.0.4 Richard >From 30509492f24a7f4bae23d857151

Shared Pointers

2012-05-22 Thread Richard Heck
Suppose I have a shared_ptr and I need a shared_ptr. You can't copy the pointer and make a new shared_ptr, because then we have two shared_ptr's that think they own the same object. I can copy the DocumentClass object and make a new shared_ptr, but that seems wasteful. Any other options? Ri

Re: [HELP] Canceling Background Export, Again

2012-05-22 Thread Pavel Sanda
Richard Heck wrote: > compile. I keep getting an "undeclared reference to vtable" error. Any > help? Thats not compiler problem, thats linker problem; move Qt derived class to header file so moc see it. P

[HELP] Canceling Background Export, Again

2012-05-22 Thread Richard Heck
Hi, all, Back to trying to get some way of canceling background export reliably. I'm playing with patches Peter attached earlier, but am also working on a different sort of solution. The attached is some playing, but it won't compile. I keep getting an "undeclared reference to vtable" error.

Re: [LyX master] Add "nice" flag for converters, addressing final problem with bug #4624.

2012-05-22 Thread Richard Heck
On 05/22/2012 09:16 AM, Pavel Sanda wrote: Pavel Sanda wrote: Richard Heck wrote: commit 288c1e0faad85d4b0f17e366cb5c44473a133957 Author: Richard Heck Date: Tue May 22 08:23:27 2012 -0400 Add "nice" flag for converters, addressing final problem with bug #4624. doc/Customization.lyx ?

Re: [LyX master] Add "nice" flag for converters, addressing final problem with bug #4624.

2012-05-22 Thread Pavel Sanda
Pavel Sanda wrote: > Richard Heck wrote: > > commit 288c1e0faad85d4b0f17e366cb5c44473a133957 > > Author: Richard Heck > > Date: Tue May 22 08:23:27 2012 -0400 > > > > Add "nice" flag for converters, addressing final problem with bug #4624. > > doc/Customization.lyx ? BTW does it correspon

Re: [LyX master] Add "nice" flag for converters, addressing final problem with bug #4624.

2012-05-22 Thread Pavel Sanda
Richard Heck wrote: > commit 288c1e0faad85d4b0f17e366cb5c44473a133957 > Author: Richard Heck > Date: Tue May 22 08:23:27 2012 -0400 > > Add "nice" flag for converters, addressing final problem with bug #4624. doc/Customization.lyx ? P

Re: [lyx/refs/heads/2.0.x] status.20x for last commit.

2012-05-22 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > had a patch modifying src/Undo.cpp commited. How am I supposed to update it > with my new ideas about src/Undo.cpp? Using amend did not produce anything > useful to me. It even killed my local changes to the file. > > So doctor, what am I supposed to do? I finally ma

Re: [lyx/refs/heads/2.0.x] status.20x for last commit.

2012-05-22 Thread Jean-Marc Lasgouttes
Le 25/03/2012 17:27, Richard Heck a écrit : After you've cherry-picked, do: 1. Modify status.20x 2. git add status.20x 3. git commit --amend -- at this stage you can modify the commit message if you wish. -- whether you do or not, the changes to status.20x will be added I have a git alias set up