aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Pin Qt6.3.1 sha1 and fix version for releasev6.3.16.3.1Simo Fält2022-06-142-6/+6
* Fix usage of Py_TYPE() for Python 3.11Friedemann Kleint2022-06-133-7/+9
* Documentation: Fix mention of the clang environment variableFriedemann Kleint2022-06-103-8/+8
* libshiboken: Fix hangs introduced by mutexFriedemann Kleint2022-06-101-7/+7
* libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-101-0/+1
* Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-102-0/+16
* libshiboken: Fix occasional crashes when using QMLFriedemann Kleint2022-06-031-0/+12
* Signature Module: Remove special handling of QtMultimedia, amendedFriedemann Kleint2022-06-031-6/+0
* Limited_API: Fix PyIndex_Check once and for all: avoid warningChristian Tismer2022-06-033-7/+7
* Add QAudioBuffer.data()/constData()Friedemann Kleint2022-06-013-14/+47
* Signature Module: Remove special handling of QtMultimediaFriedemann Kleint2022-06-011-16/+0
* Refactor the snippets for QByteArray::__mgetitem__/__msetitem__()Friedemann Kleint2022-06-011-74/+77
* shiboken6: Fix formatting of sequence/mapping methodsFriedemann Kleint2022-05-301-4/+2
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-276-13/+58
* PyEnum: Fix the old Enums to produce correct .pyi files, againChristian Tismer2022-05-272-2/+2
* shiboken6: Indicate ownership transferences by constructor heuristicsFriedemann Kleint2022-05-241-2/+8
* Fix "Internal C++ object already deleted." when using QWidget::nativeParentWi...Friedemann Kleint2022-05-241-0/+6
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-239-59/+289
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-238-38/+214
* PyEnum: Prepare Enum tests for both old and new enumsChristian Tismer2022-05-2313-42/+99
* 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
* shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-231-27/+32
* QDBus: Use value types where possibleFriedemann Kleint2022-05-201-3/+3
* 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
* shiboken6: Refactor wrapper function generation checkingFriedemann Kleint2022-05-175-85/+110
* 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
* 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