]> git.lyx.org Git - lyx.git/commitdiff
Merge remote-tracking branch 'features/properpaint'
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Sep 2017 15:05:13 +0000 (17:05 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Sep 2017 15:05:13 +0000 (17:05 +0200)
Now painting the workarea is done at paint events as should be.
Explicit painting after updating metrics has been replaced by a much
lighter procedure (updatePosCache) to update the insets positions cache.

Expected benefits:
- better performance
- proper use of subpixel aliasing

The LyXRC variable use_qimage is not needed anymore and is therefore removed.

1  2 
lib/configure.py
src/LyXRC.cpp
src/LyXRC.h
src/TextMetrics.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h

Simple merge
diff --cc src/LyXRC.cpp
Simple merge
diff --cc src/LyXRC.h
Simple merge
Simple merge
Simple merge
Simple merge