aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Handle None as a shared pointer parameterFriedemann Kleint2021-11-244-8/+44
* shiboken6: Add further methods to smart pointersFriedemann Kleint2021-11-248-0/+67
* shiboken6: Add a test for operator nb_bool of smart pointersFriedemann Kleint2021-11-241-0/+6
* Examples: Fix the directory structure in widgets/effectsFriedemann Kleint2021-11-242-0/+0
* PySide6: Move some code from the core snippets into a static source fileFriedemann Kleint2021-11-245-206/+376
* Doumentation: Suppress nested formattingFriedemann Kleint2021-11-232-10/+21
* Documentation: Fix most sphinx errors "Inline strong start-string without end...Friedemann Kleint2021-11-236-20/+130
* example_gallery: Improve error handlingFriedemann Kleint2021-11-231-5/+13
* blurpicker example: Fix syntax error in pyproject fileFriedemann Kleint2021-11-231-1/+1
* PySide6: Move QObject signal connection code into libpysideFriedemann Kleint2021-11-234-232/+373
* libpyside6: Add a convenience function to convert a PyObject * to a QObject *Friedemann Kleint2021-11-233-16/+40
* coin: Don't prepend /bin: to PATH on Linux hostsAlexandru Croitor2021-11-221-2/+2
* setup.py: Package QtWebEngine resources from Qt's data dirAlexandru Croitor2021-11-225-3/+8
* signature: avoid false positives in .pyi importChristian Tismer2021-11-221-1/+1
* Add blurpicker exampleJaime Resano2021-11-2216-0/+308
* signature: improve error handling for embedded applicationsChristian Tismer2021-11-223-5/+6
* PyPySide: ensure that .pyi files are identical in both versionsChristian Tismer2021-11-221-3/+9
* Brush up the openglunderqml exampleFriedemann Kleint2021-11-223-11/+8
* scriptable: make it work by default on macOS, tooChristian Tismer2021-11-221-1/+1
* PySide6: Fix crash when connecting slot after disconnecting non-existent conn...Friedemann Kleint2021-11-191-2/+4
* Decouple pysidequickregistertype.cpp from the generated wrapper classesFriedemann Kleint2021-11-191-29/+26
* PyPySide: disable feature switching to enable the pyi generationChristian Tismer2021-11-192-10/+15
* PyPySide: replace the __signature__ attribute by get_signature()Christian Tismer2021-11-197-21/+45
* PyPySide: Replace type patching, but not by heaptype, 2-5(5)Christian Tismer2021-11-194-8/+16
* PyPySide: skip tests which involve __feature__Christian Tismer2021-11-194-2/+16
* PyPySide: fix a test that cannot yet work in PyPyChristian Tismer2021-11-191-0/+2
* libpyside6: Use isEmpty() instead of empty() for Qt containersFriedemann Kleint2021-11-192-4/+4
* PySide6: Add a sequence protocol for QRegionFriedemann Kleint2021-11-193-1/+29
* setup.py: Remove dead function prepare_sub_modulesAlexandru Croitor2021-11-191-37/+0
* PySide6: Remove old QtQuick registering codeFriedemann Kleint2021-11-191-53/+0
* shiboken6: Simplify generating of error returnsFriedemann Kleint2021-11-192-167/+147
* 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-181-0/+6
* shiboken6: Generate rich comparison for smart pointersFriedemann Kleint2021-11-188-12/+252
* shiboken6: Introduce queries for symmetrical comparison operatorsFriedemann Kleint2021-11-175-14/+43
* shiboken6: Refactor Python operator handlingFriedemann Kleint2021-11-169-117/+133
* PySide6: Fix build against Qt 6.2.1Friedemann Kleint2021-11-161-0/+1
* PySide6: Fix documentation for QmlUncreatableFriedemann Kleint2021-11-161-8/+9
* Add a QmlSingleton decoratorFriedemann Kleint2021-11-168-12/+95
* PySide6: Fix warning in test registersingletontype.pyFriedemann Kleint2021-11-151-0/+1
* 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
* Add a QmlUncreatable decoratorFriedemann Kleint2021-11-159-5/+311
* 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
* PyPySide: check in the rest of PyPy changesChristian Tismer2021-11-126-13/+28
* Move changelog files from dist/ into doc/changelogsAlexandru Croitor2021-11-1131-1/+1
* PySide6: Remove QML dependency from libpysideFriedemann Kleint2021-11-118-56/+178