[LyX/2.3.x] Fix segfault after deleting monitor

2018-12-13 Thread Scott Kostyshak
commit a8ad4002a06a42d395de2595c5c3254256bccd10 Author: Guillaume MM Date: Tue Nov 13 23:10:35 2018 +0100 Fix segfault after deleting monitor The boost signal was sent synchronously, and so made the Qt signal to be posted in FileMonitor::changed after the boost signal returned

[LyX/master] Fix display of single-char macro names

2018-12-13 Thread Enrico Forestieri
commit 95bc273a597401f3ca9a43ed5d2d5db5626ae819 Author: Enrico Forestieri Date: Thu Dec 13 19:39:23 2018 +0100 Fix display of single-char macro names Essentially, all characters are allowed in single-char macro names. Part of #11158. --- src/mathed/InsetMathMacro.cpp

[LyX/master] FindAdv: Add handling spaces, dots, quotes ...

2018-12-13 Thread Kornel Benko
commit 358626b73525dacd65061bdacdb4e231f8d99a2d Author: Kornel Benko Date: Thu Dec 13 17:12:57 2018 +0100 FindAdv: Add handling spaces, dots, quotes ... Treate spaces, dots and quotes as ordinary characters Also discard length values for hspace,vspace and mspace --- src/lyxfin

Re: [LyX/master] Update to boost 1.68

2018-12-13 Thread Jean-Marc Lasgouttes
Le 23/11/2018 à 16:14, Jean-Marc Lasgouttes a écrit : commit c40d23deacc277e4a862db803c565ff04e6031f1 Author: Jean-Marc Lasgouttes Date: Fri Nov 23 16:14:23 2018 +0100 Update to boost 1.68 This avoids warnings from gcc 8 Riki, can this be done in stable branch too? The warni

[LyX/2.3.x] Fix selection of unmarked RtL text

2018-12-13 Thread Jean-Marc Lasgouttes
commit 7950ace3d96543e3099aa3bde823f970a1ce6a86 Author: Jean-Marc Lasgouttes Date: Sat Nov 3 15:55:33 2018 + Fix selection of unmarked RtL text With Qt 5.11 at least, RtL text will be drawn RtL even when the (undocumented) flag Qt::TextForceLeftToRight is applied to the

[LyX/2.3.x] Remove old workaround that is not needed anymore

2018-12-13 Thread Jean-Marc Lasgouttes
commit 3a123b90af838b08680471d87170c38e56787df9 Author: Jean-Marc Lasgouttes Date: Sat Nov 3 14:29:10 2018 + Remove old workaround that is not needed anymore This causes a compilation error with boost 1.69. Fixes bug #11349. (cherry picked from commit 76e99e9a

[LyX/master] Set buffer correctly when changing math space type.

2018-12-13 Thread Jean-Marc Lasgouttes
commit 2ec25c8eef8c9acca3cb572800eab933c8564831 Author: Jean-Marc Lasgouttes Date: Thu Dec 13 10:27:20 2018 +0100 Set buffer correctly when changing math space type. Fixes bug #7747. --- src/mathed/InsetMathSpace.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) dif