aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpysideremoteobjects/pysidedynamicclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* libpyside: Introduce a helper function for creating propertiesFriedemann Kleint2025-11-141-16/+12
* libpyside: Add qobjectType() to return the Python type QObjectFriedemann Kleint2025-10-011-10/+3
* Replace PepType_GetSlot() by PyType_GetSlot()Friedemann Kleint2025-09-181-5/+7
* libshiboken: Split out PEP functions from sbkpython.hFriedemann Kleint2025-09-051-0/+1
* Reduce usage of PyTypeObject::tp_nameFriedemann Kleint2025-09-051-1/+1
* Remote Objects: Fix valgrind warning about accessing freed memory (Python <=3...Friedemann Kleint2025-09-031-1/+1
* Use the C-string functions from namespace std, consistentlyFriedemann Kleint2025-09-021-3/+6
* Make Remote Objects usable beyond ModelsBrett Stottlemyer2025-03-131-0/+506