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
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
> '
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
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
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
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
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
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
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
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
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.
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 ?
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
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
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
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
16 matches
Mail list logo