[Libreoffice-commits] core.git: vcl/README.vars

Jan-Marek Glogowski (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 28 01:23:00 UTC 2020


 vcl/README.vars |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit b9c90430e27aef7645b1b5b1669c09943128a469
Author:     Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Sun Jun 28 00:49:24 2020 +0200
Commit:     Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Sun Jun 28 03:22:17 2020 +0200

    Qt5 document some VCL (env) variables
    
    Change-Id: I86260975c8a68318d984b768dfc8d1323fc5a06c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97339
    Tested-by: Jenkins
    Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>

diff --git a/vcl/README.vars b/vcl/README.vars
index 029ee1ad4842..35ad1ffe353e 100644
--- a/vcl/README.vars
+++ b/vcl/README.vars
@@ -21,9 +21,9 @@ VCL_DEBUG_DISABLE_PDFCOMPRESSION - disable compression in the PDF writer
 
 Gtk+
 ----
-
 VCL_GTK3_PAINTDEBUG - in debug builds, if set to 1 then holding down shift+0 forces a redraw event, shift+1 repaints everything, and
 shift+2 dumps cairo frames to pngs as /tmp/frame<n>.png
+GDK_SCALE=2 - for HiDPI scaling (just supports integers)
 
 Bitmap
 ------
@@ -50,3 +50,10 @@ SAL_DISABLE_SKIA_CACHE=1 - disable caching of complex images
 OpenGL,Skia
 -----------
 SAL_WITHOUT_WIDGET_CACHE - disable LRU caching of native widget textures
+
+Qt
+-----
+QT_SCALE_FACTOR=2 - for HiDPI testing (also supports float)
+SAL_VCL_QT5_NO_FONTCONFIG - ignore fontconfig provided font substitutions
+SAL_VCL_QT5_NO_NATIVE - disable QStyle'd controls
+SAL_VCL_QT5_USE_CAIRO - use cairo for text rendering and fonts (default for kf5, but not qt5)


More information about the Libreoffice-commits mailing list