aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.8-lts' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgplSimo Fält2023-05-2538-96/+187
|\
| * Pin qt5#lts-5.15.8 as dependency and bump version numbersSimo Fält2022-01-063-3/+3
| * py3.10-prep: Fix parser.py for changed typing module amendCristián Maureira-Fredes2022-01-062-0/+12
| * Add changelog for 5.15.8Cristián Maureira-Fredes2022-01-051-0/+41
| * Fix cmake argument for standalone macOSCristian Maureira-Fredes2022-01-051-1/+1
| * Python 3.10: add wheel identifierCristián Maureira-Fredes2022-01-052-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-057-7/+18
| * py3.10-prep: Fix parser.py for changed typing moduleChristian Tismer2022-01-056-33/+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-105-5/+20
| * 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
| * scriptable: make it work by default on macOS, tooChristian Tismer2021-11-221-1/+1
| * PySide2: Add QSGRendererInterfaceFriedemann Kleint2021-11-222-0/+8
| * Allow threads in QtGui.QTextDocument.print_Christian Tismer2021-11-081-1/+1
| * Handle crash when passing arguments of wrong type in embedded applicationFriedemann Kleint2021-11-051-0/+3
| * shiboken6: Do not crash when class cannot be found in the overload sorterFriedemann Kleint2021-11-043-1/+20
| * shiboken6: Clean up messages about cyclic dependencies of overloaded functionsFriedemann Kleint2021-11-041-22/+1
| * Fix build with MSVC 19.29.30136Friedemann Kleint2021-11-041-2/+2
| * shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-042-2/+10
| * shiboken6: Fix debug operator of AbstractMetaEnumValueFriedemann Kleint2021-11-041-4/+1
| * Update virtualenv versionSimo Fält2021-11-032-2/+2
* | Merge tag 'v5.15.7-lts' into tqtc/lts-5.15-opensourcev5.15.7-lts-lgplSimo Fält2023-05-2524-77/+156
|\ \
| * | Pin qt5#lts-5.15.7 sha1 and update version stringsSimo Fält2021-10-293-3/+3
| |/
| * Add changelog for 5.15.7Friedemann Kleint2021-10-281-0/+33
| * PySide6: Fix QFlags comparison to selfFriedemann Kleint2021-10-282-4/+33
| * Skip docs for Python 2Friedemann Kleint2021-10-281-0/+2
| * shiboken6: Adapt to LLVM 12.01Friedemann Kleint2021-10-151-1/+3
| * PySide2: Fix flaky test feature_with_uic_test.pyFriedemann Kleint2021-10-151-1/+1
| * PySide6: Fix hang in QQmlApplicationEngine functions with message handlerFriedemann Kleint2021-10-081-1/+8
| * Documentation: Fix missing signal/slot lists in class documentationFriedemann Kleint2021-10-067-22/+32
| * remove QBackingStore from qrasterwindow_test.pyChristian Tismer2021-10-061-26/+2
| * Update qt5 dependencySimo Fält2021-10-061-1/+1
| * shiboken6: Fix an invalid static_castFriedemann Kleint2021-09-211-5/+5
| * PySide6: Document QUiLoader restriction wrt signal/slot connectionsFriedemann Kleint2021-09-161-0/+8
| * cmake: Fix option --sanitize-address, take twoChristian Tismer2021-09-081-1/+1
| * cmake: Fix option --sanitize-addressFriedemann Kleint2021-09-071-1/+1
| * shiboken6: Fix stack-use-after-scope ASAN issues in TypeSystemParserFriedemann Kleint2021-09-061-11/+22
| * Fix crash when constructing a QApplication in an embedded applicationFriedemann Kleint2021-08-301-1/+2
* | Merge tag 'v5.15.6-lts' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgplSimo Fält2023-05-2530-85/+592
|\ \
| * | Pin qt5 sha1 for 5.15.6 release, take 2Simo Fält2021-08-311-1/+1
| |/
| * Pin qt5 sha1 for 5.15.6 releaseSimo Fält2021-08-271-1/+1
| * create_changelog.py: Prefix [ChangeLog] entries by task numberFriedemann Kleint2021-08-271-2/+11
| * Add changelog for 5.15.6Cristián Maureira-Fredes2021-08-261-0/+34
| * Allow threads for QInputDialog templatesCristián Maureira-Fredes2021-08-171-5/+22
| * Allow threads in QAbstractSocket methodsCristián Maureira-Fredes2021-08-171-0/+2