aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.5-lts' into tqtc/lts-5.15-opensourcev5.15.5-lts-lgplSimo Fält2023-05-2514-35/+86
|\
| * Pin qt5 dependency to Qt lts-5.15.5 releaseSimo Fält2021-06-161-1/+1
| * Update version strings to 5.15.5Simo Fält2021-06-162-2/+2
| * Drop MacOS_10_15 from CI configs due to missing libclangSimo Fält2021-06-161-1/+1
| * add changelog for 5.15.5Cristian Maureira-Fredes2021-06-121-0/+30
| * Add QOpenGLPaintDeviceFriedemann Kleint2021-06-112-3/+1
| * Fix error about not holding the GIL when releasing QImage memoryFriedemann Kleint2021-06-051-0/+3
| * mdi/application examples: Fix startup without settings fileFriedemann Kleint2021-06-012-18/+14
| * Fix crashes when using the QImage(uchar *) data constructors, take 2Friedemann Kleint2021-05-253-1/+11
| * Revert "Fix crashes when using the QImage(uchar *) data constructors"Friedemann Kleint2021-05-251-2/+2
| * __feature__: Ensure that features are not affected by other importsChristian Tismer2021-05-223-8/+7
| * PySide6/QtGui: Fix crashes in functions returning internally owned classes by...Friedemann Kleint2021-05-191-0/+15
* | Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-2551-229/+1053
|\|
| * Pin Qt5.15.4 LTS sha1Simo Fält2021-05-162-3/+46
| * Bump version string for 5.15.4 LTS releaseSimo Fält2021-05-162-2/+2
| * changelog for 5.15.4 LTSCristian Maureira-Fredes2021-05-141-0/+38
| * Fix crashes when using the QImage(uchar *) data constructorsFriedemann Kleint2021-05-143-2/+33
| * Fix crash in QCustom3DVolume::setTextureData()Friedemann Kleint2021-05-142-1/+12
| * doc: make sure '--skip-docs' skip the docsCristian Maureira-Fredes2021-05-062-9/+15
| * Property: provide some hopefully exact documentationChristian Tismer2021-05-031-3/+70
| * Adapt version of the uic testing toolFriedemann Kleint2021-05-031-1/+1
| * Add a testing tool for uicFriedemann Kleint2021-05-011-0/+123
| * Test bug_686.py: Fix warning about destroying a locked QReadWriteLockFriedemann Kleint2021-04-281-0/+2
| * Fix the text object exampleFriedemann Kleint2021-04-241-8/+15
| * shiboken6: Fix XML errors when injecting target format (RST) documentationFriedemann Kleint2021-04-231-1/+1
| * signature: silence a compiler warningChristian Tismer2021-04-221-1/+1
| * cmake: add dependencies to rebuild libshiboken embedded filesChristian Tismer2021-04-224-34/+78
| * signature: Refine the decision heuristics of result tuplesChristian Tismer2021-04-221-1/+3
| * shiboken6: Refactor handling of the brief class documentationFriedemann Kleint2021-04-204-34/+41
| * shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-154-12/+58
| * PySide6: Fix performance of QPainter::drawPoints(QPolygon)Friedemann Kleint2021-04-141-2/+7
| * TestQSettings: Do not clutter the current directoryFriedemann Kleint2021-04-141-3/+7
| * Enable shiboken documentation build for macOS againChristian Tismer2021-04-121-2/+8
| * signature: protect an unrecognized item from raising exceptionsChristian Tismer2021-04-092-2/+14
| * Prospective fix for QPixmap/QDataStream serialization testFriedemann Kleint2021-04-081-3/+5
| * Disable shiboken2 documentation build for macOSFriedemann Kleint2021-04-081-1/+2
| * enum: implement enums on module levelChristian Tismer2021-03-261-2/+0
| * Doc: remove note about 5.14 versions as it is no longer neededAndy Shaw2021-03-261-6/+0
| * PySide import: Make imports more safe against installation errorsChristian Tismer2021-03-263-14/+17
| * shiboken6: Fix crash when using enumeration types from other classesFriedemann Kleint2021-03-231-2/+5
| * Qt Datavisualization: Fix crashes in QBar/SurfaceDataProxy add/set/insertRow()Friedemann Kleint2021-03-183-65/+103
| * PySide2: Implement QOpenGLContext.versionFunctions()Friedemann Kleint2021-03-172-0/+25
| * Add QOpenGLVersionFunctionsFactory from Qt 6Friedemann Kleint2021-03-175-1/+137
| * shiboken6: Fix AbstractMetaClass::fullName() for nested classesFriedemann Kleint2021-03-172-5/+6
| * Add a tool to run a license checkFriedemann Kleint2021-03-151-0/+70
| * libshiboken: Silence unimplemented array type warningFriedemann Kleint2021-03-151-1/+0
| * shiboken6: Mention add-conversion for conversion rulesFriedemann Kleint2021-03-111-2/+3
| * shiboken6: Brush up the code injection documentationFriedemann Kleint2021-03-113-13/+22
| * Fix broken return type conversions of QOpenGLExtraFunctions::glGetStringi()Friedemann Kleint2021-03-102-1/+6
| * Add a license changer toolFriedemann Kleint2021-03-101-0/+85