From ff52a3eeb37879b2c1ed6bd9154e08fc029af14a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 6 Sep 2018 10:15:46 +0200 Subject: [PATCH 1/7] BuildRequires: s/postgresql-devel/libpq-devel/ That's because we moved libpq.so.5 into libpq package. Related: rhbz#1618698, rhbz#162376 --- qt5-qtbase.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index de8d42a..d1c565d 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -317,7 +317,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %package postgresql Summary: PostgreSQL driver for Qt5's SQL classes -BuildRequires: postgresql-devel +BuildRequires: libpq-devel Requires: %{name}%{?_isa} = %{version}-%{release} %description postgresql %{summary}. From d48e9598d2ccde44b26eaac9eecb616ea122daf8 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 21 Sep 2018 09:16:42 +0200 Subject: [PATCH 2/7] 5.11.2 --- .gitignore | 1 + qt5-qtbase.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a090569..1c40576 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtbase-everywhere-src-5.10.1.tar.xz /qtbase-everywhere-src-5.11.0.tar.xz /qtbase-everywhere-src-5.11.1.tar.xz +/qtbase-everywhere-src-5.11.2.tar.xz diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index d1c565d..85899cf 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -45,8 +45,8 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components -Version: 5.11.1 -Release: 7%{?dist} +Version: 5.11.2 +Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -983,6 +983,9 @@ fi %changelog +* Fri Sep 21 2018 Jan Grulich - 5.11.2-1 +- 5.11.2 + * Thu Jul 26 2018 Than Ngo - 5.11.1-7 - fixed FTBFS diff --git a/sources b/sources index abdca61..c917335 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtbase-everywhere-src-5.11.1.tar.xz) = 5f45405872e541565d811c1973ae95b0f19593f4495375306917b72e21146e14fe8f7db5fbd629476476807f89ef1679aa59737ca5efdd9cbe6b14d7aa371b81 +SHA512 (qtbase-everywhere-src-5.11.2.tar.xz) = b2f14126caa1c664887203a9a98551b85b57630cf7745c17f76e1e8aaf464f0091fe2de5615a138506dac7c8fbb16e5f33f984aef8e61e23f0c3bf74f6ef0835 From 98f737ba5a90ae5a4ccf6fa42e9e33e6809b7fed Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 21 Sep 2018 09:43:57 +0200 Subject: [PATCH 3/7] Rebase patches --- qt5-qtbase-glibc.patch | 36 ++++++++++++--------------------- qtbase-hidpi_scale_at_192.patch | 6 +++--- 2 files changed, 16 insertions(+), 26 deletions(-) diff --git a/qt5-qtbase-glibc.patch b/qt5-qtbase-glibc.patch index 022b698..d96b22a 100644 --- a/qt5-qtbase-glibc.patch +++ b/qt5-qtbase-glibc.patch @@ -1,6 +1,7 @@ -diff -up qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h ---- qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc 2018-06-15 09:29:31.000000000 +0200 -+++ qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h 2018-07-26 15:40:56.887961897 +0200 +diff --git a/mkspecs/linux-g++/qplatformdefs.h b/mkspecs/linux-g++/qplatformdefs.h +index 13523f07..d3245316 100644 +--- a/mkspecs/linux-g++/qplatformdefs.h ++++ b/mkspecs/linux-g++/qplatformdefs.h @@ -72,7 +72,9 @@ #include #include @@ -10,10 +11,11 @@ diff -up qtbase-everywhere-src-5.11.1/mkspecs/linux-g++/qplatformdefs.h.glibc qt +#endif #include #include - -diff -up qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp.glibc qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp ---- qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp.glibc 2018-06-15 09:29:31.000000000 +0200 -+++ qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp 2018-07-26 16:34:54.346840184 +0200 + +diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp +index deb4a9f2..d03cf86c 100644 +--- a/src/corelib/io/qfilesystemengine_unix.cpp ++++ b/src/corelib/io/qfilesystemengine_unix.cpp @@ -50,7 +50,9 @@ #include #include // for realpath() @@ -24,30 +26,18 @@ diff -up qtbase-everywhere-src-5.11.1/src/corelib/io/qfilesystemengine_unix.cpp. #include #include #include -@@ -91,7 +93,9 @@ extern "C" NSString *NSTemporaryDirector - # include - # include - # include -+#if 0 - # include -+#endif - - // in case linux/fs.h is too old and doesn't define it: - #ifndef FICLONE -@@ -105,13 +109,13 @@ extern "C" NSString *NSTemporaryDirector - # undef SYS_renameat2 +@@ -105,12 +107,12 @@ extern "C" NSString *NSTemporaryDirectory(); # undef SYS_statx # undef STATX_BASIC_STATS --# else + # else -# if !QT_CONFIG(renameat2) && defined(SYS_renameat2) -+# else +# if 0 && !QT_CONFIG(renameat2) && defined(SYS_renameat2) static int renameat2(int oldfd, const char *oldpath, int newfd, const char *newpath, unsigned flags) { return syscall(SYS_renameat2, oldfd, oldpath, newfd, newpath, flags); } # endif - + -# if !QT_CONFIG(statx) && defined(SYS_statx) +# if 0 && !QT_CONFIG(statx) && defined(SYS_statx) + # include static int statx(int dirfd, const char *pathname, int flag, unsigned mask, struct statx *statxbuf) { return syscall(SYS_statx, dirfd, pathname, flag, mask, statxbuf); } - # elif !QT_CONFIG(statx) && !defined(SYS_statx) diff --git a/qtbase-hidpi_scale_at_192.patch b/qtbase-hidpi_scale_at_192.patch index 932c3a9..d93ac08 100644 --- a/qtbase-hidpi_scale_at_192.patch +++ b/qtbase-hidpi_scale_at_192.patch @@ -1,9 +1,9 @@ diff --git a/src/plugins/platforms/xcb/qxcbscreen.cpp b/src/plugins/platforms/xcb/qxcbscreen.cpp -index ec0f9ba..6d0d7a6 100644 +index 7f2793b2..3ff6a924 100644 --- a/src/plugins/platforms/xcb/qxcbscreen.cpp +++ b/src/plugins/platforms/xcb/qxcbscreen.cpp -@@ -747,7 +747,7 @@ void QXcbScreen::updateGeometry(const QRect &geometry, uint8_t rotation) - m_sizeMillimeters = sizeInMillimeters(geometry.size(), virtualDpi()); +@@ -753,7 +753,7 @@ void QXcbScreen::updateGeometry(const QRect &geometry, uint8_t rotation) + m_sizeMillimeters = sizeInMillimeters(geometry.size(), m_virtualDesktop->dpi()); qreal dpi = geometry.width() / physicalSize().width() * qreal(25.4); - m_pixelDensity = qMax(1, qRound(dpi/96)); From 8ed6ce04af9dc99c3b38ba84d10686d3d355e059 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 Oct 2018 08:17:18 -0500 Subject: [PATCH 4/7] -no-use-gold-linker (#1635973) --- qt5-qtbase.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 85899cf..1352d8b 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.11.2 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -229,11 +229,12 @@ Requires: %{name}-common = %{version}-%{release} %global tds -no-sql-tds %endif -# workaround gold linker bug by not using it +# workaround gold linker bug(s) by not using it # https://bugzilla.redhat.com/1458003 # https://sourceware.org/bugzilla/show_bug.cgi?id=21074 # reportedly fixed or worked-around, re-enable if there's evidence of problems -- rex -#global use_gold_linker -no-use-gold-linker +# https://bugzilla.redhat.com/show_bug.cgi?id=1635973 +%global use_gold_linker -no-use-gold-linker %description Qt is a software toolkit for developing applications. @@ -983,6 +984,10 @@ fi %changelog +* Thu Oct 11 2018 Rex Dieter - 5.11.2-2 +- -no-use-gold-linker (#1635973) + + * Fri Sep 21 2018 Jan Grulich - 5.11.2-1 - 5.11.2 From 4a376dc703f46bc325f62b95410400686428d308 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 25 Oct 2018 11:02:47 +0200 Subject: [PATCH 5/7] backported patch to fix selection rendering issues if rounding leads to left-out pixels --- qt5-qtbase.spec | 7 +++- ...verywhere-src-5.11.2-rendering-issue.patch | 38 +++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 qtbase-everywhere-src-5.11.2-rendering-issue.patch diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 1352d8b..c896642 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.11.2 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -119,6 +119,7 @@ Patch68: qtbase-everywhere-src-5.11.1-python3.patch Patch69: qt5-qtbase-glibc.patch ## upstream patches +Patch500: qtbase-everywhere-src-5.11.2-rendering-issue.patch # Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires. # Those themes are there for platform integration. If the required libraries are @@ -376,6 +377,7 @@ Qt5 libraries used for drawing widgets and OpenGL items. %endif ## upstream patches +%patch500 -p1 -b .rendering-issue # move some bundled libs to ensure they're not accidentally used pushd src/3rdparty @@ -984,6 +986,9 @@ fi %changelog +* Thu Oct 25 2018 Than Ngo - 5.11.2-3 +- backported patch to fix selection rendering issues if rounding leads to left-out pixels + * Thu Oct 11 2018 Rex Dieter - 5.11.2-2 - -no-use-gold-linker (#1635973) diff --git a/qtbase-everywhere-src-5.11.2-rendering-issue.patch b/qtbase-everywhere-src-5.11.2-rendering-issue.patch new file mode 100644 index 0000000..ce8f672 --- /dev/null +++ b/qtbase-everywhere-src-5.11.2-rendering-issue.patch @@ -0,0 +1,38 @@ +diff -up qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp.me qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp +--- qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp.me 2018-10-25 10:54:48.849646288 +0200 ++++ qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp 2018-10-25 10:58:19.054347658 +0200 +@@ -1006,10 +1006,8 @@ static void addSelectedRegionsToPath(QTe + } + + if (lastSelectionWidth > 0) { +- QRectF rect = boundingRect & QRectF(lastSelectionX.toReal(), selectionY, lastSelectionWidth.toReal(), lineHeight); +- rect.moveLeft(qFloor(rect.left())); +- rect.moveTop(qFloor(rect.top())); +- region->addRect(rect); ++ const QRectF rect = boundingRect & QRectF(lastSelectionX.toReal(), selectionY, lastSelectionWidth.toReal(), lineHeight); ++ region->addRect(rect.toAlignedRect()); + } + + lastSelectionX = selectionX; +@@ -1017,10 +1015,8 @@ static void addSelectedRegionsToPath(QTe + } + } + if (lastSelectionWidth > 0) { +- QRectF rect = boundingRect & QRectF(lastSelectionX.toReal(), selectionY, lastSelectionWidth.toReal(), lineHeight); +- rect.moveLeft(qFloor(rect.left())); +- rect.moveTop(qFloor(rect.top())); +- region->addRect(rect); ++ const QRectF rect = boundingRect & QRectF(lastSelectionX.toReal(), selectionY, lastSelectionWidth.toReal(), lineHeight); ++ region->addRect(rect.toAlignedRect()); + } + } + +@@ -2135,7 +2131,7 @@ static void setPenAndDrawBackground(QPai + + QBrush bg = chf.background(); + if (bg.style() != Qt::NoBrush && !chf.property(SuppressBackground).toBool()) +- p->fillRect(QRectF(qFloor(r.x()), qFloor(r.y()), r.width(), r.height()), bg); ++ p->fillRect(r.toAlignedRect(), bg); + if (c.style() != Qt::NoBrush) { + p->setPen(QPen(c, 0)); + } From e56d897d9c4ec6641d4d25f73b0a9359bb90bb2b Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 25 Oct 2018 11:42:48 +0200 Subject: [PATCH 6/7] backported patch to optimize insertionPointsForLine --- qt5-qtbase.spec | 3 + ...11.2-optimize-insertionPointsForLine.patch | 105 ++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 qtbase-everywhere-src-5.11.2-optimize-insertionPointsForLine.patch diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index c896642..c77f050 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -120,6 +120,7 @@ Patch69: qt5-qtbase-glibc.patch ## upstream patches Patch500: qtbase-everywhere-src-5.11.2-rendering-issue.patch +Patch501: qtbase-everywhere-src-5.11.2-optimize-insertionPointsForLine.patch # Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires. # Those themes are there for platform integration. If the required libraries are @@ -378,6 +379,7 @@ Qt5 libraries used for drawing widgets and OpenGL items. ## upstream patches %patch500 -p1 -b .rendering-issue +%patch501 -p1 -b .optimize-insertionPointsForLine # move some bundled libs to ensure they're not accidentally used pushd src/3rdparty @@ -988,6 +990,7 @@ fi %changelog * Thu Oct 25 2018 Than Ngo - 5.11.2-3 - backported patch to fix selection rendering issues if rounding leads to left-out pixels +- backported patch to optimize insertionPointsForLine * Thu Oct 11 2018 Rex Dieter - 5.11.2-2 - -no-use-gold-linker (#1635973) diff --git a/qtbase-everywhere-src-5.11.2-optimize-insertionPointsForLine.patch b/qtbase-everywhere-src-5.11.2-optimize-insertionPointsForLine.patch new file mode 100644 index 0000000..93858f8 --- /dev/null +++ b/qtbase-everywhere-src-5.11.2-optimize-insertionPointsForLine.patch @@ -0,0 +1,105 @@ +diff -up qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine.cpp.me qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine.cpp +--- qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine.cpp.me 2018-10-25 11:30:37.371800942 +0200 ++++ qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine.cpp 2018-10-25 11:36:24.496953609 +0200 +@@ -3663,11 +3663,12 @@ int QTextEngine::lineNumberForTextPositi + return -1; + } + +-void QTextEngine::insertionPointsForLine(int lineNum, QVector &insertionPoints) ++std::vector QTextEngine::insertionPointsForLine(int lineNum) + { + QTextLineItemIterator iterator(this, lineNum); + +- insertionPoints.reserve(iterator.line.length); ++ std::vector insertionPoints; ++ insertionPoints.reserve(size_t(iterator.line.length)); + + bool lastLine = lineNum >= lines.size() - 1; + +@@ -3685,25 +3686,22 @@ void QTextEngine::insertionPointsForLine + insertionPoints.push_back(i); + } + } ++ return insertionPoints; + } + + int QTextEngine::endOfLine(int lineNum) + { +- QVector insertionPoints; +- insertionPointsForLine(lineNum, insertionPoints); +- ++ const auto insertionPoints = insertionPointsForLine(lineNum); + if (insertionPoints.size() > 0) +- return insertionPoints.constLast(); ++ return insertionPoints.back(); + return 0; + } + + int QTextEngine::beginningOfLine(int lineNum) + { +- QVector insertionPoints; +- insertionPointsForLine(lineNum, insertionPoints); +- ++ const auto insertionPoints = insertionPointsForLine(lineNum); + if (insertionPoints.size() > 0) +- return insertionPoints.constFirst(); ++ return insertionPoints.front(); + return 0; + } + +@@ -3720,10 +3718,8 @@ int QTextEngine::positionAfterVisualMove + if (lineNum < 0) + return pos; + +- QVector insertionPoints; +- insertionPointsForLine(lineNum, insertionPoints); +- int i, max = insertionPoints.size(); +- for (i = 0; i < max; i++) ++ const auto insertionPoints = insertionPointsForLine(lineNum); ++ for (size_t i = 0, max = insertionPoints.size(); i < max; ++i) + if (pos == insertionPoints[i]) { + if (moveRight) { + if (i + 1 < max) +diff -up qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine_p.h.me qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine_p.h +--- qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine_p.h.me 2018-10-25 11:36:39.243002574 +0200 ++++ qtbase-everywhere-src-5.11.2/src/gui/text/qtextengine_p.h 2018-10-25 11:37:45.966224143 +0200 +@@ -74,6 +74,7 @@ + #include + + #include ++#include + + QT_BEGIN_NAMESPACE + +@@ -632,7 +633,7 @@ public: + int nextLogicalPosition(int oldPos) const; + int lineNumberForTextPosition(int pos); + int positionAfterVisualMovement(int oldPos, QTextCursor::MoveOperation op); +- void insertionPointsForLine(int lineNum, QVector &insertionPoints); ++ std::vector insertionPointsForLine(int lineNum); + void resetFontEngineCache(); + + void enableDelayDecorations(bool enable = true) { delayDecorations = enable; } +diff -up qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp.me qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp +--- qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp.me 2018-10-25 11:38:04.426285436 +0200 ++++ qtbase-everywhere-src-5.11.2/src/gui/text/qtextlayout.cpp 2018-10-25 11:40:23.919748643 +0200 +@@ -2841,9 +2841,7 @@ int QTextLine::xToCursor(qreal _x, Curso + bool rtl = eng->isRightToLeft(); + + eng->shapeLine(line); +- QVector insertionPoints; +- if (visual && rtl) +- eng->insertionPointsForLine(lineNum, insertionPoints); ++ const auto insertionPoints = (visual && rtl) ? eng->insertionPointsForLine(lineNum) : std::vector(); + int nchars = 0; + for (int i = 0; i < nItems; ++i) { + int item = visualOrder[i]+firstItem; +@@ -2975,7 +2973,7 @@ int QTextLine::xToCursor(qreal _x, Curso + continue; + } + if (rtl && nchars > 0) +- return insertionPoints[lastLine ? nchars : nchars - 1]; ++ return insertionPoints[size_t(lastLine ? nchars : nchars - 1)]; + } + return eng->positionInLigature(&si, end, x, pos, -1, + cpos == QTextLine::CursorOnCharacter); From fe33bd0e36cf1435950fdf62e375fa66d584b792 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 7 Dec 2018 12:58:04 -0600 Subject: [PATCH 7/7] 5.11.3 --- .gitignore | 5 +---- qt5-qtbase.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 1c40576..1264b12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/qtbase-everywhere-src-5.10.1.tar.xz -/qtbase-everywhere-src-5.11.0.tar.xz -/qtbase-everywhere-src-5.11.1.tar.xz -/qtbase-everywhere-src-5.11.2.tar.xz +/qtbase-everywhere-src-5.11.3.tar.xz diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index c77f050..5eb047c 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -45,8 +45,8 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components -Version: 5.11.2 -Release: 3%{?dist} +Version: 5.11.3 +Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -116,9 +116,9 @@ Patch67: https://bugreports.qt.io/secure/attachment/66353/xcberror_filter.patch Patch68: qtbase-everywhere-src-5.11.1-python3.patch # glibc stat -Patch69: qt5-qtbase-glibc.patch ## upstream patches +# still needed for 5.12.x ? -- rex Patch500: qtbase-everywhere-src-5.11.2-rendering-issue.patch Patch501: qtbase-everywhere-src-5.11.2-optimize-insertionPointsForLine.patch @@ -372,10 +372,6 @@ Qt5 libraries used for drawing widgets and OpenGL items. # FIXME/REBASE #patch67 -p1 -b .xcberror_filter %patch68 -p1 -# workaround for new glibc conflict -%if 0%{?fedora} > 28 -%patch69 -p1 -b .glibc -%endif ## upstream patches %patch500 -p1 -b .rendering-issue @@ -988,6 +984,9 @@ fi %changelog +* Fri Dec 07 2018 Rex Dieter - 5.11.3-1 +- 5.11.3 + * Thu Oct 25 2018 Than Ngo - 5.11.2-3 - backported patch to fix selection rendering issues if rounding leads to left-out pixels - backported patch to optimize insertionPointsForLine diff --git a/sources b/sources index c917335..34a2369 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtbase-everywhere-src-5.11.2.tar.xz) = b2f14126caa1c664887203a9a98551b85b57630cf7745c17f76e1e8aaf464f0091fe2de5615a138506dac7c8fbb16e5f33f984aef8e61e23f0c3bf74f6ef0835 +SHA512 (qtbase-everywhere-src-5.11.3.tar.xz) = 93865e41c994211456a575b085c2e7491b7975a1c3b4deb48e9616b51104eb990c1fcfd53d5fb2146ba22457cb134e6254e9077ba73c8b4c4b4d1d525e66fb65