aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 6.2.3 releaseSimo Fält2022-01-282-6/+6
* shiboken6: Output class name in AbstractMetaFunction::debugSignature()Friedemann Kleint2022-01-261-0/+2
* PyPySide: fix a few more cases of QPainter without end()Christian Tismer2022-01-262-1/+4
* shiboken6: Fix broken if statement when setting allow-threadFriedemann Kleint2022-01-242-3/+3
* QFileDialog: allow threads with modal dialogsCristián Maureira-Fredes2022-01-241-0/+2
* shiboken6/Type system parser: Use a QHash for element type lookupsFriedemann Kleint2022-01-241-9/+52
* PySide6: Add __repr__ to QEventsFriedemann Kleint2022-01-214-11/+119
* Safe distinction of Nuitka compiled methodsShyamnath Premnadh2022-01-2010-10/+82
* Adapt to new Multimedia-APIFriedemann Kleint2022-01-191-0/+3
* PySide6: Enable checking by patch versionFriedemann Kleint2022-01-191-1/+1
* shiboken6/Type system parser: Purge empty code snippetsFriedemann Kleint2022-01-193-0/+34
* shiboken6/Type system parser: Handle native-to-target and vv in argument conv...Friedemann Kleint2022-01-192-34/+80
* shiboken6: Fix handling of value types with protected constructorsFriedemann Kleint2022-01-196-4/+17
* shiboken6: Pass more generator options to the api extractorFriedemann Kleint2022-01-1811-26/+79
* shiboken6/Type system parser: Introduce a helper for the code snippetsFriedemann Kleint2022-01-152-69/+107
* shiboken6/Type system parser: Simplify codeFriedemann Kleint2022-01-153-11/+10
* Documentation: Mention that .ui/.qml files should be passed to lupdateFriedemann Kleint2022-01-151-0/+10
* shiboken6/Type system parser: Remove class StackElementFriedemann Kleint2022-01-142-212/+211
* shiboken6/Type system parser: Remove m_currentDroppedEntry pointerFriedemann Kleint2022-01-142-13/+6
* shiboken6/Type system parser: Move type entry from StackElement into StackEle...Friedemann Kleint2022-01-142-104/+114
* shiboken6: Fix debug operators for code snipsFriedemann Kleint2022-01-132-9/+27
* shiboken6: Move TemplateInstance/TemplateEntry members into type system parserFriedemann Kleint2022-01-132-29/+20
* Add QXYSeries PointConfiguration enumCristián Maureira-Fredes2022-01-131-0/+1
* Documentation Update: conversion-rule tagShyamnath Premnadh2022-01-131-0/+11
* shiboken6: Rename type system parser enumeration value for clarityFriedemann Kleint2022-01-122-11/+11
* shiboken6: Remove code for unimplemented elements "custom-constructor", "cust...Friedemann Kleint2022-01-116-123/+31
* PySide6: Fix crashes in WebEngine signal emissionsFriedemann Kleint2022-01-111-3/+3
* Add reserve()/capacity() to contiguous opaque containersFriedemann Kleint2022-01-063-0/+63
* Fix some doc warnings in the debugging tutorialFriedemann Kleint2022-01-062-4/+4
* __feature__: Fix a bug in true_propertyChristian Tismer2022-01-031-2/+2
* AudioSource Example + Binding for QAudioFormat.normalizedSampleValue(data: by...Shyamnath Premnadh2021-12-281-0/+8
* Add Debugging TutorialShyamnath Premnadh2021-12-2312-0/+309
* signal: Fix a segfault when signal is applied to non-QObjectChristian Tismer2021-12-231-29/+28
* PySide6: Speed up test qqmlnetwork_test.pyFriedemann Kleint2021-12-171-2/+5
* PySide6: build multiple inheritance pass-through for SignalsChristian Tismer2021-12-165-14/+94
* PySide6: Fix QQmlApplicationEngine.load(str) to not construct a QUrlFriedemann Kleint2021-12-154-2/+116
* Documentation: Skip functions using RValue referencesFriedemann Kleint2021-12-131-1/+8
* Fix documentation generationFriedemann Kleint2021-12-104-57/+154
* Documentation: Fix warnings about not finding functions in WebXMLFriedemann Kleint2021-12-101-11/+37
* Signature: fix the __doc__ attribute of classes, amendedChristian Tismer2021-12-102-14/+16
* Build system: Improve PYTHON_EXTENSION_SUFFIX detectionFriedemann Kleint2021-12-091-6/+6
* Documentation: Update information on building on WindowsFriedemann Kleint2021-12-091-2/+7
* PySide6: Fix a bug in Slot.__call__Christian Tismer2021-12-091-5/+6
* setup.py: CMake: Remove host python dependency for version parsingAlexandru Croitor2021-12-098-52/+27
* Turn snippets_translate / example_gallery into normal CMake targetsFriedemann Kleint2021-12-091-18/+18
* Documentation: Generate the examples directly into the build directoryFriedemann Kleint2021-12-081-1/+2
* Fix build when Vulkan is not installedFriedemann Kleint2021-12-081-2/+15
* mypy-support: Improve the handling of `Signal`Christian Tismer2021-12-081-0/+2
* Documentation: Re-add the documentation copy stepFriedemann Kleint2021-12-071-0/+8
* Signature: fix the __doc__ attribute of classesChristian Tismer2021-12-073-5/+13