aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-2543-210/+655
|\
| * Bump version string for 5.15.4 LTS releaseSimo Fält2021-05-162-2/+2
| * 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-061-1/+1
| * Property: provide some hopefully exact documentationChristian Tismer2021-05-031-3/+70
| * Test bug_686.py: Fix warning about destroying a locked QReadWriteLockFriedemann Kleint2021-04-281-0/+2
| * 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
| * 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
| * 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
| * 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
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-08235-708/+4025
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-09235-4025/+708
* Bump and clean version string in wheel nameSimo Fält2021-03-092-6/+6
* PySide6: Add QOpenGLFunctions.glShaderSource()/glGetShaderSource()Friedemann Kleint2021-03-052-0/+30
* sbkconverter: fix a potential refcounting crashChristian Tismer2021-02-231-1/+1
* shiboken6: Do not fail when containing template class of inner class cannot b...Friedemann Kleint2021-02-131-7/+16
* shiboken: Provide the correct inheritance for enum typesChristian Tismer2021-02-113-52/+71
* signature: Provide fixes and improvements, Part 1, addendumChristian Tismer2021-02-111-5/+4
* signature: Provide fixes and improvements, Part 1Christian Tismer2021-02-118-35/+50
* shiboken6: Fix a crash when printing clang diagnosticsFriedemann Kleint2021-02-102-5/+18
* feature: Supply switching for newly created objectsChristian Tismer2021-02-071-0/+4
* QSetting.value add overload documentationCristián Maureira-Fredes2021-02-051-0/+21
* shiboken6: Do not attempt to qualify braces specified as default valuesFriedemann Kleint2021-02-051-1/+1
* shiboken6: Fix parsing of project filesFriedemann Kleint2021-02-051-1/+1
* feature: Fix a flag error when no snake_case is selectedChristian Tismer2021-02-051-3/+4
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-1311-199/+104
* qApp: fix flag handling in Python 3.8+ and a Python 3.9 issueChristian Tismer2021-01-092-17/+23
* signature: Fix infinite loop changing up directoriesFriedemann Kleint2021-01-081-2/+5
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2021-01-081-1/+2
* PySide6: Add QTestlib's QAbstractItemModelTesterFriedemann Kleint2021-01-082-0/+5
* shiboken6: Fix support of multiple smart pointer typesFriedemann Kleint2021-01-081-12/+12