aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* 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
* PySide6: Remove rejection of namespace stdFriedemann Kleint2021-01-081-1/+0
* cppgenerator: rework keyword handling regarding unknown.. Fixed!Christian Tismer2020-12-081-7/+4
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-032-5/+9
* PySide6: Fix ownership issue in QLayout::replaceWidget()Friedemann Kleint2020-12-021-0/+4
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-3017-96/+298
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* signature: avoid duplication of `__init__`Christian Tismer2020-11-301-1/+2
* pysideproperty.cpp: Fix compilation with MSVC2019/C++ 17 modeFriedemann Kleint2020-11-271-7/+7
* Fix sphinx warning in QtCore.Property.rstFriedemann Kleint2020-11-271-0/+1
* shiboken6: Build with MSVC 19.28.29334Friedemann Kleint2020-11-261-15/+28
* Restore correct sha1 of pyside2-tools submoduleSimo Fält2020-11-201-0/+0
* libshiboken: Remove unused function parameterFriedemann Kleint2020-11-191-3/+2
* shiboken6: Preferably search classes by type entryFriedemann Kleint2020-11-182-19/+11
* globalreceiverv2: Avoid hash call on instances which might be unhashableChristian Tismer2020-11-171-8/+9
* Fix QAxBase::dynamicCall(const char *, QVariantList)Friedemann Kleint2020-11-041-1/+7
* pysideproperty.cpp: Fix warning about offsetofFriedemann Kleint2020-10-261-13/+15
* Update SmartPointers conversionsRenato Araujo Oliveira Filho2020-10-214-4/+113
* Add some missing enumerations and classesFriedemann Kleint2020-10-215-1/+8
* Fix SmartPointer conversion name registerRenato Araujo Oliveira Filho2020-10-211-11/+30
* shiboken2: Fix one more instance of an invalid metatype passed aroundFriedemann Kleint2020-10-211-1/+3
* doc: update versions and comandsCristian Maureira-Fredes2020-10-2110-184/+243
* Extend SharedPtr API with std::shared_ptrRenato Araujo Oliveira Filho2020-10-202-49/+26
* shiboken2/ApiExtractor tests: Avoid detaching of listsFriedemann Kleint2020-10-2022-132/+152
* shiboken2: Fix testnumericaltypedef failing with Qt 6Friedemann Kleint2020-10-201-6/+6
* shiboken2: Fix an assert crash in debug modeFriedemann Kleint2020-10-201-3/+0
* shiboken2: Ensure there are no AbstractMetaType with Invalid usageFriedemann Kleint2020-10-203-4/+14
* Add some more classes from QtConcurrentFriedemann Kleint2020-10-165-0/+44
* Enable typesystem typedefs across modulesFriedemann Kleint2020-10-1511-9/+212
* shiboken2: Enable setting up inheritance for templates early onFriedemann Kleint2020-10-152-17/+25