qt6-bb10/src/gui
Eirik Aavitsland e5b3db841d Fix: bad-looking scaled rendering of painterpath in OpenGL paint engine
For performance, the triangulation of a painter path is stored for
reuse. Re-triangulation was only done if the path was to be painted at
a significantly different scale AND it contained a curve (bezier)
element. But also the triangulation of a path with only straight lines
can lose precision if rendered at a small scale, and so look bad when
used at a higher scale factor.

Fix by removing the mentioned curve element condition.

Task-number: QTBUG-68873
Change-Id: Id3492514e9382a5828377b7bafea8cfac7b850a6
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2018-06-28 14:28:53 +00:00
..
accessible doc: Add missing class qualifier to \fn for constructor 2018-01-12 18:18:09 +00:00
animation
doc Doc: Remove section about Qt Gui in Qt 4 from overview page 2018-04-06 05:29:53 +00:00
image Fix crash if QPixmap::defaultDepth() is called when no QGuiApplication 2018-04-12 21:22:20 +00:00
itemmodels ItemModels: Cache last-known child index 2018-06-27 10:01:07 +00:00
kernel Doc: Fix typo 2018-06-26 12:56:04 +00:00
math3d doc: Add missing template clauses in qmatrix4x4.cpp 2018-01-12 18:18:42 +00:00
opengl Fix: bad-looking scaled rendering of painterpath in OpenGL paint engine 2018-06-28 14:28:53 +00:00
painting Fix the qHash implementation for QMatrix / QTransform 2018-06-21 20:31:23 +00:00
text Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
util Enable BuiltIn input in the shader graph builder 2018-04-10 23:49:37 +00:00
vulkan doc: Fix remaining qdoc warmings for Vulkan stuff 2018-01-18 06:32:25 +00:00
Qt5GuiConfigExtras.cmake.in
QtGui.dynlist
configure.json configure: make plain -xcb switch effective 2018-04-10 18:51:18 +00:00
configure.pri xcb: re-factor QXcbKeyboard::updateKeymap() to remove various fallbacks 2018-02-24 12:15:08 +00:00
gui.pro Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00
qtgui.tracepoints Support for LTTNG and ETW tracing 2018-01-28 19:17:02 +00:00