]> git.lyx.org Git - lyx.git/commitdiff
At least document QImage stuff.
authorPavel Sanda <sanda@lyx.org>
Fri, 30 Mar 2012 16:15:30 +0000 (18:15 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 30 Mar 2012 16:15:30 +0000 (18:15 +0200)
RELEASE-NOTES

index dbb94ca607c36e336c3666bf9f8b8943c77fe190..17d998d188b534fbc0f0d470dd8cba7bcaffd47f 100644 (file)
@@ -87,3 +87,8 @@ Known issues in version 2.1.0
 Caveats when upgrading from earlier versions to 2.1.x
 -------------------------------------------------------
 
+In order to improve reported scrolling slowness, we changed the way screen
+painting is done. This, however, can slow down the performance on remote
+X connections and we provide RC_USE_QIMAGE variable, which brings back
+the old way of painting (when set to false).
+