aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-191-27/+46
* shiboken6: Skip Q_ENUM helper functions when PySide extensions are enabledFriedemann Kleint2022-05-185-11/+27
* webenginecore - QtWebEngineProfile setNotificationPresenterShyamnath Premnadh2022-05-182-0/+20
* shiboken6: Introduce a struct for PyMethodDefFriedemann Kleint2022-05-185-52/+152
* webenginecore: QWebEngineCookieStore setCookieFilterShyamnath Premnadh2022-05-176-1/+147
* Enable numpy support by defaultFriedemann Kleint2022-05-171-2/+1
* shiboken6: Extract class CodeSnip into separate filesFriedemann Kleint2022-05-1720-172/+264
* shiboken6: Split the typesystem headerFriedemann Kleint2022-05-1767-684/+1554
* Add test for std::optionalFriedemann Kleint2022-05-137-0/+249
* shiboken6: Add type "handle", "value-handle", to smart pointersFriedemann Kleint2022-05-137-27/+67
* shiboken6: Move error messages into the libraryFriedemann Kleint2022-05-136-41/+191
* Move numpyview from libpyside into libshibokenFriedemann Kleint2022-05-1313-325/+493
* shiboken6: Refactor wrapper function generation checkingFriedemann Kleint2022-05-135-88/+110
* shiboken6: Add an attribute for explicitly defining the functions to be gener...Friedemann Kleint2022-05-1110-3/+102
* UiTools: Remove dependency on QtXmlFriedemann Kleint2022-05-111-1/+1
* shiboken6: Simplify code in HeaderGenerator::writeFunction()Friedemann Kleint2022-05-111-11/+9
* Implement Q_ARG/Q_RETURN_ARG for QMetaObject.invokeMethod() with argumentsFriedemann Kleint2022-05-106-7/+476
* PySide6: Support Windows handle types HBITMAP, HICON, HRGNFriedemann Kleint2022-05-094-1/+101
* PySide6: add qCDebug, qCInfo, qCWarning, qCCritical macrosShyamnath Premnadh2022-05-094-0/+142
* QMetaType: Add a constructor taking a PyTypeObjectFriedemann Kleint2022-05-094-0/+79
* libpyside: Fix qMetaTypeFromPyType() for wrapped typesFriedemann Kleint2022-05-091-1/+1
* PySide6: Add QQmlContext::setContextProperties()Friedemann Kleint2022-05-093-2/+12
* PySide6: Fix bool(QByteArray(b"")) to return FalseFriedemann Kleint2022-05-091-1/+3
* 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
* PySide6: Remove qHash() specificationsFriedemann Kleint2022-05-062-5/+5
* shiboken: Introduce a function to get the type name of a polymorphic classFriedemann Kleint2022-05-059-3/+171
* Add a numpy overload for QSurfaceDataProxy.resetArray()Friedemann Kleint2022-05-055-1/+204
* Documentation: Remove the C++ QML reference example overwiewsFriedemann Kleint2022-05-051-11/+0
* shiboken6: Generate includes in deterministic orderFriedemann Kleint2022-05-048-35/+84
* Specify meta type registration for some class hierarchiesFriedemann Kleint2022-05-043-5/+8
* Make meta type registration configureableFriedemann Kleint2022-05-046-24/+123
* Fix overriding QGraphicsItem::itemChange()Friedemann Kleint2022-05-041-1/+4
* PySide6: Change type discovery for QStyleOption to use qstyleoption_cast<>Friedemann Kleint2022-05-031-22/+22
* shiboken6: Write type discovery for classes that have an id expression setFriedemann Kleint2022-05-031-2/+8
* PySide6: QLoggingCategoryShyamnath Premnadh2022-05-032-0/+3
* Expose the qHash() functions as tp_hashFriedemann Kleint2022-05-034-16/+38
* 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
* Bump version number for devChristian Tismer2022-05-032-2/+2
* 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-04-306-44/+191
* Documention: Wrap some long XML snippetsFriedemann Kleint2022-04-291-2/+6
* libpyside: Add QString to UNICODE conversionFriedemann Kleint2022-04-293-6/+14
* libpyside: Add a simple view into a numpy arrayFriedemann Kleint2022-04-292-58/+143
* libpyside: Add function to convert a PyTypeObject to a QMetaTypeFriedemann Kleint2022-04-285-10/+81
* libpyside: Move the UNICODE conversion into the libraryFriedemann Kleint2022-04-284-18/+25
* shiboken6: Port the generator string constants to QStringsFriedemann Kleint2022-04-283-121/+115