aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Speed up test bug_927.pyHEADdevFriedemann Kleint4 hours1-4/+4
* PySide6: Add virtualkeyboarsettings to wheelShyamnath Premnadh7 hours1-0/+2
* Lazy Init: Support Lazy SubtypesChristian Tismer8 hours2-68/+90
* Also check the downcast for types found by dependency graph lookupFriedemann Kleint11 hours1-1/+2
* Fix undesired invalidation of QObjects/QWidgets after calling parent(Widget)()Friedemann Kleint11 hours2-6/+0
* pyi: fix considering modified types as eligible implicit conversionsFrancisco Boni22 hours1-3/+8
* shibokenmodule: Expose dumpConverters()Friedemann Kleint25 hours5-0/+114
* Documentation: Add more doc file hints for QML functionsFriedemann Kleint32 hours1-3/+6
* shiboken6: Avoid type name lookup in pointer converters for classes with non-...Friedemann Kleint3 days1-3/+9
* QtAsyncio: Improve documentation (part 2)Adrian Herrmann4 days3-8/+43
* QtAsyncio: Improve documentation (part 1)Adrian Herrmann4 days1-3/+110
* Shiboken: Simplify Python Error MessagesChristian Tismer4 days11-112/+59
* Fix type hint of QTranslator.translate()Friedemann Kleint4 days1-0/+5
* shiboken6: Ignore nested containers as template parameters when inheriting a ...Friedemann Kleint6 days4-39/+87
* shiboken/Documentation: Add type discoveryFriedemann Kleint7 days3-31/+148
* license: replace GPLv2 for GPLv3 on the READMEsCristián Maureira-Fredes7 days4-4/+4
* shiboken6: Generate polymorphic bases into type discovery functionsFriedemann Kleint8 days4-5/+5
* shiboken6: Make multiple inheritance cast check less restrictiveFriedemann Kleint8 days4-8/+41
* Fix polymorphic discovery to work without namesFriedemann Kleint8 days2-3/+13
* libshiboken: Split the Shiboken::Object::newObject() functionFriedemann Kleint8 days4-31/+107
* numpy initialization: Remove superfluous PyErr_Clear()Friedemann Kleint11 days1-3/+1
* Add changelog 6.7.1Friedemann Kleint11 days1-0/+61
* Fix class hierarchies not working with legacy qmlRegisterType()Friedemann Kleint12 days6-14/+108
* PEP 697: Use the new type extension provision, finalChristian Tismer12 days3-19/+6
* Revert "PEP 697: Use the new type extension provision, amended"Christian Tismer12 days3-33/+20
* shiboken/Documentation: Remove parts describing old convertersFriedemann Kleint2024-04-301-58/+0
* libshiboken: Refactor base type visitorFriedemann Kleint2024-04-302-170/+77
* PySide: Fix QML ListPropertyShyamnath Premnadh2024-04-303-10/+129
* File System Explorer: Fix app icon when launched from another directoryFriedemann Kleint2024-04-301-1/+1
* libshiboken: Clarify explanatory comment of is_user_type flagFriedemann Kleint2024-04-301-1/+2
* Enable supressing warnings about signal disconnection failureFriedemann Kleint2024-04-301-2/+2
* shiboken6: Simplify code in argument pointer conversionFriedemann Kleint2024-04-301-8/+4
* CI: Add VC_SCRIPT env variable for setting MSVC 2022 envSimo Fält2024-04-301-0/+7
* shiboken6: Lazy-initialize the dependency graphFriedemann Kleint2024-04-255-26/+98
* libshiboken: Extract a template base class for the dependency graphFriedemann Kleint2024-04-251-19/+24
* Revert "Lazy Load: Fix polymorphic classes by identifying lazy groups"Friedemann Kleint2024-04-254-234/+21
* libshiboken: Refactor type discovery graph handlingFriedemann Kleint2024-04-253-34/+51
* Documentation/QRC tutorial: Fix error in .qrc file snippetFriedemann Kleint2024-04-251-1/+0
* PEP 697: Use the new type extension provision, amendedChristian Tismer2024-04-243-20/+33
* QtAsyncio: Let examples handle SIGINTAdrian Herrmann2024-04-242-2/+2
* QtAsyncio: Improve readability of _stepAdrian Herrmann2024-04-241-10/+9
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint2024-04-245-50/+60
* Documentation: Add QtQml.ListPropertyFriedemann Kleint2024-04-233-9/+34
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint2024-04-235-21/+250
* shiboken: improve the display of disassembleFrameChristian Tismer2024-04-231-6/+16
* Add some missing classesFriedemann Kleint2024-04-2229-5/+125
* Documentation: Fix ClassInfo to be a proper decoratorFriedemann Kleint2024-04-221-7/+5
* QtAsyncio: Round handle timeoutsAdrian Herrmann2024-04-221-1/+2
* QtAsyncio: Fix tasks with loop not cancellingAdrian Herrmann2024-04-222-0/+68
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-2218-21/+222