aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.12-lts' into tqtc/lts-5.15-opensourcev5.15.12-lts-lgplSimo Fält2023-06-299-18/+47
|\
| * Support Python 3.11.NFriedemann Kleint2022-12-221-1/+1
| * Pin Qt5.15.12 sha1 and bump version numbers for releaseSimo Fält2022-12-213-3/+3
| * Add changelog for 5.15.12Friedemann Kleint2022-12-212-1/+24
| * Update changes-5.15.11Friedemann Kleint2022-12-091-0/+10
| * shiboken: Add missing g++ includes for g++ 11.3Julien Schueller2022-12-061-11/+7
| * Documentation: Improve module pages titleFriedemann Kleint2022-11-081-2/+2
| * doc: use more processes for sphinx-buildCristián Maureira-Fredes2022-11-081-1/+1
* | Merge tag 'v5.15.11-lts' into tqtc/lts-5.15-opensourcev5.15.11-lts-lgplSimo Fält2023-06-2929-68/+230
|\ \
| * | Pin Qt5.15.11 sha1 and bump version numbers for releaseSimo Fält2022-11-033-3/+3
| |/
| * Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-11-031-0/+8
| * Add changelog for 5.15.11Friedemann Kleint2022-11-021-0/+26
| * Fix PyLance + mypy static analysis issuesAdrian Herrmann2022-10-204-10/+68
| * shiboken2/macOS: Fix C++ 11 integer types (int32_t, ...) not being recognizedFriedemann Kleint2022-10-071-8/+12
| * Document the argument-type attribute of the rejection typesystem elementFriedemann Kleint2022-09-271-5/+8
| * Fix Property GC tracking for Python 3.11Christian Tismer2022-09-131-0/+2
| * QtDataVisualization: Add ownership transfers for QValue3DAxisFormatterFriedemann Kleint2022-08-181-1/+13
| * Add support for Python 3.11Friedemann Kleint2022-08-056-9/+15
| * Update qt5 dependencySimo Fält2022-08-041-1/+1
| * libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-08-031-2/+17
| * build: update wheel namesCristián Maureira-Fredes2022-07-052-16/+21
| * Fix GLES buildsFriedemann Kleint2022-07-032-2/+2
| * libshiboken: Fix build with numpy 1.23.0Friedemann Kleint2022-06-271-0/+5
| * Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-141-4/+5
| * Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-112-0/+16
| * Documentation: Fix mention of the clang environment variableFriedemann Kleint2022-06-113-8/+8
| * libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-111-0/+1
| * libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-111-7/+7
* | Merge tag 'v5.15.10-lts' into tqtc/lts-5.15-opensourcev5.15.10-lts-lgplSimo Fält2023-06-299-5/+62
|\ \
| * | libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-131-7/+7
| * | Pin Qt5.15.10 sha1 and bump version numbers for releaseSimo Fält2022-06-093-3/+3
| |/
| * Add changelog for 5.15.10Friedemann Kleint2022-06-081-0/+29
| * libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-041-0/+12
| * Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...Friedemann Kleint2022-05-251-0/+6
| * Fix a crash in QTextBlock.layout()Friedemann Kleint2022-05-241-0/+5
| * shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-201-2/+2
| * PySide6: Handle not finding a slot by nameFriedemann Kleint2022-04-221-0/+5
* | Merge tag 'v5.15.9-lts' into tqtc/lts-5.15-opensourcev5.15.9-lts-lgplSimo Fält2023-06-2923-78/+307
|\|
| * Update version numbers for releaseSimo Fält2022-04-112-2/+2
| * Build macOS universal binarySimo Fält2022-04-117-32/+157
| * Update qt5 dependencySimo Fält2022-04-111-1/+1
| * Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
| * Add changelog for 5.15.9Friedemann Kleint2022-04-081-0/+26
| * Fix crashes with named parametersFriedemann Kleint2022-04-081-5/+0
| * Support a Python 3.10 build in 5.15 without limited APIChristian Tismer2022-04-042-22/+24
| * Use different mirror if download.qt.io failsSimo Fält2022-04-011-1/+1
| * Fix endless recursion querying __doc__ of a propertyFriedemann Kleint2022-04-011-1/+1
| * PySide6: Fix crash when implementing QQuickFramebufferObject.createRenderer()Friedemann Kleint2022-03-241-0/+5
| * PySide6: Fix parent relationship in QWizard::setPage()Friedemann Kleint2022-03-161-0/+5
| * Fix UNICODE conversion with Python3/Non-Limited APIFriedemann Kleint2022-02-261-6/+20