Re: [LyX/master] Lock toolbars (#10283)

2018-04-27 Thread Scott Kostyshak
On Sat, Apr 28, 2018 at 02:09:36AM +, Richard Kimberly Heck wrote: > Good for 2.3.x as well. In at 9b821eb0. Scott signature.asc Description: PGP signature

LFUN_ENVIRONMENT_SPLIT : delay screen refresh?

2018-04-27 Thread Scott Kostyshak
Is it easy to delay a screen update in order to make something look like an atomic change to the user? If you open the beamer example manual and use e.g. insert frame below, we can see the intermediate steps. I think it would be smoother if we just showed the final result. I think I've seen this in

Re: [LyX/master] Lock toolbars (#10283)

2018-04-27 Thread Richard Kimberly Heck
On 04/27/2018 09:34 PM, Scott Kostyshak wrote: > On Sat, Apr 28, 2018 at 12:03:55AM +, Richard Kimberly Heck wrote: >> On 04/27/2018 06:02 PM, Scott Kostyshak wrote: commit e2f864efe447c0d71eeaefaaeb4d51b8316f3fd1 Author: Daniel Ramöller Date: Thu Nov 24 14:10:03 2016 +0200 >>

Re: [LyX/master] Lock toolbars (#10283)

2018-04-27 Thread Scott Kostyshak
On Sat, Apr 28, 2018 at 12:03:55AM +, Richard Kimberly Heck wrote: > On 04/27/2018 06:02 PM, Scott Kostyshak wrote: > >> commit e2f864efe447c0d71eeaefaaeb4d51b8316f3fd1 > >> Author: Daniel Ramöller > >> Date: Thu Nov 24 14:10:03 2016 +0200 > >> > >> Lock toolbars (#10283) > >> > >>

Re: SIGSEGV when copy/pasting a child doc

2018-04-27 Thread Richard Kimberly Heck
On 04/27/2018 06:06 PM, Scott Kostyshak wrote: > On Wed, Apr 25, 2018 at 06:41:36PM +, Scott Kostyshak wrote: > >> it is not 100% reproducible for me. I wonder if valgrind might be useful >> to try in this situation. > Attached is a valgrind log. Do the invalid reads provide any clues? I'm not

Re: [LyX/master] Lock toolbars (#10283)

2018-04-27 Thread Richard Kimberly Heck
On 04/27/2018 06:02 PM, Scott Kostyshak wrote: >> commit e2f864efe447c0d71eeaefaaeb4d51b8316f3fd1 >> Author: Daniel Ramöller >> Date: Thu Nov 24 14:10:03 2016 +0200 >> >> Lock toolbars (#10283) >> >> - LFUNs to (un)lock toolbars positions (both individually and all at >> once) >>

Re: SIGSEGV when copy/pasting a child doc

2018-04-27 Thread Scott Kostyshak
On Wed, Apr 25, 2018 at 06:41:36PM +, Scott Kostyshak wrote: > it is not 100% reproducible for me. I wonder if valgrind might be useful > to try in this situation. Attached is a valgrind log. Do the invalid reads provide any clues? Scott ==4977== Memcheck, a memory error detector ==4977== Co

Re: [LyX/master] Lock toolbars (#10283)

2018-04-27 Thread Scott Kostyshak
> commit e2f864efe447c0d71eeaefaaeb4d51b8316f3fd1 > Author: Daniel Ramöller > Date: Thu Nov 24 14:10:03 2016 +0200 > > Lock toolbars (#10283) > > - LFUNs to (un)lock toolbars positions (both individually and all at once) > > - corresponding menu entry to "Lock Toolbars" me

Re: lyx2lyx error

2018-04-27 Thread Kornel Benko
Am Freitag, 27. April 2018 12:39:12 CEST schrieb Kornel Benko : > This looks again like language nesting problem ... > Open autotests/export/lyx2lyx/lyx_2_1_test.lyx > Try to compile ... > ... > ! Missing \endcsname inserted. > > \protect > l.55 ...oreignlanguage{english}{-60}}{ with rotated} >

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2018 à 11:35, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Le 27/04/2018 ?? 00:13, Jean-Marc Lasgouttes a écrit : commit 90cfe4ec3b4ff22ef798a63e98ca70d0d33a1656 Author: Jean-Marc Lasgouttes Date: Fri Apr 27 00:03:48 2018 +0200 Adapt caret height to context in mathed.

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2018 à 13:17, Pavel Sanda a écrit : Clearly you prefer to think in a systematic way. That might be good for the code, but what will remain for all the procrastinating hackers in the future who will be left without the mystery where the b came from? The good side is that we have plent

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: >> I was refering merely to caret height; but we are getting to nitpicking, >> meaning the situation is likely good enough for now :) > > Currently, the caret is never higher than the cell it is in. This is why I > argue that the cell is too small. Clearly you prefer t

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2018 à 12:38, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Le 27/04/2018 ?? 11:47, Pavel Sanda a écrit : Limited testing shows no crash. As said previously cursor is much better now, though I would suggest use of 'b' instead of 'x' min height, e.g. try "\dot u" in mathed and compa

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 27/04/2018 ?? 11:47, Pavel Sanda a écrit : >> Limited testing shows no crash. As said previously cursor is much better >> now, >> though I would suggest use of 'b' instead of 'x' min height, e.g. try >> "\dot u" >> in mathed and compare both versions. > > Note tha

lyx2lyx error

2018-04-27 Thread Kornel Benko
This looks again like language nesting problem ... Open autotests/export/lyx2lyx/lyx_2_1_test.lyx Try to compile ... ... ! Missing \endcsname inserted. \protect l.55 ...oreignlanguage{english}{-60}}{ with rotated} The control sequence marked sh

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2018 à 11:47, Pavel Sanda a écrit : Limited testing shows no crash. As said previously cursor is much better now, though I would suggest use of 'b' instead of 'x' min height, e.g. try "\dot u" in mathed and compare both versions. Note that, while height of x is a proper font measuremen

Re: mathed crash

2018-04-27 Thread Jean-Marc Lasgouttes
Le 27/04/2018 à 03:03, Richard Kimberly Heck a écrit : Yes, go ahead. It will let it get some testing before release. Done, thanks. No status.23x entry necessary, since this is new code. JMarc

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 27/04/2018 ?? 00:13, Jean-Marc Lasgouttes a écrit : >> commit 90cfe4ec3b4ff22ef798a63e98ca70d0d33a1656 >> Author: Jean-Marc Lasgouttes >> Date: Fri Apr 27 00:03:48 2018 +0200 >> Adapt caret height to context in mathed. >> Compute a height from curr

Re: [LyX/master] Adapt caret height to context in mathed.

2018-04-27 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 27/04/2018 ?? 00:13, Jean-Marc Lasgouttes a écrit : >> commit 90cfe4ec3b4ff22ef798a63e98ca70d0d33a1656 >> Author: Jean-Marc Lasgouttes >> Date: Fri Apr 27 00:03:48 2018 +0200 >> Adapt caret height to context in mathed. >> Compute a height from curr

Re: LyX banner language

2018-04-27 Thread Jean-Pierre Chrétien
Le 26/04/2018 à 14:41, Jean-Pierre Chrétien a écrit : Le 20/04/2018 à 11:05, Jürgen Spitzmüller a écrit : Am Mittwoch, den 18.04.2018, 18:05 +0200 schrieb Jean-Pierre Chrétien: What do you think? Frankly, I think neither of this looks really convincing. I do not have a better idea myself, tho