[LyX/2.1.x] Fix for #9659 - Qt may send more then one close event to a window. Therefore multiple calls to unregisterView for a GuiView are possible. The first one removes the view from the list of kn

2015-07-18 Thread Stephan Witt
commit b81463986281f8f73dd6c99ac1b402cffa734138 Author: Stephan Witt Date: Sat Jul 4 18:59:29 2015 +0200 Fix for #9659 - Qt may send more then one close event to a window. Therefore multiple calls to unregisterView for a GuiView are possible. The first one removes the view from the list o

[LyX features/rowpainter2] Rewrite RowPainter::paintOnlyInsets to use row elements

2015-07-18 Thread Jean-Marc Lasgouttes
The branch, rowpainter2, has been updated. - Log - commit 038f003be671995e7c60b2be884c7799303ca840 Author: Jean-Marc Lasgouttes Date: Sat Jul 18 20:37:53 2015 +0200 Rewrite RowPainter::paintOnlyInsets to use row elements dif

[LyX/master] Store InsetGraphics bounding box in parsed form

2015-07-18 Thread Georg Baum
commit dc6d201f8fca2110e81617020f00b31692bde004 Author: Georg Baum Date: Sat Jul 18 17:02:54 2015 +0200 Store InsetGraphics bounding box in parsed form This is like InsetExternal does it, avoids some string parsing, reduces the amount of code and makes it more robust. diff --g

[LyX/master] Remove relative units from bounding box

2015-07-18 Thread Georg Baum
commit bf515425e12ad44e977c26ecdd05fbe3c8be1f5e Author: Georg Baum Date: Sat Jul 18 16:41:52 2015 +0200 Remove relative units from bounding box When adding units to the external inset bounding box I overlooked that InsetGraphics supports only bb, cm, mm and in. Therefore I adde

[LyX/master] LengthCombo does not depend on VSpace

2015-07-18 Thread Georg Baum
commit eaf70913ac001254573b99949e3e9e227f5a4a85 Author: Georg Baum Date: Sat Jul 18 16:29:04 2015 +0200 LengthCombo does not depend on VSpace so use the right include diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index 848f381..96ea215 100644

[LyX/master] Devirtualize some methods

2015-07-18 Thread Georg Baum
commit 39c1fcb8646e34ac206853c6592aea8589d629e1 Author: Georg Baum Date: Sat Jul 18 16:23:24 2015 +0200 Devirtualize some methods These do not need to be virtual, since no class inherits from LengthCombo.h, and they do not exist in the base class either. diff --git a/src/front