aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* PySide6: Remove QML includes from pyside.hFriedemann Kleint2021-11-114-12/+10
* PyPySide: Replace type patching by heaptype, 1(5)Christian Tismer2021-11-112-6/+12
* mypy-support: Improve handling of slots, enum and PathLikeChristian Tismer2021-11-114-4/+8
* PySide6: Add a QmlAnonymous decoratorFriedemann Kleint2021-11-105-6/+68
* Fix hang of test qinputdialog_get_test.pyFriedemann Kleint2021-11-101-3/+14
* shiboken6: Remove ShibokenGenerator::guessScopeForDefaultValue()Friedemann Kleint2021-11-1010-117/+165
* shiboken6: Introduce a test mode for the code modelFriedemann Kleint2021-11-103-3/+14
* shiboken6: Do not try to qualify Qt namespace constants in default argumentsFriedemann Kleint2021-11-101-0/+1
* shiboken6: Extend checks when not to fix a default valueFriedemann Kleint2021-11-104-26/+30
* shiboken6: Refactor resolving of inner container types in argument default va...Friedemann Kleint2021-11-102-8/+50
* PySide6: Decouple pysideqmlregistertype.cpp from generated headersFriedemann Kleint2021-11-0910-442/+701
* shiboken6: Stabilize TestResolveType::testFixDefaultArguments()Friedemann Kleint2021-11-091-7/+11
* shiboken6: Add a test for fixing of default values in AbstractMetaBuilderFriedemann Kleint2021-11-095-10/+118
* PySide6: Add a __repr__ method for QQmlErrorFriedemann Kleint2021-11-052-1/+10
* shiboken6: Handle PySets as function parametersFriedemann Kleint2021-11-056-7/+117
* Allow threads in QtGui.QTextDocument.print_Christian Tismer2021-11-051-1/+1
* shiboken6: Implement enum search by value in code modelFriedemann Kleint2021-11-054-23/+114
* Handle crash when passing arguments of wrong type in embedded applicationFriedemann Kleint2021-11-051-0/+3
* shiboken6: Store pointer enclosing scope in code model itemsFriedemann Kleint2021-11-042-0/+22
* shiboken6: Store a pointer to base classes in the code modelFriedemann Kleint2021-11-043-16/+9
* shiboken6: Make error message about invalid typesystem files more verboseFriedemann Kleint2021-11-041-2/+6
* shiboken6: Fix some integer types in test type systemsFriedemann Kleint2021-11-031-5/+5
* Fix build with MSVC 19.29.30136Friedemann Kleint2021-11-032-4/+5
* shiboken6: Clean up messages about cyclic dependencies of overloaded functionsFriedemann Kleint2021-11-033-29/+9
* shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-012-2/+10
* shiboken6: Rewrite some helpers in terms of QStringViewFriedemann Kleint2021-10-305-6/+6
* Fix equality test for inherited signalsKyle Altendorf2021-10-293-10/+96
* shiboken6: Do not crash when class cannot be found in the overload sorterFriedemann Kleint2021-10-296-9/+33
* Signature: re-implement error messages for generic typesChristian Tismer2021-10-281-9/+15
* __feature__: handle properties with function overloadsChristian Tismer2021-10-285-1/+65
* shiboken6: Fix debug operator of AbstractMetaEnumValueFriedemann Kleint2021-10-281-4/+1
* CMake: Dissolve generic cmake_helpers/helpers.cmakeAlexandru Croitor2021-10-287-273/+273
* CMake: Move non-add-subdirectory related code to PysideSetup.cmakeAlexandru Croitor2021-10-282-234/+233
* CMake: Move non-add-subdirectory related code to ShibokenSetup.cmakeAlexandru Croitor2021-10-283-213/+212
* CMake: Search for shiboken package in the PySide project earlierAlexandru Croitor2021-10-281-2/+2
* CMake: Move shiboken_helpers into new cmake subdirectoryAlexandru Croitor2021-10-274-3/+3
* CMake: Don't use pkg-config by default when building for macOSAlexandru Croitor2021-10-272-0/+26
* CMake: Use namespaced shiboken6 target in custom commandsAlexandru Croitor2021-10-274-8/+8
* CMake: Clean up dumpcodemodel build system codeAlexandru Croitor2021-10-271-2/+9
* Fix QIcon.addPixmap() to accept a PyPathLike argumentFriedemann Kleint2021-10-273-0/+29
* PyPySide: circumvent an lldebug regressionChristian Tismer2021-10-271-0/+18
* PyPySide: fix quite a few tests using del or __del__Christian Tismer2021-10-27100-106/+501
* PySide6: Fix QFlags comparison to selfFriedemann Kleint2021-10-272-4/+32
* PySide6: Simplify rename-to/replace-default-expression in typeystem filesFriedemann Kleint2021-10-265-74/+14
* shiboken6: Ignore nullptr when fixing of default values of function argumentsFriedemann Kleint2021-10-222-3/+3
* shiboken6: Implement opaque containers for getters returning a const referenceFriedemann Kleint2021-10-227-16/+84
* shiboken6: Implement opaque containers for getters (non-const)Friedemann Kleint2021-10-2210-16/+99
* shiboken6: Improve fixing of enum default values of function argumentsFriedemann Kleint2021-10-219-150/+386
* Documentation: Fix platform note on getting started pageFriedemann Kleint2021-10-211-4/+3
* doc: include missing modulesCristián Maureira-Fredes2021-10-206-72/+98