aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* UiTools: Remove dependency on QtXmlFriedemann Kleint2022-05-111-1/+1
* shiboken6: Simplify code in HeaderGenerator::writeFunction()Friedemann Kleint2022-05-111-11/+9
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-094-0/+142
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-094-1/+101
* PySide6: Add QQmlContext::setContextProperties()Friedemann Kleint2022-05-093-2/+12
* shiboken6: Exclude static fields from default constructible checkFriedemann Kleint2022-05-061-0/+2
* shiboken6: Output more fields in the AbstractMetaClass debug operatorFriedemann Kleint2022-05-061-0/+16
* Python 3.10: Fix GIL state crash when collecting QObjects with signalsFriedemann Kleint2022-05-061-1/+4
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-069-3/+171
* PySide6: Rename the surface_numpy to surface_model_numpyFriedemann Kleint2022-05-064-0/+0
* shiboken6: Write type discovery for classes that have an id expression setFriedemann Kleint2022-05-061-2/+8
* Documentation: Remove the C++ QML reference example overwiewsFriedemann Kleint2022-05-061-11/+0
* shiboken6: Generate includes in deterministic orderFriedemann Kleint2022-05-058-35/+84
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* PySide6: Change type discovery for QStyleOption to use qstyleoption_cast<>Friedemann Kleint2022-05-041-22/+22
* PySide6: QLoggingCategoryShyamnath Premnadh2022-05-032-0/+3
* libpyside: Add a __repr__ for PySideSignalInstanceFriedemann Kleint2022-05-031-0/+9
* shiboken6: Fix potential broken __repr__ output when a '.' occursFriedemann Kleint2022-05-031-3/+4
* PySide6: Add overloads with more parameters to QDBusAbstractInterface::call()Friedemann Kleint2022-05-021-0/+8
* Limited API: Fix broken string conversion for non-compact stringsFriedemann Kleint2022-05-021-1/+1
* shiboken6: Move ownership of the metabuilder classes into ApiExtractorResultFriedemann Kleint2022-05-016-37/+183
* Documention: Wrap some long XML snippetsFriedemann Kleint2022-04-291-2/+6
* un-blacklist some forgotten entriesChristian Tismer2022-04-291-4/+0
* Refactor the surface examplesFriedemann Kleint2022-04-294-540/+552
* shiboken6: Port the generator string constants to QStringsFriedemann Kleint2022-04-293-121/+115
* __feature__: improve the feature module by a reset functionChristian Tismer2022-04-287-24/+31
* libpyside: Add a debug operator for numpy arraysFriedemann Kleint2022-04-262-0/+107
* PySide6: Allow for embedded 0 chars in 1 byte stringsFriedemann Kleint2022-04-262-1/+5
* shiboken6: Remove deprecated QLatin1StringFriedemann Kleint2022-04-2656-1357/+1651
* shiboken6: Refactor AbstractMetaClass::findFunction[s]() to use QStringViewFriedemann Kleint2022-04-2614-49/+49
* shiboken6: Refactor AbstractMetaClass::findClass() to use QStringViewFriedemann Kleint2022-04-2535-184/+254
* Migrate from QLatin1String to UTF-16 string literalsFriedemann Kleint2022-04-2545-358/+357
* Migrate from QLatin1Char to UTF-16 char literalsFriedemann Kleint2022-04-2541-382/+371
* shiboken6: Remove unused AbstractMetaFunction membersFriedemann Kleint2022-04-222-27/+0
* Fix include conventionsFriedemann Kleint2022-04-2260-110/+122
* build: copy instead of move the package directoryCristián Maureira-Fredes2022-04-221-2/+4
* shiboken6: Use nullptr for pyArgs arraysFriedemann Kleint2022-04-221-1/+1
* requirements.txt: Add distro for LinuxFriedemann Kleint2022-04-221-1/+1
* shiboken6: Add missing break statementFriedemann Kleint2022-04-221-0/+1
* shiboken6: Make more functions staticFriedemann Kleint2022-04-225-22/+22
* shiboken6: Introduce convenience GeneratorContext::effectiveClassName()Friedemann Kleint2022-04-225-52/+28
* PySide6: Handle not finding a slot by nameFriedemann Kleint2022-04-221-1/+6
* Add a surface example using numpy arraysFriedemann Kleint2022-04-204-0/+568
* shiboken6: Remove some unused codeFriedemann Kleint2022-04-204-82/+2
* shiboken6: Use more const for functions dealing with AbstractMetaClassFriedemann Kleint2022-04-2010-52/+53
* shiboken6: Replace hasCloneOperator() by isCopyConstructible()Friedemann Kleint2022-04-205-60/+3
* qimage_test.py: Split out XPM test data to a separate fileFriedemann Kleint2022-04-202-234/+263
* setup: fix PySide6.__all__ after the wheel split, augmentedChristian Tismer2022-04-201-1/+2
* shiboken6: Move the smartpointer naming helpers to the type entryFriedemann Kleint2022-04-205-36/+38
* shiboken6: Add topological sorting for const AbstractMetaClass *Friedemann Kleint2022-04-192-13/+35