aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-271476-44647/+2965
* Move more warnings and errors into libshibokenFriedemann Kleint2022-05-253-13/+37
* shiboken6: Indicate ownership transferences by constructor heuristicsFriedemann Kleint2022-05-241-2/+8
* shiboken6: Add doc field to PyMethodDefFriedemann Kleint2022-05-242-1/+7
* Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...Friedemann Kleint2022-05-241-0/+6
* PyEnum: Prepare Enum tests for both old and new enums, amendedChristian Tismer2022-05-241-1/+1
* shiboken6: Indicate ownership transferences by return value heuristicsFriedemann Kleint2022-05-231-2/+4
* Fix a crash in QTextBlock.layout()Friedemann Kleint2022-05-231-0/+5
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-2213-42/+99
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-229-59/+289
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-208-38/+216
* QDBus: Use value types where possibleFriedemann Kleint2022-05-201-3/+3
* shiboken6: Use existing function to return all type system ancestorsFriedemann Kleint2022-05-201-16/+2
* 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