aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Update version for 6.5.1.1 patch releasev6.5.1.16.5.1Simo Fält2023-06-053-3/+3
* Revert anonymous slot memory leak fixAdrian Herrmann2023-06-031-10/+1
* Leak fix: special consideration for functools.partialv6.5.1Shyamnath Premnadh2023-05-251-0/+5
* Pin qt5#6.5.1 sha1 and bump version numbersSimo Fält2023-05-242-2/+2
* Fix crash when mixing other decorators with @SlotFriedemann Kleint2023-05-231-0/+2
* PySide6: Fix connecting signals with arguments by constructor kwargsFriedemann Kleint2023-05-222-6/+51
* pyside6-project: Fix qmllint not working on WindowsFriedemann Kleint2023-05-221-15/+16
* Shiboken: Undo the unraisable exception delay for nowChristian Tismer2023-05-192-3/+3
* qopenglwindow_test.py: Port to use QtOpenGL functions, onlyFriedemann Kleint2023-05-171-17/+22
* PySide6: Prevent crash when connecting to temporary signal sourcesFriedemann Kleint2023-05-172-1/+11
* shiboken: Fix an unused variable warningChristian Tismer2023-05-161-2/+0
* Revert "shiboken tests: Fix warning about a potentially unused field"Friedemann Kleint2023-05-151-1/+1
* Fix anonymous slot memory leak testAdrian Herrmann2023-05-151-32/+15
* PySide6: Fix some generation warnings about enumsFriedemann Kleint2023-05-128-0/+27
* shiboken6: Improve message about missing type entriesFriedemann Kleint2023-05-124-3/+17
* PySide6: Reject some internal namespacesFriedemann Kleint2023-05-128-0/+27
* PySide6: Fix some generation warningsFriedemann Kleint2023-05-126-10/+6
* Numpy support: Fix 64bit support and compiler warning about potentially unini...Friedemann Kleint2023-05-112-41/+49
* Fix leak connecting signals to anonymous functionsAdrian Herrmann2023-05-112-1/+77
* shiboken6: Log rejected operatorsFriedemann Kleint2023-05-112-2/+7
* shiboken6: Refactor reject logicFriedemann Kleint2023-05-114-93/+120
* Revert "PySide6: Fix build broken by mixed flag operators"Friedemann Kleint2023-05-111-8/+0
* shiboken6: Correctly register smartpointer signaturesFriedemann Kleint2023-05-114-11/+11
* shiboken6: Remove check for variable type in conversion snippetsFriedemann Kleint2023-05-113-22/+0
* shiboken6: Remove usage of QCoreApplicationFriedemann Kleint2023-05-101-36/+49
* shiboken6: Fix passing static class fields as enum default valuesFriedemann Kleint2023-05-105-6/+26
* shiboken6: Store a const TypeEntry in AbstractMetaEnumFriedemann Kleint2023-05-104-8/+10
* signature: Fix a rare case in QDBusChristian Tismer2023-05-091-1/+2
* shiboken6: Improve exception messagesFriedemann Kleint2023-05-091-3/+4
* Numpy support: Handle short/long/long long integer typesFriedemann Kleint2023-05-056-3/+141
* QML reference examples: Add notify signals and final attribute to propertiesFriedemann Kleint2023-05-034-4/+4
* PySide6: Enable basic property arguments for QmlListPropertyFriedemann Kleint2023-05-031-3/+24
* Move the QML reference examples around to match the structure in QtFriedemann Kleint2023-05-026-10/+12
* documentation: Update after removal of __signature__Christian Tismer2023-04-281-1/+2
* example_gallery: Fix literalinclude for project filesFriedemann Kleint2023-04-281-0/+7
* shiboken6/clang: Write scope resolution for all parameters of native wrappersFriedemann Kleint2023-04-282-8/+9
* shiboken6/clang: Suppress class scope look up for parameters with scope resol...Friedemann Kleint2023-04-285-9/+22
* shiboken6/clang: Record scope resolution of arguments/function returnFriedemann Kleint2023-04-285-2/+53
* shiboken6/clang: Fix build with clang 16Friedemann Kleint2023-04-284-3/+26
* shiboken6: Refactor code model classesFriedemann Kleint2023-04-282-56/+137
* shiboken6/clang: Remove typedef expansionFriedemann Kleint2023-04-281-40/+1
* shiboken6: Remove left-over debug statementFriedemann Kleint2023-04-271-1/+0
* PySide6: Add QTextLayout.GlyphRunRetrievalFlag(s)Friedemann Kleint2023-04-261-0/+1
* shiboken6/clang: Fix and simplify resolveType() helperFriedemann Kleint2023-04-261-23/+20
* shiboken6/clang: Add debug operators for clang typesFriedemann Kleint2023-04-262-0/+42
* shiboken6/clang: Fix clashes between type name and enumeration valuesFriedemann Kleint2023-04-262-3/+22
* shiboken6: Output the clang versionFriedemann Kleint2023-04-251-1/+3
* Fix build when using QT_FEATURE_opengles2Christophe Marin2023-04-242-10/+3
* Documentation: Remove mentions of decorator form of signalsFriedemann Kleint2023-04-242-8/+5
* shiboken6: Refactor code snippet extractionFriedemann Kleint2023-04-214-31/+140