aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* PySide6: Fix build with namespaced QtFriedemann Kleint2024-01-241-1/+4
* Fix flake8 warnings in shibokenmoduleFriedemann Kleint2024-01-2410-51/+73
* shiboken6: Fix build with namespaced QtFriedemann Kleint2024-01-241-1/+1
* Docs: adapt extendedexplorer tutorial to v2Dennis Oberst2024-01-2319-455/+824
* Fix flake8 warnings in shibokenmodule/mapping.pyFriedemann Kleint2024-01-231-36/+51
* shiboken6: Improve messages when skipping fields and functionsFriedemann Kleint2024-01-235-11/+31
* doc: Fix error handling in qdoc_spawnerFriedemann Kleint2024-01-191-15/+16
* Documentation: Generate inheritance graph only when base classes existFriedemann Kleint2024-01-181-5/+7
* Fix debug assert in test signals/bug_189.pyFriedemann Kleint2024-01-181-2/+7
* doc: propagate error from qdoc_spawnerCristián Maureira-Fredes2024-01-182-15/+22
* doc: use modified version of the sphinx themeCristián Maureira-Fredes2024-01-181-0/+5
* doc: spawn many qdoc processes to build the docsCristián Maureira-Fredes2024-01-182-6/+102
* Fix refcount bug in Shiboken.wrapInstance()Friedemann Kleint2024-01-171-2/+4
* shiboken: Allow to disable pyi file generation for debuggingChristian Tismer2024-01-171-1/+1
* Documentation: Use more domain directives from sphinxFriedemann Kleint2024-01-172-162/+71
* Documentation: Style the apiref titlesVenugopal Shivashankar2024-01-171-0/+12
* shiboken6: Add type behavior to SbkObjectTypeFriedemann Kleint2024-01-173-3/+16
* Shiboken.wrapInstance(): Return existing instance (preserve ids)Friedemann Kleint2024-01-162-3/+15
* Split out code snippets of shibokenmodule into a separate .cpp fileFriedemann Kleint2024-01-162-92/+116
* PySide6: Change QObject.disconnect() to return False with warning on failureFriedemann Kleint2024-01-162-8/+14
* libshiboken: Disable no longer needed PyTypeObject slotsFriedemann Kleint2024-01-161-3/+36
* Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library codeFriedemann Kleint2024-01-1614-31/+130
* shiboken6: Use PyType_GetSlot() instead of accessing PyTypeObject's slotsFriedemann Kleint2024-01-161-5/+29
* PySide6: Use PyType_GetSlot() instead of accessing PyTypeObject's slots in sn...Friedemann Kleint2024-01-161-6/+12
* Add PepType_GetSlot() wrapping PyType_GetSlot()Friedemann Kleint2024-01-162-0/+35
* Fix some flake8 warnings in the shibokenmodule testFriedemann Kleint2024-01-161-7/+9
* Fix imports of widget test bug_854.pyFriedemann Kleint2024-01-121-2/+2
* Examples: Add Android tagShyamnath Premnadh2024-01-121-1/+8
* Documentation/doxygen: Fix querying const functionsFriedemann Kleint2024-01-121-1/+1
* shiboken: fix build without unity, take2Friedemann Kleint2024-01-091-1/+1
* PySide6: Add QQmlEgine.singletonInstance()Friedemann Kleint2024-01-094-12/+113
* Documentation: Add a favicon for browser tabsFriedemann Kleint2024-01-082-1/+1
* Add QLatin1StringFriedemann Kleint2024-01-086-0/+61
* doc: fix some issues found with rstcheckCristián Maureira-Fredes2024-01-0831-145/+172
* shiboken6/Documentation: Add option to disable the inheritance diagramFriedemann Kleint2024-01-082-12/+51
* shiboken6/Documentation: Fix sphinx warnings about indexing functions with th...Friedemann Kleint2024-01-082-8/+15
* QtAsyncio: Fix for Python 3.12Adrian Herrmann2024-01-071-3/+18
* QtAsyncio: Shorten test durationsAdrian Herrmann2024-01-076-12/+15
* QtAsyncio: Make tasks awaitableAdrian Herrmann2024-01-072-9/+1
* QtAsyncio: Fix cancelling waiting tasksAdrian Herrmann2024-01-073-8/+61
* QtAsyncio: Implement missing functions for policyAdrian Herrmann2024-01-061-1/+8
* QtAsyncio: Fix QtAsyncio.run()Adrian Herrmann2024-01-051-5/+25
* Fix pyside6-designer crash with pyenv on UnixShyamnath Premnadh2024-01-051-1/+24
* charts: add QColorAxisCristián Maureira-Fredes2024-01-052-0/+2
* QtAsyncio: mypy fixesAdrian Herrmann2024-01-051-12/+12
* QtAsyncio: Add documentation pageAdrian Herrmann2024-01-053-0/+142
* PySide: Fix debug build in windowsShyamnath Premnadh2024-01-052-12/+3
* Fix qCompress/qUncompress() taking a PyBuffer/len argumentsFriedemann Kleint2024-01-053-5/+55
* Improve tutorial on string-based connectionsFriedemann Kleint2024-01-052-4/+26
* Documentation: Enable appending to class descriptionFriedemann Kleint2024-01-051-2/+1