[LyX/master] Fix compilation with qt5 and c++11 combined.

2015-08-24 Thread Georg Baum
commit d88e40158912e0205d2aaf21abbc9de7a6addbfc Author: Guillaume Munch Date: Mon Aug 24 21:05:48 2015 +0200 Fix compilation with qt5 and c++11 combined. diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index fe34509..7671d59 100644 --- a/src/fronte

[LyX/master] Fix some row breaking problems with large insets

2015-08-24 Thread Jean-Marc Lasgouttes
commit f921c2e8ecbc8fd86e58fe9e2f78bb3effe21ef6 Author: Jean-Marc Lasgouttes Date: Thu Jul 23 11:59:51 2015 +0200 Fix some row breaking problems with large insets When a row is too large due to a wide inset, it does not make sense to break text before if the problem is the same

[LyX/2.1.x] Reset properly the cursor font when leaving an inset to the left

2015-08-24 Thread Jean-Marc Lasgouttes
commit 1c8033f0c01d20f164b18c7989d46b28ca34d8a2 Author: Jean-Marc Lasgouttes Date: Tue Jul 21 11:50:36 2015 +0200 Reset properly the cursor font when leaving an inset to the left There was a missing setCursorFont there. Fixes bug #6032. diff --git a/src/Text3.cpp b/src/Te

[LyX/2.1.x] Properly notify insets after BufferView::doDispatch

2015-08-24 Thread Jean-Marc Lasgouttes
commit 56c4bf6c74255b43189002d4eecdd485caa1f8dc Author: Jean-Marc Lasgouttes Date: Fri Jun 5 11:43:05 2015 +0200 Properly notify insets after BufferView::doDispatch Currently, insets are notified that the cursor entered or leaved them in Cursor::dispatch. This is not the case f

[LyX/2.1.x] When the document language is changed, update cursor language too

2015-08-24 Thread Jean-Marc Lasgouttes
commit b18fff0caa5c44e1d2d7b8c10bf4d5146c95a971 Author: Jean-Marc Lasgouttes Date: Wed Jun 3 12:14:30 2015 +0200 When the document language is changed, update cursor language too Actually, the change is done only if the cursor language was the document language already.