Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 00:18 schrieb Scott Kostyshak skost...@lyx.org: On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt st.w...@gmx.net wrote: There are no messages. LyX 2.0.7 is affected too on my system. It looks like the problem is a run-time effect and QFontMetrics::maxWidth() is the culprit.

Re: bug report

2014-01-05 Thread Scott Kostyshak
On Sun, Jan 5, 2014 at 6:42 AM, Stephan Witt st.w...@gmx.net wrote: Am 05.01.2014 um 00:18 schrieb Scott Kostyshak skost...@lyx.org: On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt st.w...@gmx.net wrote: There are no messages. LyX 2.0.7 is affected too on my system. It looks like the problem

Re: bug report

2014-01-05 Thread Richard Heck
On 01/04/2014 04:32 PM, Stephan Witt wrote: Am 04.01.2014 um 17:35 schrieb Richard Heck rgh...@lyx.org: On 01/04/2014 07:14 AM, Jürgen Spitzmüller wrote: Stephan Witt wrote: Did you possibly try the patch on Linux? Yes. I cannot see a problem with the patch. Agreed. Go ahead and apply, and

Re: bug report

2014-01-05 Thread Jean-Marc Lasgouttes
Le 04/01/2014 22:32, Stephan Witt a écrit : But sorry, now I have another unrelated problem, unfortunately. It's a really old one: when repeatedly open and close the main window LyX crashes in Qt-menu-code. There are references to this problem here: * http://www.lyx.org/trac/ticket/7959 *

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 20:36 schrieb Jean-Marc Lasgouttes lasgout...@lyx.org: Le 04/01/2014 22:32, Stephan Witt a écrit : But sorry, now I have another unrelated problem, unfortunately. It's a really old one: when repeatedly open and close the main window LyX crashes in Qt-menu-code. There are

Re: bug report

2014-01-05 Thread Jean-Marc Lasgouttes
Le 05/01/2014 21:35, Stephan Witt a écrit : This looks interesting - from the Qt docs: If you want all windows in a Mac application to share one menu bar, you must create a menu bar that does not have a parent. Create a parent-less menu bar this way: QMenuBar *menuBar = new QMenuBar(0);

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes lasgout...@lyx.org: Le 05/01/2014 21:35, Stephan Witt a écrit : This looks interesting - from the Qt docs: If you want all windows in a Mac application to share one menu bar, you must create a menu bar that does not have a parent. Create

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 00:18 schrieb Scott Kostyshak : > On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt wrote: > >> There are no messages. LyX 2.0.7 is affected too on my system. >> It looks like the problem is a run-time effect and QFontMetrics::maxWidth() >> is the

Re: bug report

2014-01-05 Thread Scott Kostyshak
On Sun, Jan 5, 2014 at 6:42 AM, Stephan Witt wrote: > Am 05.01.2014 um 00:18 schrieb Scott Kostyshak : > >> On Thu, Jan 2, 2014 at 10:49 AM, Stephan Witt wrote: >> >>> There are no messages. LyX 2.0.7 is affected too on my system. >>> It looks

Re: bug report

2014-01-05 Thread Richard Heck
On 01/04/2014 04:32 PM, Stephan Witt wrote: Am 04.01.2014 um 17:35 schrieb Richard Heck : On 01/04/2014 07:14 AM, Jürgen Spitzmüller wrote: Stephan Witt wrote: Did you possibly try the patch on Linux? Yes. I cannot see a problem with the patch. Agreed. Go ahead and apply,

Re: bug report

2014-01-05 Thread Jean-Marc Lasgouttes
Le 04/01/2014 22:32, Stephan Witt a écrit : But sorry, now I have another unrelated problem, unfortunately. It's a really old one: when repeatedly open and close the main window LyX crashes in Qt-menu-code. There are references to this problem here: * http://www.lyx.org/trac/ticket/7959 *

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 20:36 schrieb Jean-Marc Lasgouttes : > Le 04/01/2014 22:32, Stephan Witt a écrit : >> But sorry, now I have another unrelated problem, unfortunately. >> It's a really old one: when repeatedly open and close the main window >> LyX crashes in Qt-menu-code. There

Re: bug report

2014-01-05 Thread Jean-Marc Lasgouttes
Le 05/01/2014 21:35, Stephan Witt a écrit : This looks interesting - from the Qt docs: "If you want all windows in a Mac application to share one menu bar, you must create a menu bar that does not have a parent. Create a parent-less menu bar this way: QMenuBar *menuBar = new QMenuBar(0);

Re: bug report

2014-01-05 Thread Stephan Witt
Am 05.01.2014 um 22:28 schrieb Jean-Marc Lasgouttes : > Le 05/01/2014 21:35, Stephan Witt a écrit : >> This looks interesting - from the Qt docs: >> >> "If you want all windows in a Mac application to share one menu bar, you >> must create a menu bar that does not have a