aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PySide6: Add a sequence protocol for QRegionFriedemann Kleint2021-11-193-1/+29
* libpyside6: Use isEmpty() instead of empty() for Qt containersFriedemann Kleint2021-11-192-4/+4
* setup.py: Remove dead function prepare_sub_modulesAlexandru Croitor2021-11-191-37/+0
* PySide6: Remove old QtQuick registering codeFriedemann Kleint2021-11-191-53/+0
* pysideqmlregistertype.cpp: Fix compilation with QT_NO_CAST_FROM_ASCIIFriedemann Kleint2021-11-191-1/+1
* Use legacy OpenGL option to build on linuxCristián Maureira-Fredes2021-11-191-0/+6
* PySide6: Fix build against Qt 6.2.1Friedemann Kleint2021-11-161-0/+1
* Add a QmlSingleton decoratorFriedemann Kleint2021-11-168-12/+95
* PySide6: Fix documentation for QmlUncreatableFriedemann Kleint2021-11-161-8/+9
* PySide6: Fix warning in test registersingletontype.pyFriedemann Kleint2021-11-151-0/+1
* Add a QmlUncreatable decoratorFriedemann Kleint2021-11-159-5/+311
* coin: Don't explicitly set job count, rely on ninjaAlexandru Croitor2021-11-151-1/+0
* setup: coin: Use sccache when building if the platform config sets itAlexandru Croitor2021-11-155-4/+24
* setup: Make ninja output the commands it runs in a verbose buildAlexandru Croitor2021-11-151-1/+6
* Examples: Polish the statemachine examplesFriedemann Kleint2021-11-136-31/+37
* Examples: Fix copy-paste issue in trafficlight.pyFlorian Bruhin2021-11-131-3/+3
* coin: Bump cpu core count to 8 to get faster integrationsAlexandru Croitor2021-11-121-0/+4
* Move changelog files from dist/ into doc/changelogsAlexandru Croitor2021-11-1131-1/+1
* 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
* Add the 'default' example of the QML reference examplesFriedemann Kleint2021-11-116-0/+330
* Add the 'methods' example of the QML reference examplesFriedemann Kleint2021-11-116-0/+308
* Add the 'coercion' example of the QML reference examplesFriedemann Kleint2021-11-117-1/+337
* PySide6: Add a QmlAnonymous decoratorFriedemann Kleint2021-11-105-6/+68
* Fix hang of test qinputdialog_get_test.pyFriedemann Kleint2021-11-101-3/+14
* Add dragable icons exampleJaime Resano2021-11-107-0/+183
* 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
* PySide6: Fix documentation of the properties QML reference exampleFriedemann Kleint2021-11-051-2/+2
* 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
* Add the 'properties' example of the QML reference examplesFriedemann Kleint2021-11-027-0/+381
* 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