[qt/pyside/pyside-setup]: 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/pyside/pyside-setup Pushed by mirror-service into branch 'dev'. Changed from 0a699b48e4f766f3ed902bc45513a33357174f77 to 126e0f91f2f8caa9bc386aaba4bb307e4164c548 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 7d308fe625f8a86adaa777999c6148bd2b42fac7 by Friedemann Kleint on 18/08/2026 at 07:39.. Adapt to Qt 6.12 Task-number: PYSIDE-3276 Change-Id: If04ebe1cb3c230d7bd7370f74db55bfd6a7fb29a Reviewed-by: Cristian Maureira-Fredes <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/7d308fe625f8a86adaa777999c6148bd2b42fac7 Git commit f07f9bb4e2af1947aafb0a03728619f7fa6f0392 by Friedemann Kleint on 18/08/2026 at 07:39.. Adapt to qtbase/QMetaObjectBuilder enforcing the right order of signals and slots Change qtbase/a05c9bbb3f1fd15e74fbebe00ea0e3d5b4944967 enforces the correct order of signals and slots. Remove the check/warnings and tests added by 07fef4eee3afa8d95f58bea999991604eed25def for PYSIDE-315. Instead, add a check verifying that the order is correct. As a drive-by, fix import statements of the test. Task-number: PYSIDE-315 Task-number: PYSIDE-3276 Change-Id: I394060fd36d26193d4aa868b62be411f102bfd74 Reviewed-by: Cristian Maureira-Fredes <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/f07f9bb4e2af1947aafb0a03728619f7fa6f0392 Git commit 2f6827510679e70b0268ba640976a6409e984918 by Friedemann Kleint on 18/08/2026 at 07:39.. macOS: Always use minor version 0 for wheel names Task-number: PYSIDE-3276 Change-Id: Ifed1411310df3cdd5fbf5c62f9877680ac3afaaf Reviewed-by: Shyamnath Premnadh <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/2f6827510679e70b0268ba640976a6409e984918 Git commit df9fdd808cc734b83c5ded28f6d2338f26f27250 by Ece Cinucen on 18/08/2026 at 09:59.. type hints: Fix char* type mapping for QPixmap/QImage.loadFromData The `format` parameter maps to `char*` and was inferring as `bytes | bytearray | memoryview`, but the C++ binding only accepts `str` at runtime, passing bytes raises a ValueError. Map it to `str` explicitly for both methods so the generated stubs match actual behavior. Task-number: PYSIDE-3420 Pick-to: 6.11 Change-Id: I54e00a928029eacece7866466397ee0a26a836c3 Reviewed-by: Friedemann Kleint <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/df9fdd808cc734b83c5ded28f6d2338f26f27250 Git commit ec91c9065bac7a2678985087cb75410c5e4b355d by Friedemann Kleint on 18/08/2026 at 10:01.. Add QWindow/QScreenCapture::maximumFrameRate() It is a property based on std::optional<qreal>, which needs manual addition (see qtmultimedia/df6d97fa33a1fae49a9dc21ea33757e91ead5776). Task-number: PYSIDE-3276 Task-number: QTBUG-141826 Change-Id: I597bcbb13c775d996685bed284a80130ec196e33 Reviewed-by: Cristian Maureira-Fredes <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/ec91c9065bac7a2678985087cb75410c5e4b355d Git commit 126e0f91f2f8caa9bc386aaba4bb307e4164c548 by Friedemann Kleint on 18/08/2026 at 10:01.. Add QHttpHeaderRange (conversion only) Instead of adding QHttpHeaderRange which is a glorified pair of qint64, add the QHttpHeaders functions taking lists of tuples. Task-number: PYSIDE-3276 Task-number: QTBUG-143518 Change-Id: I25695d25c256896f6f084d3b32eaab9653744d55 Reviewed-by: Cristian Maureira-Fredes <[email protected]> https://invent.kde.org/qt/pyside/pyside-setup/-/commit/126e0f91f2f8caa9bc386aaba4bb307e4164c548