[qt/qt/qtbase]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtbase Pushed by mirror-service into branch '6.11'. Changed from 0d57fb96f4edc84d9aa354bd1f2515987f41ce0d to 4c0a34ae01f8370e548fd69d0d4400afda4aba9a Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit dd344de3470af739b69fc1b6d97647076435b472 by Qt Cherry-pick Bot (on behalf of Tatiana Borisova) on 17/08/2026 at 13:27.. Correct QAbstractFileEngine::map return value documentation - The documentation stated that `QAbstractFileEngine::map()` returns `false` on failure. Update it to correctly state that the function returns `nullptr`. Change-Id: I04847bf4f4ea193757cd9adcaa209eb8eca6f56b Reviewed-by: Ivan Solovev <[email protected]> (cherry picked from commit 8da7cc05c1e784d7cd9f03d9792a5dd15b6e048b) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit a8a53166c70a9311fe9f1fb92ed8086ff0eb83d8) https://invent.kde.org/qt/qt/qtbase/-/commit/dd344de3470af739b69fc1b6d97647076435b472 Git commit 053291e7e52f72394fc3528b19670a551cb0c7b5 by Qt Cherry-pick Bot (on behalf of Mate Barany) on 17/08/2026 at 14:38.. QPublicSuffixDatabase: fix Axivion warning Qt-RangeLoopDetach locatePublicSuffixFiles() returns a QStringList by value; iterating the returned temporary directly selects the non-const begin()/end() overloads and detaches the COW container. Bind the result to a const local so the const iterators are used. The old code bound the elements by rvalue-ref (auto &&fileName), but that served no purpose: loadFile() takes its argument by const ref, so the elements were only ever read, never moved or modified. Task-number: QTBUG-144750 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV525 Change-Id: I2ff91681c610eb62477985e2cb56467eaddcf772 Reviewed-by: Ivan Solovev <[email protected]> Reviewed-by: Mårten Nordheim <[email protected]> (cherry picked from commit 01a12e26a806efbe4a6a2147de0a1f158605291b) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 84c0dca3e75ea3f01b3ec47ace692828ad0a52c2) https://invent.kde.org/qt/qt/qtbase/-/commit/053291e7e52f72394fc3528b19670a551cb0c7b5 Git commit 8404b48aee17771b8ae8c2c7fcee80f0d6649a2a by Qt Cherry-pick Bot (on behalf of Mate Barany) on 17/08/2026 at 14:38.. TlsCryptographOpenSSL: fix Axivion warning Qt-RangeLoopDetach ocspErrors is a non-const member; iterating it directly selects the non-const begin()/end() overloads and detaches the COW container. Wrap it in std::as_const so the const iterators are used. Task-number: QTBUG-144750 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV526 Change-Id: I662bdb81cbcd7c66a8ddc435ba429b1099bb9079 Reviewed-by: Ivan Solovev <[email protected]> Reviewed-by: Mårten Nordheim <[email protected]> (cherry picked from commit f9063d7e83429cc39647939b923e39e1b71e7e70) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 6f3116efff4d8582f031c1af1c29d3e3d4604004) https://invent.kde.org/qt/qt/qtbase/-/commit/8404b48aee17771b8ae8c2c7fcee80f0d6649a2a Git commit 31177e6220cf2a3a9195485a1f0480314f8a028a by Qt Cherry-pick Bot (on behalf of Mate Barany) on 17/08/2026 at 14:38.. QHttpNetworkConnectionChannel: suppress Axivion warnings ignoreSslErrors is meant to be called at these places. Task-number: QTBUG-144750 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV518 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV519 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV520 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV521 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV522 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV523 Change-Id: Iedcf00c08648fcdd72b92d01bf88c671c94e962c Reviewed-by: Mårten Nordheim <[email protected]> Reviewed-by: Ivan Solovev <[email protected]> (cherry picked from commit b32d0535372c27ca7e654843bd65ba55d1b49b20) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 6c332d9437177907112fb5957e880cd2d83856d3) https://invent.kde.org/qt/qt/qtbase/-/commit/31177e6220cf2a3a9195485a1f0480314f8a028a Git commit 0850424119cb788cd6e15abb002e8489c8829053 by Qt Cherry-pick Bot (on behalf of Mate Barany) on 17/08/2026 at 14:39.. QHstsHeaderParser: fix Axivion warning Qt-RangeLoopDetach QHttpHeaders::values() returns a QList by value, so iterating the returned temporary directly selects the non-const begin()/end() overloads and detaches the COW container. Bind the result to a const local first so the const iterators are used instead. Task-number: QTBUG-144750 Axivion-Id: qt_Essentials_qtnetwork_dev_linux:SV517 Change-Id: I078a7d27804ccc2faade39fbd8e3f3571a6a6826 Reviewed-by: Mårten Nordheim <[email protected]> Reviewed-by: Ivan Solovev <[email protected]> (cherry picked from commit acd6c45bd6783b565f5405a1c1fb73937bf78a28) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 8fd7238633361246a2d6a5e19727cf40b607dafa) https://invent.kde.org/qt/qt/qtbase/-/commit/0850424119cb788cd6e15abb002e8489c8829053 Git commit 4c0a34ae01f8370e548fd69d0d4400afda4aba9a by Assam Boudjelthia on 17/08/2026 at 20:41.. AndroidTestRunner: search build dir for AndroidManifest.xml When --manifest isn't passed (the legacy, non-modern-bundle path from QtPlatformAndroid.cmake), manifestPath stayed empty and the existence check downstream errored with "Unable to find ''.". qt-testrunner's retry then masked the issue because the previous --make had already populated the build dir as a side effect. Fall back to scanning <path>/AndroidManifest.xml and <path>/app/AndroidManifest.xml inside processAndroidManifest() itself. The lookup runs after --make has generated the file and right next to the code that consumes it. Task-number: QTBUG-146960 Change-Id: I4ef339e9d40daff4f00889dc4cd50dd81e8a34f4 Reviewed-by: Ville Voutilainen <[email protected]> (cherry picked from commit e6b5e98712ffa2ee74df3b79d62ad61aa0949a00) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit d0ae5040c238ed708d205d639ed1e29e6ec5244e) https://invent.kde.org/qt/qt/qtbase/-/commit/4c0a34ae01f8370e548fd69d0d4400afda4aba9a