aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/pysideproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper>Friedemann Kleint5 days1-9/+16
* type hints: Correct type signature for Property classEce Cinucen2025-04-031-4/+4
* Fix includes of libshibokenFriedemann Kleint2025-03-261-1/+5
* Improve type annotations, first stepEce Cinucen2025-02-271-10/+10
* limited api: Remove PyTuple_GET_ITEM, PyTuple_SET_ITEM, and PyTuple_GET_SIZE ...Cristián Maureira-Fredes2024-11-081-7/+7
* type hints: Fix typing.Callable to include parametersChristian Tismer2024-10-171-9/+13
* PySide6-property: Improve error handlingFriedemann Kleint2024-10-161-1/+1
* libshiboken: Remove PepRuntime_38_flagFriedemann Kleint2024-08-061-5/+3
* libpyside: Fix static analysis warningsFriedemann Kleint2024-06-241-24/+30
* pyi: Fix checking errors on the property decoratorFriedemann Kleint2024-05-291-0/+1
* Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library codeFriedemann Kleint2024-01-161-2/+3
* shiboken: Unify the structure of type creation functionsChristian Tismer2023-10-251-22/+26
* Support running PySide on Python 3.12Christian Tismer2023-10-091-2/+2
* libshiboken/libpyside: Fix special functionsFriedemann Kleint2023-10-061-0/+1
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-201-4/+4
* Fix namespacesFriedemann Kleint2023-09-201-8/+2
* property: fix an old refcount bug, concluding debug errorsChristian Tismer2023-02-201-4/+11
* property/QML: Improve handling of an unknown class nameChristian Tismer2023-01-061-9/+18
* Fix Property GC tracking for Python 3.11Christian Tismer2022-09-121-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* Fix endless recursion querying __doc__ of a propertyFriedemann Kleint2022-03-281-1/+1
* Store the type object in PySidePropertyFriedemann Kleint2022-03-031-3/+9
* Add explanatory comment to PySidePropertyFriedemann Kleint2022-03-031-0/+3
* Refactor handling of QmlListPropertyFriedemann Kleint2022-02-241-89/+75
* Refactor SignalManager::qt_metacall()Friedemann Kleint2022-02-241-3/+0
* PyPySide: Rename interface functions and classes to simplify debuggingChristian Tismer2022-02-031-6/+6
* libpyside: Remove unused dynamicqmetaobject_p.hFriedemann Kleint2022-01-071-1/+0
* Improve the MyPy support, first systematic changesChristian Tismer2021-10-191-2/+1
* PyPySide: Encapsulate type generation to be PyPy compatibleChristian Tismer2021-09-151-1/+1
* Shiboken: Change type(SbkType_FromSpec) to PyType_ObjectChristian Tismer2021-09-131-2/+1
* PyClassProperty: Correct the decorator and publish the classChristian Tismer2021-06-101-9/+5
* libpyside: Fix some clang analzyer warningsFriedemann Kleint2021-03-111-20/+20
* Clean up some warnings produced by Qt Creator's clang/clazy code checkersFriedemann Kleint2021-01-211-2/+0
* property: fix an eight year olde bug that showed after the overhaulChristian Tismer2020-11-261-3/+4
* pysideproperty.cpp: Fix compilation with MSVC2019/C++ 17 modeFriedemann Kleint2020-11-261-7/+6
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-0/+634