aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.11-lts' into tqtc/lts-5.15-opensourcev5.15.11-lts-lgplSimo Fält2023-06-2923-51/+180
|\
| * Pin Qt5.15.11 sha1 and bump version numbers for releaseSimo Fält2022-11-032-2/+2
| * Fix blocking threads in static functions of QMessageBoxFriedemann Kleint2022-11-031-0/+8
| * 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-054-9/+13
| * libshiboken: Fix crashes with static strings in Python 3.11Friedemann Kleint2022-08-031-2/+17
| * 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-297-4/+32
|\ \
| * | 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-092-2/+2
| |/
| * 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-2913-43/+66
|\|
| * Update version numbers for releaseSimo Fält2022-04-112-2/+2
| * Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
| * 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
| * 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
| * Update license year in the generated licenseFriedemann Kleint2022-02-161-1/+1
| * Prospective fix for broken QByteArray::__msetitem__() on big endian architect...Friedemann Kleint2022-02-081-3/+4
| * shiboken6: Fix broken if statement when setting allow-threadFriedemann Kleint2022-01-262-3/+3
* | Merge tag 'v5.15.8-lts' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgplSimo Fält2023-05-2528-89/+129
|\ \
| * | Pin qt5#lts-5.15.8 as dependency and bump version numbersSimo Fält2022-01-062-2/+2
| |/
| * py3.10-prep: Fix a very old refcounting error in time_test.pyChristian Tismer2022-01-051-0/+2
| * py3.10-prep: Fix a binary operator bug in cppgenerator.pyChristian Tismer2022-01-051-0/+4
| * py3.10-prep: Finally support Python 3.10Christian Tismer2022-01-056-7/+17
| * py3.10-prep: Fix parser.py for changed typing moduleChristian Tismer2022-01-054-21/+20
| * py3.10-prep: reset the type cache after feature switchingChristian Tismer2022-01-051-0/+2
| * signature: improve error handling for embedded applicationsChristian Tismer2021-12-103-5/+11
| * Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-102-16/+18
| * PySide6: Fix a bug in Slot.__call__Christian Tismer2021-12-091-6/+7
| * Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-082-5/+3
| * PySide6: Fix crash when connecting slot after disconnecting non-existent conn...Friedemann Kleint2021-11-231-2/+4
| * PySide2: Add QSGRendererInterfaceFriedemann Kleint2021-11-222-0/+8