Re: Patch Candidate List #9

2007-11-09 Thread Pavel Sanda
Pavel Sanda wrote: playing with it i finally found a recipe to crash mentioned in bug 4316. are you able to reproduice i? No. Do you have a backtrace? see attachment. 1. launch lyx 2. new file, insert box 3. type d inside box 4. type d before box 5. open new window 2 6. in

Re: Patch Candidate List #9

2007-11-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: doesnt matter, simply click on inset and move with mouse. Right, I can reproduce it as well now. Open a separate report for this at bugzilla, please. Jürgen

Re: Patch Candidate List #9

2007-11-09 Thread Pavel Sanda
> Pavel Sanda wrote: > > > playing with it i finally found a recipe to crash mentioned in bug 4316. > > are you able to reproduice i? > > No. Do you have a backtrace? see attachment. > > 1. launch lyx > > 2. new file, insert box > > 3. type "d" inside box > > 4. type "d" before box > > 5. open

Re: Patch Candidate List #9

2007-11-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > doesnt matter, simply click on inset and move with mouse. Right, I can reproduce it as well now. Open a separate report for this at bugzilla, please. Jürgen

Re: Patch Candidate List #9

2007-11-08 Thread Juergen Spitzmueller
Pavel Sanda wrote: i vaguely remember some incidental problems with the width of some insets when working. Could you get a bit more precise? Jürgen

Re: Patch Candidate List #9

2007-11-08 Thread Pavel Sanda
i vaguely remember some incidental problems with the width of some insets when working. Could you get a bit more precise? i'm not able to reproduce it now. playing with it i finally found a recipe to crash mentioned in bug 4316. are you able to reproduice i? 1. launch lyx 2. new file,

Re: Patch Candidate List #9

2007-11-08 Thread Juergen Spitzmueller
Pavel Sanda wrote: playing with it i finally found a recipe to crash mentioned in bug 4316. are you able to reproduice i? No. Do you have a backtrace? 1. launch lyx 2. new file, insert box 3. type d inside box 4. type d before box 5. open new window 2 6. in window 2 click on box inset

Re: Patch Candidate List #9

2007-11-08 Thread Juergen Spitzmueller
Pavel Sanda wrote: > i vaguely remember some incidental problems with the width of some insets > when working. Could you get a bit more precise? Jürgen

Re: Patch Candidate List #9

2007-11-08 Thread Pavel Sanda
> > i vaguely remember some incidental problems with the width of some insets > > when working. > > Could you get a bit more precise? i'm not able to reproduce it now. playing with it i finally found a recipe to crash mentioned in bug 4316. are you able to reproduice i? 1. launch lyx 2. new

Re: Patch Candidate List #9

2007-11-08 Thread Juergen Spitzmueller
Pavel Sanda wrote: > playing with it i finally found a recipe to crash mentioned in bug 4316. > are you able to reproduice i? No. Do you have a backtrace? > 1. launch lyx > 2. new file, insert box > 3. type "d" inside box > 4. type "d" before box > 5. open new window 2 > 6. in window 2 click on

Patch Candidate List #9

2007-11-07 Thread Michael Gerz
FYI. Looking forward to a great 1.5.3 release! Regards, Michael Approved by Jürgen -- http://www.lyx.org/trac/changeset/20419 - GuiApplication::notify(): don't crash with abort() but exit gracefully when an exception is caught. try to catch LyX specific exceptions.

Re: Patch Candidate List #9

2007-11-07 Thread Pavel Sanda
FYI. Looking forward to a great 1.5.3 release! i vaguely remember some incidental problems with the width of some insets when working. maybe it has something common with this: InsetText.h: In copy constructor 'lyx::InsetText::InsetText(const lyx::InsetText)': InsetText.h:162: warning:

Re: Patch Candidate List #9

2007-11-07 Thread Martin Vermeer
On Wed, Nov 07, 2007 at 11:38:08PM +0100, Michael Gerz wrote: FYI. Looking forward to a great 1.5.3 release! Regards, Michael ... http://www.lyx.org/trac/changeset/21460 - Fix bug 4329 Looking at the code, I don't think this is needed. Should function OK. Can someone confirm? - Martin

Re: Patch Candidate List #9

2007-11-07 Thread Enrico Forestieri
On Thu, Nov 08, 2007 at 07:57:58AM +0200, Martin Vermeer wrote: On Wed, Nov 07, 2007 at 11:38:08PM +0100, Michael Gerz wrote: FYI. Looking forward to a great 1.5.3 release! Regards, Michael ... http://www.lyx.org/trac/changeset/21460 - Fix bug 4329 Looking at the code, I

Patch Candidate List #9

2007-11-07 Thread Michael Gerz
FYI. Looking forward to a great 1.5.3 release! Regards, Michael Approved by Jürgen -- http://www.lyx.org/trac/changeset/20419 - GuiApplication::notify(): don't crash with abort() but exit gracefully when an exception is caught. try to catch LyX specific exceptions.

Re: Patch Candidate List #9

2007-11-07 Thread Pavel Sanda
> FYI. Looking forward to a great 1.5.3 release! i vaguely remember some incidental problems with the width of some insets when working. maybe it has something common with this: InsetText.h: In copy constructor 'lyx::InsetText::InsetText(const lyx::InsetText&)': InsetText.h:162: warning:

Re: Patch Candidate List #9

2007-11-07 Thread Martin Vermeer
On Wed, Nov 07, 2007 at 11:38:08PM +0100, Michael Gerz wrote: > > FYI. Looking forward to a great 1.5.3 release! > > Regards, Michael > ... > http://www.lyx.org/trac/changeset/21460 - Fix bug 4329 Looking at the code, I don't think this is needed. Should function OK. Can someone confirm? -

Re: Patch Candidate List #9

2007-11-07 Thread Enrico Forestieri
On Thu, Nov 08, 2007 at 07:57:58AM +0200, Martin Vermeer wrote: > On Wed, Nov 07, 2007 at 11:38:08PM +0100, Michael Gerz wrote: > > > > FYI. Looking forward to a great 1.5.3 release! > > > > Regards, Michael > > > > ... > > > http://www.lyx.org/trac/changeset/21460 - Fix bug 4329 > > Looking